.ant-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.25) !important; }

.ant-picker-cell-inner {
  color: rgba(0, 0, 0, 0.65); }

.search-product-content {
  padding-top: 1.25rem;
  width: 100%;
  padding: 0; }
  .search-product-content .ant-input-lg {
    border-radius: 5px 0 0 5px; }
  .search-product-content h3 {
    font-weight: bold; }

.menu-products {
  text-align: end; }
  @media screen and (max-width: 600px) {
    .menu-products {
      text-align: center;
      margin-bottom: 10px; } }

.card-empy-product {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem; }

.ant-modal-footer {
  display: none; }

.ant-collapse {
  background-color: #fff !important; }

.margin-time-close {
  margin-left: 30px !important; }

.ant-modal-title {
  font-size: 20px !important;
  font-weight: bold !important;
  color: var(--text-color) !important; }

.margin-days-of-week {
  margin-top: 20px; }

.margin-days-weekend {
  margin-top: 10px;
  margin-bottom: 20px; }

.sub-title-modal-product {
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color); }

.center-image-preview {
  text-align: center; }

.text-modal-product {
  font-size: 13px !important;
  color: var(--text-secondary-color) !important; }

.div-container-sku {
  min-height: 600px; }

.ant-checkbox-group {
  margin-bottom: 20px !important; }

.ant-checkbox-group-item {
  height: 30px; }

.text-days-of-week {
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color); }

.modal-option-product-sub-title {
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color);
  margin-bottom: 16px;
  margin-top: 8px; }

.modal-option-product-text {
  font-size: 13px !important;
  color: var(--text-secondary-color) !important; }
  .modal-option-product-text .ant-radio-wrapper {
    margin-bottom: 16px !important;
    display: flex !important;
    align-items: center !important; }
  .modal-option-product-text .ant-input-number {
    max-width: 120px !important; }
    @media (max-width: 600px) {
      .modal-option-product-text .ant-input-number {
        max-width: 80px !important; } }

.modal-option-button-margin {
  margin-top: 20px; }

.div-option-product {
  border: 1px solid var(--border-color);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color);
  margin-top: -1px; }

.div-option-product-title {
  border: 1px solid var(--border-color);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  color: var(--text-secondary-color);
  margin-top: -1px; }

.desc-option-product {
  font-weight: 400;
  color: var(--text-secondary-color); }

.row-option-modal {
  align-items: center; }
  .row-option-modal div {
    margin-left: 15px; }

.antd-img-crop-modal .ant-modal-footer {
  display: block; }

.margin-bottom-title-image {
  margin-bottom: 10px; }

