custom.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078
  1. html,
  2. body {
  3. height: 100vh;
  4. width: 100vw;
  5. margin: 0;
  6. padding: 0;
  7. overflow: hidden;
  8. }
  9. body {
  10. color: rgba(0, 0, 0, 0.65);
  11. font-size: 14px;
  12. font-variant: tabular-nums;
  13. line-height: 1.5;
  14. background-color: #fff;
  15. font-feature-settings: "tnum";
  16. }
  17. html {
  18. --antd-wave-shadow-color: #008771;
  19. line-height: 1.15;
  20. -webkit-text-size-adjust: 100%;
  21. -ms-text-size-adjust: 100%;
  22. -ms-overflow-style: scrollbar;
  23. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  24. }
  25. ::selection {
  26. color: #008771;
  27. background-color: #cfe8e4;
  28. }
  29. #app {
  30. height: 100%;
  31. position: fixed;
  32. top: 0;
  33. left: 0;
  34. right: 0;
  35. bottom: 0;
  36. margin: 0;
  37. padding: 0;
  38. overflow: auto;
  39. }
  40. .ant-layout,
  41. .ant-layout * {
  42. box-sizing: border-box;
  43. }
  44. .ant-spin-blur {
  45. border-radius: 1.5rem;
  46. }
  47. style attribute {
  48. text-align: center;
  49. }
  50. .ant-table-tbody > tr > td,
  51. .ant-table-thead > tr > th {
  52. padding: 12px 16px;
  53. overflow-wrap: break-word;
  54. }
  55. .ant-table-thead > tr > th {
  56. color: rgba(0, 0, 0, 0.85);
  57. font-weight: 500;
  58. text-align: left;
  59. border-bottom: 1px solid #e8e8e8;
  60. transition: background 0.3s ease;
  61. }
  62. .ant-table-row-cell-break-word {
  63. word-wrap: break-word;
  64. word-break: break-word;
  65. }
  66. .ant-table table {
  67. width: 100%;
  68. text-align: left;
  69. border-radius: 1rem 1rem 0 0;
  70. border-collapse: separate;
  71. border-spacing: 0;
  72. }
  73. .ant-table {
  74. box-sizing: border-box;
  75. margin: 0;
  76. padding: 0;
  77. color: rgba(0, 0, 0, 0.65);
  78. font-size: 14px;
  79. font-variant: tabular-nums;
  80. line-height: 1.5;
  81. list-style: none;
  82. font-feature-settings: "tnum";
  83. position: relative;
  84. clear: both;
  85. }
  86. .ant-table-body {
  87. overflow-x: auto !important;
  88. }
  89. tr.ant-table-expanded-row td>.ant-table-wrapper {
  90. margin: -12px -16px -13px;
  91. }
  92. .ant-card-hoverable {
  93. cursor: auto;
  94. cursor: pointer;
  95. }
  96. .ant-card {
  97. box-sizing: border-box;
  98. margin: 0;
  99. padding: 0;
  100. color: rgba(0, 0, 0, 0.65);
  101. font-size: 14px;
  102. font-variant: tabular-nums;
  103. line-height: 1.5;
  104. list-style: none;
  105. font-feature-settings: "tnum";
  106. position: relative;
  107. background-color: #fff;
  108. border-radius: 2px;
  109. transition: all 0.3s;
  110. }
  111. .ant-space {
  112. width: 100%;
  113. }
  114. .ant-layout-sider-zero-width-trigger {
  115. display: none;
  116. }
  117. @media (max-width: 768px) {
  118. .ant-layout-sider {
  119. display: none;
  120. }
  121. .ant-card {
  122. margin: 0.5rem;
  123. }
  124. .ant-tabs {
  125. margin: 0.5rem;
  126. padding: 0.5rem;
  127. }
  128. }
  129. .ant-layout-content {
  130. min-height: auto;
  131. }
  132. .ant-card,
  133. .ant-tabs {
  134. border-radius: 1.5rem;
  135. }
  136. .ant-card-hoverable {
  137. cursor: auto;
  138. }
  139. .ant-card + .ant-card {
  140. margin-top: 20px;
  141. }
  142. .drawer-handle {
  143. position: absolute;
  144. top: 72px;
  145. width: 41px;
  146. height: 40px;
  147. cursor: pointer;
  148. z-index: 0;
  149. text-align: center;
  150. line-height: 40px;
  151. font-size: 16px;
  152. display: flex;
  153. justify-content: center;
  154. align-items: center;
  155. background-color: #fff;
  156. right: -40px;
  157. box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  158. border-radius: 0 4px 4px 0;
  159. }
  160. .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  161. background-color: #006655 !important;
  162. background-image: linear-gradient(
  163. 270deg,
  164. rgba(123, 199, 77, 0) 30%,
  165. #009980,
  166. rgba(123, 199, 77, 0) 100%
  167. );
  168. background-repeat: no-repeat;
  169. animation: ma-bg-move linear 6.6s infinite;
  170. color: #fff;
  171. border-radius: 0.5rem;
  172. }
  173. @-webkit-keyframes ma-bg-move {
  174. 0% {
  175. background-position: -500px 0;
  176. }
  177. 100% {
  178. background-position: 1000px 0;
  179. }
  180. }
  181. @keyframes ma-bg-move {
  182. 0% {
  183. background-position: -500px 0;
  184. }
  185. 50% {
  186. background-position: 1000px 0;
  187. }
  188. 100% {
  189. background-position: 1000px 0;
  190. }
  191. }
  192. .ant-menu-item-active,
  193. .ant-menu-item:hover,
  194. .ant-menu-submenu-active,
  195. .ant-menu-submenu-title:hover,
  196. .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  197. color: #008771;
  198. background-color: rgb(232 244 242);
  199. border-radius: 0.5rem;
  200. }
  201. .ant-menu-inline .ant-menu-item {
  202. border-radius: 0.5rem;
  203. }
  204. .ant-menu-inline .ant-menu-item:after,
  205. .ant-menu {
  206. border-right-width: 0;
  207. }
  208. .ant-layout-sider-children,
  209. .ant-pagination ul {
  210. margin-top: -0.1px;
  211. padding: 0.5rem;
  212. }
  213. .ant-dropdown-menu,
  214. .ant-select-dropdown-menu {
  215. padding: 0.5rem;
  216. }
  217. .ant-dropdown-menu-item,
  218. .ant-dropdown-menu-item:hover,
  219. .ant-select-dropdown-menu-item,
  220. .ant-select-dropdown-menu-item:hover,
  221. .ant-select-dropdown-menu-item-selected,
  222. .ant-select-selection--multiple .ant-select-selection__choice {
  223. border-radius: 0.5rem;
  224. margin-bottom: 2px;
  225. }
  226. @media (min-width: 769px) {
  227. .drawer-handle {
  228. display: none;
  229. }
  230. .ant-tabs {
  231. padding: 2rem;
  232. }
  233. }
  234. .fade-in-enter,
  235. .fade-in-leave-active,
  236. .fade-in-linear-enter,
  237. .fade-in-linear-leave,
  238. .fade-in-linear-leave-active,
  239. .fade-in-linear-enter,
  240. .fade-in-linear-leave,
  241. .fade-in-linear-leave-active {
  242. opacity: 0;
  243. }
  244. .fade-in-linear-enter-active,
  245. .fade-in-linear-leave-active {
  246. -webkit-transition: opacity 0.2s linear;
  247. transition: opacity 0.2s linear;
  248. }
  249. .fade-in-linear-enter-active,
  250. .fade-in-linear-leave-active {
  251. -webkit-transition: opacity 0.2s linear;
  252. transition: opacity 0.2s linear;
  253. }
  254. .fade-in-enter-active,
  255. .fade-in-leave-active {
  256. -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  257. transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  258. }
  259. .zoom-in-center-enter-active,
  260. .zoom-in-center-leave-active {
  261. -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  262. transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  263. }
  264. .zoom-in-center-enter,
  265. .zoom-in-center-leave-active {
  266. opacity: 0;
  267. -webkit-transform: scaleX(0);
  268. transform: scaleX(0);
  269. }
  270. .zoom-in-top-enter-active,
  271. .zoom-in-top-leave-active {
  272. opacity: 1;
  273. -webkit-transform: scaleY(1);
  274. transform: scaleY(1);
  275. -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  276. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  277. transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  278. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  279. transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  280. opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  281. transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  282. opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  283. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  284. -webkit-transform-origin: center top;
  285. transform-origin: center top;
  286. }
  287. .zoom-in-top-enter,
  288. .zoom-in-top-leave-active {
  289. opacity: 0;
  290. -webkit-transform: scaleY(0);
  291. transform: scaleY(0);
  292. }
  293. .zoom-in-bottom-enter-active,
  294. .zoom-in-bottom-leave-active {
  295. opacity: 1;
  296. -webkit-transform: scaleY(1);
  297. transform: scaleY(1);
  298. -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  299. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  300. transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  301. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  302. transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  303. opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  304. transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  305. opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  306. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  307. -webkit-transform-origin: center bottom;
  308. transform-origin: center bottom;
  309. }
  310. .zoom-in-bottom-enter,
  311. .zoom-in-bottom-leave-active {
  312. opacity: 0;
  313. -webkit-transform: scaleY(0);
  314. transform: scaleY(0);
  315. }
  316. .zoom-in-left-enter-active,
  317. .zoom-in-left-leave-active {
  318. opacity: 1;
  319. -webkit-transform: scale(1, 1);
  320. transform: scale(1, 1);
  321. -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  322. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  323. transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  324. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  325. transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  326. opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  327. transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  328. opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1),
  329. -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  330. -webkit-transform-origin: top left;
  331. transform-origin: top left;
  332. }
  333. .zoom-in-left-enter,
  334. .zoom-in-left-leave-active {
  335. opacity: 0;
  336. -webkit-transform: scale(0.45, 0.45);
  337. transform: scale(0.45, 0.45);
  338. }
  339. .list-enter-active,
  340. .list-leave-active {
  341. -webkit-transition: all 0.3s;
  342. transition: all 0.3s;
  343. }
  344. .list-enter,
  345. .list-leave-active {
  346. opacity: 0;
  347. -webkit-transform: translateY(-30px);
  348. transform: translateY(-30px);
  349. }
  350. .ant-tooltip-inner {
  351. min-height: 0;
  352. }
  353. .ant-list-item-meta-title {
  354. font-size: 14px;
  355. }
  356. .ant-progress-inner {
  357. background-color: #ebeef5;
  358. }
  359. .deactive-client .ant-collapse-header {
  360. color: rgb(255, 255, 255) !important;
  361. background-color: rgb(255, 127, 127);
  362. }
  363. .ant-table-expand-icon-th,
  364. .ant-table-row-expand-icon-cell {
  365. width: 30px;
  366. min-width: 30px;
  367. }
  368. .ant-tabs {
  369. background-color: white;
  370. }
  371. .ant-setting-textarea {
  372. margin-top: 1.5rem;
  373. }
  374. .client-table-header {
  375. background-color: #f0f2f5;
  376. }
  377. .client-table-odd-row {
  378. background-color: #fafafa;
  379. }
  380. .ant-table-pagination.ant-pagination {
  381. float: left;
  382. }
  383. /* change basic colors */
  384. .ant-tag-blue {
  385. background-color: #edf4fa;
  386. border-color: #a9c5e7;
  387. color: #0e49b5;
  388. }
  389. .ant-tag-green {
  390. background-color: #eafff9;
  391. border-color: #76ccb4;
  392. color: #199270;
  393. }
  394. .ant-tag-purple {
  395. background-color: #f2eaf1;
  396. border-color: #d5bed2;
  397. color: #7a316f;
  398. }
  399. .ant-tag-orange,
  400. .ant-alert-warning {
  401. background-color: #ffeee1;
  402. border-color: #fec093;
  403. color: #f37b24;
  404. }
  405. .ant-tag-red,
  406. .ant-alert-error {
  407. background-color: #ffe9e9;
  408. border-color: #ff9e9e;
  409. color: #cf3c3c;
  410. }
  411. .ant-input::placeholder {
  412. opacity: 0.5;
  413. }
  414. .ant-input:hover,
  415. .ant-input:focus {
  416. background-color: rgb(232 244 242);
  417. }
  418. .delete-icon:hover {
  419. color: #e04141;
  420. }
  421. .normal-icon:hover {
  422. color: #008771;
  423. }
  424. /* DARK THEME */
  425. .dark ::selection {
  426. color: #fff;
  427. background-color: #008771;
  428. }
  429. .dark .normal-icon:hover {
  430. color: #ffffff;
  431. }
  432. .dark .ant-layout-sider,
  433. .dark .ant-drawer-content,
  434. .ant-menu-dark,
  435. .ant-menu-dark .ant-menu-sub,
  436. .dark .ant-card,
  437. .dark .ant-table,
  438. .dark .ant-collapse-content,
  439. .dark .ant-tabs {
  440. background-color: #151f31;
  441. color: #ffffffa6;
  442. }
  443. .dark .ant-card-hoverable:hover,
  444. .dark .ant-space-item > .ant-tabs:hover {
  445. box-shadow: 0 1px 10px -1px rgb(154 175 238 / 80%);
  446. }
  447. .dark > .ant-layout,
  448. .dark .drawer-handle,
  449. .dark .ant-table-thead > tr > th,
  450. .dark .ant-table-expanded-row,
  451. .dark .ant-table-expanded-row:hover,
  452. .dark .ant-table-expanded-row .ant-table-tbody,
  453. .dark .ant-calendar {
  454. background-color: #101828;
  455. color: rgb(255 255 255 /65%);
  456. }
  457. .dark .ant-table-expanded-row .ant-table-thead > tr:first-child > th {
  458. border-radius: 0;
  459. }
  460. .dark .ant-calendar,
  461. .dark .ant-card-bordered {
  462. border-color: #151f31;
  463. }
  464. .dark .ant-table-bordered,
  465. .dark .ant-table-bordered.ant-table-empty .ant-table-placeholder,
  466. .dark .ant-table-bordered .ant-table-body > table,
  467. .dark .ant-table-bordered .ant-table-fixed-left table,
  468. .dark .ant-table-bordered .ant-table-fixed-right table,
  469. .dark .ant-table-bordered .ant-table-header > table,
  470. .dark .ant-table-bordered .ant-table-thead > tr:not(:last-child) > th,
  471. .dark .ant-table-bordered .ant-table-tbody > tr > td,
  472. .dark .ant-table-bordered .ant-table-thead > tr > th {
  473. border-color: #2c3950;
  474. }
  475. .dark .ant-table-tbody > tr > td,
  476. .dark .ant-table-thead > tr > th,
  477. .dark .ant-card-head,
  478. .dark .ant-modal-header,
  479. .dark .ant-collapse > .ant-collapse-item,
  480. .dark .ant-tabs-bar,
  481. .dark .ant-list-split .ant-list-item,
  482. .dark .ant-popover-title,
  483. .dark .ant-calendar-header,
  484. .dark .ant-calendar-input-wrap {
  485. border-bottom-color: #2c3950;
  486. }
  487. .dark .ant-modal-footer,
  488. .dark .ant-collapse-content,
  489. .dark .ant-calendar-footer,
  490. .dark .ant-divider-horizontal.ant-divider-with-text-center:before,
  491. .dark .ant-divider-horizontal.ant-divider-with-text-center:after {
  492. border-top-color: #2c3950;
  493. }
  494. .dark .ant-progress-text,
  495. .dark .ant-card-head,
  496. .dark .ant-form,
  497. .dark .ant-collapse > .ant-collapse-item > .ant-collapse-header,
  498. .dark .ant-modal-close-x,
  499. .dark .ant-pagination-item a,
  500. .dark li:not(.ant-pagination-disabled) i,
  501. .dark .ant-form .anticon,
  502. .dark .ant-tabs-tab-arrow-show:not(.ant-tabs-tab-btn-disabled),
  503. .dark .anticon-close,
  504. .dark .ant-list-item-meta-title,
  505. .dark .ant-select-selection i,
  506. .dark .ant-modal-confirm-title,
  507. .dark .ant-modal-confirm-content,
  508. .dark .ant-popover-message,
  509. .dark .ant-modal,
  510. .dark .ant-divider-inner-text,
  511. .dark .ant-popover-title,
  512. .dark .ant-popover-inner-content,
  513. .dark h2,
  514. .dark .ant-modal-title,
  515. .dark .ant-form-item-label > label,
  516. .dark .ant-checkbox-wrapper,
  517. .dark .ant-form-item,
  518. .dark .ant-calendar-footer .ant-calendar-today-btn,
  519. .dark .ant-calendar-footer .ant-calendar-time-picker-btn,
  520. .dark .ant-calendar-day-select,
  521. .dark .ant-calendar-month-select,
  522. .dark .ant-calendar-year-select,
  523. .dark .ant-calendar-date,
  524. .dark .ant-calendar-year-panel-year,
  525. .dark .ant-calendar-month-panel-month,
  526. .dark .ant-calendar-decade-panel-decade {
  527. color: rgba(255, 255, 255, 0.65);
  528. }
  529. .dark .ant-list-item-meta-description {
  530. color: rgba(255, 255, 255, 0.45);
  531. }
  532. .dark .ant-pagination-disabled i,
  533. .dark .ant-tabs-tab-btn-disabled {
  534. color: rgba(255, 255, 255, 0.25);
  535. }
  536. .dark .ant-input,
  537. .dark .ant-input-group-addon,
  538. .dark .ant-collapse,
  539. .dark .ant-select-selection,
  540. .dark .ant-input-number,
  541. .dark .ant-input-number-handler-wrap,
  542. .dark .ant-pagination-item-active,
  543. .dark .ant-table-placeholder,
  544. .dark .ant-empty-normal,
  545. .dark.ant-select-dropdown,
  546. .dark .ant-select-dropdown,
  547. .dark .ant-select-dropdown li,
  548. .dark .ant-select-dropdown-menu-item,
  549. .dark .ant-divider:not(.ant-divider-with-text-center),
  550. .dark .ant-calendar-input,
  551. .dark .client-table-header,
  552. .dark .ant-select-selection--multiple .ant-select-selection__choice,
  553. .dark .ant-calendar-time-picker-inner {
  554. background-color: #222d42;
  555. border-color: #2c3950;
  556. color: rgba(255, 255, 255, 0.65);
  557. }
  558. .dark .ant-select-selection:hover,
  559. .dark .ant-calendar-picker-clear,
  560. .dark .ant-input-number:hover,
  561. .dark .ant-input-number:focus,
  562. .dark .ant-input:hover,
  563. .dark .ant-input:focus {
  564. background-color: rgba(0, 135, 113, 0.3);
  565. border-color: #008771;
  566. }
  567. .dark .ant-btn:not(.ant-btn-primary):not(.ant-btn-danger) {
  568. color: rgba(255, 255, 255, 0.65);
  569. background-color: rgb(10 117 87 / 30%);
  570. border: 1px solid #008771;
  571. }
  572. .dark .ant-radio-button-wrapper,
  573. .dark .ant-radio-button-wrapper:before {
  574. color: rgb(255 255 255 / 65%);
  575. background-color: rgba(0, 135, 113, 0.3);
  576. border-color: #008771;
  577. }
  578. .dark .ant-btn:focus:not(.ant-btn-primary):not(.ant-btn-danger),
  579. .dark .ant-btn:hover:not(.ant-btn-primary):not(.ant-btn-danger) {
  580. color: #fff;
  581. background-color: rgb(10 117 87 / 50%);
  582. border-color: #008771;
  583. }
  584. .dark .ant-btn-primary[disabled],
  585. .dark .ant-btn-danger[disabled],
  586. .dark .ant-calendar-ok-btn-disabled {
  587. color: rgb(255 255 255 / 35%);
  588. background-color: #2c3950;
  589. border-color: #42516c;
  590. }
  591. .dark
  592. .ant-table-tbody
  593. > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
  594. > td,
  595. .dark .client-table-odd-row {
  596. background-color: #00877122;
  597. }
  598. .dark .ant-table-row-expand-icon {
  599. color: #fff;
  600. background-color: #fff0;
  601. border-color: #9ea2a8;
  602. }
  603. .dark .ant-table-row-expand-icon:hover {
  604. color: #008771;
  605. background-color: #fff0;
  606. border-color: #008771;
  607. }
  608. .dark .ant-switch:not(.ant-switch-checked),
  609. .dark .ant-progress-line .ant-progress-inner {
  610. background-color: #2c3950;
  611. }
  612. .dark .ant-progress-circle-trail {
  613. stroke: #2c3950 !important;
  614. }
  615. .ant-dropdown-menu-dark,
  616. .dark .ant-popover-inner {
  617. background-color: #222d42;
  618. }
  619. .dark > .ant-popover-content > .ant-popover-arrow {
  620. border-color: #222d42;
  621. }
  622. .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
  623. .dark .ant-select-dropdown-menu-item-selected,
  624. .dark .ant-select-dropdown-menu-item:hover,
  625. .dark .ant-calendar-time-picker-select-option-selected {
  626. background-color: #313f5a;
  627. }
  628. .ant-menu-dark .ant-menu-item:hover {
  629. background-color: #2c3950;
  630. }
  631. .dark .ant-alert-message {
  632. color: rgba(255, 255, 255, 0.85);
  633. }
  634. .dark .ant-tag {
  635. color: rgba(255, 255, 255, 0.65);
  636. background-color: #ffffff0a;
  637. border-color: #344461;
  638. }
  639. .dark .ant-tag-blue {
  640. background-color: #111a2c;
  641. border-color: #0f367e;
  642. color: #3c89e8;
  643. }
  644. .dark .ant-tag-red,
  645. .dark .ant-alert-error {
  646. background-color: #291515;
  647. border-color: #5c2626;
  648. color: #e04141;
  649. }
  650. .dark .ant-tag-orange,
  651. .dark .ant-alert-warning {
  652. background-color: #312313;
  653. border-color: #593914;
  654. color: #ffa031;
  655. }
  656. .dark .ant-tag-green {
  657. background-color: #112421;
  658. border-color: #144840;
  659. color: #33bca5;
  660. }
  661. .dark .ant-tag-purple {
  662. background-color: #2c1e32;
  663. border-color: #49394e;
  664. color: #cfb9cc;
  665. }
  666. .dark .ant-modal-content,
  667. .dark .ant-modal-header {
  668. background-color: #181f2c;
  669. }
  670. .dark .ant-calendar-next-month-btn-day .ant-calendar-date,
  671. .dark .ant-calendar-last-month-cell .ant-calendar-date {
  672. color: #2c3950;
  673. }
  674. .dark .ant-calendar-selected-day .ant-calendar-date {
  675. background-color: #008771 !important;
  676. color: #fff;
  677. }
  678. .dark .ant-calendar-date:hover,
  679. .dark .ant-calendar-time-picker-select li:hover {
  680. background-color: #313f5a;
  681. color: #fff;
  682. }
  683. .dark .ant-calendar-header a:hover,
  684. .dark .ant-calendar-header a:hover::before,
  685. .dark .ant-calendar-header a:hover::after {
  686. border-color: #fff;
  687. }
  688. .dark .ant-calendar-time-picker-select li:focus {
  689. color: #fff;
  690. font-weight: 600;
  691. outline: none;
  692. background-color: #008771;
  693. }
  694. .dark .ant-calendar-time-picker-select {
  695. border-right-color: #2c3950;
  696. }
  697. .has-warning .ant-input,
  698. .has-warning .ant-input:hover {
  699. background-color: #fff6e6;
  700. border-color: #ffd98c;
  701. }
  702. .has-warning .ant-input::placeholder {
  703. color: #faad14;
  704. }
  705. .has-warning .ant-input:not([disabled]):hover {
  706. border-color: #ffd98c;
  707. }
  708. .dark .has-warning .ant-input,
  709. .dark .has-warning .ant-input:hover {
  710. border-color: #784e1d;
  711. background: rgb(49, 35, 19);
  712. }
  713. .dark .has-warning .ant-input::placeholder {
  714. color: rgb(255 160 49 / 70%);
  715. }
  716. .dark .has-warning .anticon {
  717. color: #ffa031;
  718. }
  719. .dark .has-success .anticon {
  720. color: #61bf39;
  721. animation-name: diffZoomIn1 !important;
  722. }
  723. .dark .anticon-close-circle {
  724. color: #e04141;
  725. }
  726. .dark .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  727. text-shadow: 0 1px 2px #00000077;
  728. }
  729. .dark .ant-spin {
  730. color: #fff;
  731. }
  732. .dark .ant-spin-dot-item {
  733. background-color: #fff;
  734. }
  735. .ant-menu,
  736. .ant-radio-button-wrapper {
  737. user-select: none;
  738. }
  739. .ant-calendar-date:hover {
  740. background-color: rgb(232 244 242);
  741. }
  742. .ant-calendar-date:active {
  743. background-color: rgb(232 244 242);
  744. color: rgba(0, 0, 0, 0.65);
  745. }
  746. .ant-calendar-today .ant-calendar-date {
  747. color: #008771;
  748. font-weight: 700;
  749. border-color: #008771;
  750. }
  751. .dark .ant-calendar-today .ant-calendar-date {
  752. color: #fff;
  753. font-weight: 700;
  754. border-color: #008771;
  755. }
  756. .ant-calendar-selected-day .ant-calendar-date {
  757. background: #008771;
  758. color: #ffffff;
  759. }
  760. li.ant-select-dropdown-menu-item:empty:after {
  761. content: "None";
  762. font-weight: normal;
  763. color: rgba(0, 0, 0, 0.25);
  764. }
  765. .dark li.ant-select-dropdown-menu-item:empty:after {
  766. content: "None";
  767. font-weight: normal;
  768. color: rgba(255, 255, 255, 0.3);
  769. }
  770. .ant-select-dropdown.ant-select-dropdown--multiple
  771. .ant-select-dropdown-menu-item:hover
  772. .ant-select-selected-icon {
  773. color: rgba(0, 0, 0, 0.87);
  774. }
  775. .dark.ant-select-dropdown.ant-select-dropdown--multiple
  776. .ant-select-dropdown-menu-item:hover
  777. .ant-select-selected-icon {
  778. color: rgb(255, 255, 255);
  779. }
  780. .ant-select-dropdown.ant-select-dropdown--multiple
  781. .ant-select-dropdown-menu-item-selected
  782. .ant-select-selected-icon,
  783. .ant-select-dropdown.ant-select-dropdown--multiple
  784. .ant-select-dropdown-menu-item-selected:hover
  785. .ant-select-selected-icon {
  786. color: #3c89e8;
  787. }
  788. .ant-select-selection:hover,
  789. .ant-input-number-focused,
  790. .ant-input-number:hover {
  791. background-color: rgb(232 244 242);
  792. }
  793. .dark .ant-input-number-handler:active {
  794. background-color: #008771;
  795. }
  796. .dark .ant-input-number-handler:hover .ant-input-number-handler-down-inner,
  797. .dark .ant-input-number-handler:hover .ant-input-number-handler-up-inner {
  798. color: #fff;
  799. }
  800. .dark .ant-input-number-handler-down {
  801. border-top: 1px solid rgba(217, 217, 217, 0.3);
  802. }
  803. .dark .ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
  804. .dark .ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
  805. .dark .ant-calendar-year-panel-header .ant-calendar-year-panel-month-select,
  806. .dark
  807. .ant-calendar-year-panel-header
  808. .ant-calendar-year-panel-year-select
  809. .dark
  810. .ant-calendar-month-panel-header
  811. .ant-calendar-month-panel-century-select,
  812. .dark .ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
  813. .dark .ant-calendar-month-panel-header .ant-calendar-month-panel-month-select,
  814. .dark .ant-calendar-month-panel-header .ant-calendar-month-panel-year-select {
  815. color: rgba(255, 255, 255, 0.85);
  816. }
  817. .dark .ant-calendar-year-panel-header {
  818. border-bottom: 1px solid #222d42;
  819. }
  820. .dark .ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
  821. .dark .ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  822. color: rgba(255, 255, 255, 0.35);
  823. }
  824. .dark .ant-calendar-year-panel-year:hover,
  825. .dark .ant-calendar-month-panel-month:hover,
  826. .dark .ant-calendar-decade-panel-decade:hover {
  827. background-color: #222d42;
  828. }
  829. .dark .ant-calendar-header a:hover {
  830. color: #fff;
  831. }
  832. .dark .ant-calendar-month-panel-header {
  833. background-color: #101828;
  834. border-bottom: 1px solid #222d42;
  835. }
  836. .dark .ant-calendar-year-panel,
  837. .dark .ant-calendar table {
  838. background-color: #101828;
  839. }
  840. .dark .ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year,
  841. .dark
  842. .ant-calendar-year-panel-selected-cell
  843. .ant-calendar-year-panel-year:hover,
  844. .dark .ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month,
  845. .dark
  846. .ant-calendar-month-panel-selected-cell
  847. .ant-calendar-month-panel-month:hover,
  848. .dark
  849. .ant-calendar-decade-panel-selected-cell
  850. .ant-calendar-decade-panel-decade,
  851. .dark
  852. .ant-calendar-decade-panel-selected-cell
  853. .ant-calendar-decade-panel-decade:hover {
  854. color: #fff;
  855. background-color: #008771;
  856. }
  857. .dark .ant-calendar-last-month-cell .ant-calendar-date,
  858. .dark .ant-calendar-last-month-cell .ant-calendar-date:hover,
  859. .dark .ant-calendar-next-month-btn-day .ant-calendar-date,
  860. .dark .ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  861. color: rgb(255 255 255 / 25%);
  862. background: transparent;
  863. border-color: transparent;
  864. }
  865. .dark .ant-calendar-today .ant-calendar-date:hover {
  866. color: #fff;
  867. border-color: #008771;
  868. background-color: #008771;
  869. }
  870. .dark
  871. .ant-calendar-decade-panel-last-century-cell
  872. .ant-calendar-decade-panel-decade,
  873. .dark
  874. .ant-calendar-decade-panel-next-century-cell
  875. .ant-calendar-decade-panel-decade {
  876. color: rgb(255 255 255 / 25%);
  877. }
  878. .dark .ant-calendar-decade-panel-header {
  879. border-bottom: 1px solid #222d42;
  880. background-color: #101828;
  881. }
  882. .dark .ant-checkbox-inner {
  883. background-color: rgba(0, 135, 113, 0.3);
  884. border-color: rgba(0, 135, 113, 0.3);
  885. }
  886. .dark .ant-checkbox-checked .ant-checkbox-inner {
  887. background-color: #008771;
  888. border-color: #008771;
  889. }
  890. .dark .ant-calendar-input {
  891. background-color: #101828;
  892. }
  893. .dark .ant-calendar-input::placeholder {
  894. color: rgba(255, 255, 255, 0.25);
  895. }
  896. .ant-input-number-handler-wrap {
  897. border-radius: 0;
  898. }
  899. .ant-input-number-handler {
  900. border-radius: 0;
  901. }
  902. .ant-input-number {
  903. overflow: clip;
  904. }
  905. .ant-calendar-year-panel-year:hover,
  906. .ant-calendar-decade-panel-decade:hover,
  907. .ant-calendar-month-panel-month:hover,
  908. .ant-dropdown-menu-item:hover,
  909. .ant-dropdown-menu-submenu-title:hover,
  910. .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled),
  911. .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled),
  912. .ant-table-tbody
  913. > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(
  914. .ant-table-row-selected
  915. )
  916. > td,
  917. .ant-table-tbody
  918. > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
  919. > td,
  920. .ant-table-thead
  921. > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(
  922. .ant-table-row-selected
  923. )
  924. > td,
  925. .ant-table-thead
  926. > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
  927. > td {
  928. background-color: rgb(232 244 242);
  929. }
  930. .dark .ant-dropdown-menu-item:hover,
  931. .dark .ant-dropdown-menu-submenu-title:hover,
  932. .dark .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled),
  933. .dark .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  934. background-color: #313f5a;
  935. }