You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. @import '../../../../vendor/filament/filament/resources/css/theme.css';
  2. @import 'tooltip.css';
  3. @import '../../../../vendor/awcodes/filament-table-repeater/resources/css/plugin.css';
  4. @config './tailwind.config.js';
  5. .fi-fo-repeater.uncontained .fi-fo-repeater-item {
  6. @apply divide-y-0 rounded-none bg-none shadow-none ring-0 ring-gray-950/5 dark:divide-white/10 dark:bg-white/5 dark:ring-white/10;
  7. .fi-fo-repeater-item-header {
  8. @apply px-0;
  9. > h4 {
  10. @apply text-base font-semibold leading-6 text-gray-950 dark:text-white;
  11. }
  12. }
  13. .fi-fo-repeater-item-content {
  14. @apply py-4 px-0;
  15. }
  16. }
  17. .fi-fo-field-wrp.report-hidden-label > div.grid.gap-y-2 > div.flex.items-center {
  18. @apply hidden;
  19. }
  20. .fi-fo-repeater-item {
  21. @apply divide-y divide-gray-200 rounded-xl bg-white dark:bg-gray-900;
  22. }
  23. .fi-fo-field-wrp.report-hidden-label {
  24. @apply lg:mt-8;
  25. }
  26. .choices__list.choices__list--single {
  27. @apply w-full;
  28. }
  29. .choices:focus-visible {
  30. outline: none;
  31. }
  32. .choices__group {
  33. @apply text-gray-900 dark:text-white font-semibold;
  34. }
  35. .choices[data-type="select-one"] .choices__inner {
  36. line-height: 1.5;
  37. display: flex;
  38. align-items: center;
  39. min-height: 2.25rem;
  40. box-sizing: border-box;
  41. }
  42. .choices:not(.is-disabled) .choices__item {
  43. cursor: pointer;
  44. }
  45. .table-repeater-container {
  46. @apply rounded-none ring-0;
  47. }
  48. .table-repeater-component {
  49. @apply space-y-10;
  50. }
  51. .table-repeater-component ul {
  52. @apply justify-start;
  53. }
  54. .table-repeater-row {
  55. @apply divide-x-0 !important;
  56. }
  57. .table-repeater-column {
  58. @apply py-2 !important;
  59. }
  60. .table-repeater-header {
  61. @apply rounded-t-none !important;
  62. }
  63. .table-repeater-rows-wrapper {
  64. @apply divide-gray-300 last:border-b last:border-gray-300 dark:divide-white/20 dark:last:border-white/20;
  65. }
  66. .table-repeater-header tr {
  67. @apply divide-x-0 text-base sm:text-sm sm:leading-6 !important;
  68. }
  69. .table-repeater-header-column {
  70. @apply ps-3 pe-3 font-semibold bg-gray-200 dark:bg-gray-800 rounded-none !important;
  71. }
  72. .es-report-card {
  73. @apply md:!grid-cols-2;
  74. .fi-fo-component-ctn {
  75. @apply divide-y divide-gray-200 dark:divide-white/10 !gap-0;
  76. }
  77. .fi-section-content-ctn {
  78. @apply md:!col-span-1;
  79. }
  80. .fi-section-content {
  81. @apply !p-0;
  82. }
  83. }
  84. .fi-modal.fi-width-screen {
  85. .fi-modal-header {
  86. @apply xl:px-80;
  87. .absolute.end-4.top-4 {
  88. @apply xl:end-80;
  89. }
  90. }
  91. .fi-modal-content {
  92. @apply xl:px-80;
  93. }
  94. .fi-modal-footer {
  95. @apply xl:px-80;
  96. }
  97. }
  98. .es-table__header-ctn, .es-table__footer-ctn {
  99. @apply divide-y divide-gray-200 dark:divide-white/10 min-h-12;
  100. }
  101. .es-table .es-table__rowgroup td:first-child {
  102. padding-left: 3rem;
  103. }
  104. .es-table .es-table__rowgroup .es-table__row > td:nth-child(2) {
  105. word-wrap: break-word;
  106. word-break: break-word;
  107. white-space: normal;
  108. }
  109. .es-table .es-table__rowgroup .es-table__row > td:nth-child(3) {
  110. word-wrap: break-word;
  111. word-break: break-word;
  112. white-space: normal;
  113. }
  114. .es-table .es-table__rowgroup .es-table__row > td:nth-child(4) {
  115. white-space: nowrap;
  116. }
  117. .es-table .es-table__rowgroup .es-table__row > td:last-child {
  118. padding-right: 3rem;
  119. }
  120. .fi-ta-empty-state-icon-ctn {
  121. @apply bg-platinum;
  122. }
  123. :not(.dark) .fi-body {
  124. position: relative;
  125. background-color: #E8E9EB;
  126. z-index: 1;
  127. }
  128. :not(.dark) .fi-body::before {
  129. content: '';
  130. position: fixed;
  131. top: 0;
  132. left: 0;
  133. width: 100%;
  134. height: 100%;
  135. background-image: linear-gradient(99.6deg,
  136. rgba(232, 233, 235, 1) 10.6%,
  137. rgba(240, 241, 243, 1) 32.9%,
  138. rgba(248, 249, 251, 0.7) 50%,
  139. rgba(240, 241, 243, 1) 67.1%,
  140. rgba(232, 233, 235, 1) 83.4%);
  141. pointer-events: none;
  142. z-index: -1;
  143. }
  144. .fi-topbar > nav, .fi-sidebar-header {
  145. @apply bg-transparent ring-0 shadow-none !important;
  146. transition: background-color 0.3s, top 0.3s;
  147. }
  148. .fi-topbar > nav.topbar-hovered, .fi-sidebar-header.topbar-hovered {
  149. background-color: rgba(255, 255, 255, 0.75) !important;
  150. }
  151. :is(.dark .fi-topbar > nav.topbar-hovered, .dark .fi-sidebar-header.topbar-hovered) {
  152. @apply bg-gray-900/75 !important;
  153. }
  154. .fi-topbar > nav.topbar-scrolled, .fi-sidebar-header.topbar-scrolled {
  155. background-color: rgba(255, 255, 255, 0.5) !important;
  156. }
  157. :is(.dark .fi-topbar > nav.topbar-scrolled, .dark .fi-sidebar-header.topbar-scrolled) {
  158. @apply bg-gray-900/50 !important;
  159. }
  160. .fi-badge {
  161. display: inline-flex;
  162. }