fui-material 0.2.68 → 0.2.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. package/dist/cjs/index.js +20 -0
  2. package/dist/cjs/index.js.map +1 -0
  3. package/dist/{icons → cjs/types/icons}/FArrowIcon/FArrowIcon.d.ts +1 -1
  4. package/dist/{icons → cjs/types/icons}/FCheckIcon/FCheckIcon.d.ts +1 -1
  5. package/dist/{icons → cjs/types/icons}/FCloseIcon/FCloseIcon.d.ts +1 -1
  6. package/dist/{icons → cjs/types/icons}/FCopyAddIcon/FCopyAdd.d.ts +1 -1
  7. package/dist/{icons → cjs/types/icons}/FDownloadIcon/FDownloadIcon.d.ts +1 -1
  8. package/dist/{icons → cjs/types/icons}/FFilterIcon/FFilterIcon.d.ts +1 -1
  9. package/dist/{icons → cjs/types/icons}/FListIcon/FListIcon.d.ts +1 -1
  10. package/dist/{icons → cjs/types/icons}/FLoadIcon/FLoadIcon.d.ts +1 -1
  11. package/dist/{icons → cjs/types/icons}/FPenIcon/FPenIcon.d.ts +1 -1
  12. package/dist/{icons → cjs/types/icons}/FPlusIcon/FPlusIcon.d.ts +1 -1
  13. package/dist/{icons → cjs/types/icons}/FTrashIcon/FTrashIcon.d.ts +1 -1
  14. package/dist/{icons → cjs/types/icons}/FUnlinkIcon/FUnlinkIcon.d.ts +1 -1
  15. package/dist/cjs/types/index.d.ts +3 -0
  16. package/dist/{material → cjs/types/material}/FButton/FButton.d.ts +1 -1
  17. package/dist/{material → cjs/types/material}/FButtonFile/FButtonFile.d.ts +2 -2
  18. package/dist/esm/index.js +20 -0
  19. package/dist/esm/index.js.map +1 -0
  20. package/dist/esm/types/function-elements/fAlert/fAlert.d.ts +8 -0
  21. package/dist/esm/types/function-elements/fAlert/index.d.ts +1 -0
  22. package/dist/esm/types/function-elements/fConfirm/fConfirm.d.ts +7 -0
  23. package/dist/esm/types/function-elements/fConfirm/index.d.ts +1 -0
  24. package/dist/esm/types/function-elements/fPrompt/fPrompt.d.ts +8 -0
  25. package/dist/esm/types/function-elements/fPrompt/index.d.ts +1 -0
  26. package/dist/esm/types/function-elements/index.d.ts +3 -0
  27. package/dist/esm/types/icons/FArrowIcon/FArrowIcon.d.ts +13 -0
  28. package/dist/esm/types/icons/FArrowIcon/index.d.ts +1 -0
  29. package/dist/esm/types/icons/FCheckIcon/FCheckIcon.d.ts +12 -0
  30. package/dist/esm/types/icons/FCheckIcon/index.d.ts +1 -0
  31. package/dist/esm/types/icons/FCloseIcon/FCloseIcon.d.ts +12 -0
  32. package/dist/esm/types/icons/FCloseIcon/index.d.ts +1 -0
  33. package/dist/esm/types/icons/FCopyAddIcon/FCopyAdd.d.ts +12 -0
  34. package/dist/esm/types/icons/FCopyAddIcon/index.d.ts +1 -0
  35. package/dist/esm/types/icons/FDownloadIcon/FDownloadIcon.d.ts +11 -0
  36. package/dist/esm/types/icons/FDownloadIcon/index.d.ts +1 -0
  37. package/dist/esm/types/icons/FFilterIcon/FFilterIcon.d.ts +11 -0
  38. package/dist/esm/types/icons/FFilterIcon/index.d.ts +1 -0
  39. package/dist/esm/types/icons/FListIcon/FListIcon.d.ts +12 -0
  40. package/dist/esm/types/icons/FListIcon/index.d.ts +1 -0
  41. package/dist/esm/types/icons/FLoadIcon/FLoadIcon.d.ts +12 -0
  42. package/dist/esm/types/icons/FLoadIcon/index.d.ts +1 -0
  43. package/dist/esm/types/icons/FPenIcon/FPenIcon.d.ts +12 -0
  44. package/dist/esm/types/icons/FPenIcon/index.d.ts +1 -0
  45. package/dist/esm/types/icons/FPlusIcon/FPlusIcon.d.ts +12 -0
  46. package/dist/esm/types/icons/FPlusIcon/index.d.ts +1 -0
  47. package/dist/esm/types/icons/FTrashIcon/FTrashIcon.d.ts +12 -0
  48. package/dist/esm/types/icons/FTrashIcon/index.d.ts +1 -0
  49. package/dist/esm/types/icons/FUnlinkIcon/FUnlinkIcon.d.ts +12 -0
  50. package/dist/esm/types/icons/FUnlinkIcon/index.d.ts +1 -0
  51. package/dist/esm/types/icons/index.d.ts +12 -0
  52. package/dist/esm/types/index.d.ts +3 -0
  53. package/dist/esm/types/material/Dialog/FDialog/FDialog.d.ts +14 -0
  54. package/dist/esm/types/material/Dialog/FDialog/index.d.ts +1 -0
  55. package/dist/esm/types/material/Dialog/FDialogBody/FDialogBody.d.ts +8 -0
  56. package/dist/esm/types/material/Dialog/FDialogBody/index.d.ts +1 -0
  57. package/dist/esm/types/material/Dialog/FDialogFooter/FDialogFooter.d.ts +6 -0
  58. package/dist/esm/types/material/Dialog/FDialogFooter/index.d.ts +1 -0
  59. package/dist/esm/types/material/Dialog/FDialogHeader/FDialogHeader.d.ts +7 -0
  60. package/dist/esm/types/material/Dialog/FDialogHeader/index.d.ts +1 -0
  61. package/dist/esm/types/material/Dropdown/FDropdown/FDropdown.d.ts +15 -0
  62. package/dist/esm/types/material/Dropdown/FDropdown/index.d.ts +1 -0
  63. package/dist/esm/types/material/Dropdown/FDropdownItem/FDropdownItem.d.ts +11 -0
  64. package/dist/esm/types/material/Dropdown/FDropdownItem/index.d.ts +1 -0
  65. package/dist/esm/types/material/FAccordion/FAccordion.d.ts +13 -0
  66. package/dist/esm/types/material/FAccordion/index.d.ts +1 -0
  67. package/dist/esm/types/material/FAlert/FAlert.d.ts +18 -0
  68. package/dist/esm/types/material/FAlert/index.d.ts +1 -0
  69. package/dist/esm/types/material/FButton/FButton.d.ts +18 -0
  70. package/dist/esm/types/material/FButton/index.d.ts +1 -0
  71. package/dist/esm/types/material/FButtonFile/FButtonFile.d.ts +21 -0
  72. package/dist/esm/types/material/FButtonFile/index.d.ts +1 -0
  73. package/dist/esm/types/material/FCheckbox/FCheckbox.d.ts +14 -0
  74. package/dist/esm/types/material/FCheckbox/index.d.ts +1 -0
  75. package/dist/esm/types/material/FContainer/FContainer.d.ts +11 -0
  76. package/dist/esm/types/material/FContainer/index.d.ts +1 -0
  77. package/dist/esm/types/material/FFile/FFile.d.ts +10 -0
  78. package/dist/esm/types/material/FFile/index.d.ts +1 -0
  79. package/dist/esm/types/material/FFullDateField/FFullDateField.d.ts +24 -0
  80. package/dist/esm/types/material/FFullDateField/index.d.ts +1 -0
  81. package/dist/esm/types/material/FGrid/FGrid.d.ts +17 -0
  82. package/dist/esm/types/material/FGrid/index.d.ts +1 -0
  83. package/dist/esm/types/material/FInputFileForm/FInputFileForm.d.ts +20 -0
  84. package/dist/esm/types/material/FInputFileForm/index.d.ts +1 -0
  85. package/dist/esm/types/material/FNative/FNative.d.ts +19 -0
  86. package/dist/esm/types/material/FNative/index.d.ts +1 -0
  87. package/dist/esm/types/material/FOpenImgFull/FOpenImgFull.d.ts +14 -0
  88. package/dist/esm/types/material/FOpenImgFull/index.d.ts +1 -0
  89. package/dist/esm/types/material/FPagination/FPagination.d.ts +14 -0
  90. package/dist/esm/types/material/FPagination/hooks/usePagination.d.ts +9 -0
  91. package/dist/esm/types/material/FPagination/index.d.ts +1 -0
  92. package/dist/esm/types/material/FPaper/FPaper.d.ts +18 -0
  93. package/dist/esm/types/material/FPaper/index.d.ts +1 -0
  94. package/dist/esm/types/material/FPreloader/FPreloader.d.ts +10 -0
  95. package/dist/esm/types/material/FPreloader/index.d.ts +1 -0
  96. package/dist/esm/types/material/FProgress/FProgress.d.ts +8 -0
  97. package/dist/esm/types/material/FProgress/index.d.ts +1 -0
  98. package/dist/esm/types/material/FRadioButton/FRadioButton.d.ts +13 -0
  99. package/dist/esm/types/material/FRadioButton/index.d.ts +1 -0
  100. package/dist/esm/types/material/FSearchBox/FSearchBox.d.ts +32 -0
  101. package/dist/esm/types/material/FSearchBox/index.d.ts +1 -0
  102. package/dist/esm/types/material/FSelectSearchDb/FSelectSearchDb.d.ts +21 -0
  103. package/dist/esm/types/material/FSelectSearchDb/index.d.ts +1 -0
  104. package/dist/esm/types/material/FStack/FStack.d.ts +14 -0
  105. package/dist/esm/types/material/FStack/index.d.ts +1 -0
  106. package/dist/esm/types/material/FTextArea/FTextArea.d.ts +23 -0
  107. package/dist/esm/types/material/FTextArea/index.d.ts +1 -0
  108. package/dist/esm/types/material/FTextField/FTextField.d.ts +26 -0
  109. package/dist/esm/types/material/FTextField/index.d.ts +1 -0
  110. package/dist/esm/types/material/FTimelineComponents/FTimeline/FTimeline.d.ts +10 -0
  111. package/dist/esm/types/material/FTimelineComponents/FTimeline/index.d.ts +1 -0
  112. package/dist/esm/types/material/FTimelineComponents/FTimelineCard/FTimelineCard.d.ts +10 -0
  113. package/dist/esm/types/material/FTimelineComponents/FTimelineCard/index.d.ts +1 -0
  114. package/dist/esm/types/material/SelectComponents/FSelect/FSelect.d.ts +21 -0
  115. package/dist/esm/types/material/SelectComponents/FSelect/index.d.ts +1 -0
  116. package/dist/esm/types/material/SelectComponents/FSelectItem/FSelectItem.d.ts +13 -0
  117. package/dist/esm/types/material/SelectComponents/FSelectItem/index.d.ts +1 -0
  118. package/dist/esm/types/material/TableComponents/FTable/FTable.d.ts +12 -0
  119. package/dist/esm/types/material/TableComponents/FTable/index.d.ts +1 -0
  120. package/dist/esm/types/material/TableComponents/FTableBody/FTableBody.d.ts +10 -0
  121. package/dist/esm/types/material/TableComponents/FTableBody/index.d.ts +1 -0
  122. package/dist/esm/types/material/TableComponents/FTableDataCell/FTableDataCell.d.ts +14 -0
  123. package/dist/esm/types/material/TableComponents/FTableDataCell/index.d.ts +1 -0
  124. package/dist/esm/types/material/TableComponents/FTableFooter/FTableFooter.d.ts +10 -0
  125. package/dist/esm/types/material/TableComponents/FTableFooter/index.d.ts +1 -0
  126. package/dist/esm/types/material/TableComponents/FTableHead/FTableHead.d.ts +10 -0
  127. package/dist/esm/types/material/TableComponents/FTableHead/index.d.ts +1 -0
  128. package/dist/esm/types/material/TableComponents/FTableHeaderCell/FTableHeaderCell.d.ts +12 -0
  129. package/dist/esm/types/material/TableComponents/FTableHeaderCell/index.d.ts +1 -0
  130. package/dist/esm/types/material/TableComponents/FTableRow/FTableRow.d.ts +10 -0
  131. package/dist/esm/types/material/TableComponents/FTableRow/index.d.ts +1 -0
  132. package/dist/esm/types/material/Tabs/FTab/FTab.d.ts +13 -0
  133. package/dist/esm/types/material/Tabs/FTab/index.d.ts +1 -0
  134. package/dist/esm/types/material/Tabs/FTabs/FTabs.d.ts +10 -0
  135. package/dist/esm/types/material/Tabs/FTabs/index.d.ts +1 -0
  136. package/dist/esm/types/material/index.d.ts +41 -0
  137. package/dist/index.d.ts +15 -14
  138. package/package.json +16 -15
  139. package/dist/bundle.css +0 -1980
  140. package/dist/bundle.esm.css +0 -1980
  141. package/dist/bundle.esm.js +0 -1330
  142. package/dist/bundle.esm.js.map +0 -1
  143. package/dist/bundle.js +0 -1393
  144. package/dist/bundle.js.map +0 -1
  145. /package/dist/{function-elements → cjs/types/function-elements}/fAlert/fAlert.d.ts +0 -0
  146. /package/dist/{function-elements → cjs/types/function-elements}/fAlert/index.d.ts +0 -0
  147. /package/dist/{function-elements → cjs/types/function-elements}/fConfirm/fConfirm.d.ts +0 -0
  148. /package/dist/{function-elements → cjs/types/function-elements}/fConfirm/index.d.ts +0 -0
  149. /package/dist/{function-elements → cjs/types/function-elements}/fPrompt/fPrompt.d.ts +0 -0
  150. /package/dist/{function-elements → cjs/types/function-elements}/fPrompt/index.d.ts +0 -0
  151. /package/dist/{function-elements → cjs/types/function-elements}/index.d.ts +0 -0
  152. /package/dist/{icons → cjs/types/icons}/FArrowIcon/index.d.ts +0 -0
  153. /package/dist/{icons → cjs/types/icons}/FCheckIcon/index.d.ts +0 -0
  154. /package/dist/{icons → cjs/types/icons}/FCloseIcon/index.d.ts +0 -0
  155. /package/dist/{icons → cjs/types/icons}/FCopyAddIcon/index.d.ts +0 -0
  156. /package/dist/{icons → cjs/types/icons}/FDownloadIcon/index.d.ts +0 -0
  157. /package/dist/{icons → cjs/types/icons}/FFilterIcon/index.d.ts +0 -0
  158. /package/dist/{icons → cjs/types/icons}/FListIcon/index.d.ts +0 -0
  159. /package/dist/{icons → cjs/types/icons}/FLoadIcon/index.d.ts +0 -0
  160. /package/dist/{icons → cjs/types/icons}/FPenIcon/index.d.ts +0 -0
  161. /package/dist/{icons → cjs/types/icons}/FPlusIcon/index.d.ts +0 -0
  162. /package/dist/{icons → cjs/types/icons}/FTrashIcon/index.d.ts +0 -0
  163. /package/dist/{icons → cjs/types/icons}/FUnlinkIcon/index.d.ts +0 -0
  164. /package/dist/{icons → cjs/types/icons}/index.d.ts +0 -0
  165. /package/dist/{material → cjs/types/material}/Dialog/FDialog/FDialog.d.ts +0 -0
  166. /package/dist/{material → cjs/types/material}/Dialog/FDialog/index.d.ts +0 -0
  167. /package/dist/{material → cjs/types/material}/Dialog/FDialogBody/FDialogBody.d.ts +0 -0
  168. /package/dist/{material → cjs/types/material}/Dialog/FDialogBody/index.d.ts +0 -0
  169. /package/dist/{material → cjs/types/material}/Dialog/FDialogFooter/FDialogFooter.d.ts +0 -0
  170. /package/dist/{material → cjs/types/material}/Dialog/FDialogFooter/index.d.ts +0 -0
  171. /package/dist/{material → cjs/types/material}/Dialog/FDialogHeader/FDialogHeader.d.ts +0 -0
  172. /package/dist/{material → cjs/types/material}/Dialog/FDialogHeader/index.d.ts +0 -0
  173. /package/dist/{material → cjs/types/material}/Dropdown/FDropdown/FDropdown.d.ts +0 -0
  174. /package/dist/{material → cjs/types/material}/Dropdown/FDropdown/index.d.ts +0 -0
  175. /package/dist/{material → cjs/types/material}/Dropdown/FDropdownItem/FDropdownItem.d.ts +0 -0
  176. /package/dist/{material → cjs/types/material}/Dropdown/FDropdownItem/index.d.ts +0 -0
  177. /package/dist/{material → cjs/types/material}/FAccordion/FAccordion.d.ts +0 -0
  178. /package/dist/{material → cjs/types/material}/FAccordion/index.d.ts +0 -0
  179. /package/dist/{material → cjs/types/material}/FAlert/FAlert.d.ts +0 -0
  180. /package/dist/{material → cjs/types/material}/FAlert/index.d.ts +0 -0
  181. /package/dist/{material → cjs/types/material}/FButton/index.d.ts +0 -0
  182. /package/dist/{material → cjs/types/material}/FButtonFile/index.d.ts +0 -0
  183. /package/dist/{material → cjs/types/material}/FCheckbox/FCheckbox.d.ts +0 -0
  184. /package/dist/{material → cjs/types/material}/FCheckbox/index.d.ts +0 -0
  185. /package/dist/{material → cjs/types/material}/FContainer/FContainer.d.ts +0 -0
  186. /package/dist/{material → cjs/types/material}/FContainer/index.d.ts +0 -0
  187. /package/dist/{material → cjs/types/material}/FFile/FFile.d.ts +0 -0
  188. /package/dist/{material → cjs/types/material}/FFile/index.d.ts +0 -0
  189. /package/dist/{material → cjs/types/material}/FFullDateField/FFullDateField.d.ts +0 -0
  190. /package/dist/{material → cjs/types/material}/FFullDateField/index.d.ts +0 -0
  191. /package/dist/{material → cjs/types/material}/FGrid/FGrid.d.ts +0 -0
  192. /package/dist/{material → cjs/types/material}/FGrid/index.d.ts +0 -0
  193. /package/dist/{material → cjs/types/material}/FInputFileForm/FInputFileForm.d.ts +0 -0
  194. /package/dist/{material → cjs/types/material}/FInputFileForm/index.d.ts +0 -0
  195. /package/dist/{material → cjs/types/material}/FNative/FNative.d.ts +0 -0
  196. /package/dist/{material → cjs/types/material}/FNative/index.d.ts +0 -0
  197. /package/dist/{material → cjs/types/material}/FOpenImgFull/FOpenImgFull.d.ts +0 -0
  198. /package/dist/{material → cjs/types/material}/FOpenImgFull/index.d.ts +0 -0
  199. /package/dist/{material → cjs/types/material}/FPagination/FPagination.d.ts +0 -0
  200. /package/dist/{material → cjs/types/material}/FPagination/hooks/usePagination.d.ts +0 -0
  201. /package/dist/{material → cjs/types/material}/FPagination/index.d.ts +0 -0
  202. /package/dist/{material → cjs/types/material}/FPaper/FPaper.d.ts +0 -0
  203. /package/dist/{material → cjs/types/material}/FPaper/index.d.ts +0 -0
  204. /package/dist/{material → cjs/types/material}/FPreloader/FPreloader.d.ts +0 -0
  205. /package/dist/{material → cjs/types/material}/FPreloader/index.d.ts +0 -0
  206. /package/dist/{material → cjs/types/material}/FProgress/FProgress.d.ts +0 -0
  207. /package/dist/{material → cjs/types/material}/FProgress/index.d.ts +0 -0
  208. /package/dist/{material → cjs/types/material}/FRadioButton/FRadioButton.d.ts +0 -0
  209. /package/dist/{material → cjs/types/material}/FRadioButton/index.d.ts +0 -0
  210. /package/dist/{material → cjs/types/material}/FSearchBox/FSearchBox.d.ts +0 -0
  211. /package/dist/{material → cjs/types/material}/FSearchBox/index.d.ts +0 -0
  212. /package/dist/{material → cjs/types/material}/FSelectSearchDb/FSelectSearchDb.d.ts +0 -0
  213. /package/dist/{material → cjs/types/material}/FSelectSearchDb/index.d.ts +0 -0
  214. /package/dist/{material → cjs/types/material}/FStack/FStack.d.ts +0 -0
  215. /package/dist/{material → cjs/types/material}/FStack/index.d.ts +0 -0
  216. /package/dist/{material → cjs/types/material}/FTextArea/FTextArea.d.ts +0 -0
  217. /package/dist/{material → cjs/types/material}/FTextArea/index.d.ts +0 -0
  218. /package/dist/{material → cjs/types/material}/FTextField/FTextField.d.ts +0 -0
  219. /package/dist/{material → cjs/types/material}/FTextField/index.d.ts +0 -0
  220. /package/dist/{material → cjs/types/material}/FTimelineComponents/FTimeline/FTimeline.d.ts +0 -0
  221. /package/dist/{material → cjs/types/material}/FTimelineComponents/FTimeline/index.d.ts +0 -0
  222. /package/dist/{material → cjs/types/material}/FTimelineComponents/FTimelineCard/FTimelineCard.d.ts +0 -0
  223. /package/dist/{material → cjs/types/material}/FTimelineComponents/FTimelineCard/index.d.ts +0 -0
  224. /package/dist/{material → cjs/types/material}/SelectComponents/FSelect/FSelect.d.ts +0 -0
  225. /package/dist/{material → cjs/types/material}/SelectComponents/FSelect/index.d.ts +0 -0
  226. /package/dist/{material → cjs/types/material}/SelectComponents/FSelectItem/FSelectItem.d.ts +0 -0
  227. /package/dist/{material → cjs/types/material}/SelectComponents/FSelectItem/index.d.ts +0 -0
  228. /package/dist/{material → cjs/types/material}/TableComponents/FTable/FTable.d.ts +0 -0
  229. /package/dist/{material → cjs/types/material}/TableComponents/FTable/index.d.ts +0 -0
  230. /package/dist/{material → cjs/types/material}/TableComponents/FTableBody/FTableBody.d.ts +0 -0
  231. /package/dist/{material → cjs/types/material}/TableComponents/FTableBody/index.d.ts +0 -0
  232. /package/dist/{material → cjs/types/material}/TableComponents/FTableDataCell/FTableDataCell.d.ts +0 -0
  233. /package/dist/{material → cjs/types/material}/TableComponents/FTableDataCell/index.d.ts +0 -0
  234. /package/dist/{material → cjs/types/material}/TableComponents/FTableFooter/FTableFooter.d.ts +0 -0
  235. /package/dist/{material → cjs/types/material}/TableComponents/FTableFooter/index.d.ts +0 -0
  236. /package/dist/{material → cjs/types/material}/TableComponents/FTableHead/FTableHead.d.ts +0 -0
  237. /package/dist/{material → cjs/types/material}/TableComponents/FTableHead/index.d.ts +0 -0
  238. /package/dist/{material → cjs/types/material}/TableComponents/FTableHeaderCell/FTableHeaderCell.d.ts +0 -0
  239. /package/dist/{material → cjs/types/material}/TableComponents/FTableHeaderCell/index.d.ts +0 -0
  240. /package/dist/{material → cjs/types/material}/TableComponents/FTableRow/FTableRow.d.ts +0 -0
  241. /package/dist/{material → cjs/types/material}/TableComponents/FTableRow/index.d.ts +0 -0
  242. /package/dist/{material → cjs/types/material}/Tabs/FTab/FTab.d.ts +0 -0
  243. /package/dist/{material → cjs/types/material}/Tabs/FTab/index.d.ts +0 -0
  244. /package/dist/{material → cjs/types/material}/Tabs/FTabs/FTabs.d.ts +0 -0
  245. /package/dist/{material → cjs/types/material}/Tabs/FTabs/index.d.ts +0 -0
  246. /package/dist/{material → cjs/types/material}/index.d.ts +0 -0
