index.css 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. /* stylelint-disable */
  4. /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
  5. .ant-select-single .ant-select-selector {
  6. display: flex;
  7. }
  8. .ant-select-single .ant-select-selector .ant-select-selection-search {
  9. position: absolute;
  10. top: 0;
  11. right: 11px;
  12. bottom: 0;
  13. left: 11px;
  14. }
  15. .ant-select-single .ant-select-selector .ant-select-selection-search-input {
  16. width: 100%;
  17. }
  18. .ant-select-single .ant-select-selector .ant-select-selection-item,
  19. .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  20. padding: 0;
  21. line-height: 30px;
  22. transition: all 0.3s;
  23. }
  24. @supports (-moz-appearance: meterbar) {
  25. .ant-select-single .ant-select-selector .ant-select-selection-item,
  26. .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  27. line-height: 30px;
  28. }
  29. }
  30. .ant-select-single .ant-select-selector .ant-select-selection-item {
  31. position: relative;
  32. -webkit-user-select: none;
  33. -moz-user-select: none;
  34. user-select: none;
  35. }
  36. .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  37. transition: none;
  38. pointer-events: none;
  39. }
  40. .ant-select-single .ant-select-selector::after,
  41. .ant-select-single .ant-select-selector .ant-select-selection-item::after,
  42. .ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  43. display: inline-block;
  44. width: 0;
  45. visibility: hidden;
  46. content: '\a0';
  47. }
  48. .ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  49. right: 25px;
  50. }
  51. .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
  52. .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  53. padding-right: 18px;
  54. }
  55. .ant-select-single.ant-select-open .ant-select-selection-item {
  56. color: #bfbfbf;
  57. }
  58. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  59. width: 100%;
  60. height: 32px;
  61. padding: 0 11px;
  62. }
  63. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  64. height: 30px;
  65. }
  66. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  67. line-height: 30px;
  68. }
  69. .ant-select-single.ant-select-customize-input .ant-select-selector::after {
  70. display: none;
  71. }
  72. .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  73. position: static;
  74. width: 100%;
  75. }
  76. .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  77. position: absolute;
  78. right: 0;
  79. left: 0;
  80. padding: 0 11px;
  81. }
  82. .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  83. display: none;
  84. }
  85. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  86. height: 40px;
  87. }
  88. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
  89. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
  90. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  91. line-height: 38px;
  92. }
  93. .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  94. height: 38px;
  95. }
  96. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  97. height: 24px;
  98. }
  99. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
  100. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
  101. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  102. line-height: 22px;
  103. }
  104. .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  105. height: 22px;
  106. }
  107. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  108. right: 7px;
  109. left: 7px;
  110. }
  111. .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  112. padding: 0 7px;
  113. }
  114. .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  115. right: 28px;
  116. }
  117. .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
  118. .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  119. padding-right: 21px;
  120. }
  121. .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  122. padding: 0 11px;
  123. }
  124. /**
  125. * Do not merge `height` & `line-height` under style with `selection` & `search`,
  126. * since chrome may update to redesign with its align logic.
  127. */
  128. .ant-select-selection-overflow {
  129. position: relative;
  130. display: flex;
  131. flex: auto;
  132. flex-wrap: wrap;
  133. max-width: 100%;
  134. }
  135. .ant-select-selection-overflow-item {
  136. flex: none;
  137. align-self: center;
  138. max-width: 100%;
  139. }
  140. .ant-select-multiple .ant-select-selector {
  141. display: flex;
  142. flex-wrap: wrap;
  143. align-items: center;
  144. padding: 1px 4px;
  145. }
  146. .ant-select-show-search.ant-select-multiple .ant-select-selector {
  147. cursor: text;
  148. }
  149. .ant-select-disabled.ant-select-multiple .ant-select-selector {
  150. background: #f5f5f5;
  151. cursor: not-allowed;
  152. }
  153. .ant-select-multiple .ant-select-selector::after {
  154. display: inline-block;
  155. width: 0;
  156. margin: 2px 0;
  157. line-height: 24px;
  158. content: '\a0';
  159. }
  160. .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
  161. .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  162. padding-right: 24px;
  163. }
  164. .ant-select-multiple .ant-select-selection-item {
  165. position: relative;
  166. display: flex;
  167. flex: none;
  168. box-sizing: border-box;
  169. max-width: 100%;
  170. height: 24px;
  171. margin-top: 2px;
  172. margin-bottom: 2px;
  173. line-height: 22px;
  174. background: #f5f5f5;
  175. border: 1px solid #f0f0f0;
  176. border-radius: 2px;
  177. cursor: default;
  178. transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  179. -webkit-user-select: none;
  180. -moz-user-select: none;
  181. user-select: none;
  182. -webkit-margin-end: 4px;
  183. margin-inline-end: 4px;
  184. -webkit-padding-start: 8px;
  185. padding-inline-start: 8px;
  186. -webkit-padding-end: 4px;
  187. padding-inline-end: 4px;
  188. }
  189. .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  190. color: #bfbfbf;
  191. border-color: #d9d9d9;
  192. cursor: not-allowed;
  193. }
  194. .ant-select-multiple .ant-select-selection-item-content {
  195. display: inline-block;
  196. margin-right: 4px;
  197. overflow: hidden;
  198. white-space: pre;
  199. text-overflow: ellipsis;
  200. }
  201. .ant-select-multiple .ant-select-selection-item-remove {
  202. color: inherit;
  203. font-style: normal;
  204. line-height: 0;
  205. text-align: center;
  206. text-transform: none;
  207. vertical-align: -0.125em;
  208. text-rendering: optimizelegibility;
  209. -webkit-font-smoothing: antialiased;
  210. -moz-osx-font-smoothing: grayscale;
  211. display: inline-block;
  212. color: rgba(0, 0, 0, 0.45);
  213. font-weight: bold;
  214. font-size: 10px;
  215. line-height: inherit;
  216. cursor: pointer;
  217. }
  218. .ant-select-multiple .ant-select-selection-item-remove > * {
  219. line-height: 1;
  220. }
  221. .ant-select-multiple .ant-select-selection-item-remove svg {
  222. display: inline-block;
  223. }
  224. .ant-select-multiple .ant-select-selection-item-remove::before {
  225. display: none;
  226. }
  227. .ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  228. display: block;
  229. }
  230. .ant-select-multiple .ant-select-selection-item-remove > .anticon {
  231. vertical-align: -0.2em;
  232. }
  233. .ant-select-multiple .ant-select-selection-item-remove:hover {
  234. color: rgba(0, 0, 0, 0.75);
  235. }
  236. .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  237. -webkit-margin-start: 0;
  238. margin-inline-start: 0;
  239. }
  240. .ant-select-multiple .ant-select-selection-search {
  241. position: relative;
  242. max-width: 100%;
  243. -webkit-margin-start: 7px;
  244. margin-inline-start: 7px;
  245. }
  246. .ant-select-multiple .ant-select-selection-search-input,
  247. .ant-select-multiple .ant-select-selection-search-mirror {
  248. height: 24px;
  249. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  250. line-height: 24px;
  251. transition: all 0.3s;
  252. }
  253. .ant-select-multiple .ant-select-selection-search-input {
  254. width: 100%;
  255. min-width: 4.1px;
  256. }
  257. .ant-select-multiple .ant-select-selection-search-mirror {
  258. position: absolute;
  259. top: 0;
  260. left: 0;
  261. z-index: 999;
  262. white-space: pre;
  263. visibility: hidden;
  264. }
  265. .ant-select-multiple .ant-select-selection-placeholder {
  266. position: absolute;
  267. top: 50%;
  268. right: 11px;
  269. left: 11px;
  270. transform: translateY(-50%);
  271. transition: all 0.3s;
  272. }
  273. .ant-select-multiple.ant-select-lg .ant-select-selector::after {
  274. line-height: 32px;
  275. }
  276. .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  277. height: 32px;
  278. line-height: 30px;
  279. }
  280. .ant-select-multiple.ant-select-lg .ant-select-selection-search {
  281. height: 32px;
  282. line-height: 32px;
  283. }
  284. .ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
  285. .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  286. height: 32px;
  287. line-height: 30px;
  288. }
  289. .ant-select-multiple.ant-select-sm .ant-select-selector::after {
  290. line-height: 16px;
  291. }
  292. .ant-select-multiple.ant-select-sm .ant-select-selection-item {
  293. height: 16px;
  294. line-height: 14px;
  295. }
  296. .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  297. height: 16px;
  298. line-height: 16px;
  299. }
  300. .ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
  301. .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  302. height: 16px;
  303. line-height: 14px;
  304. }
  305. .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  306. left: 7px;
  307. }
  308. .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  309. -webkit-margin-start: 3px;
  310. margin-inline-start: 3px;
  311. }
  312. .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  313. height: 32px;
  314. line-height: 32px;
  315. }
  316. .ant-select-disabled .ant-select-selection-item-remove {
  317. display: none;
  318. }
  319. /* Reset search input style */
  320. .ant-select {
  321. box-sizing: border-box;
  322. margin: 0;
  323. padding: 0;
  324. color: rgba(0, 0, 0, 0.85);
  325. font-size: 14px;
  326. font-variant: tabular-nums;
  327. line-height: 1.5715;
  328. list-style: none;
  329. font-feature-settings: 'tnum';
  330. position: relative;
  331. display: inline-block;
  332. cursor: pointer;
  333. }
  334. .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  335. position: relative;
  336. background-color: #fff;
  337. border: 1px solid #d9d9d9;
  338. border-radius: 2px;
  339. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  340. }
  341. .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  342. cursor: pointer;
  343. }
  344. .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  345. cursor: text;
  346. }
  347. .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  348. cursor: auto;
  349. }
  350. .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  351. border-color: #40a9ff;
  352. box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  353. border-right-width: 1px !important;
  354. outline: 0;
  355. }
  356. .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  357. color: rgba(0, 0, 0, 0.25);
  358. background: #f5f5f5;
  359. cursor: not-allowed;
  360. }
  361. .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  362. background: #f5f5f5;
  363. }
  364. .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  365. cursor: not-allowed;
  366. }
  367. .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  368. margin: 0;
  369. padding: 0;
  370. background: transparent;
  371. border: none;
  372. outline: none;
  373. -webkit-appearance: none;
  374. -moz-appearance: none;
  375. appearance: none;
  376. }
  377. .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  378. display: none;
  379. /* stylelint-disable-next-line property-no-vendor-prefix */
  380. -webkit-appearance: none;
  381. }
  382. .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  383. border-color: #40a9ff;
  384. border-right-width: 1px !important;
  385. }
  386. .ant-select-selection-item {
  387. flex: 1;
  388. overflow: hidden;
  389. font-weight: normal;
  390. white-space: nowrap;
  391. text-overflow: ellipsis;
  392. }
  393. @media all and (-ms-high-contrast: none) {
  394. .ant-select-selection-item *::-ms-backdrop,
  395. .ant-select-selection-item {
  396. flex: auto;
  397. }
  398. }
  399. .ant-select-selection-placeholder {
  400. flex: 1;
  401. overflow: hidden;
  402. color: #bfbfbf;
  403. white-space: nowrap;
  404. text-overflow: ellipsis;
  405. pointer-events: none;
  406. }
  407. @media all and (-ms-high-contrast: none) {
  408. .ant-select-selection-placeholder *::-ms-backdrop,
  409. .ant-select-selection-placeholder {
  410. flex: auto;
  411. }
  412. }
  413. .ant-select-arrow {
  414. display: inline-block;
  415. color: inherit;
  416. font-style: normal;
  417. line-height: 0;
  418. text-transform: none;
  419. vertical-align: -0.125em;
  420. text-rendering: optimizelegibility;
  421. -webkit-font-smoothing: antialiased;
  422. -moz-osx-font-smoothing: grayscale;
  423. position: absolute;
  424. top: 50%;
  425. right: 11px;
  426. width: 12px;
  427. height: 12px;
  428. margin-top: -6px;
  429. color: rgba(0, 0, 0, 0.25);
  430. font-size: 12px;
  431. line-height: 1;
  432. text-align: center;
  433. pointer-events: none;
  434. }
  435. .ant-select-arrow > * {
  436. line-height: 1;
  437. }
  438. .ant-select-arrow svg {
  439. display: inline-block;
  440. }
  441. .ant-select-arrow::before {
  442. display: none;
  443. }
  444. .ant-select-arrow .ant-select-arrow-icon {
  445. display: block;
  446. }
  447. .ant-select-arrow .anticon {
  448. vertical-align: top;
  449. transition: transform 0.3s;
  450. }
  451. .ant-select-arrow .anticon > svg {
  452. vertical-align: top;
  453. }
  454. .ant-select-arrow .anticon:not(.ant-select-suffix) {
  455. pointer-events: auto;
  456. }
  457. .ant-select-disabled .ant-select-arrow {
  458. cursor: not-allowed;
  459. }
  460. .ant-select-clear {
  461. position: absolute;
  462. top: 50%;
  463. right: 11px;
  464. z-index: 1;
  465. display: inline-block;
  466. width: 12px;
  467. height: 12px;
  468. margin-top: -6px;
  469. color: rgba(0, 0, 0, 0.25);
  470. font-size: 12px;
  471. font-style: normal;
  472. line-height: 1;
  473. text-align: center;
  474. text-transform: none;
  475. background: #fff;
  476. cursor: pointer;
  477. opacity: 0;
  478. transition: color 0.3s ease, opacity 0.15s ease;
  479. text-rendering: auto;
  480. }
  481. .ant-select-clear::before {
  482. display: block;
  483. }
  484. .ant-select-clear:hover {
  485. color: rgba(0, 0, 0, 0.45);
  486. }
  487. .ant-select:hover .ant-select-clear {
  488. opacity: 1;
  489. }
  490. .ant-select-dropdown {
  491. margin: 0;
  492. padding: 0;
  493. color: rgba(0, 0, 0, 0.85);
  494. font-variant: tabular-nums;
  495. line-height: 1.5715;
  496. list-style: none;
  497. font-feature-settings: 'tnum';
  498. position: absolute;
  499. top: -9999px;
  500. left: -9999px;
  501. z-index: 1050;
  502. box-sizing: border-box;
  503. padding: 4px 0;
  504. overflow: hidden;
  505. font-size: 14px;
  506. font-variant: initial;
  507. background-color: #fff;
  508. border-radius: 2px;
  509. outline: none;
  510. box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  511. }
  512. .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
  513. .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  514. animation-name: antSlideUpIn;
  515. }
  516. .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
  517. .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  518. animation-name: antSlideDownIn;
  519. }
  520. .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  521. animation-name: antSlideUpOut;
  522. }
  523. .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  524. animation-name: antSlideDownOut;
  525. }
  526. .ant-select-dropdown-hidden {
  527. display: none;
  528. }
  529. .ant-select-dropdown-empty {
  530. color: rgba(0, 0, 0, 0.25);
  531. }
  532. .ant-select-item-empty {
  533. position: relative;
  534. display: block;
  535. min-height: 32px;
  536. padding: 5px 12px;
  537. color: rgba(0, 0, 0, 0.85);
  538. font-weight: normal;
  539. font-size: 14px;
  540. line-height: 22px;
  541. color: rgba(0, 0, 0, 0.25);
  542. }
  543. .ant-select-item {
  544. position: relative;
  545. display: block;
  546. min-height: 32px;
  547. padding: 5px 12px;
  548. color: rgba(0, 0, 0, 0.85);
  549. font-weight: normal;
  550. font-size: 14px;
  551. line-height: 22px;
  552. cursor: pointer;
  553. transition: background 0.3s ease;
  554. }
  555. .ant-select-item-group {
  556. color: rgba(0, 0, 0, 0.45);
  557. font-size: 12px;
  558. cursor: default;
  559. }
  560. .ant-select-item-option {
  561. display: flex;
  562. }
  563. .ant-select-item-option-content {
  564. flex: auto;
  565. overflow: hidden;
  566. white-space: nowrap;
  567. text-overflow: ellipsis;
  568. }
  569. .ant-select-item-option-state {
  570. flex: none;
  571. }
  572. .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  573. background-color: #f5f5f5;
  574. }
  575. .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  576. color: rgba(0, 0, 0, 0.85);
  577. font-weight: 600;
  578. background-color: #e6f7ff;
  579. }
  580. .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  581. color: #1890ff;
  582. }
  583. .ant-select-item-option-disabled {
  584. color: rgba(0, 0, 0, 0.25);
  585. cursor: not-allowed;
  586. }
  587. .ant-select-item-option-disabled.ant-select-item-option-selected {
  588. background-color: #f5f5f5;
  589. }
  590. .ant-select-item-option-grouped {
  591. padding-left: 24px;
  592. }
  593. .ant-select-lg {
  594. font-size: 16px;
  595. }
  596. .ant-select-borderless .ant-select-selector {
  597. background-color: transparent !important;
  598. border-color: transparent !important;
  599. box-shadow: none !important;
  600. }
  601. .ant-select-rtl {
  602. direction: rtl;
  603. }
  604. .ant-select-rtl .ant-select-arrow {
  605. right: initial;
  606. left: 11px;
  607. }
  608. .ant-select-rtl .ant-select-clear {
  609. right: initial;
  610. left: 11px;
  611. }
  612. .ant-select-dropdown-rtl {
  613. direction: rtl;
  614. }
  615. .ant-select-dropdown-rtl .ant-select-item-option-grouped {
  616. padding-right: 24px;
  617. padding-left: 12px;
  618. }
  619. .ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
  620. .ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  621. padding-right: 4px;
  622. padding-left: 24px;
  623. }
  624. .ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  625. text-align: right;
  626. }
  627. .ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  628. margin-right: 0;
  629. margin-left: 4px;
  630. text-align: right;
  631. }
  632. .ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  633. right: 0;
  634. left: auto;
  635. }
  636. .ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  637. right: 11px;
  638. left: auto;
  639. }
  640. .ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  641. right: 7px;
  642. }
  643. .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
  644. .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  645. right: 0;
  646. left: 9px;
  647. text-align: right;
  648. }
  649. .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  650. right: 11px;
  651. left: 25px;
  652. }
  653. .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
  654. .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  655. padding-right: 0;
  656. padding-left: 18px;
  657. }
  658. .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  659. right: 6px;
  660. }
  661. .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
  662. .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  663. padding-right: 0;
  664. padding-left: 21px;
  665. }