/* [project]/qbit_pay/merchant.qbitwallet.io/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f5f7fa;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.ant-table-thead > tr > th {
  background: #fafafa !important;
}

.ant-card {
  border-radius: 8px;
}

.ant-menu-item {
  border-radius: 6px;
  margin: 2px 8px !important;
}

.ant-menu-item-selected {
  color: #fff !important;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

.ant-menu-item:hover:not(.ant-menu-item-selected) {
  background: #10b98114 !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #bfbfbf;
}

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