custom.css 24 KB

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