package/dist/bundle.css DELETED
@@ -1,1980 +0,0 @@
1
- .btn {
2
- height: min-content;
3
- }
4
-
5
- .btn-default-primary {
6
- color: #2F80ED !important;
7
- background-color: #fff !important;
8
- border-color: #2F80ED !important;
9
- }
10
- .btn-default-secondary {
11
- color: #6c757d !important;
12
- background-color: #fff !important;
13
- border-color: #6c757d !important;
14
- }
15
- .btn-default-success {
16
- color: #2E7D32 !important;
17
- background-color: #EFF5F0 !important;
18
- border-color: #2E7D32 !important;
19
- }
20
- .btn-default-danger {
21
- color: #dc3545 !important;
22
- background-color: #fff !important;
23
- border-color: #dc3545 !important;
24
- }
25
- .btn-default-warning {
26
- color: #ffc107 !important;
27
- background-color: #fff !important;
28
- border-color: #ffc107 !important;
29
- }
30
- .btn-default-info {
31
- color: #0dcaf0 !important;
32
- background-color: #fff !important;
33
- border-color: #0dcaf0 !important;
34
- }
35
- .btn-default-light {
36
- color: #f8f9fa !important;
37
- background-color: #fff !important;
38
- border-color: #f8f9fa !important;
39
- }
40
- .btn-default-dark {
41
- color: #212529 !important;
42
- background-color: #fff !important;
43
- border-color: #212529 !important;
44
- }
45
- .btn-default-link {
46
- color: #0a58ca !important;
47
- background-color: #fff !important;
48
- border-color: #0a58ca !important;
49
- text-decoration: underline !important;
50
- }
51
- .primary {
52
- fill: #2F80ED !important;
53
- }
54
- .secondary {
55
- fill: #6c757d !important;
56
- }
57
- .success {
58
- fill: #198754 !important;
59
- }
60
- .danger {
61
- fill: #dc3545 !important;
62
- }
63
- .warning {
64
- fill: #ffc107 !important;
65
- }
66
- .info {
67
- fill: #0dcaf0 !important;
68
- }
69
- .light {
70
- fill: #f8f9fa !important;
71
- }
72
- .dark {
73
- fill: #212529 !important;
74
- }
75
- .link {
76
- fill: #0a58ca !important;
77
- }
78
-
79
- .btn-primary {
80
- background-color: #2F80ED !important;
81
- }
82
- .btn-secondary {
83
- background-color: #6c757d !important;
84
- }
85
- .btn-success {
86
- color: #EFF5F0 !important;
87
- background-color: #2E7D32 !important;
88
- border-color: #2E7D32 !important;
89
- }
90
- .btn-danger {
91
- background-color: #dc3545 !important;
92
- }
93
- .btn-warning {
94
- background-color: #ffc107 !important;
95
- }
96
- .btn-info {
97
- background-color: #0dcaf0 !important;
98
- }
99
- .btn-light {
100
- background-color: #f8f9fa !important;
101
- }
102
- .btn-dark {
103
- background-color: #212529 !important;
104
- }
105
- .btn-link {
106
- background-color: #0a58ca !important;
107
- color: #fff !important;
108
- }
109
-
110
- .btn-default-primary {
111
- background-color: #2F80ED !important;
112
- }
113
- .btn-default-secondary {
114
- background-color: #6c757d !important;
115
- }
116
- .btn-default-success {
117
- background-color: #198754 !important;
118
- }
119
- .btn-default-danger {
120
- background-color: #dc3545 !important;
121
- }
122
- .btn-default-warning {
123
- background-color: #ffc107 !important;
124
- }
125
- .btn-default-info {
126
- background-color: #0dcaf0 !important;
127
- }
128
- .btn-default-light {
129
- background-color: #f8f9fa !important;
130
- }
131
- .btn-default-dark {
132
- background-color: #212529 !important;
133
- }
134
- .btn-default-link {
135
- background-color: #0a58ca !important;
136
- color: #fff !important;
137
- }
138
- .btn-default-primary {
139
- color: #2F80ED !important;
140
- background-color: #fff !important;
141
- border-color: #2F80ED !important;
142
- }
143
- .btn-default-secondary {
144
- color: #6c757d !important;
145
- background-color: #fff !important;
146
- border-color: #6c757d !important;
147
- }
148
- .btn-default-success {
149
- color: #198754 !important;
150
- background-color: #fff !important;
151
- border-color: #198754 !important;
152
- }
153
- .btn-default-danger {
154
- color: #dc3545 !important;
155
- background-color: #fff !important;
156
- border-color: #dc3545 !important;
157
- }
158
- .btn-default-warning {
159
- color: #ffc107 !important;
160
- background-color: #fff !important;
161
- border-color: #ffc107 !important;
162
- }
163
- .btn-default-info {
164
- color: #0dcaf0 !important;
165
- background-color: #fff !important;
166
- border-color: #0dcaf0 !important;
167
- }
168
- .btn-default-light {
169
- color: #f8f9fa !important;
170
- background-color: #fff !important;
171
- border-color: #f8f9fa !important;
172
- }
173
- .btn-default-dark {
174
- color: #212529 !important;
175
- background-color: #fff !important;
176
- border-color: #212529 !important;
177
- }
178
- .btn-default-link {
179
- color: #0a58ca !important;
180
- background-color: #fff !important;
181
- border-color: #0a58ca !important;
182
- text-decoration: underline !important;
183
- }
184
-
185
- .cl-btn-3 {
186
- width: 10px;
187
- height: 10px;
188
- position: relative;
189
- transform: rotate(45deg) scale(2);
190
- }
191
-
192
- .cl-btn-3 .top,
193
- .cl-btn-3 .bot {
194
- display: block;
195
- background: #337AB7;
196
- position: absolute;
197
- top: 50%;
198
- left: 50%;
199
- animation-timing-function: cubic-bezier(1, 0, 0, 1);
200
- animation-iteration-count: 1;
201
- }
202
-
203
- .cl-btn-3 .top {
204
- height: 100%;
205
- width: 2px;
206
- margin-left: -1px;
207
- transform: skewY(45deg);
208
- top: 0;
209
- }
210
-
211
- .cl-btn-3 .bot {
212
- width: 100%;
213
- height: 2px;
214
- margin-top: -1px;
215
- transform: skewX(-45deg);
216
- left: 0;
217
- }
218
-
219
- .cl-btn-3:hover {
220
- cursor: pointer;
221
- }
222
-
223
- .cl-btn-3:hover .top {
224
- animation: top-out 0.25s forwards, top-in 0.25s forwards 0.25s;
225
- }
226
-
227
- .cl-btn-3:hover .bot {
228
- animation: bot-out 0.25s forwards 0.1s, bot-in 0.25s forwards 0.35s;
229
- }
230
-
231
- @-webkit-keyframes top-out {
232
- from {
233
- top: 0%;
234
- height: 100%;
235
- }
236
- to {
237
- top: 100%;
238
- height: 0%;
239
- }
240
- }
241
-
242
- @keyframes top-out {
243
- from {
244
- top: 0%;
245
- height: 100%;
246
- }
247
- to {
248
- top: 100%;
249
- height: 0%;
250
- }
251
- }
252
-
253
- @-webkit-keyframes top-in {
254
- from {
255
- top: -100%;
256
- height: 0%;
257
- }
258
- to {
259
- top: 0%;
260
- height: 100%;
261
- }
262
- }
263
-
264
- @keyframes top-in {
265
- from {
266
- top: -100%;
267
- height: 0%;
268
- }
269
- to {
270
- top: 0%;
271
- height: 100%;
272
- }
273
- }
274
-
275
- @-webkit-keyframes bot-out {
276
- from {
277
- left: 0%;
278
- width: 100%;
279
- }
280
- to {
281
- left: 100%;
282
- width: 0%;
283
- }
284
- }
285
-
286
- @keyframes bot-out {
287
- from {
288
- left: 0%;
289
- width: 100%;
290
- }
291
- to {
292
- left: 100%;
293
- width: 0%;
294
- }
295
- }
296
-
297
- @-webkit-keyframes bot-in {
298
- from {
299
- left: -100%;
300
- width: 0%;
301
- }
302
- to {
303
- left: 0%;
304
- width: 100%;
305
- }
306
- }
307
-
308
- @keyframes bot-in {
309
- from {
310
- left: -100%;
311
- width: 0%;
312
- }
313
- to {
314
- left: 0%;
315
- width: 100%;
316
- }
317
- }
318
- .ui.input {
319
- font-size: 1em;
320
- }
321
- .ui.input {
322
- position: relative;
323
- border: 2px solid #e4e9f100;
324
- }
325
-
326
- .ui.icon.input>i.icon:not(.link) {
327
- pointer-events: none;
328
- }
329
- .ui[class*="left icon"].input>i.icon {
330
- right: auto;
331
- left: 1px;
332
- border-radius: .28571429rem 0 0 .28571429rem;
333
- }
334
- .ui.icon.input>i.icon {
335
- cursor: default;
336
- position: absolute;
337
- line-height: 1;
338
- text-align: center;
339
- top: 0;
340
- right: 0;
341
- margin: 0;
342
- height: 100%;
343
- width: 2.67142857em;
344
- opacity: .5;
345
- border-radius: 0 .28571429rem .28571429rem 0;
346
- transition: opacity .3s ease;
347
- }
348
- i.icon, i.icons {
349
- font-size: 1em;
350
- }
351
- i.icon {
352
- animation: 1.2s spin infinite linear;
353
- }
354
-
355
- .ui.loading.loading.input>i.icon:before {
356
- position: absolute;
357
- content: '';
358
- top: 50%;
359
- left: 50%;
360
- margin: -.64285714em 0 0 -.64285714em;
361
- width: 1.28571429em;
362
- height: 1.28571429em;
363
- border-radius: 500rem;
364
- border: .2em solid rgba(0,0,0,.1);
365
- }
366
- .ui.icon.input>i.icon:after, .ui.icon.input>i.icon:before {
367
- left: 0;
368
- position: absolute;
369
- text-align: center;
370
- top: 50%;
371
- width: 100%;
372
- margin-top: -.5em;
373
- }
374
-
375
- i.icon.search:before {
376
- content: "\f002";
377
- }
378
- i.icon:before {
379
- background: 0 0!important;
380
- }
381
-
382
- .ui.loading.loading.input>i.icon:after {
383
- position: absolute;
384
- content: '';
385
- top: 50%;
386
- left: 50%;
387
- margin: -.64285714em 0 0 -.64285714em;
388
- width: 1.28571429em;
389
- height: 1.28571429em;
390
- -webkit-animation: button-spin .6s linear;
391
- animation: button-spin .6s linear;
392
- -webkit-animation-iteration-count: infinite;
393
- animation-iteration-count: infinite;
394
- border-radius: 500rem;
395
- border-color: #2164BE transparent transparent;
396
- border-style: solid;
397
- border-width: .2em;
398
- box-shadow: 0 0 0 1px transparent;
399
- }
400
- .ui.icon.input>i.icon:after, .ui.icon.input>i.icon:before {
401
- left: 0;
402
- position: absolute;
403
- text-align: center;
404
- top: 50%;
405
- width: 100%;
406
- margin-top: -.5em;
407
- }
408
-
409
- .ui[class*="left icon"].input>input {
410
- padding-left: 2.67142857em!important;
411
- padding-right: 1em!important;
412
- }
413
- .f-load-icon {
414
- display: block;
415
- }
416
-
417
- .f-load-icon.primary {
418
- border: 2px solid #2F80ED;
419
- color: rgba(47, 128, 237, 0.5);
420
- }
421
-
422
- .f-load-icon.secondary {
423
- border: 2px solid #6c757d;
424
- color: rgba(108, 117, 125, 0.5);
425
- }
426
-
427
- .f-load-icon.success {
428
- border: 2px solid #198754;
429
- color: rgba(25, 135, 84, 0.5);
430
- }
431
-
432
- .f-load-icon.danger {
433
- border: 2px solid #dc3545;
434
- color: rgba(220, 53, 69, 0.5);
435
- }
436
-
437
- .f-load-icon.warning {
438
- border: 2px solid #ffc107;
439
- color: rgba(255, 193, 7, 0.5);
440
- }
441
-
442
- .f-load-icon.info {
443
- border: 2px solid #0dcaf0;
444
- color: rgba(13, 202, 240, 0.5);
445
- }
446
-
447
- .f-load-icon.light {
448
- border: 2px solid #f8f9fa;
449
- color: rgba(248, 249, 250, 0.5);
450
- }
451
-
452
- .f-load-icon.dark {
453
- border: 2px solid #212529;
454
- color: rgba(33, 37, 41, 0.5);
455
- }
456
-
457
- .f-load-icon.link {
458
- border: 2px solid #0a58ca;
459
- color: rgba(10, 88, 202, 0.5);
460
- }
461
-
462
- .margin-item {
463
- margin: 0 0 0 8px;
464
- }
465
- .f-container {
466
- width: 100%;
467
- margin-left: auto;
468
- box-sizing: border-box;
469
- margin-right: auto;
470
- display: block;
471
- padding-left: 16px;
472
- padding-right: 16px;
473
- }
474
-
475
- @media (min-width: 1400px) {
476
- .container-xs {
477
- max-width: 444px;
478
- }
479
-
480
- .container-sm {
481
- max-width: 600px;
482
- }
483
-
484
- .container-md {
485
- max-width: 900px;
486
- }
487
-
488
- .container-lg {
489
- max-width: 1200px;
490
- }
491
-
492
- .container-xl {
493
- max-width: 600px;
494
- }
495
-
496
- .container-fluid {
497
- max-width: 100%;
498
- }
499
- }
500
-
501
- @media (min-width: 1200px) and (max-width: 1399px) {
502
- .container-xs {
503
- max-width: 444px;
504
- }
505
-
506
- .container-sm {
507
- max-width: 600px;
508
- }
509
-
510
- .container-md {
511
- max-width: 900px;
512
- }
513
-
514
- .container-lg {
515
- max-width: 1200px;
516
- }
517
-
518
- .container-xl {
519
- max-width: 1140px;
520
- }
521
-
522
- .container-fluid {
523
- max-width: 100%;
524
- }
525
- }
526
-
527
- @media (min-width: 992px) and (max-width: 1199px) {
528
- .container-xs {
529
- max-width: 444px;
530
- }
531
-
532
- .container-sm {
533
- max-width: 600px;
534
- }
535
-
536
- .container-md {
537
- max-width: 900px;
538
- }
539
-
540
- .container-lg {
541
- max-width: 1200px;
542
- }
543
-
544
- .container-xl {
545
- max-width: 100%;
546
- }
547
-
548
- .container-fluid {
549
- max-width: 100%;
550
- }
551
- }
552
-
553
- @media (min-width: 768px) and (max-width: 991px) {
554
- .container-xs {
555
- max-width: 444px;
556
- }
557
-
558
- .container-sm {
559
- max-width: 600px;
560
- }
561
-
562
- .container-md {
563
- max-width: 900px;
564
- }
565
-
566
- .container-lg {
567
- max-width: 100%;
568
- }
569
-
570
- .container-xl {
571
- max-width: 100%;
572
- }
573
-
574
- .container-fluid {
575
- max-width: 100%;
576
- }
577
- }
578
-
579
- @media (min-width: 576px) and (max-width: 767px) {
580
- .container-xs {
581
- max-width: 444px;
582
- }
583
-
584
- .container-sm {
585
- max-width: 600px;
586
- }
587
-
588
- .container-md {
589
- max-width: 100%;
590
- }
591
-
592
- .container-lg {
593
- max-width: 100%;
594
- }
595
-
596
- .container-xl {
597
- max-width: 100%;
598
- }
599
-
600
- .container-fluid {
601
- max-width: 100%;
602
- }
603
- }
604
-
605
- @media (max-width: 576px) {
606
- .container-xs {
607
- max-width: 100%;
608
- }
609
-
610
- .container-sm {
611
- max-width: 100%;
612
- }
613
-
614
- .container-md {
615
- max-width: 100%;
616
- }
617
-
618
- .container-lg {
619
- max-width: 100%;
620
- }
621
-
622
- .container-xl {
623
- max-width: 100%;
624
- }
625
-
626
- .container-fluid {
627
- max-width: 100%;
628
- }
629
- }
630
- .panel {
631
- border: 0 none;
632
- }
633
-
634
- .panel-default {
635
- box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
636
- margin-bottom: 20px;
637
- background-color: #fff;
638
- border-radius: 8px;
639
- }
640
-
641
- .panel-default > .panel-heading {
642
- color: #000;
643
- }
644
-
645
- .panel-default > .panel-heading {
646
- background-color: #F8F8F8;
647
- }
648
-
649
- .panel-heading {
650
- padding: 10px 40px;
651
- border-bottom: 1px solid transparent;
652
- border-top-right-radius: 7px;
653
- border-top-left-radius: 7px;
654
- }
655
-
656
- .panel-body {
657
- padding: 15px 40px;
658
- width: auto;
659
- }
660
-
661
- .portlet-body .panel-title:last-child, .panel-group.panel-group-accordion .panel-title:last-child, .form-title:last-child {
662
- margin-bottom: 0;
663
- }
664
-
665
- .panel-group.panel-group-accordion .panel-title, .portlet-body .panel-title {
666
- font-size: 16px;
667
- }
668
-
669
- .portlet-body .panel-title, .panel-group.panel-group-accordion .panel-title, .form-title {
670
- font-family: "SF UI Display", sans-serif;
671
- line-height: 1.2;
672
- color: inherit;
673
- font-weight: bold;
674
- margin: 0;
675
- margin-bottom: 20px;
676
- }
677
-
678
- .panel-title {
679
- font-size: 1em;
680
- font-weight: 500;
681
- overflow-wrap: break-word;
682
- word-wrap: break-word;
683
- }
684
-
685
- .panel-title {
686
- margin-top: 0;
687
- margin-bottom: 0;
688
- font-size: 16px;
689
- color: inherit;
690
- }
691
- .table-responsive .table {
692
- min-width: 100%;
693
- margin-bottom: 10px;
694
- }
695
-
696
- .table-bordered.table-bordered-half {
697
- border-width: 0;
698
- }
699
-
700
- table, .table {
701
- font-size: 13px;
702
- color: #656565;
703
- border-collapse: collapse;
704
- border-top-width: 0;
705
- }
706
-
707
- .table-bordered {
708
- border: 1px solid #C4C4C4;
709
- }
710
-
711
- .table {
712
- width: 100%;
713
- max-width: 100%;
714
- margin-bottom: 20px;
715
- }
716
-
717
- table {
718
- background-color: transparent;
719
- }
720
-
721
- table {
722
- border-collapse: collapse;
723
- border-spacing: 0;
724
- }
725
-
726
- table thead tr {
727
- border-top: 0;
728
- }
729
- table thead tr th {
730
- border-top: 0;
731
- }
732
- table thead tr th:first-child {
733
- border-left: 0;
734
- }
735
- table thead tr th:last-child {
736
- border-right: 0;
737
- }
738
- table tbody tr td:first-child {
739
- border-left: 0;
740
- }
741
- table tbody tr td:last-child {
742
- border-right: 0;
743
- }
744
-
745
- table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
746
- vertical-align: middle;
747
- }
748
-
749
- .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
750
- padding: 12px 20px;
751
- line-height: 1.42857;
752
- }
753
- .f-dialog {
754
- z-index: 999999;
755
- height: 100vh;
756
- width: 100vw;
757
- background-color: rgba(0,0,0,0.4);
758
- position: fixed;
759
- top: 0;
760
- left: 0;
761
- display: flex;
762
- align-items: center;
763
- justify-content: center;
764
- opacity: 0;
765
- pointer-events: none;
766
- transition: 1s;
767
- }
768
-
769
- .f-dialog.active-dialog {
770
- opacity: 1;
771
- pointer-events: all;
772
- }
773
-
774
- .f-dialog-content {
775
- padding: 20px;
776
- border-radius: 12px;
777
- background-color: white;
778
- transform: scale(0.5);
779
- transition: 1s;
780
- display: flex;
781
- justify-content: center;
782
- align-items: center;
783
- flex-direction: column;
784
- /* максимально возможная ширина */
785
- max-width: 80vw;
786
- max-height: 95vh;
787
- }
788
-
789
- .dialog-body {
790
- width: 100%;
791
- }
792
-
793
- .f-dialog-content.active {
794
- transform: scale(1);
795
- }
796
-
797
- .f-dialog-content.hide {
798
- opacity: 0;
799
- pointer-events: none;
800
- }
801
-
802
- .f-dialog-content.hide {
803
- opacity: 0;
804
- pointer-events: none;
805
- }
806
-
807
- /* Заголовок с кнопкой закрытия */
808
- .dialog-header {
809
- display: flex;
810
- flex-direction: row;
811
- justify-content: space-between;
812
- align-items: center;
813
- width: 100%;
814
- padding: 8px 16px 8px 16px;
815
- gap: 24px;
816
- }
817
-
818
- /* Заголовок с кнопкой закрытия */
819
- .dialog-footer {
820
- padding: 16px 8px 8px 8px;
821
- }
822
-
823
- body.open-dialog {
824
- overflow: hidden;
825
- }
826
- .f-progress {
827
- width: 5rem;
828
- height: 5rem;
829
- margin: 2rem;
830
- border-radius: 50%;
831
- border: 0.7rem solid rgba(151, 159, 208, 0.3);
832
- border-top-color: #2164BE;
833
- animation: 1.2s spin infinite linear;
834
- }
835
- .f-preloader {
836
- display: block;
837
- position: fixed;
838
- left: 0;
839
- top: 0;
840
- right: 0;
841
- bottom: 0;
842
- z-index: 1001;
843
- }
844
-
845
- .f-preloader-row {
846
- position: relative;
847
- top: 50%;
848
- left: 50%;
849
- width: 70px;
850
- height: 70px;
851
- margin-top: -35px;
852
- margin-left: -35px;
853
- text-align: center;
854
- animation: preloader-rotate 2s infinite linear;
855
- }
856
- .f-checkbox label {
857
- display: flex;
858
- flex-direction: row;
859
- gap: 8px;
860
- color: #656565;
861
- font-family: "SF UI Display", sans-serif;
862
- font-size: 14px;
863
- font-weight: 500;
864
- align-items: center;
865
- }
866
-
867
- .f-checkbox label input[type=checkbox] {
868
- -webkit-appearance: none;
869
- -moz-appearance: none;
870
- appearance: none;
871
- background-color: #fff;
872
- margin: 0;
873
- font: inherit;
874
- color: #fff;
875
- width: 1.15em;
876
- height: 1.15em;
877
- border: 1px solid #C4C4C4;
878
- border-radius: 0.15em;
879
- display: grid;
880
- place-content: center;
881
- }
882
-
883
- .f-checkbox label input[type=checkbox]::before {
884
- content: "";
885
- width: 10px;
886
- height: 10px;
887
- -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
888
- clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
889
- transform: scale(0);
890
- transform-origin: bottom left;
891
- transition: 120ms transform ease-in-out;
892
- background-color: #fff;
893
- }
894
-
895
- .f-checkbox label input[type=checkbox]:checked::before {
896
- transform: scale(1);
897
- }
898
-
899
- .f-checkbox label input[type=checkbox]:checked {
900
- transform: scale(1);
901
- border: 1px solid #2F80ED;
902
- background-color: #2F80ED;
903
- color: #fff;
904
- }
905
-
906
- .f-checkbox label input[type=checkbox]:focus {
907
- outline: none !important;
908
- }
909
-
910
- .f-checkbox label input[type=checkbox]:disabled {
911
- cursor: not-allowed;
912
- }
913
-
914
- .f-radio label {
915
- display: flex;
916
- flex-direction: row;
917
- gap: 8px;
918
- color: #656565;
919
- font-family: "SF UI Display", sans-serif;
920
- font-size: 14px;
921
- font-weight: 500;
922
- align-items: center;
923
- }
924
-
925
- /* Наружний круг */
926
- .f-radio label input[type=radio] {
927
- -webkit-appearance: none;
928
- -moz-appearance: none;
929
- appearance: none;
930
- background-color: white;
931
- margin: 0;
932
- font: inherit;
933
- color: #C4C4C4;
934
- width: 16px;
935
- height: 16px;
936
- border: 1px solid #C4C4C4;
937
- border-radius: 50%;
938
- transform: translateY(-0.075em);
939
- display: grid;
940
- place-content: center;
941
- }
942
-
943
- /* Наружний круг Когда активен */
944
- .f-radio label input[type=radio]:checked {
945
- border: 1px solid #2F80ED;
946
- }
947
-
948
- .f-radio label input[type=radio]:focus {
949
- outline: none !important;
950
- }
951
-
952
- /* Наружний круг Когда заблокирован */
953
- .f-radio label input[type=radio]:disabled {
954
- cursor: not-allowed;
955
- }
956
-
957
- /* Внутренний круг */
958
- .f-radio label input[type=radio]::before {
959
- content: "";
960
- width: 8px;
961
- height: 8px;
962
- border-radius: 50%;
963
- transform: scale(0);
964
- transition: 120ms transform ease-in-out;
965
- box-shadow: inset 1em 1em #2F80ED;
966
- }
967
-
968
- /* Внутренний круг Когда активен */
969
- .f-radio label input[type=radio]:checked::before {
970
- transform: scale(1);
971
- }
972
-
973
- .pagination-container {
974
- display: flex;
975
- list-style-type: none;
976
- }
977
- .pagination-container .pagination-item {
978
- padding: 0 12px;
979
- height: 32px;
980
- text-align: center;
981
- margin: auto 4px;
982
- color: rgba(0, 0, 0, 0.87);
983
- display: flex;
984
- box-sizing: border-box;
985
- align-items: center;
986
- letter-spacing: 0.01071em;
987
- border-radius: 4px;
988
- line-height: 1.43;
989
- font-size: 13px;
990
- min-width: 32px;
991
- }
992
- .pagination-container .pagination-item.dots:hover {
993
- background-color: transparent;
994
- cursor: default;
995
- }
996
- .pagination-container .pagination-item:hover {
997
- background-color: rgba(0, 0, 0, 0.04);
998
- cursor: pointer;
999
- }
1000
- .pagination-container .pagination-item.selected {
1001
- background-color: #2F80ED;
1002
- color: white;
1003
- }
1004
- .pagination-container .pagination-item .arrow::before {
1005
- position: relative;
1006
- /* top: 3pt; Uncomponent this to lower the icons as requested in components*/
1007
- content: '';
1008
- /* By using an em scale, the arrows will size with the font */
1009
- display: inline-block;
1010
- width: 0.4em;
1011
- height: 0.4em;
1012
- border-right: 0.12em solid rgba(0, 0, 0, 0.87);
1013
- border-top: 0.12em solid rgba(0, 0, 0, 0.87);
1014
- }
1015
- .pagination-container .pagination-item .arrow.left {
1016
- transform: rotate(-135deg) translate(-50%);
1017
- }
1018
- .pagination-container .pagination-item .arrow.right {
1019
- transform: rotate(45deg);
1020
- }
1021
- .pagination-container .pagination-item.disabled {
1022
- pointer-events: none;
1023
- }
1024
- .pagination-container .pagination-item.disabled .arrow::before {
1025
- border-right: 0.12em solid rgba(0, 0, 0, 0.43);
1026
- border-top: 0.12em solid rgba(0, 0, 0, 0.43);
1027
- }
1028
- .pagination-container .pagination-item.disabled:hover {
1029
- background-color: transparent;
1030
- cursor: default;
1031
- }
1032
-
1033
- .fv-tl-block-card {
1034
- position: relative;
1035
- max-width: 100%;
1036
- }
1037
-
1038
- .fv-tl-block-card:nth-child(odd) {
1039
- padding: 30px 0 30px 30px;
1040
- }
1041
-
1042
- .fv-tl-block-card:nth-child(even) {
1043
- padding: 30px 30px 30px 0;
1044
- }
1045
-
1046
- .fv-tl-block-card::before {
1047
- content: "";
1048
- position: absolute;
1049
- width: 50%;
1050
- border: solid #0d6efd;
1051
- }
1052
-
1053
- .fv-tl-block-card:nth-child(odd)::before {
1054
- left: 0px;
1055
- top: -4.5px;
1056
- bottom: -4.5px;
1057
- border-width: 5px 0 5px 5px;
1058
- border-radius: 50px 0 0 50px;
1059
- }
1060
-
1061
- .fv-tl-block-card:nth-child(even)::before {
1062
- right: 0;
1063
- top: 0;
1064
- bottom: 0;
1065
- border-width: 5px 5px 5px 0;
1066
- border-radius: 0 50px 50px 0;
1067
- }
1068
-
1069
- .fv-tl-block-card:first-child::before {
1070
- border-top: 0;
1071
- border-top-left-radius: 0;
1072
- }
1073
-
1074
- .fv-tl-block-card:last-child:nth-child(odd)::before {
1075
- border-bottom: 0;
1076
- border-bottom-left-radius: 0;
1077
- }
1078
-
1079
- .fv-tl-block-card:last-child:nth-child(even)::before {
1080
- border-bottom: 0;
1081
- border-bottom-right-radius: 0;
1082
- }
1083
-
1084
- .fv-tl-card {
1085
- position: inherit;
1086
- z-index: 1;
1087
- }
1088
-
1089
- .fv-tl-line-circle {
1090
- color: #0d6efd;
1091
- position: relative;
1092
- }
1093
-
1094
- .fv-tl-line-circle::before {
1095
- content: "";
1096
- position: absolute;
1097
- width: 10px;
1098
- height: 10px;
1099
- background: white;
1100
- border-radius: 999px;
1101
- border: 3px solid #0d6efd;
1102
- }
1103
-
1104
- .fv-tl-block-card:nth-child(even) > .fv-tl-line-circle {
1105
- text-align: right;
1106
- }
1107
-
1108
- .fv-tl-block-card:nth-child(odd) > .fv-tl-line-circle::before {
1109
- left: -32px;
1110
- }
1111
-
1112
- .fv-tl-block-card:nth-child(even) > .fv-tl-line-circle::before {
1113
- right: -30px;
1114
- }
1115
- .fv-opn-img-full-body {
1116
- position: relative;
1117
- padding: 20px 30px 15px;
1118
- }
1119
-
1120
- .fv-opn-img-full-body {
1121
- position: relative;
1122
- flex: 1 1 auto;
1123
- padding: var(--bs-modal-padding);
1124
- }
1125
-
1126
- :root {
1127
- --color-bg: #eeedeb;
1128
- --color-title: #0e1c4e;
1129
- --color-summary-1: #fff6ee;
1130
- --color-summary-1-highlight: #FBE62B;
1131
- --color-summary-2: #fafaff;
1132
- --color-summary-2-highlight: #2F80ED;
1133
- --color-summary-3: #fff0f3;
1134
- --color-summary-3-highlight: #D10000;
1135
- }
1136
-
1137
- .card h1 {
1138
- font-style: normal;
1139
- font-weight: bold;
1140
- font-size: 20px;
1141
- line-height: 1.2;
1142
- color: var(--color-title);
1143
- }
1144
-
1145
- .fv-accord-title {
1146
- cursor: pointer;
1147
- }
1148
-
1149
- .card details {
1150
- display: flex;
1151
- border-radius: 5px;
1152
- overflow: hidden;
1153
- background: rgba(0, 0, 0, 0.05);
1154
- border-left: 15px solid gray;
1155
- padding: 15px;
1156
- margin: 0;
1157
- }
1158
-
1159
- .card details.warning {
1160
- --highlight: var(--color-summary-1-highlight);
1161
- background: var(--color-summary-1);
1162
- border-left-color: var(--color-summary-1-highlight);
1163
- }
1164
-
1165
- .card details.warning p {
1166
- list-style-type: corona-warning;
1167
- }
1168
-
1169
- .card details.info {
1170
- --highlight: var(--color-summary-2-highlight);
1171
- background: var(--color-summary-2);
1172
- border-left-color: var(--color-summary-2-highlight);
1173
- }
1174
-
1175
- .card details.info p {
1176
- list-style-type: corona-info;
1177
- }
1178
-
1179
- .card details.alert {
1180
- --highlight: var(--color-summary-3-highlight);
1181
- background: var(--color-summary-3);
1182
- border-left-color: var(--highlight);
1183
- }
1184
-
1185
- .card details.alert p {
1186
- list-style-type: corona-alert;
1187
- }
1188
-
1189
- .card details summary,
1190
- .card details p {
1191
- position: relative;
1192
- display: flex;
1193
- flex-direction: row;
1194
- align-content: center;
1195
- justify-content: flex-start;
1196
- font-style: normal;
1197
- font-weight: normal;
1198
- font-size: 18px;
1199
- color: var(--color-title);
1200
- padding: 20px;
1201
- }
1202
-
1203
- .card details[open] summary {
1204
- font-weight: 700;
1205
- }
1206
-
1207
- .custom-file {
1208
- position: relative;
1209
- }
1210
-
1211
- .custom-file .custom-file-input:not([disabled]) {
1212
- cursor: pointer;
1213
- }
1214
-
1215
- .custom-file .custom-file-input {
1216
- position: absolute;
1217
- z-index: 2;
1218
- width: 100%;
1219
- height: 100%;
1220
- margin: 0;
1221
- opacity: 0;
1222
- }
1223
-
1224
- input[type="file"] {
1225
- display: block;
1226
- }
1227
-
1228
- .custom-file.custom-file-dropzone .custom-file-label {
1229
- position: relative;
1230
- display: block;
1231
- background: rgba(47, 128, 237, 0.1);
1232
- border: 1px dashed #2F80ED;
1233
- border-radius: 8px;
1234
- padding: 20px;
1235
- padding-top: 10px;
1236
- text-align: center;
1237
- font-family: "SF UI Display", sans-serif;
1238
- font-size: 14px;
1239
- color: #7AAEF3;
1240
- }
1241
-
1242
- .custom-file .custom-file-label {
1243
- cursor: pointer;
1244
- padding: 5px;
1245
- }
1246
-
1247
- .custom-file.custom-file-dropzone .custom-file-label b, .custom-file.custom-file-dropzone .custom-file-label .svg-icon {
1248
- color: #2F80ED;
1249
- }
1250
-
1251
- .custom-file .svg-icon {
1252
- color: #2F80ED;
1253
- }
1254
-
1255
- .custom-file .svg-icon .icon-md, .svg-icon.lexicon-icon-md {
1256
- width: 32px;
1257
- height: 32px;
1258
- }
1259
-
1260
- .custom-file svg:not(:root) {
1261
- overflow: hidden;
1262
- }
1263
-
1264
- .custom-file .svg-icon {
1265
- display: inline-block;
1266
- fill: currentColor;
1267
- width: 22px;
1268
- height: 22px;
1269
- vertical-align: middle;
1270
- }
1271
-
1272
- .custom-file.custom-file-dropzone .custom-file-label b, .custom-file.custom-file-dropzone .custom-file-label .svg-icon {
1273
- color: #2F80ED;
1274
- }
1275
-
1276
- .custom-file b, strong {
1277
- font-weight: bold;
1278
- }
1279
-
1280
- .custom-file.custom-file-dropzone .custom-file-label small {
1281
- font-size: 13px;
1282
- }
1283
-
1284
- .custom-file small, .small {
1285
- font-size: 92%;
1286
- }
1287
-
1288
- .custom-file small {
1289
- font-size: 80%;
1290
- }
1291
-
1292
- .form-group .custom-files-preview {
1293
- display: flex;
1294
- flex-wrap: wrap;
1295
- align-items: center;
1296
- min-height: 34px;
1297
- }
1298
-
1299
- .custom-file .hidden {
1300
- display: none !important;
1301
- }
1302
-
1303
- .input-load {
1304
- position: absolute;
1305
- cursor: pointer;
1306
- top: 60%;
1307
- transform: translateY(-50%);
1308
- left: 1em;
1309
- }
1310
- .select-search-db {
1311
- position: relative;
1312
- display: inline-block;
1313
- padding-bottom: 16px;
1314
- }
1315
-
1316
- .select-search-db-input-block {
1317
- position: relative;
1318
- }
1319
-
1320
- .select-search-db-input-arrow{
1321
- position: absolute;
1322
- cursor: pointer;
1323
- top: 50%;
1324
- transform: translateY(-50%);
1325
- right: 1em;
1326
- }
1327
-
1328
- .select-search-db-input-load {
1329
- position: absolute;
1330
- cursor: pointer;
1331
- top: 60%;
1332
- transform: translateY(-50%);
1333
- left: 1em;
1334
- }
1335
-
1336
- .select-search-db-dropdown {
1337
- display: none;
1338
- flex-direction: column;
1339
- position: absolute;
1340
- padding: 10px;
1341
- box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
1342
- border-radius: 10px;
1343
- width: 100%;
1344
- z-index: 6;
1345
- margin-top: 2px;
1346
- opacity: 0;
1347
- background-color: white;
1348
- overflow-y: auto;
1349
- max-height: 300px;
1350
- }
1351
-
1352
- .select-search-db:hover .select-search-db-dropdown {
1353
- display: flex;
1354
- opacity: 1;
1355
- animation: fadeInFromNone 0.3s ease;
1356
- }
1357
-
1358
- .select-search-db-dropdown li {
1359
- padding: 8px;
1360
- color: #656565;
1361
- font-size: 14px;
1362
- border-bottom: 1px solid #C4C4C4;
1363
- cursor: pointer;
1364
- list-style-type: none;
1365
- }
1366
-
1367
- .select-search-db-dropdown li:last-child {
1368
- border-bottom: 0;
1369
- }
1370
-
1371
- .select-search-db-dropdown li:hover {
1372
- background-color: rgb(47 128 237 / 21%);
1373
- }
1374
-
1375
- @keyframes fadeInFromNone {
1376
- 0% {
1377
- display: none;
1378
- opacity: 0;
1379
- }
1380
-
1381
- 1% {
1382
- display: flex;
1383
- opacity: 0;
1384
- transform: translateY(-10%);
1385
- }
1386
-
1387
- 100% {
1388
- display: flex;
1389
- opacity: 1;
1390
- transform: translateY(0);
1391
- }
1392
- }
1393
- .f-block-alert {
1394
- z-index: 999;
1395
- height: 100vh;
1396
- width: 100vw;
1397
- position: fixed;
1398
- top: 0;
1399
- left: 0;
1400
- opacity: 0;
1401
- transition: opacity 1s ease-in-out;
1402
- }
1403
-
1404
- .f-alert-component {
1405
- margin: 16px;
1406
- position: absolute;
1407
- }
1408
-
1409
- .f-alert {
1410
- display: flex;
1411
- flex-direction: row;
1412
- width: fit-content;
1413
- min-height: 75px;
1414
- background-color: white;
1415
- border-radius: 10px;
1416
- box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
1417
- position: relative;
1418
- }
1419
-
1420
- .f-alert-ico {
1421
- display: flex;
1422
- justify-content: center;
1423
- align-items: center;
1424
- width: 40px;
1425
- border-bottom-left-radius: 10px;
1426
- border-top-left-radius: 10px;
1427
- }
1428
-
1429
- .f-alert-ico.info {
1430
- color: #2164BE !important;
1431
- background-color: rgba(149, 191, 255, 0.4) !important;
1432
- fill: #2164BE !important;
1433
- }
1434
-
1435
- .f-alert-ico.error {
1436
- color: #D10000 !important;
1437
- background-color: rgba(209, 0, 0, 0.4) !important;
1438
- fill: #D10000 !important;
1439
- }
1440
-
1441
- .f-alert-ico.success {
1442
- color: #0f7a11 !important;
1443
- background-color: rgba(72, 159, 73, 0.4) !important;
1444
- fill: #0f7a11 !important;
1445
- }
1446
-
1447
- .f-alert-ico.warning {
1448
- color: #ffc107 !important;
1449
- background-color: rgba(255, 193, 7, 0.4) !important;
1450
- fill: #ffc107 !important;
1451
- }
1452
-
1453
- .f-alert-inside {
1454
- display: flex;
1455
- flex-direction: column;
1456
- margin: 16px;
1457
- gap: 16px;
1458
- }
1459
-
1460
- .f-alert-header {
1461
- display: flex;
1462
- align-items: center;
1463
- justify-content: space-between;
1464
- }
1465
-
1466
- .f-alert-header h4 {
1467
- font-family: "SF UI Display", sans-serif;
1468
- color: #000;
1469
- font-size: 16px;
1470
- font-weight: 600;
1471
- line-height: 1.2;
1472
- margin-bottom: 0;
1473
- }
1474
-
1475
- .f-alert-body {
1476
- display: flex;
1477
- align-items: center;
1478
- }
1479
-
1480
- .f-alert-body span {
1481
- font-size: 14px;
1482
- font-weight: bold;
1483
- color: #656565;
1484
- white-space: normal;
1485
- -webkit-hyphens: auto;
1486
- -ms-hyphens: auto;
1487
- hyphens: auto;
1488
- word-wrap: anywhere;
1489
- }
1490
-
1491
- .f-alert-hidden {
1492
- visibility: hidden;
1493
- opacity: 0;
1494
- transition: visibility 0s 1s, opacity 1s linear;
1495
- }
1496
-
1497
- .f-alert-visible {
1498
- visibility: visible;
1499
- opacity: 1;
1500
- transition: opacity 1s linear;
1501
- }
1502
-
1503
- .f-alert-progress {
1504
- position: absolute;
1505
- bottom: 0;
1506
- right: 0;
1507
- width: calc(100% - 40px);
1508
- }
1509
-
1510
- .f-alert-progress-bar {
1511
- position: relative;
1512
- border: 0;
1513
- height: 6px;
1514
- background-color: #e9ecef !important;
1515
- border-bottom-left-radius: 10px;
1516
- border-top-left-radius: 10px;
1517
- width: 100%;
1518
- }
1519
-
1520
- .f-alert-progress-value {
1521
- position: absolute;
1522
- bottom: 0;
1523
- right: 0;
1524
- border-bottom-left-radius: 10px;
1525
- border-top-left-radius: 10px;
1526
- transform: rotate(180deg) scaleX(1);
1527
- height: 6px;
1528
- width: 100%;
1529
- }
1530
-
1531
- .f-alert-progress-value.info {
1532
- background-color: rgba(149, 191, 255, 0.4) !important;
1533
- }
1534
-
1535
- .f-alert-progress-value.error {
1536
- background-color: rgba(209, 0, 0, 0.4) !important;
1537
- }
1538
-
1539
- .f-alert-progress-value.success {
1540
- background-color: rgba(72, 159, 73, 0.4) !important;
1541
- }
1542
-
1543
- .f-alert-progress-value.warning {
1544
- background-color: rgba(255, 193, 7, 0.4) !important;
1545
- }
1546
- .f-form-native {
1547
- display: flex;
1548
- flex-direction: column;
1549
- gap: 4px;
1550
- }
1551
-
1552
- .f-native-label {
1553
- padding-left: 11px;
1554
- }
1555
-
1556
- .f-form-native .f-native {
1557
- min-width: 120px;
1558
- border: 1px solid rgba(0, 0, 0, 0.3);
1559
- appearance: none;
1560
- user-select: none;
1561
- border-radius: 4px;
1562
- cursor: pointer;
1563
- font: inherit;
1564
- letter-spacing: inherit;
1565
- color: currentcolor;
1566
- box-sizing: content-box;
1567
- background: none;
1568
- margin: 0px;
1569
- -webkit-tap-highlight-color: transparent;
1570
- display: block;
1571
- width: 100%;
1572
- animation-name: fui-auto-fill-cancel;
1573
- animation-duration: 10ms;
1574
- padding: 5.5px 14px;
1575
- }
1576
-
1577
- .f-form-native .f-native:hover {
1578
- border-color: #2f80ed;
1579
- }
1580
- .f-form-native .f-native:focus-visible {
1581
- outline: 0;
1582
- }
1583
-
1584
- .f-form-native .f-native option:active {
1585
- background-color: red;
1586
- }
1587
- .f-tabs {
1588
- display: flex;
1589
- border-bottom: 1px solid rgba(0, 0, 0, 0.12);
1590
- margin-bottom: 16px;
1591
- }
1592
-
1593
- .f-tabs-btn {
1594
- display: inline-flex;
1595
- -webkit-box-align: center;
1596
- align-items: center;
1597
- -webkit-box-pack: center;
1598
- justify-content: center;
1599
- box-sizing: border-box;
1600
- -webkit-tap-highlight-color: transparent;
1601
- background-color: transparent;
1602
- outline: 0px;
1603
- border: 0px;
1604
- margin: 0px;
1605
- border-radius: 0px;
1606
- cursor: pointer;
1607
- user-select: none;
1608
- vertical-align: middle;
1609
- appearance: none;
1610
- text-decoration: none;
1611
- font-family: Roboto, Helvetica, Arial, sans-serif;
1612
- font-weight: 500;
1613
- line-height: 1.25;
1614
- letter-spacing: 0.02857em;
1615
- text-transform: uppercase;
1616
- max-width: 360px;
1617
- min-width: 90px;
1618
- position: relative;
1619
- min-height: 48px;
1620
- flex-shrink: 0;
1621
- padding: 12px 16px;
1622
- overflow: hidden;
1623
- white-space: normal;
1624
- text-align: center;
1625
- flex-direction: column;
1626
- }
1627
-
1628
- .f-tabs-btn.active {
1629
- color: #2F80ED;
1630
- border-bottom: solid 2px #2F80ED;
1631
- }
1632
-
1633
- .f-tabs-btn:disabled {
1634
- color: rgb(196, 196, 196);
1635
- }
1636
-
1637
- .f-dropdown {
1638
- position: relative;
1639
- display: inline-block;
1640
- padding: 16px;
1641
- }
1642
-
1643
- .f-dropdown-content {
1644
- display: none;
1645
- flex-direction: column;
1646
- position: absolute;
1647
- padding: 10px;
1648
- box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
1649
- border-radius: 10px;
1650
- min-width: 200px;
1651
- max-width: 400px;
1652
- z-index: 6;
1653
- margin-top: 10px;
1654
- opacity: 0;
1655
- background-color: white;
1656
- }
1657
-
1658
- .f-dropdown-link {
1659
- padding: 8px;
1660
- color: #656565;
1661
- font-size: 14px;
1662
- border-bottom: 1px solid #C4C4C4;
1663
- cursor: pointer;
1664
- list-style-type: none;
1665
- }
1666
-
1667
- .f-dropdown:hover .f-dropdown-content {
1668
- display: flex;
1669
- opacity: 1;
1670
- animation: fadeInFromNone 0.3s ease;
1671
- }
1672
-
1673
- .f-dropdown-link:last-child {
1674
- border-bottom: 0;
1675
- }
1676
-
1677
- .f-dropdown-link:hover {
1678
- color: #2F80ED;
1679
- }
1680
-
1681
- .f-dropdown-down-arrow {
1682
- width: 2rem;
1683
- height: 2rem;
1684
- }
1685
-
1686
-
1687
- @keyframes fadeInFromNone {
1688
- 0% {
1689
- display: none;
1690
- opacity: 0;
1691
- }
1692
-
1693
- 1% {
1694
- display: flex;
1695
- opacity: 0;
1696
- transform: translateY(-10%);
1697
- }
1698
-
1699
- 100% {
1700
- display: flex;
1701
- opacity: 1;
1702
- transform: translateY(0);
1703
- }
1704
- }
1705
- .f-search-box-box {
1706
- display: flex;
1707
- flex-direction: row;
1708
- align-items: flex-start;
1709
- }
1710
-
1711
- .f-search-box-inp {
1712
- border-top-right-radius: 0;
1713
- border-bottom-right-radius: 0;
1714
- border-right: 0;
1715
- }
1716
-
1717
- .f-function-block-alert {
1718
- z-index: 9999999999;
1719
- height: 100vh;
1720
- width: 100vw;
1721
- background-color: rgba(0,0,0,0.4);
1722
- position: fixed;
1723
- top: 0;
1724
- left: 0;
1725
- display: flex;
1726
- align-items: center;
1727
- justify-content: center;
1728
- pointer-events: all;
1729
- transition: 1s;
1730
- }
1731
-
1732
- .f-function-alert {
1733
- display: flex;
1734
- flex-direction: row;
1735
- width: 625px;
1736
- min-height: 75px;
1737
- background-color: white;
1738
- border-radius: 10px;
1739
- }
1740
-
1741
- .f-function-alert-ico {
1742
- display: flex;
1743
- justify-content: center;
1744
- align-items: center;
1745
- width: 40px;
1746
- border-bottom-left-radius: 10px;
1747
- border-top-left-radius: 10px;
1748
- }
1749
-
1750
- .f-function-alert-ico.info-alert {
1751
- color: #2164BE !important;
1752
- background-color: rgba(149, 191, 255, 0.4) !important;
1753
- fill: #2164BE !important;
1754
- }
1755
-
1756
- .f-function-alert-ico.error-alert {
1757
- color: #D10000 !important;
1758
- background-color: rgba(209, 0, 0, 0.4) !important;
1759
- fill: #D10000 !important;
1760
- }
1761
-
1762
- .f-function-alert-ico.success-alert {
1763
- color: #0f7a11 !important;
1764
- background-color: rgba(72, 159, 73, 0.4) !important;
1765
- fill: #0f7a11 !important;
1766
- }
1767
-
1768
- .f-function-alert-ico.warning-alert {
1769
- color: #ffc107 !important;
1770
- background-color: rgba(255, 193, 7, 0.4) !important;
1771
- fill: #ffc107 !important;
1772
- }
1773
-
1774
- .f-function-alert-inside {
1775
- display: flex;
1776
- flex-direction: column;
1777
- margin: 16px;
1778
- gap: 16px;
1779
- width: 553px;
1780
- }
1781
-
1782
- .f-function-alert-header {
1783
- display: flex;
1784
- align-items: center;
1785
- }
1786
-
1787
- .f-function-alert-header h4 {
1788
- font-family: "SF UI Display", sans-serif;
1789
- color: #000;
1790
- font-size: 15px;
1791
- font-weight: 600;
1792
- line-height: 1.2;
1793
- }
1794
-
1795
- .f-function-alert-body {
1796
- display: flex;
1797
- align-items: center;
1798
- }
1799
-
1800
- .f-function-alert-body span {
1801
- font-size: 12px;
1802
- font-weight: bold;
1803
- color: #656565;
1804
- white-space: normal;
1805
- -webkit-hyphens: auto;
1806
- -ms-hyphens: auto;
1807
- hyphens: auto;
1808
- word-wrap: anywhere;
1809
- }
1810
-
1811
- .f-function-alert-footer {
1812
- display: flex;
1813
- align-items: center;
1814
- flex-direction: row-reverse;
1815
- }
1816
- .f-function-block-confirm {
1817
- z-index: 9999999999;
1818
- height: 100vh;
1819
- width: 100vw;
1820
- background-color: rgba(0, 0, 0, 0.4);
1821
- position: fixed;
1822
- top: 0;
1823
- left: 0;
1824
- display: flex;
1825
- align-items: center;
1826
- justify-content: center;
1827
- pointer-events: all;
1828
- transition: 1s;
1829
- }
1830
-
1831
- .f-function-confirm {
1832
- display: flex;
1833
- flex-direction: row;
1834
- width: 625px;
1835
- min-height: 75px;
1836
- background-color: white;
1837
- border-radius: 10px;
1838
- }
1839
-
1840
- .f-function-confirm-ico {
1841
- display: flex;
1842
- justify-content: center;
1843
- align-items: center;
1844
- width: 40px;
1845
- border-bottom-left-radius: 10px;
1846
- border-top-left-radius: 10px;
1847
- }
1848
-
1849
- .f-function-confirm-ico.warning {
1850
- color: #ffc107 !important;
1851
- background-color: rgba(255, 193, 7, 0.4) !important;
1852
- fill: #ffc107 !important;
1853
- }
1854
-
1855
- .f-function-confirm-inside {
1856
- display: flex;
1857
- flex-direction: column;
1858
- margin: 16px;
1859
- gap: 16px;
1860
- width: 553px;
1861
- }
1862
-
1863
- .f-function-confirm-header {
1864
- display: flex;
1865
- align-items: center;
1866
- }
1867
-
1868
- .f-function-confirm-header h4 {
1869
- font-family: "SF UI Display", sans-serif;
1870
- color: #000;
1871
- font-size: 15px;
1872
- }
1873
-
1874
- .f-function-confirm-body {
1875
- display: flex;
1876
- align-items: center;
1877
- }
1878
-
1879
- .f-function-confirm-body span {
1880
- font-size: 12px;
1881
- font-weight: bold;
1882
- color: #656565;
1883
- white-space: normal;
1884
- -webkit-hyphens: auto;
1885
- -ms-hyphens: auto;
1886
- hyphens: auto;
1887
- word-wrap: anywhere;
1888
- }
1889
-
1890
- .f-function-confirm-footer {
1891
- display: flex;
1892
- align-items: center;
1893
- flex-direction: row-reverse;
1894
- gap: 8px;
1895
- }
1896
- .f-function-block-prompt {
1897
- z-index: 9999999999;
1898
- height: 100vh;
1899
- width: 100vw;
1900
- background-color: rgba(0,0,0,0.4);
1901
- position: fixed;
1902
- top: 0;
1903
- left: 0;
1904
- display: flex;
1905
- align-items: center;
1906
- justify-content: center;
1907
- pointer-events: all;
1908
- transition: 1s;
1909
- }
1910
-
1911
- .f-function-prompt {
1912
- display: flex;
1913
- flex-direction: row;
1914
- width: 625px;
1915
- min-height: 75px;
1916
- background-color: white;
1917
- border-radius: 10px;
1918
- }
1919
-
1920
- .f-function-prompt-ico {
1921
- display: flex;
1922
- justify-content: center;
1923
- align-items: center;
1924
- width: 40px;
1925
- border-bottom-left-radius: 10px;
1926
- border-top-left-radius: 10px;
1927
- }
1928
-
1929
- .f-function-prompt-ico.warning {
1930
- color: #0dcaf0 !important;
1931
- background-color: rgba(13, 202, 240, 0.4) !important;
1932
- fill: #0dcaf0 !important;
1933
- }
1934
-
1935
- .f-function-prompt-inside {
1936
- display: flex;
1937
- flex-direction: column;
1938
- margin: 16px;
1939
- gap: 16px;
1940
- width: 553px;
1941
- }
1942
-
1943
- .f-function-prompt-header {
1944
- display: flex;
1945
- align-items: center;
1946
- }
1947
-
1948
- .f-function-prompt-header h4 {
1949
- font-family: "SF UI Display", sans-serif;
1950
- color: #000;
1951
- font-size: 15px;
1952
- }
1953
-
1954
- .f-function-prompt-body {
1955
- display: flex;
1956
- flex-direction: column;
1957
- gap: 16px;
1958
- }
1959
-
1960
- .f-function-prompt-body span {
1961
- font-size: 12px;
1962
- font-weight: bold;
1963
- color: #656565;
1964
- white-space: normal;
1965
- -webkit-hyphens: auto;
1966
- -ms-hyphens: auto;
1967
- hyphens: auto;
1968
- word-wrap: anywhere;
1969
- }
1970
-
1971
- .f-function-prompt-input {
1972
-
1973
- }
1974
-
1975
- .f-function-prompt-footer {
1976
- display: flex;
1977
- align-items: center;
1978
- flex-direction: row-reverse;
1979
- gap: 8px;
1980
- }