.my-shop-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }
  .my-shop-wrap .title-container {
    display: flex;
    align-items: center;
    gap: 12px; }
    .my-shop-wrap .title-container h1 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
      color: #000; }
  .my-shop-wrap .refresh-button {
    padding: 4px 8px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
    color: #f57423; }
    .my-shop-wrap .refresh-button .refresh-icon {
      font-size: 18px; }
  .my-shop-wrap .hover-effect:hover {
    background-color: rgba(0, 0, 0, 0.04);
    transform: scale(1.05); }
  .my-shop-wrap .btn-modo-cocina {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #fa541c;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .my-shop-wrap .btn-modo-cocina:hover {
      background-color: #d4380d; }
    .my-shop-wrap .btn-modo-cocina:focus {
      outline: none;
      box-shadow: 0 0 0 3px rgba(250, 84, 28, 0.3); }
    .my-shop-wrap .btn-modo-cocina:disabled {
      background-color: #969696;
      cursor: not-allowed; }
  .my-shop-wrap .header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 8px; }
  .my-shop-wrap .row-title-edit {
    gap: 20px; }
  .my-shop-wrap .row-title-tables {
    gap: 20px; }
    @media screen and (max-width: 500px) {
      .my-shop-wrap .row-title-tables {
        gap: 0; } }
  .my-shop-wrap .content-header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%; }
  .my-shop-wrap .content-header-collaps {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%; }
  .my-shop-wrap .content-header-preview {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .my-shop-wrap .btn-preview {
    font-size: 15px;
    font-weight: bold;
    color: #000; }
  .my-shop-wrap .box-validate {
    background-color: #73C64C;
    border-radius: 6px;
    width: 71px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }
  .my-shop-wrap .box-pending {
    background-color: #EFCC65;
    border-radius: 6px;
    width: 71px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }
  .my-shop-wrap .box-rejected {
    background-color: #E15555;
    border-radius: 6px;
    width: 71px;
    height: 22px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }
  .my-shop-wrap .content-bread-crumb {
    padding: 0 15px;
    margin-bottom: 20px; }
  .my-shop-wrap .content-tabs {
    padding: 0 15px; }
  .my-shop-wrap .button-text {
    font-weight: bold;
    height: 37px; }
  .my-shop-wrap .cursor-pointer {
    cursor: pointer; }
  .my-shop-wrap .hide-form {
    display: none; }
  .my-shop-wrap .padding-right-cards-holidays {
    padding-right: 10px; }
  .my-shop-wrap .padding-left-cards-closings {
    padding-left: 10px; }
  .my-shop-wrap .container-holidays-closings {
    margin-top: 20px; }
  .my-shop-wrap .holidays-closings-text-card {
    font-size: 14px;
    color: #969696; }
  .my-shop-wrap .holidays-closings-title-card {
    font-size: 14px;
    color: #000;
    font-weight: bold; }
  .my-shop-wrap .holidays-closings-switch {
    margin-top: 10px; }
  .my-shop-wrap .btn-closeings-add {
    float: right; }
  .my-shop-wrap .container-list-holidays .ant-divider-horizontal {
    margin: 0px 0px 5px 0px !important; }
  .my-shop-wrap .container-product-options {
    padding-left: 20px; }
    .my-shop-wrap .container-product-options .row-product-options {
      align-items: center;
      margin-top: 5px; }
    .my-shop-wrap .container-product-options .text-bold {
      font-size: 15px;
      font-weight: bold;
      color: #000; }
    .my-shop-wrap .container-product-options .btn-product-option {
      font-size: 13px;
      font-weight: bold;
      color: #000;
      margin-left: 15px; }
    .my-shop-wrap .container-product-options .div-container-options {
      margin-top: 15px; }
    .my-shop-wrap .container-product-options .row-header-product {
      gap: 20px; }
    .my-shop-wrap .container-product-options .div-description {
      margin-top: 4px; }
    .my-shop-wrap .container-product-options .text-description {
      font-size: 13px;
      color: #969696; }
    .my-shop-wrap .container-product-options .img-product {
      width: 131px;
      height: 120px;
      object-fit: cover; }
    .my-shop-wrap .container-product-options .product-label-description {
      font-size: 8px;
      color: #969696; }
  .my-shop-wrap .container-option-collapsed {
    border: 1px solid #DBDBDB;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: -1px; }
    .my-shop-wrap .container-option-collapsed .description-option {
      font-size: 13px;
      font-weight: 300;
      color: #585757;
      margin-right: 10px; }
  .my-shop-wrap .product-collapse .div-container {
    display: flex;
    align-items: baseline; }
  .my-shop-wrap .product-collapse .description-option {
    font-size: 13px;
    font-weight: 300;
    color: #585757;
    margin-right: 10px; }
  .my-shop-wrap .product-collapse .header-active {
    background-color: #E9FFB5;
    border-radius: 4px;
    color: #69891D;
    width: 56px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px; }
  .my-shop-wrap .product-collapse .header-inactive {
    background-color: #FFC3B5;
    border-radius: 4px;
    color: #891D1D;
    width: 72px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px; }
  .my-shop-wrap .product-collapse .header-edit {
    font-size: 15px; }
  .my-shop-wrap .product-collapse .ant-collapse-header {
    font-size: 15px;
    font-weight: bold;
    color: #000; }
  .my-shop-wrap .product-collapse .margin-collapsed-product {
    margin-bottom: 15px; }
  .my-shop-wrap .product-collapse .margin-switch-header {
    margin-right: 15px; }
  .my-shop-wrap .companies-card-empty {
    height: 140px; }
  .my-shop-wrap .companies-col-padding {
    padding: 10px; }
  .my-shop-wrap .companies-button-acction {
    position: absolute;
    bottom: 10px;
    right: 20px; }
  .my-shop-wrap .companies-fantasy-name {
    font-size: 20px;
    color: #000;
    font-weight: bold; }
  .my-shop-wrap .companies-text-card {
    font-size: 14px;
    color: #969696; }
  @media screen and (max-width: 321px) {
    .my-shop-wrap .content-header {
      padding: 0 0; } }

.modal-order-products .button-text {
  font-weight: bold;
  height: 37px; }

.modal-order-products .container-button {
  margin-top: 20px; }

.modal-order-products .container-option-collapsed {
  border: 1px solid #DBDBDB;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-top: -1px;
  transition: none !important; }

.modal-import-products .button-text {
  font-weight: bold;
  height: 37px;
  border-radius: 6px; }

.modal-import-products .container-button {
  margin-top: 20px; }

.modal-import-products .container-option-collapsed {
  border: 1px solid #DBDBDB;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-top: -1px;
  transition: none !important; }

.modal-import-products .container-clean {
  margin-top: 1rem;
  font-size: 16px;
  font-weight: bold; }
  .modal-import-products .container-clean button {
    margin-top: 10px; }

.divider-text {
  font-size: 16px !important; }
  @media screen and (max-width: 500px) {
    .divider-text {
      font-size: 12px !important;
      font-weight: 600 !important; } }

.row-products {
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .row-products {
      justify-content: flex-start; } }

.custom-modal-kitchen .modal-content {
  text-align: center;
  padding: 20px; }

.custom-modal-kitchen .modal-icon {
  font-size: 48px;
  color: #fa541c;
  margin-bottom: 16px; }

.custom-modal-kitchen .modal-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000; }

.custom-modal-kitchen .modal-text {
  font-size: 16px;
  color: #585757;
  margin-bottom: 24px;
  line-height: 1.5; }

.custom-modal-kitchen .modal-buttons {
  display: flex;
  justify-content: center;
  gap: 16px; }

.custom-modal-kitchen .btn-cancel, .custom-modal-kitchen .btn-confirm {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #fa541c;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease; }

.custom-modal-kitchen .btn-cancel {
  background-color: #DBDBDB;
  color: #000; }
  .custom-modal-kitchen .btn-cancel:hover {
    background-color: #585757; }

.custom-modal-kitchen .btn-confirm {
  background-color: #fa541c;
  color: #fff; }
  .custom-modal-kitchen .btn-confirm:hover {
    background-color: #d4380d; }

.custom-modal-table .modal-content {
  text-align: center; }

.custom-modal-table .modal-icon {
  font-size: 48px;
  color: #fa541c;
  margin-bottom: 16px; }

.custom-modal-table .modal-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000; }

.custom-modal-table .modal-text {
  font-size: 16px;
  color: #585757;
  margin-bottom: 24px;
  line-height: 1.5; }

.custom-modal-table .modal-buttons {
  display: flex;
  justify-content: center;
  gap: 16px; }

.custom-modal-table .btn-cancel, .custom-modal-table .btn-confirm {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #fa541c;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease; }

.custom-modal-table .btn-cancel {
  background-color: #DBDBDB;
  color: #000; }
  .custom-modal-table .btn-cancel:hover {
    background-color: #585757; }

.custom-modal-table .btn-confirm {
  background-color: #fa541c;
  color: #fff; }
  .custom-modal-table .btn-confirm:hover {
    background-color: #d4380d; }

.tables-reorder-mode {
  background: var(--background-color);
  border: 1.5px dashed #f57423;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(245, 116, 35, 0.08); }

.table-row-draggable {
  display: flex;
  align-items: center;
  background: var(--card-background);
  border: 1px solid var(--border-color);
  margin-bottom: 6px;
  padding: 14px 10px;
  border-radius: 6px;
  transition: box-shadow 0.2s, background 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  color: var(--text-color); }
  .table-row-draggable span {
    color: var(--text-color); }
  .table-row-draggable:hover {
    background: var(--hover-background); }

.table-row-dragging {
  background: rgba(245, 116, 35, 0.15) !important;
  box-shadow: 0 4px 16px rgba(245, 116, 35, 0.25) !important;
  cursor: grabbing !important;
  border-color: #f57423 !important; }

.drag-handle {
  font-size: 1.5rem;
  color: #f57423;
  margin-right: 18px;
  cursor: grab;
  user-select: none; }

.reorder-btn {
  background: rgba(245, 116, 35, 0.1);
  color: #f57423;
  border: 1px solid #f57423;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 8px; }
  .reorder-btn:hover {
    background: #f57423;
    color: #fff; }

.save-order-btn {
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  margin-right: 8px; }
  .save-order-btn:hover {
    background: #388e3c; }

.cancel-order-btn {
  background: #f5f5f5;
  color: #888;
  border: none;
  border-radius: 6px;
  font-weight: 600; }
  .cancel-order-btn:hover {
    background: #e0e0e0; }

.users-wrapper .theme-surface,
.staff-wrapper .theme-surface,
.stock-wrapper .theme-surface,
.contacts-wrapper .theme-surface,
.download-wrapper .theme-surface,
.products-wrapper .theme-surface,
.option-group-wrapper .theme-surface,
.schedule-wrapper .theme-surface,
.tables-wrapper .theme-surface,
.print-points-wrapper .theme-surface,
.warehouses-wrapper .theme-surface,
.ingredients-wrapper .theme-surface,
.movements-wrapper .theme-surface,
.suppliers-wrapper .theme-surface,
.invoices-wrapper .theme-surface,
.recipes-wrapper .theme-surface,
.consumption-wrapper .theme-surface,
.projections-wrapper .theme-surface,
.sectors-wrapper .theme-surface,
.commissioners-wrapper .theme-surface,
.notifications-wrapper .theme-surface,
.sass-wrapper .theme-surface,
.integrations-wrapper .theme-surface,
.holidays-closings-wrapper .theme-surface {
  background-color: var(--surface-color) !important;
  border-color: var(--border-color) !important;
  color: var(--text-color) !important; }

.users-wrapper .theme-text,
.staff-wrapper .theme-text,
.stock-wrapper .theme-text,
.contacts-wrapper .theme-text,
.download-wrapper .theme-text,
.products-wrapper .theme-text,
.option-group-wrapper .theme-text,
.schedule-wrapper .theme-text,
.tables-wrapper .theme-text,
.print-points-wrapper .theme-text,
.warehouses-wrapper .theme-text,
.ingredients-wrapper .theme-text,
.movements-wrapper .theme-text,
.suppliers-wrapper .theme-text,
.invoices-wrapper .theme-text,
.recipes-wrapper .theme-text,
.consumption-wrapper .theme-text,
.projections-wrapper .theme-text,
.sectors-wrapper .theme-text,
.commissioners-wrapper .theme-text,
.notifications-wrapper .theme-text,
.sass-wrapper .theme-text,
.integrations-wrapper .theme-text,
.holidays-closings-wrapper .theme-text {
  color: var(--text-color) !important; }

.users-wrapper .theme-text-secondary,
.staff-wrapper .theme-text-secondary,
.stock-wrapper .theme-text-secondary,
.contacts-wrapper .theme-text-secondary,
.download-wrapper .theme-text-secondary,
.products-wrapper .theme-text-secondary,
.option-group-wrapper .theme-text-secondary,
.schedule-wrapper .theme-text-secondary,
.tables-wrapper .theme-text-secondary,
.print-points-wrapper .theme-text-secondary,
.warehouses-wrapper .theme-text-secondary,
.ingredients-wrapper .theme-text-secondary,
.movements-wrapper .theme-text-secondary,
.suppliers-wrapper .theme-text-secondary,
.invoices-wrapper .theme-text-secondary,
.recipes-wrapper .theme-text-secondary,
.consumption-wrapper .theme-text-secondary,
.projections-wrapper .theme-text-secondary,
.sectors-wrapper .theme-text-secondary,
.commissioners-wrapper .theme-text-secondary,
.notifications-wrapper .theme-text-secondary,
.sass-wrapper .theme-text-secondary,
.integrations-wrapper .theme-text-secondary,
.holidays-closings-wrapper .theme-text-secondary {
  color: var(--text-secondary-color) !important; }

.users-wrapper .ant-input-affix-wrapper,
.staff-wrapper .ant-input-affix-wrapper,
.stock-wrapper .ant-input-affix-wrapper,
.contacts-wrapper .ant-input-affix-wrapper,
.download-wrapper .ant-input-affix-wrapper,
.products-wrapper .ant-input-affix-wrapper,
.option-group-wrapper .ant-input-affix-wrapper,
.schedule-wrapper .ant-input-affix-wrapper,
.tables-wrapper .ant-input-affix-wrapper,
.print-points-wrapper .ant-input-affix-wrapper,
.warehouses-wrapper .ant-input-affix-wrapper,
.ingredients-wrapper .ant-input-affix-wrapper,
.movements-wrapper .ant-input-affix-wrapper,
.suppliers-wrapper .ant-input-affix-wrapper,
.invoices-wrapper .ant-input-affix-wrapper,
.recipes-wrapper .ant-input-affix-wrapper,
.consumption-wrapper .ant-input-affix-wrapper,
.projections-wrapper .ant-input-affix-wrapper,
.sectors-wrapper .ant-input-affix-wrapper,
.commissioners-wrapper .ant-input-affix-wrapper,
.notifications-wrapper .ant-input-affix-wrapper,
.sass-wrapper .ant-input-affix-wrapper,
.integrations-wrapper .ant-input-affix-wrapper,
.holidays-closings-wrapper .ant-input-affix-wrapper {
  height: 44px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .users-wrapper .ant-input-affix-wrapper > .ant-input,
  .staff-wrapper .ant-input-affix-wrapper > .ant-input,
  .stock-wrapper .ant-input-affix-wrapper > .ant-input,
  .contacts-wrapper .ant-input-affix-wrapper > .ant-input,
  .download-wrapper .ant-input-affix-wrapper > .ant-input,
  .products-wrapper .ant-input-affix-wrapper > .ant-input,
  .option-group-wrapper .ant-input-affix-wrapper > .ant-input,
  .schedule-wrapper .ant-input-affix-wrapper > .ant-input,
  .tables-wrapper .ant-input-affix-wrapper > .ant-input,
  .print-points-wrapper .ant-input-affix-wrapper > .ant-input,
  .warehouses-wrapper .ant-input-affix-wrapper > .ant-input,
  .ingredients-wrapper .ant-input-affix-wrapper > .ant-input,
  .movements-wrapper .ant-input-affix-wrapper > .ant-input,
  .suppliers-wrapper .ant-input-affix-wrapper > .ant-input,
  .invoices-wrapper .ant-input-affix-wrapper > .ant-input,
  .recipes-wrapper .ant-input-affix-wrapper > .ant-input,
  .consumption-wrapper .ant-input-affix-wrapper > .ant-input,
  .projections-wrapper .ant-input-affix-wrapper > .ant-input,
  .sectors-wrapper .ant-input-affix-wrapper > .ant-input,
  .commissioners-wrapper .ant-input-affix-wrapper > .ant-input,
  .notifications-wrapper .ant-input-affix-wrapper > .ant-input,
  .sass-wrapper .ant-input-affix-wrapper > .ant-input,
  .integrations-wrapper .ant-input-affix-wrapper > .ant-input,
  .holidays-closings-wrapper .ant-input-affix-wrapper > .ant-input {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none !important; }

.table-users-wrapper .ant-table-wrapper .ant-table,
.table-staff-wrapper .ant-table-wrapper .ant-table,
.table-stock-wrapper .ant-table-wrapper .ant-table,
.table-contacts-wrapper .ant-table-wrapper .ant-table,
.table-download-wrapper .ant-table-wrapper .ant-table,
.table-schedule-wrapper .ant-table-wrapper .ant-table,
.table-print-points-wrapper .ant-table-wrapper .ant-table,
.table-warehouses-wrapper .ant-table-wrapper .ant-table,
.table-ingredients-wrapper .ant-table-wrapper .ant-table,
.table-movements-wrapper .ant-table-wrapper .ant-table,
.table-suppliers-wrapper .ant-table-wrapper .ant-table,
.table-invoices-wrapper .ant-table-wrapper .ant-table,
.table-recipes-wrapper .ant-table-wrapper .ant-table,
.table-consumption-wrapper .ant-table-wrapper .ant-table,
.table-projections-wrapper .ant-table-wrapper .ant-table,
.table-integrations-wrapper .ant-table-wrapper .ant-table,
.table-tables-wrapper .ant-table-wrapper .ant-table,
.table-sectors-wrapper .ant-table-wrapper .ant-table,
.table-sectors-manage-wrapper .ant-table-wrapper .ant-table,
.table-sales-report-wrapper .ant-table-wrapper .ant-table,
.table-product-report-wrapper .ant-table-wrapper .ant-table,
.table-commissioners-report-wrapper .ant-table-wrapper .ant-table,
.table-orders-wrapper .ant-table-wrapper .ant-table,
.table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table,
.table-followers-wrapper .ant-table-wrapper .ant-table,
.table-events-users-wrapper .ant-table-wrapper .ant-table,
.table-blacklist-wrapper .ant-table-wrapper .ant-table,
.table-table-form-wrapper .ant-table-wrapper .ant-table {
  background-color: var(--surface-color) !important;
  color: var(--text-color) !important; }
  .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container {
    background-color: var(--surface-color) !important;
    border-color: var(--border-color) !important; }
    .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content {
      background-color: var(--surface-color) !important; }
      .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table {
        background-color: var(--surface-color) !important; }
        .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th {
          background-color: var(--surface-color) !important;
          color: var(--text-color) !important;
          border-bottom: 1px solid var(--border-color) !important;
          font-weight: 600 !important; }
          .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before,
          .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th::before {
            background-color: transparent !important; }
        .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody {
          background-color: var(--surface-color) !important; }
          .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr {
            background-color: var(--surface-color) !important; }
            .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td {
              background-color: var(--surface-color) !important;
              color: var(--text-color) !important;
              border-bottom: 1px solid var(--border-color) !important; }
            .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td,
            .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr:hover > td {
              background-color: var(--hover-color, rgba(245, 116, 35, 0.08)) !important; }
  .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-followers-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-events-users-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-blacklist-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  .table-table-form-wrapper .ant-table-wrapper .ant-table .ant-table-footer {
    background-color: var(--surface-color) !important;
    color: var(--text-color) !important;
    border-top: 1px solid var(--border-color) !important; }

@media screen and (max-width: 767px) {
  .table-users-wrapper .ant-table,
  .table-staff-wrapper .ant-table,
  .table-stock-wrapper .ant-table,
  .table-contacts-wrapper .ant-table,
  .table-download-wrapper .ant-table,
  .table-schedule-wrapper .ant-table,
  .table-print-points-wrapper .ant-table,
  .table-warehouses-wrapper .ant-table,
  .table-ingredients-wrapper .ant-table,
  .table-movements-wrapper .ant-table,
  .table-suppliers-wrapper .ant-table,
  .table-invoices-wrapper .ant-table,
  .table-recipes-wrapper .ant-table,
  .table-consumption-wrapper .ant-table,
  .table-projections-wrapper .ant-table,
  .table-integrations-wrapper .ant-table,
  .table-tables-wrapper .ant-table,
  .table-sectors-wrapper .ant-table,
  .table-sectors-manage-wrapper .ant-table,
  .table-sales-report-wrapper .ant-table,
  .table-product-report-wrapper .ant-table,
  .table-commissioners-report-wrapper .ant-table,
  .table-orders-wrapper .ant-table,
  .table-orders-tables-payments-wrapper .ant-table,
  .table-followers-wrapper .ant-table,
  .table-events-users-wrapper .ant-table,
  .table-blacklist-wrapper .ant-table,
  .table-table-form-wrapper .ant-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset -14px 0 12px -12px rgba(0, 0, 0, 0.35); }
  .table-users-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-users-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-staff-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-staff-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-stock-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-stock-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-contacts-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-contacts-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-download-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-download-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-schedule-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-schedule-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-print-points-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-print-points-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-warehouses-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-warehouses-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-ingredients-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-ingredients-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-movements-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-movements-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-suppliers-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-suppliers-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-invoices-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-invoices-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-recipes-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-recipes-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-consumption-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-consumption-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-projections-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-projections-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-integrations-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-integrations-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-tables-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-tables-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-sectors-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-sectors-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-sectors-manage-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-sectors-manage-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-sales-report-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-sales-report-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-product-report-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-product-report-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-commissioners-report-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-commissioners-report-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-orders-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-orders-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-orders-tables-payments-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-orders-tables-payments-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-followers-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-followers-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-events-users-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-events-users-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-blacklist-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-blacklist-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td,
  .table-table-form-wrapper .ant-table-content > table > thead.ant-table-thead > tr > th,
  .table-table-form-wrapper .ant-table-content > table > tbody.ant-table-tbody > tr > td {
    padding: 12px 12px !important;
    white-space: nowrap !important; }
  .table-users-wrapper .ant-table-tbody .ant-btn,
  .table-staff-wrapper .ant-table-tbody .ant-btn,
  .table-stock-wrapper .ant-table-tbody .ant-btn,
  .table-contacts-wrapper .ant-table-tbody .ant-btn,
  .table-download-wrapper .ant-table-tbody .ant-btn,
  .table-schedule-wrapper .ant-table-tbody .ant-btn,
  .table-print-points-wrapper .ant-table-tbody .ant-btn,
  .table-warehouses-wrapper .ant-table-tbody .ant-btn,
  .table-ingredients-wrapper .ant-table-tbody .ant-btn,
  .table-movements-wrapper .ant-table-tbody .ant-btn,
  .table-suppliers-wrapper .ant-table-tbody .ant-btn,
  .table-invoices-wrapper .ant-table-tbody .ant-btn,
  .table-recipes-wrapper .ant-table-tbody .ant-btn,
  .table-consumption-wrapper .ant-table-tbody .ant-btn,
  .table-projections-wrapper .ant-table-tbody .ant-btn,
  .table-integrations-wrapper .ant-table-tbody .ant-btn,
  .table-tables-wrapper .ant-table-tbody .ant-btn,
  .table-sectors-wrapper .ant-table-tbody .ant-btn,
  .table-sectors-manage-wrapper .ant-table-tbody .ant-btn,
  .table-sales-report-wrapper .ant-table-tbody .ant-btn,
  .table-product-report-wrapper .ant-table-tbody .ant-btn,
  .table-commissioners-report-wrapper .ant-table-tbody .ant-btn,
  .table-orders-wrapper .ant-table-tbody .ant-btn,
  .table-orders-tables-payments-wrapper .ant-table-tbody .ant-btn,
  .table-followers-wrapper .ant-table-tbody .ant-btn,
  .table-events-users-wrapper .ant-table-tbody .ant-btn,
  .table-blacklist-wrapper .ant-table-tbody .ant-btn,
  .table-table-form-wrapper .ant-table-tbody .ant-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center; }
  .table-users-wrapper .ant-table-tbody td:last-child > *,
  .table-staff-wrapper .ant-table-tbody td:last-child > *,
  .table-stock-wrapper .ant-table-tbody td:last-child > *,
  .table-contacts-wrapper .ant-table-tbody td:last-child > *,
  .table-download-wrapper .ant-table-tbody td:last-child > *,
  .table-schedule-wrapper .ant-table-tbody td:last-child > *,
  .table-print-points-wrapper .ant-table-tbody td:last-child > *,
  .table-warehouses-wrapper .ant-table-tbody td:last-child > *,
  .table-ingredients-wrapper .ant-table-tbody td:last-child > *,
  .table-movements-wrapper .ant-table-tbody td:last-child > *,
  .table-suppliers-wrapper .ant-table-tbody td:last-child > *,
  .table-invoices-wrapper .ant-table-tbody td:last-child > *,
  .table-recipes-wrapper .ant-table-tbody td:last-child > *,
  .table-consumption-wrapper .ant-table-tbody td:last-child > *,
  .table-projections-wrapper .ant-table-tbody td:last-child > *,
  .table-integrations-wrapper .ant-table-tbody td:last-child > *,
  .table-tables-wrapper .ant-table-tbody td:last-child > *,
  .table-sectors-wrapper .ant-table-tbody td:last-child > *,
  .table-sectors-manage-wrapper .ant-table-tbody td:last-child > *,
  .table-sales-report-wrapper .ant-table-tbody td:last-child > *,
  .table-product-report-wrapper .ant-table-tbody td:last-child > *,
  .table-commissioners-report-wrapper .ant-table-tbody td:last-child > *,
  .table-orders-wrapper .ant-table-tbody td:last-child > *,
  .table-orders-tables-payments-wrapper .ant-table-tbody td:last-child > *,
  .table-followers-wrapper .ant-table-tbody td:last-child > *,
  .table-events-users-wrapper .ant-table-tbody td:last-child > *,
  .table-blacklist-wrapper .ant-table-tbody td:last-child > *,
  .table-table-form-wrapper .ant-table-tbody td:last-child > * {
    display: inline-flex;
    align-items: center;
    gap: 10px; } }

@media screen and (max-width: 767px) {
  .ingredients-wrapper h1.theme-text,
  .warehouses-wrapper h1.theme-text,
  .movements-wrapper h1.theme-text,
  .suppliers-wrapper h1.theme-text,
  .invoices-wrapper h1.theme-text,
  .recipes-wrapper h1.theme-text,
  .consumption-wrapper h1.theme-text,
  .projections-wrapper h1.theme-text {
    font-size: 22px;
    line-height: 1.3; } }

.product-collapse.theme-surface {
  background: var(--surface-color) !important; }
  .product-collapse.theme-surface .ant-collapse-item {
    background: var(--surface-color) !important;
    border-color: var(--border-color) !important; }
    .product-collapse.theme-surface .ant-collapse-item .ant-collapse-header {
      background: var(--surface-color) !important;
      color: var(--text-color) !important; }
      .product-collapse.theme-surface .ant-collapse-item .ant-collapse-header:hover {
        background: var(--hover-color, rgba(245, 116, 35, 0.08)) !important; }
    .product-collapse.theme-surface .ant-collapse-item .ant-collapse-content {
      background: var(--surface-color) !important;
      border-top-color: var(--border-color) !important; }
      .product-collapse.theme-surface .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
        background: var(--surface-color) !important;
        color: var(--text-color) !important; }

[data-theme="dark"] .users-wrapper .theme-surface,
[data-theme="dark"] .staff-wrapper .theme-surface,
[data-theme="dark"] .stock-wrapper .theme-surface,
[data-theme="dark"] .contacts-wrapper .theme-surface,
[data-theme="dark"] .download-wrapper .theme-surface,
[data-theme="dark"] .products-wrapper .theme-surface,
[data-theme="dark"] .option-group-wrapper .theme-surface,
[data-theme="dark"] .schedule-wrapper .theme-surface,
[data-theme="dark"] .tables-wrapper .theme-surface,
[data-theme="dark"] .print-points-wrapper .theme-surface,
[data-theme="dark"] .warehouses-wrapper .theme-surface,
[data-theme="dark"] .ingredients-wrapper .theme-surface,
[data-theme="dark"] .movements-wrapper .theme-surface,
[data-theme="dark"] .suppliers-wrapper .theme-surface,
[data-theme="dark"] .invoices-wrapper .theme-surface,
[data-theme="dark"] .recipes-wrapper .theme-surface,
[data-theme="dark"] .consumption-wrapper .theme-surface,
[data-theme="dark"] .projections-wrapper .theme-surface,
[data-theme="dark"] .sectors-wrapper .theme-surface,
[data-theme="dark"] .commissioners-wrapper .theme-surface,
[data-theme="dark"] .notifications-wrapper .theme-surface,
[data-theme="dark"] .sass-wrapper .theme-surface,
[data-theme="dark"] .integrations-wrapper .theme-surface,
[data-theme="dark"] .holidays-closings-wrapper .theme-surface {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.08) !important; }

[data-theme="dark"] .products-wrapper .product-collapse .ant-collapse-content-box {
  color: #fff !important; }

[data-theme="dark"] .products-wrapper .text-bold,
[data-theme="dark"] .products-wrapper .text-description,
[data-theme="dark"] .products-wrapper .product-label-description {
  color: #fff !important; }

[data-theme="dark"] .table-stock-wrapper .ant-table,
[data-theme="dark"] .table-download-wrapper .ant-table,
[data-theme="dark"] .table-schedule-wrapper .ant-table,
[data-theme="dark"] .table-integrations-wrapper .ant-table,
[data-theme="dark"] .table-users-wrapper .ant-table,
[data-theme="dark"] .table-staff-wrapper .ant-table,
[data-theme="dark"] .table-orders-wrapper .ant-table,
[data-theme="dark"] .table-tables-wrapper .ant-table,
[data-theme="dark"] .table-sectors-wrapper .ant-table,
[data-theme="dark"] .table-sectors-manage-wrapper .ant-table,
[data-theme="dark"] .table-print-points-wrapper .ant-table,
[data-theme="dark"] .table-warehouses-wrapper .ant-table,
[data-theme="dark"] .table-ingredients-wrapper .ant-table,
[data-theme="dark"] .table-movements-wrapper .ant-table,
[data-theme="dark"] .table-suppliers-wrapper .ant-table,
[data-theme="dark"] .table-invoices-wrapper .ant-table,
[data-theme="dark"] .table-recipes-wrapper .ant-table,
[data-theme="dark"] .table-consumption-wrapper .ant-table,
[data-theme="dark"] .table-projections-wrapper .ant-table,
[data-theme="dark"] .table-contacts-wrapper .ant-table {
  background: transparent !important;
  color: #fff !important; }

[data-theme="dark"] .table-stock-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-download-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-schedule-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-integrations-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-users-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-staff-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-orders-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-tables-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-sectors-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-sectors-manage-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-print-points-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-warehouses-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-ingredients-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-movements-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-suppliers-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-invoices-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-recipes-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-consumption-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-projections-wrapper .ant-table-thead > tr > th,
[data-theme="dark"] .table-contacts-wrapper .ant-table-thead > tr > th {
  background: rgba(255, 255, 255, 0.04) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08); }

[data-theme="dark"] .table-stock-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-download-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-schedule-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-integrations-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-users-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-staff-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-orders-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-tables-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-sectors-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-sectors-manage-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-print-points-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-warehouses-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-ingredients-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-movements-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-suppliers-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-invoices-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-recipes-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-consumption-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-projections-wrapper .ant-table-tbody > tr > td,
[data-theme="dark"] .table-contacts-wrapper .ant-table-tbody > tr > td {
  background: transparent !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

[data-theme="dark"] .table-stock-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-download-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-schedule-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-integrations-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-users-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-staff-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-orders-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-tables-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-sectors-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-sectors-manage-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-print-points-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-warehouses-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-ingredients-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-movements-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-suppliers-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-invoices-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-recipes-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-consumption-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-projections-wrapper .ant-table-tbody > tr:hover > td,
[data-theme="dark"] .table-contacts-wrapper .ant-table-tbody > tr:hover > td {
  background: rgba(255, 255, 255, 0.03) !important; }

[data-theme="dark"] .table-stock-wrapper .theme-text,
[data-theme="dark"] .table-download-wrapper .theme-text,
[data-theme="dark"] .table-schedule-wrapper .theme-text,
[data-theme="dark"] .table-integrations-wrapper .theme-text,
[data-theme="dark"] .table-users-wrapper .theme-text,
[data-theme="dark"] .table-staff-wrapper .theme-text,
[data-theme="dark"] .table-orders-wrapper .theme-text,
[data-theme="dark"] .table-tables-wrapper .theme-text,
[data-theme="dark"] .table-sectors-wrapper .theme-text,
[data-theme="dark"] .table-sectors-manage-wrapper .theme-text,
[data-theme="dark"] .table-print-points-wrapper .theme-text,
[data-theme="dark"] .table-warehouses-wrapper .theme-text,
[data-theme="dark"] .table-ingredients-wrapper .theme-text,
[data-theme="dark"] .table-movements-wrapper .theme-text,
[data-theme="dark"] .table-suppliers-wrapper .theme-text,
[data-theme="dark"] .table-invoices-wrapper .theme-text,
[data-theme="dark"] .table-recipes-wrapper .theme-text,
[data-theme="dark"] .table-consumption-wrapper .theme-text,
[data-theme="dark"] .table-projections-wrapper .theme-text,
[data-theme="dark"] .table-contacts-wrapper .theme-text {
  color: #FFFFFF !important; }

[data-theme="dark"] .table-stock-wrapper .theme-text-secondary,
[data-theme="dark"] .table-download-wrapper .theme-text-secondary,
[data-theme="dark"] .table-schedule-wrapper .theme-text-secondary,
[data-theme="dark"] .table-integrations-wrapper .theme-text-secondary,
[data-theme="dark"] .table-users-wrapper .theme-text-secondary,
[data-theme="dark"] .table-staff-wrapper .theme-text-secondary,
[data-theme="dark"] .table-orders-wrapper .theme-text-secondary,
[data-theme="dark"] .table-tables-wrapper .theme-text-secondary,
[data-theme="dark"] .table-sectors-wrapper .theme-text-secondary,
[data-theme="dark"] .table-sectors-manage-wrapper .theme-text-secondary,
[data-theme="dark"] .table-print-points-wrapper .theme-text-secondary,
[data-theme="dark"] .table-warehouses-wrapper .theme-text-secondary,
[data-theme="dark"] .table-ingredients-wrapper .theme-text-secondary,
[data-theme="dark"] .table-movements-wrapper .theme-text-secondary,
[data-theme="dark"] .table-suppliers-wrapper .theme-text-secondary,
[data-theme="dark"] .table-invoices-wrapper .theme-text-secondary,
[data-theme="dark"] .table-recipes-wrapper .theme-text-secondary,
[data-theme="dark"] .table-consumption-wrapper .theme-text-secondary,
[data-theme="dark"] .table-projections-wrapper .theme-text-secondary,
[data-theme="dark"] .table-contacts-wrapper .theme-text-secondary {
  color: #CCCCCC !important; }

[data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table,
[data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table {
  background: transparent !important; }
  [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container {
    background: transparent !important; }
    [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content {
      background: transparent !important; }
      [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table {
        background: transparent !important; }
        [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th {
          background: rgba(255, 255, 255, 0.04) !important;
          color: #FFFFFF !important;
          border-bottom-color: rgba(255, 255, 255, 0.08) !important; }
        [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody {
          background: transparent !important; }
          [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr {
            background: transparent !important; }
            [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td {
              background: transparent !important;
              color: #FFFFFF !important;
              border-bottom-color: rgba(255, 255, 255, 0.05) !important; }
  [data-theme="dark"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="dark"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-footer {
    background: transparent !important;
    color: #FFFFFF !important;
    border-top-color: #1A1A1A !important; }

[data-theme="dark"] .product-collapse.theme-surface {
  background: #1A1A1A !important; }
  [data-theme="dark"] .product-collapse.theme-surface .ant-collapse-item {
    background: #1A1A1A !important;
    border-color: #2A2A2A !important; }
    [data-theme="dark"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-header {
      background: #1A1A1A !important;
      color: #FFFFFF !important; }
      [data-theme="dark"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-header:hover {
        background: rgba(245, 116, 35, 0.12) !important; }
    [data-theme="dark"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-content {
      background: #1A1A1A !important;
      border-top-color: #2A2A2A !important; }
      [data-theme="dark"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
        background: #1A1A1A !important;
        color: #FFFFFF !important; }

[data-theme="light"] .users-wrapper .theme-surface,
[data-theme="light"] .staff-wrapper .theme-surface,
[data-theme="light"] .stock-wrapper .theme-surface,
[data-theme="light"] .contacts-wrapper .theme-surface,
[data-theme="light"] .download-wrapper .theme-surface,
[data-theme="light"] .products-wrapper .theme-surface,
[data-theme="light"] .option-group-wrapper .theme-surface,
[data-theme="light"] .schedule-wrapper .theme-surface,
[data-theme="light"] .tables-wrapper .theme-surface,
[data-theme="light"] .print-points-wrapper .theme-surface,
[data-theme="light"] .warehouses-wrapper .theme-surface,
[data-theme="light"] .ingredients-wrapper .theme-surface,
[data-theme="light"] .movements-wrapper .theme-surface,
[data-theme="light"] .suppliers-wrapper .theme-surface,
[data-theme="light"] .invoices-wrapper .theme-surface,
[data-theme="light"] .recipes-wrapper .theme-surface,
[data-theme="light"] .consumption-wrapper .theme-surface,
[data-theme="light"] .projections-wrapper .theme-surface,
[data-theme="light"] .sectors-wrapper .theme-surface,
[data-theme="light"] .commissioners-wrapper .theme-surface,
[data-theme="light"] .notifications-wrapper .theme-surface,
[data-theme="light"] .sass-wrapper .theme-surface,
[data-theme="light"] .integrations-wrapper .theme-surface,
[data-theme="light"] .holidays-closings-wrapper .theme-surface {
  background: #FFFFFF !important;
  border-color: #E0E0E0 !important; }

[data-theme="light"] .users-wrapper .theme-text,
[data-theme="light"] .staff-wrapper .theme-text,
[data-theme="light"] .stock-wrapper .theme-text,
[data-theme="light"] .contacts-wrapper .theme-text,
[data-theme="light"] .download-wrapper .theme-text,
[data-theme="light"] .products-wrapper .theme-text,
[data-theme="light"] .option-group-wrapper .theme-text,
[data-theme="light"] .schedule-wrapper .theme-text,
[data-theme="light"] .tables-wrapper .theme-text,
[data-theme="light"] .print-points-wrapper .theme-text,
[data-theme="light"] .warehouses-wrapper .theme-text,
[data-theme="light"] .ingredients-wrapper .theme-text,
[data-theme="light"] .movements-wrapper .theme-text,
[data-theme="light"] .suppliers-wrapper .theme-text,
[data-theme="light"] .invoices-wrapper .theme-text,
[data-theme="light"] .recipes-wrapper .theme-text,
[data-theme="light"] .consumption-wrapper .theme-text,
[data-theme="light"] .projections-wrapper .theme-text,
[data-theme="light"] .sectors-wrapper .theme-text,
[data-theme="light"] .commissioners-wrapper .theme-text,
[data-theme="light"] .notifications-wrapper .theme-text,
[data-theme="light"] .sass-wrapper .theme-text,
[data-theme="light"] .integrations-wrapper .theme-text,
[data-theme="light"] .holidays-closings-wrapper .theme-text {
  color: #333333 !important; }

[data-theme="light"] .users-wrapper .theme-text-secondary,
[data-theme="light"] .staff-wrapper .theme-text-secondary,
[data-theme="light"] .stock-wrapper .theme-text-secondary,
[data-theme="light"] .contacts-wrapper .theme-text-secondary,
[data-theme="light"] .download-wrapper .theme-text-secondary,
[data-theme="light"] .products-wrapper .theme-text-secondary,
[data-theme="light"] .option-group-wrapper .theme-text-secondary,
[data-theme="light"] .schedule-wrapper .theme-text-secondary,
[data-theme="light"] .tables-wrapper .theme-text-secondary,
[data-theme="light"] .print-points-wrapper .theme-text-secondary,
[data-theme="light"] .warehouses-wrapper .theme-text-secondary,
[data-theme="light"] .ingredients-wrapper .theme-text-secondary,
[data-theme="light"] .movements-wrapper .theme-text-secondary,
[data-theme="light"] .suppliers-wrapper .theme-text-secondary,
[data-theme="light"] .invoices-wrapper .theme-text-secondary,
[data-theme="light"] .recipes-wrapper .theme-text-secondary,
[data-theme="light"] .consumption-wrapper .theme-text-secondary,
[data-theme="light"] .projections-wrapper .theme-text-secondary,
[data-theme="light"] .sectors-wrapper .theme-text-secondary,
[data-theme="light"] .commissioners-wrapper .theme-text-secondary,
[data-theme="light"] .notifications-wrapper .theme-text-secondary,
[data-theme="light"] .sass-wrapper .theme-text-secondary,
[data-theme="light"] .integrations-wrapper .theme-text-secondary,
[data-theme="light"] .holidays-closings-wrapper .theme-text-secondary {
  color: #666666 !important; }

[data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table,
[data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table {
  background: #FFFFFF !important; }
  [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container,
  [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container {
    background: #FFFFFF !important; }
    [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content,
    [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content {
      background: #FFFFFF !important; }
      [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table,
      [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table {
        background: #FFFFFF !important; }
        [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th,
        [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > thead.ant-table-thead > tr > th {
          background: #FFFFFF !important;
          color: #333333 !important;
          border-bottom-color: #E0E0E0 !important; }
        [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody,
        [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody {
          background: #FFFFFF !important; }
          [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr,
          [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr {
            background: #FFFFFF !important; }
            [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td,
            [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-container .ant-table-content > table > tbody.ant-table-tbody > tr > td {
              background: #FFFFFF !important;
              color: #333333 !important;
              border-bottom-color: #E0E0E0 !important; }
  [data-theme="light"] .table-users-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-staff-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-stock-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-contacts-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-download-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-schedule-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-print-points-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-warehouses-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-ingredients-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-movements-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-suppliers-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-invoices-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-recipes-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-consumption-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-projections-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-integrations-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-tables-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-sectors-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-sectors-manage-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-sales-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-product-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-commissioners-report-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-orders-wrapper .ant-table-wrapper .ant-table .ant-table-footer,
  [data-theme="light"] .table-orders-tables-payments-wrapper .ant-table-wrapper .ant-table .ant-table-footer {
    background: #FFFFFF !important;
    color: #333333 !important;
    border-top-color: #E0E0E0 !important; }

[data-theme="light"] .product-collapse.theme-surface {
  background: #FFFFFF !important; }
  [data-theme="light"] .product-collapse.theme-surface .ant-collapse-item {
    background: #FFFFFF !important;
    border-color: #E0E0E0 !important; }
    [data-theme="light"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-header {
      background: #FFFFFF !important;
      color: #333333 !important; }
      [data-theme="light"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-header:hover {
        background: #F5F5F5 !important; }
    [data-theme="light"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-content {
      background: #FFFFFF !important;
      border-top-color: #E0E0E0 !important; }
      [data-theme="light"] .product-collapse.theme-surface .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
        background: #FFFFFF !important;
        color: #333333 !important; }

.companies-card-empty.theme-surface {
  background-color: var(--surface-color) !important;
  border-color: var(--border-color) !important; }
  .companies-card-empty.theme-surface .companies-fantasy-name.theme-text {
    color: var(--text-color) !important; }
  .companies-card-empty.theme-surface .companies-text-card.theme-text-secondary {
    color: var(--text-secondary-color) !important; }

.holidays-closings-title-card.theme-text {
  color: var(--text-color) !important; }

.holidays-closings-text-card.theme-text-secondary {
  color: var(--text-secondary-color) !important; }

[data-theme="dark"] .companies-card-empty.theme-surface {
  background: #1A1A1A !important;
  border-color: #2A2A2A !important; }
  [data-theme="dark"] .companies-card-empty.theme-surface .companies-fantasy-name.theme-text {
    color: #FFFFFF !important; }
  [data-theme="dark"] .companies-card-empty.theme-surface .companies-text-card.theme-text-secondary {
    color: #CCCCCC !important; }

[data-theme="dark"] .holidays-closings-title-card.theme-text {
  color: #FFFFFF !important; }

[data-theme="dark"] .holidays-closings-text-card.theme-text-secondary {
  color: #CCCCCC !important; }

[data-theme="light"] .companies-card-empty.theme-surface {
  background: #FFFFFF !important;
  border-color: #E0E0E0 !important; }
  [data-theme="light"] .companies-card-empty.theme-surface .companies-fantasy-name.theme-text {
    color: #333333 !important; }
  [data-theme="light"] .companies-card-empty.theme-surface .companies-text-card.theme-text-secondary {
    color: #666666 !important; }

[data-theme="light"] .holidays-closings-title-card.theme-text {
  color: #333333 !important; }

[data-theme="light"] .holidays-closings-text-card.theme-text-secondary {
  color: #666666 !important; }

.orders-wrapper,
.dashboard-wrapper,
.setup-mysite-wrapper,
.product-options-wrapper,
.followers-wrapper,
.events-users-wrapper,
.blacklist-wrapper,
.producer-wrapper,
.branch-data-wrapper,
.bank-data-wrapper,
.documents-wrapper,
.company-data-wrapper,
.form-edit-ticket-wrapper,
.zones-by-ticket-wrapper,
.table-form-wrapper,
.list-sold-wrapper,
.event-summary-wrapper,
.card-event-wrapper,
.current-event-wrapper,
.past-event-wrapper,
.sales-general-summary-wrapper,
.modal-countries-wrapper,
.modal-search-text-wrapper,
.new-company-wrapper {
  background-color: transparent !important;
  border-color: transparent !important;
  color: var(--text-color) !important; }
  .orders-wrapper .theme-surface,
  .dashboard-wrapper .theme-surface,
  .setup-mysite-wrapper .theme-surface,
  .product-options-wrapper .theme-surface,
  .followers-wrapper .theme-surface,
  .events-users-wrapper .theme-surface,
  .blacklist-wrapper .theme-surface,
  .producer-wrapper .theme-surface,
  .branch-data-wrapper .theme-surface,
  .bank-data-wrapper .theme-surface,
  .documents-wrapper .theme-surface,
  .company-data-wrapper .theme-surface,
  .form-edit-ticket-wrapper .theme-surface,
  .zones-by-ticket-wrapper .theme-surface,
  .table-form-wrapper .theme-surface,
  .list-sold-wrapper .theme-surface,
  .event-summary-wrapper .theme-surface,
  .card-event-wrapper .theme-surface,
  .current-event-wrapper .theme-surface,
  .past-event-wrapper .theme-surface,
  .sales-general-summary-wrapper .theme-surface,
  .modal-countries-wrapper .theme-surface,
  .modal-search-text-wrapper .theme-surface,
  .new-company-wrapper .theme-surface {
    background-color: var(--surface-color) !important;
    border-color: var(--border-color) !important;
    color: var(--text-color) !important; }
  .orders-wrapper .theme-text,
  .dashboard-wrapper .theme-text,
  .setup-mysite-wrapper .theme-text,
  .product-options-wrapper .theme-text,
  .followers-wrapper .theme-text,
  .events-users-wrapper .theme-text,
  .blacklist-wrapper .theme-text,
  .producer-wrapper .theme-text,
  .branch-data-wrapper .theme-text,
  .bank-data-wrapper .theme-text,
  .documents-wrapper .theme-text,
  .company-data-wrapper .theme-text,
  .form-edit-ticket-wrapper .theme-text,
  .zones-by-ticket-wrapper .theme-text,
  .table-form-wrapper .theme-text,
  .list-sold-wrapper .theme-text,
  .event-summary-wrapper .theme-text,
  .card-event-wrapper .theme-text,
  .current-event-wrapper .theme-text,
  .past-event-wrapper .theme-text,
  .sales-general-summary-wrapper .theme-text,
  .modal-countries-wrapper .theme-text,
  .modal-search-text-wrapper .theme-text,
  .new-company-wrapper .theme-text {
    color: var(--text-color) !important; }
  .orders-wrapper .theme-text-secondary,
  .dashboard-wrapper .theme-text-secondary,
  .setup-mysite-wrapper .theme-text-secondary,
  .product-options-wrapper .theme-text-secondary,
  .followers-wrapper .theme-text-secondary,
  .events-users-wrapper .theme-text-secondary,
  .blacklist-wrapper .theme-text-secondary,
  .producer-wrapper .theme-text-secondary,
  .branch-data-wrapper .theme-text-secondary,
  .bank-data-wrapper .theme-text-secondary,
  .documents-wrapper .theme-text-secondary,
  .company-data-wrapper .theme-text-secondary,
  .form-edit-ticket-wrapper .theme-text-secondary,
  .zones-by-ticket-wrapper .theme-text-secondary,
  .table-form-wrapper .theme-text-secondary,
  .list-sold-wrapper .theme-text-secondary,
  .event-summary-wrapper .theme-text-secondary,
  .card-event-wrapper .theme-text-secondary,
  .current-event-wrapper .theme-text-secondary,
  .past-event-wrapper .theme-text-secondary,
  .sales-general-summary-wrapper .theme-text-secondary,
  .modal-countries-wrapper .theme-text-secondary,
  .modal-search-text-wrapper .theme-text-secondary,
  .new-company-wrapper .theme-text-secondary {
    color: var(--text-secondary-color) !important; }
  .orders-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .dashboard-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .setup-mysite-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .product-options-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .followers-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .events-users-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .blacklist-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .producer-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .branch-data-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .bank-data-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .documents-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .company-data-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .form-edit-ticket-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .zones-by-ticket-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .table-form-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .list-sold-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .event-summary-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .card-event-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .current-event-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .past-event-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .sales-general-summary-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .modal-countries-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .modal-search-text-wrapper .ant-tabs.theme-surface .ant-tabs-tab,
  .new-company-wrapper .ant-tabs.theme-surface .ant-tabs-tab {
    color: var(--text-color) !important; }
    .orders-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .dashboard-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .setup-mysite-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .product-options-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .followers-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .events-users-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .blacklist-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .producer-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .branch-data-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .bank-data-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .documents-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .company-data-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .form-edit-ticket-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .zones-by-ticket-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .table-form-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .list-sold-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .event-summary-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .card-event-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .current-event-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .past-event-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .sales-general-summary-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .modal-countries-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .modal-search-text-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    .new-company-wrapper .ant-tabs.theme-surface .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
      color: var(--primary-color) !important; }
  .orders-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .dashboard-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .setup-mysite-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .product-options-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .followers-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .events-users-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .blacklist-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .producer-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .branch-data-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .bank-data-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .documents-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .company-data-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .form-edit-ticket-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .zones-by-ticket-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .table-form-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .list-sold-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .event-summary-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .card-event-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .current-event-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .past-event-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .sales-general-summary-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .modal-countries-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .modal-search-text-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content,
  .new-company-wrapper .ant-tabs.theme-surface .ant-tabs-content-holder .ant-tabs-content {
    color: var(--text-color) !important; }
  .orders-wrapper .ant-modal.theme-surface .ant-modal-content,
  .dashboard-wrapper .ant-modal.theme-surface .ant-modal-content,
  .setup-mysite-wrapper .ant-modal.theme-surface .ant-modal-content,
  .product-options-wrapper .ant-modal.theme-surface .ant-modal-content,
  .followers-wrapper .ant-modal.theme-surface .ant-modal-content,
  .events-users-wrapper .ant-modal.theme-surface .ant-modal-content,
  .blacklist-wrapper .ant-modal.theme-surface .ant-modal-content,
  .producer-wrapper .ant-modal.theme-surface .ant-modal-content,
  .branch-data-wrapper .ant-modal.theme-surface .ant-modal-content,
  .bank-data-wrapper .ant-modal.theme-surface .ant-modal-content,
  .documents-wrapper .ant-modal.theme-surface .ant-modal-content,
  .company-data-wrapper .ant-modal.theme-surface .ant-modal-content,
  .form-edit-ticket-wrapper .ant-modal.theme-surface .ant-modal-content,
  .zones-by-ticket-wrapper .ant-modal.theme-surface .ant-modal-content,
  .table-form-wrapper .ant-modal.theme-surface .ant-modal-content,
  .list-sold-wrapper .ant-modal.theme-surface .ant-modal-content,
  .event-summary-wrapper .ant-modal.theme-surface .ant-modal-content,
  .card-event-wrapper .ant-modal.theme-surface .ant-modal-content,
  .current-event-wrapper .ant-modal.theme-surface .ant-modal-content,
  .past-event-wrapper .ant-modal.theme-surface .ant-modal-content,
  .sales-general-summary-wrapper .ant-modal.theme-surface .ant-modal-content,
  .modal-countries-wrapper .ant-modal.theme-surface .ant-modal-content,
  .modal-search-text-wrapper .ant-modal.theme-surface .ant-modal-content,
  .new-company-wrapper .ant-modal.theme-surface .ant-modal-content {
    background-color: var(--surface-color) !important;
    color: var(--text-color) !important;
    border-color: var(--border-color) !important; }
  .orders-wrapper .ant-modal.theme-surface .ant-modal-header,
  .dashboard-wrapper .ant-modal.theme-surface .ant-modal-header,
  .setup-mysite-wrapper .ant-modal.theme-surface .ant-modal-header,
  .product-options-wrapper .ant-modal.theme-surface .ant-modal-header,
  .followers-wrapper .ant-modal.theme-surface .ant-modal-header,
  .events-users-wrapper .ant-modal.theme-surface .ant-modal-header,
  .blacklist-wrapper .ant-modal.theme-surface .ant-modal-header,
  .producer-wrapper .ant-modal.theme-surface .ant-modal-header,
  .branch-data-wrapper .ant-modal.theme-surface .ant-modal-header,
  .bank-data-wrapper .ant-modal.theme-surface .ant-modal-header,
  .documents-wrapper .ant-modal.theme-surface .ant-modal-header,
  .company-data-wrapper .ant-modal.theme-surface .ant-modal-header,
  .form-edit-ticket-wrapper .ant-modal.theme-surface .ant-modal-header,
  .zones-by-ticket-wrapper .ant-modal.theme-surface .ant-modal-header,
  .table-form-wrapper .ant-modal.theme-surface .ant-modal-header,
  .list-sold-wrapper .ant-modal.theme-surface .ant-modal-header,
  .event-summary-wrapper .ant-modal.theme-surface .ant-modal-header,
  .card-event-wrapper .ant-modal.theme-surface .ant-modal-header,
  .current-event-wrapper .ant-modal.theme-surface .ant-modal-header,
  .past-event-wrapper .ant-modal.theme-surface .ant-modal-header,
  .sales-general-summary-wrapper .ant-modal.theme-surface .ant-modal-header,
  .modal-countries-wrapper .ant-modal.theme-surface .ant-modal-header,
  .modal-search-text-wrapper .ant-modal.theme-surface .ant-modal-header,
  .new-company-wrapper .ant-modal.theme-surface .ant-modal-header {
    background-color: transparent !important;
    border-bottom: none !important; }
    .orders-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .dashboard-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .setup-mysite-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .product-options-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .followers-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .events-users-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .blacklist-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .producer-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .branch-data-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .bank-data-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .documents-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .company-data-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .form-edit-ticket-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .zones-by-ticket-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .table-form-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .list-sold-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .event-summary-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .card-event-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .current-event-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .past-event-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .sales-general-summary-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .modal-countries-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .modal-search-text-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title,
    .new-company-wrapper .ant-modal.theme-surface .ant-modal-header .ant-modal-title {
      color: var(--text-color) !important; }
  .orders-wrapper .ant-modal.theme-surface .ant-modal-body,
  .dashboard-wrapper .ant-modal.theme-surface .ant-modal-body,
  .setup-mysite-wrapper .ant-modal.theme-surface .ant-modal-body,
  .product-options-wrapper .ant-modal.theme-surface .ant-modal-body,
  .followers-wrapper .ant-modal.theme-surface .ant-modal-body,
  .events-users-wrapper .ant-modal.theme-surface .ant-modal-body,
  .blacklist-wrapper .ant-modal.theme-surface .ant-modal-body,
  .producer-wrapper .ant-modal.theme-surface .ant-modal-body,
  .branch-data-wrapper .ant-modal.theme-surface .ant-modal-body,
  .bank-data-wrapper .ant-modal.theme-surface .ant-modal-body,
  .documents-wrapper .ant-modal.theme-surface .ant-modal-body,
  .company-data-wrapper .ant-modal.theme-surface .ant-modal-body,
  .form-edit-ticket-wrapper .ant-modal.theme-surface .ant-modal-body,
  .zones-by-ticket-wrapper .ant-modal.theme-surface .ant-modal-body,
  .table-form-wrapper .ant-modal.theme-surface .ant-modal-body,
  .list-sold-wrapper .ant-modal.theme-surface .ant-modal-body,
  .event-summary-wrapper .ant-modal.theme-surface .ant-modal-body,
  .card-event-wrapper .ant-modal.theme-surface .ant-modal-body,
  .current-event-wrapper .ant-modal.theme-surface .ant-modal-body,
  .past-event-wrapper .ant-modal.theme-surface .ant-modal-body,
  .sales-general-summary-wrapper .ant-modal.theme-surface .ant-modal-body,
  .modal-countries-wrapper .ant-modal.theme-surface .ant-modal-body,
  .modal-search-text-wrapper .ant-modal.theme-surface .ant-modal-body,
  .new-company-wrapper .ant-modal.theme-surface .ant-modal-body {
    background-color: var(--surface-color) !important;
    color: var(--text-color) !important; }
  .orders-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .dashboard-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .setup-mysite-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .product-options-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .followers-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .events-users-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .blacklist-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .producer-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .branch-data-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .bank-data-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .documents-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .company-data-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .form-edit-ticket-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .zones-by-ticket-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .table-form-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .list-sold-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .event-summary-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .card-event-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .current-event-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .past-event-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .sales-general-summary-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .modal-countries-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .modal-search-text-wrapper .ant-modal.theme-surface .ant-modal-footer,
  .new-company-wrapper .ant-modal.theme-surface .ant-modal-footer {
    background-color: var(--surface-color) !important;
    border-top-color: var(--border-color) !important; }
  .orders-wrapper .ant-card-head,
  .dashboard-wrapper .ant-card-head,
  .setup-mysite-wrapper .ant-card-head,
  .product-options-wrapper .ant-card-head,
  .followers-wrapper .ant-card-head,
  .events-users-wrapper .ant-card-head,
  .blacklist-wrapper .ant-card-head,
  .producer-wrapper .ant-card-head,
  .branch-data-wrapper .ant-card-head,
  .bank-data-wrapper .ant-card-head,
  .documents-wrapper .ant-card-head,
  .company-data-wrapper .ant-card-head,
  .form-edit-ticket-wrapper .ant-card-head,
  .zones-by-ticket-wrapper .ant-card-head,
  .table-form-wrapper .ant-card-head,
  .list-sold-wrapper .ant-card-head,
  .event-summary-wrapper .ant-card-head,
  .card-event-wrapper .ant-card-head,
  .current-event-wrapper .ant-card-head,
  .past-event-wrapper .ant-card-head,
  .sales-general-summary-wrapper .ant-card-head,
  .modal-countries-wrapper .ant-card-head,
  .modal-search-text-wrapper .ant-card-head,
  .new-company-wrapper .ant-card-head {
    background-color: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.06) !important; }
    .orders-wrapper .ant-card-head .ant-card-head-title,
    .dashboard-wrapper .ant-card-head .ant-card-head-title,
    .setup-mysite-wrapper .ant-card-head .ant-card-head-title,
    .product-options-wrapper .ant-card-head .ant-card-head-title,
    .followers-wrapper .ant-card-head .ant-card-head-title,
    .events-users-wrapper .ant-card-head .ant-card-head-title,
    .blacklist-wrapper .ant-card-head .ant-card-head-title,
    .producer-wrapper .ant-card-head .ant-card-head-title,
    .branch-data-wrapper .ant-card-head .ant-card-head-title,
    .bank-data-wrapper .ant-card-head .ant-card-head-title,
    .documents-wrapper .ant-card-head .ant-card-head-title,
    .company-data-wrapper .ant-card-head .ant-card-head-title,
    .form-edit-ticket-wrapper .ant-card-head .ant-card-head-title,
    .zones-by-ticket-wrapper .ant-card-head .ant-card-head-title,
    .table-form-wrapper .ant-card-head .ant-card-head-title,
    .list-sold-wrapper .ant-card-head .ant-card-head-title,
    .event-summary-wrapper .ant-card-head .ant-card-head-title,
    .card-event-wrapper .ant-card-head .ant-card-head-title,
    .current-event-wrapper .ant-card-head .ant-card-head-title,
    .past-event-wrapper .ant-card-head .ant-card-head-title,
    .sales-general-summary-wrapper .ant-card-head .ant-card-head-title,
    .modal-countries-wrapper .ant-card-head .ant-card-head-title,
    .modal-search-text-wrapper .ant-card-head .ant-card-head-title,
    .new-company-wrapper .ant-card-head .ant-card-head-title {
      color: var(--text-color) !important; }
  .orders-wrapper .ant-card-body,
  .dashboard-wrapper .ant-card-body,
  .setup-mysite-wrapper .ant-card-body,
  .product-options-wrapper .ant-card-body,
  .followers-wrapper .ant-card-body,
  .events-users-wrapper .ant-card-body,
  .blacklist-wrapper .ant-card-body,
  .producer-wrapper .ant-card-body,
  .branch-data-wrapper .ant-card-body,
  .bank-data-wrapper .ant-card-body,
  .documents-wrapper .ant-card-body,
  .company-data-wrapper .ant-card-body,
  .form-edit-ticket-wrapper .ant-card-body,
  .zones-by-ticket-wrapper .ant-card-body,
  .table-form-wrapper .ant-card-body,
  .list-sold-wrapper .ant-card-body,
  .event-summary-wrapper .ant-card-body,
  .card-event-wrapper .ant-card-body,
  .current-event-wrapper .ant-card-body,
  .past-event-wrapper .ant-card-body,
  .sales-general-summary-wrapper .ant-card-body,
  .modal-countries-wrapper .ant-card-body,
  .modal-search-text-wrapper .ant-card-body,
  .new-company-wrapper .ant-card-body {
    background-color: transparent !important;
    color: var(--text-color) !important; }
  .orders-wrapper .ant-progress .ant-progress-text,
  .dashboard-wrapper .ant-progress .ant-progress-text,
  .setup-mysite-wrapper .ant-progress .ant-progress-text,
  .product-options-wrapper .ant-progress .ant-progress-text,
  .followers-wrapper .ant-progress .ant-progress-text,
  .events-users-wrapper .ant-progress .ant-progress-text,
  .blacklist-wrapper .ant-progress .ant-progress-text,
  .producer-wrapper .ant-progress .ant-progress-text,
  .branch-data-wrapper .ant-progress .ant-progress-text,
  .bank-data-wrapper .ant-progress .ant-progress-text,
  .documents-wrapper .ant-progress .ant-progress-text,
  .company-data-wrapper .ant-progress .ant-progress-text,
  .form-edit-ticket-wrapper .ant-progress .ant-progress-text,
  .zones-by-ticket-wrapper .ant-progress .ant-progress-text,
  .table-form-wrapper .ant-progress .ant-progress-text,
  .list-sold-wrapper .ant-progress .ant-progress-text,
  .event-summary-wrapper .ant-progress .ant-progress-text,
  .card-event-wrapper .ant-progress .ant-progress-text,
  .current-event-wrapper .ant-progress .ant-progress-text,
  .past-event-wrapper .ant-progress .ant-progress-text,
  .sales-general-summary-wrapper .ant-progress .ant-progress-text,
  .modal-countries-wrapper .ant-progress .ant-progress-text,
  .modal-search-text-wrapper .ant-progress .ant-progress-text,
  .new-company-wrapper .ant-progress .ant-progress-text {
    color: var(--text-color) !important; }
  .orders-wrapper .border-card-event.theme-surface,
  .dashboard-wrapper .border-card-event.theme-surface,
  .setup-mysite-wrapper .border-card-event.theme-surface,
  .product-options-wrapper .border-card-event.theme-surface,
  .followers-wrapper .border-card-event.theme-surface,
  .events-users-wrapper .border-card-event.theme-surface,
  .blacklist-wrapper .border-card-event.theme-surface,
  .producer-wrapper .border-card-event.theme-surface,
  .branch-data-wrapper .border-card-event.theme-surface,
  .bank-data-wrapper .border-card-event.theme-surface,
  .documents-wrapper .border-card-event.theme-surface,
  .company-data-wrapper .border-card-event.theme-surface,
  .form-edit-ticket-wrapper .border-card-event.theme-surface,
  .zones-by-ticket-wrapper .border-card-event.theme-surface,
  .table-form-wrapper .border-card-event.theme-surface,
  .list-sold-wrapper .border-card-event.theme-surface,
  .event-summary-wrapper .border-card-event.theme-surface,
  .card-event-wrapper .border-card-event.theme-surface,
  .current-event-wrapper .border-card-event.theme-surface,
  .past-event-wrapper .border-card-event.theme-surface,
  .sales-general-summary-wrapper .border-card-event.theme-surface,
  .modal-countries-wrapper .border-card-event.theme-surface,
  .modal-search-text-wrapper .border-card-event.theme-surface,
  .new-company-wrapper .border-card-event.theme-surface {
    background-color: var(--surface-color) !important;
    border-color: var(--border-color) !important; }
    .orders-wrapper .border-card-event.theme-surface .store-title,
    .orders-wrapper .border-card-event.theme-surface .info p,
    .dashboard-wrapper .border-card-event.theme-surface .store-title,
    .dashboard-wrapper .border-card-event.theme-surface .info p,
    .setup-mysite-wrapper .border-card-event.theme-surface .store-title,
    .setup-mysite-wrapper .border-card-event.theme-surface .info p,
    .product-options-wrapper .border-card-event.theme-surface .store-title,
    .product-options-wrapper .border-card-event.theme-surface .info p,
    .followers-wrapper .border-card-event.theme-surface .store-title,
    .followers-wrapper .border-card-event.theme-surface .info p,
    .events-users-wrapper .border-card-event.theme-surface .store-title,
    .events-users-wrapper .border-card-event.theme-surface .info p,
    .blacklist-wrapper .border-card-event.theme-surface .store-title,
    .blacklist-wrapper .border-card-event.theme-surface .info p,
    .producer-wrapper .border-card-event.theme-surface .store-title,
    .producer-wrapper .border-card-event.theme-surface .info p,
    .branch-data-wrapper .border-card-event.theme-surface .store-title,
    .branch-data-wrapper .border-card-event.theme-surface .info p,
    .bank-data-wrapper .border-card-event.theme-surface .store-title,
    .bank-data-wrapper .border-card-event.theme-surface .info p,
    .documents-wrapper .border-card-event.theme-surface .store-title,
    .documents-wrapper .border-card-event.theme-surface .info p,
    .company-data-wrapper .border-card-event.theme-surface .store-title,
    .company-data-wrapper .border-card-event.theme-surface .info p,
    .form-edit-ticket-wrapper .border-card-event.theme-surface .store-title,
    .form-edit-ticket-wrapper .border-card-event.theme-surface .info p,
    .zones-by-ticket-wrapper .border-card-event.theme-surface .store-title,
    .zones-by-ticket-wrapper .border-card-event.theme-surface .info p,
    .table-form-wrapper .border-card-event.theme-surface .store-title,
    .table-form-wrapper .border-card-event.theme-surface .info p,
    .list-sold-wrapper .border-card-event.theme-surface .store-title,
    .list-sold-wrapper .border-card-event.theme-surface .info p,
    .event-summary-wrapper .border-card-event.theme-surface .store-title,
    .event-summary-wrapper .border-card-event.theme-surface .info p,
    .card-event-wrapper .border-card-event.theme-surface .store-title,
    .card-event-wrapper .border-card-event.theme-surface .info p,
    .current-event-wrapper .border-card-event.theme-surface .store-title,
    .current-event-wrapper .border-card-event.theme-surface .info p,
    .past-event-wrapper .border-card-event.theme-surface .store-title,
    .past-event-wrapper .border-card-event.theme-surface .info p,
    .sales-general-summary-wrapper .border-card-event.theme-surface .store-title,
    .sales-general-summary-wrapper .border-card-event.theme-surface .info p,
    .modal-countries-wrapper .border-card-event.theme-surface .store-title,
    .modal-countries-wrapper .border-card-event.theme-surface .info p,
    .modal-search-text-wrapper .border-card-event.theme-surface .store-title,
    .modal-search-text-wrapper .border-card-event.theme-surface .info p,
    .new-company-wrapper .border-card-event.theme-surface .store-title,
    .new-company-wrapper .border-card-event.theme-surface .info p {
      color: var(--text-color) !important; }

html[data-theme="dark"] .ant-modal-content {
  background-color: transparent !important;
  box-shadow: none !important; }
  html[data-theme="dark"] .ant-modal-content .ant-modal-header {
    background-color: transparent !important;
    border-bottom: none !important; }
    html[data-theme="dark"] .ant-modal-content .ant-modal-header .ant-modal-title {
      color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-modal-content .ant-modal-body {
    color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-modal-content .ant-modal-footer {
    border-top: 1px solid var(--border-color) !important; }
  html[data-theme="dark"] .ant-modal-content .ant-modal-close {
    color: var(--text-secondary-color) !important; }
    html[data-theme="dark"] .ant-modal-content .ant-modal-close:hover {
      color: var(--text-color) !important; }

html[data-theme="dark"] .ant-form-item-label > label {
  color: var(--text-color) !important; }

html[data-theme="dark"] .ant-input,
html[data-theme="dark"] .ant-input-password,
html[data-theme="dark"] .ant-input-number,
html[data-theme="dark"] .ant-input-affix-wrapper,
html[data-theme="dark"] .ant-input-textarea {
  background-color: var(--background-color) !important;
  border-color: var(--border-color) !important;
  color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-input::placeholder,
  html[data-theme="dark"] .ant-input-password::placeholder,
  html[data-theme="dark"] .ant-input-number::placeholder,
  html[data-theme="dark"] .ant-input-affix-wrapper::placeholder,
  html[data-theme="dark"] .ant-input-textarea::placeholder {
    color: var(--text-secondary-color) !important; }
  html[data-theme="dark"] .ant-input:hover, html[data-theme="dark"] .ant-input:focus,
  html[data-theme="dark"] .ant-input-password:hover,
  html[data-theme="dark"] .ant-input-password:focus,
  html[data-theme="dark"] .ant-input-number:hover,
  html[data-theme="dark"] .ant-input-number:focus,
  html[data-theme="dark"] .ant-input-affix-wrapper:hover,
  html[data-theme="dark"] .ant-input-affix-wrapper:focus,
  html[data-theme="dark"] .ant-input-textarea:hover,
  html[data-theme="dark"] .ant-input-textarea:focus {
    border-color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-input-number-handler-wrap {
  background-color: var(--border-color) !important;
  border-left: 1px solid var(--border-color) !important; }

html[data-theme="dark"] .ant-input-number-handler {
  border-top: 1px solid var(--border-color) !important; }
  html[data-theme="dark"] .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
  html[data-theme="dark"] .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
    color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-select:not(.ant-select-disabled) .ant-select-selector {
  background-color: var(--background-color) !important;
  border-color: var(--border-color) !important;
  color: var(--text-color) !important; }

html[data-theme="dark"] .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-select:not(.ant-select-disabled) .ant-select-arrow {
  color: var(--text-secondary-color) !important; }

html[data-theme="dark"] .ant-select:not(.ant-select-disabled) .ant-select-selection-item {
  color: var(--text-color) !important; }

html[data-theme="dark"] .ant-select:not(.ant-select-disabled) .ant-select-clear {
  background-color: var(--surface-color) !important;
  color: var(--text-secondary-color) !important; }

html[data-theme="dark"] .ant-select-dropdown {
  background-color: var(--surface-color) !important;
  border: 1px solid var(--border-color) !important; }
  html[data-theme="dark"] .ant-select-dropdown .ant-select-item {
    color: var(--text-color) !important; }
    html[data-theme="dark"] .ant-select-dropdown .ant-select-item-option-selected {
      background-color: rgba(247, 147, 30, 0.2) !important;
      font-weight: 600; }
    html[data-theme="dark"] .ant-select-dropdown .ant-select-item-option-active {
      background-color: rgba(255, 255, 255, 0.08) !important; }

html[data-theme="dark"] .ant-table {
  background: transparent !important;
  color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-table .ant-table-container {
    border: none !important; }
  html[data-theme="dark"] .ant-table .ant-table-thead > tr > th {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.5) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-right: none !important; }
  html[data-theme="dark"] .ant-table .ant-table-tbody > tr > td {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-right: none !important; }
    html[data-theme="dark"] .ant-table .ant-table-tbody > tr > td.ant-table-cell-row-hover {
      background: rgba(255, 255, 255, 0.03) !important; }
  html[data-theme="dark"] .ant-table .ant-table-tbody > tr:hover > td {
    background: rgba(255, 255, 255, 0.03) !important; }

html[data-theme="dark"] .ant-pagination .ant-pagination-item {
  background-color: transparent !important;
  border-color: var(--border-color) !important; }
  html[data-theme="dark"] .ant-pagination .ant-pagination-item a {
    color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-pagination .ant-pagination-item-active {
    border-color: var(--primary-color) !important; }
    html[data-theme="dark"] .ant-pagination .ant-pagination-item-active a {
      color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-pagination .ant-pagination-prev .ant-pagination-item-link,
html[data-theme="dark"] .ant-pagination .ant-pagination-next .ant-pagination-item-link {
  background-color: transparent !important;
  border-color: var(--border-color) !important;
  color: var(--text-color) !important; }

html[data-theme="dark"] .ant-collapse {
  background-color: transparent !important;
  border-color: var(--border-color) !important; }
  html[data-theme="dark"] .ant-collapse .ant-collapse-item {
    border-bottom: 1px solid var(--border-color) !important; }
    html[data-theme="dark"] .ant-collapse .ant-collapse-item .ant-collapse-header {
      color: var(--text-color) !important;
      background-color: var(--surface-color) !important; }
    html[data-theme="dark"] .ant-collapse .ant-collapse-item .ant-collapse-content {
      background-color: var(--background-color) !important;
      border-top: 1px solid var(--border-color) !important;
      color: var(--text-color) !important; }

html[data-theme="dark"] .ant-checkbox-wrapper,
html[data-theme="dark"] .ant-radio-wrapper {
  color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-checkbox-wrapper:hover .ant-checkbox-inner,
  html[data-theme="dark"] .ant-checkbox-wrapper:hover .ant-radio-inner,
  html[data-theme="dark"] .ant-radio-wrapper:hover .ant-checkbox-inner,
  html[data-theme="dark"] .ant-radio-wrapper:hover .ant-radio-inner {
    border-color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-checkbox-inner,
html[data-theme="dark"] .ant-radio-inner {
  background-color: transparent !important;
  border-color: var(--border-color) !important; }

html[data-theme="dark"] .ant-checkbox-checked .ant-checkbox-inner,
html[data-theme="dark"] .ant-radio-checked .ant-radio-inner {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-popover-inner {
  background-color: var(--surface-color) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important; }
  html[data-theme="dark"] .ant-popover-inner .ant-popover-message {
    color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-popover-inner .ant-popover-buttons .ant-btn-default {
    background-color: transparent !important;
    border-color: var(--border-color) !important;
    color: var(--text-color) !important; }
    html[data-theme="dark"] .ant-popover-inner .ant-popover-buttons .ant-btn-default:hover {
      color: var(--primary-color) !important;
      border-color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-tabs {
  color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-tabs .ant-tabs-tab {
    color: var(--text-secondary-color) !important; }
    html[data-theme="dark"] .ant-tabs .ant-tabs-tab:hover {
      color: var(--text-color) !important; }
    html[data-theme="dark"] .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
      color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-tabs-card > .ant-tabs-nav::before,
html[data-theme="dark"] .ant-tabs-card > div > .ant-tabs-nav::before {
  border-bottom-color: rgba(255, 255, 255, 0.08) !important; }

html[data-theme="dark"] .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
html[data-theme="dark"] .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom-color: transparent !important;
  color: var(--text-secondary-color) !important;
  transition: all 0.2s ease !important; }
  html[data-theme="dark"] .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab:hover,
  html[data-theme="dark"] .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab:hover {
    background: rgba(255, 255, 255, 0.04) !important;
    color: var(--text-color) !important; }
  html[data-theme="dark"] .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active,
  html[data-theme="dark"] .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
    background: rgba(245, 116, 35, 0.08) !important;
    border-color: rgba(245, 116, 35, 0.24) !important;
    border-bottom-color: transparent !important; }
    html[data-theme="dark"] .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
    html[data-theme="dark"] .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
      color: var(--primary-color) !important; }

html[data-theme="dark"] .ant-empty .ant-empty-description {
  color: var(--text-secondary-color) !important; }

