new_style.css 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180
  1. :root {
  2. --color-text: #000000;
  3. --color-text-alt: #ffffff;
  4. --color-blu: #0618be;
  5. --color-viola: #7738fa;
  6. --color-viola-hover: #7738fa40;
  7. --color-lilla: #f6f7ff;
  8. --color-outile: #8979ff;
  9. --color-rosso: #d6234f;
  10. --color-verde: #339e8e;
  11. --color-arancione: #ffb624;
  12. }
  13. ::-webkit-scrollbar {
  14. width: 0.325rem;
  15. }
  16. /* General styles*/
  17. html,
  18. body {
  19. background-color: var(--color-lilla);
  20. color: var(--color-text);
  21. }
  22. body .btn--ui,
  23. body ul.pagination li .page-link,
  24. body #btn-back-to-top,
  25. body #btn-back-to-bottom {
  26. background-color: var(--color-blu) !important;
  27. font-weight: 600;
  28. border: 1px solid var(--color-blu);
  29. color: white;
  30. }
  31. body .btn--ui.primary {
  32. background-color: var(--color-blu) !important;
  33. }
  34. body .btn--ui.lightGrey,
  35. body .btn--ui.extraLightGrey {
  36. border-color: var(--color-blu);
  37. color: var(--color-blu);
  38. font-weight: 600;
  39. border-width: 1px;
  40. }
  41. body .btn--ui:hover,
  42. body .btn--ui.lightGrey:hover,
  43. body .btn--ui.extraLightGrey:hover,
  44. body ul.pagination li .page-link:hover,
  45. body ul.pagination li.active .page-link,
  46. body #btn-back-to-top:hover,
  47. body #btn-back-to-bottom:hover {
  48. background-color: var(--color-viola) !important;
  49. border-color: var(--color-viola);
  50. color: #ffffff;
  51. }
  52. body #card--dashboard > .btn--ui:has(i[class*="fa-arrow-left"]) {
  53. position: absolute;
  54. top: 0;
  55. margin: 0 !important;
  56. left: 0;
  57. border: none;
  58. padding: 10px;
  59. width: 40px;
  60. height: 40px;
  61. border-radius: 0 !important;
  62. }
  63. body .modal-header.modal-header-blu {
  64. background-color: var(--color-blu);
  65. }
  66. body .modal-header .modal-title {
  67. color: var(--color-text);
  68. }
  69. body .modal-header .btn-close {
  70. color: var(--color-text);
  71. opacity: 1;
  72. filter: unset;
  73. }
  74. body .modal-header.modal-header-blu .modal-title {
  75. color: white;
  76. }
  77. body .modal-header.modal-header-blu .btn-close {
  78. color: white;
  79. filter: invert(1);
  80. }
  81. #setting h5 {
  82. color: var(--color-text);
  83. }
  84. /* Login */
  85. .login--box .form--item label {
  86. width: 100%;
  87. }
  88. .login--box .form--item input.form-control {
  89. border-radius: 15px 0 0 15px !important;
  90. height: 40px;
  91. border: 1px solid #d3dce1 !important;
  92. }
  93. .login--box .form--item input.form-control:focus {
  94. box-shadow: none;
  95. }
  96. .login--box .form--item .input-group-text {
  97. border-radius: 0 15px 15px 0 !important;
  98. }
  99. body .ico--ui.mail {
  100. background-image: none;
  101. mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Livello_1'%3E%3Cg id='Raggruppa_308'%3E%3Crect id='Rettangolo_433' class='cls-1' width='16' height='16'/%3E%3Cpath id='Unione_3' fill='%230C6197' class='cls-2' d='M0,5.3c0-1.8,1.5-3.3,3.3-3.3h9.3c1.8,0,3.3,1.5,3.3,3.3v5.3c0,1.8-1.5,3.3-3.3,3.3H3.3c-1.8,0-3.3-1.5-3.3-3.3v-5.3ZM12.7,3.3H3.3c-1.1,0-2,.9-2,2v5.3c0,1.1.9,2,2,2h9.3c1.1,0,2-.9,2-2v-5.3c0-1.1-.9-2-2-2ZM5.1,8.2c.3-.3.7-.3.9,0,0,0,0,0,0,0,.3.3.3.7,0,.9h0s-1.9,1.9-1.9,1.9c-.3.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9h0s1.9-1.9,1.9-1.9ZM12.6,10.1h0c.3.3.3.7,0,.9,0,0,0,0,0,0-.3.3-.7.3-.9,0l-1.9-1.9h0c-.3-.3-.3-.7,0-.9,0,0,0,0,0,0,.3-.3.7-.3.9,0l1.9,1.9ZM7.2,8c-.5,0-1-.2-1.4-.6l-1.9-1.9c-.3-.3-.3-.7,0-.9,0,0,0,0,0,0,.3-.3.7-.3.9,0,0,0,0,0,0,0l1.9,1.9c.1.1.3.2.5.2h1.6c.2,0,.3,0,.5-.2l1.9-1.9c.3-.3.7-.3.9,0,0,0,0,0,0,0,.3.3.3.7,0,.9l-1.9,1.9c-.4.4-.9.6-1.4.6h-1.6Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  102. mask-repeat: no-repeat;
  103. mask-size: contain;
  104. background-color: var(--color-blu);
  105. }
  106. body .ico--ui.lock {
  107. background-image: none;
  108. mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Raggruppa_427' data-name='Raggruppa 427' transform='translate(189 -268)'%3E%3Crect id='Rettangolo_301' data-name='Rettangolo 301' width='16' height='16' transform='translate(-189 268)' fill='none'/%3E%3Cg id='Raggruppa_425' data-name='Raggruppa 425' transform='translate(-4 -3.125)'%3E%3Cpath id='Rettangolo_232' data-name='Rettangolo 232' d='M2.5,0h0A2.5,2.5,0,0,1,5,2.5V4A0,0,0,0,1,5,4H0A0,0,0,0,1,0,4V2.5A2.5,2.5,0,0,1,2.5,0Z' transform='translate(-179.5 274.125)' fill='none' stroke='%23006099' stroke-width='2'/%3E%3Crect id='Rettangolo_302' data-name='Rettangolo 302' width='10' height='7' rx='2' transform='translate(-182 278.125)' fill='none' stroke='%23006099' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  109. mask-repeat: no-repeat;
  110. mask-size: contain;
  111. background-color: var(--color-blu);
  112. }
  113. body .login--box .credential--recovery a {
  114. color: var(--color-blu);
  115. }
  116. body h1.primary,
  117. body h2.primary,
  118. body h3.primary,
  119. body h4.primary,
  120. body h5.primary,
  121. body h6.primary,
  122. body .title-form.primary {
  123. color: var(--color-blu);
  124. }
  125. /* Main content */
  126. body #card--dashboard {
  127. position: relative;
  128. }
  129. /* Hide popover locked on top left corner */
  130. .popover[data-popper-reference-hidden] {
  131. display: none;
  132. }
  133. /* Header */
  134. .header--gestionale {
  135. background-color: var(--color-blu);
  136. padding-block: 10px;
  137. }
  138. .header--gestionale_back {
  139. width: auto;
  140. }
  141. .header--gestionale_back button {
  142. border: none;
  143. background-color: transparent;
  144. color: white;
  145. outline: none;
  146. font-size: 30px;
  147. padding: 0;
  148. line-height: 1;
  149. }
  150. .header--gestionale_logo {
  151. width: auto;
  152. }
  153. .header--gestionale_pageTitle {
  154. width: unset;
  155. flex: 1;
  156. }
  157. .header--userprofile-icon {
  158. vertical-align: middle;
  159. width: 50px;
  160. height: 50px;
  161. border-radius: 12px;
  162. background-color: white;
  163. text-align: center;
  164. border: 2px solid var(--color-outile);
  165. }
  166. /* Sidebar */
  167. #open-filter,
  168. #close-filter {
  169. background-color: var(--color-blu);
  170. }
  171. #sidebar--wrapper #filter--section #accordionExample .accordion-header {
  172. margin-left: 5px;
  173. }
  174. #sidebar--wrapper #filter--section #accordionExample .accordion-button {
  175. display: flex;
  176. flex-direction: row;
  177. flex-wrap: nowrap;
  178. justify-content: flex-start;
  179. align-items: baseline;
  180. gap: 5px;
  181. }
  182. #sidebar--wrapper #filter--section #accordionExample .accordion-button i {
  183. width: 30px;
  184. height: 30px;
  185. display: flex;
  186. flex-direction: row;
  187. flex-wrap: nowrap;
  188. align-content: center;
  189. justify-content: center;
  190. align-items: center;
  191. }
  192. #menu-anagrafica li a.nav-link,
  193. #menu-contabilita li a.nav-link,
  194. #menu-scadenze li a.nav-link,
  195. #menu-anagrafica li:hover a span,
  196. #menu-contabilita li:hover a span,
  197. #menu-scadenze li:hover a span {
  198. color: var(--color-text);
  199. }
  200. #accordionExample .accordion-item:hover,
  201. #menu-anagrafica li:hover,
  202. #menu-contabilita li:hover,
  203. #menu-scadenze li:hover {
  204. /* background-color: transparent; */
  205. background-color: var(--color-viola-hover);
  206. }
  207. #accordionExample .accordion-item.accordion-item-active,
  208. #accordionExample .accordion-item .nav-item.nav-item-active {
  209. background-color: var(--color-viola);
  210. color: #ffffff;
  211. }
  212. #accordionExample .accordion-item .nav-item.nav-item-active a span {
  213. color: #ffffff;
  214. }
  215. /* Resumee card anagrafica */
  216. .section--tab {
  217. border: none;
  218. }
  219. .section--tab h4 {
  220. border-color: var(--color-viola) !important;
  221. padding: 5px !important;
  222. text-transform: uppercase;
  223. font-weight: bold !important;
  224. color: black !important;
  225. }
  226. body #card--resume.card--ui,
  227. body #accountingEntry .accountingEntry_resume.card--ui {
  228. background: unset;
  229. background-color: var(--color-lilla);
  230. color: black;
  231. border: 1px solid var(--color-outile);
  232. border-radius: 15px;
  233. }
  234. body #card--resume.card--ui header,
  235. body #accountingEntry .accountingEntry_resume.card--ui > header {
  236. background: transparent;
  237. border: none;
  238. color: black;
  239. padding: 30px;
  240. padding-top: 35px;
  241. }
  242. body #card--resume.card--ui header span.user-name,
  243. body #card--resume.card--ui .card--resume_body .resume--tab_info h2,
  244. body #card--resume.card--ui .title--tessera_added span.title-detail,
  245. body #accountingEntry .accountingEntry_resume.card--ui > header span.primary {
  246. color: black;
  247. }
  248. body #card--resume.card--ui .card--resume_body .resume--tab_info h2 {
  249. font-size: 20px;
  250. line-height: 1;
  251. display: flex;
  252. align-items: center;
  253. gap: 20px;
  254. }
  255. body #card--resume.card--ui header span.user-name {
  256. font-size: 32px;
  257. line-height: 1;
  258. }
  259. body #card--resume.card--ui header span.user-email {
  260. color: black;
  261. opacity: 0.8;
  262. }
  263. body #card--resume.card--ui .card--resume_body .user-address li,
  264. body #card--resume.card--ui .card--resume_body .user-residence li {
  265. gap: 22px;
  266. align-items: center;
  267. margin-bottom: 15px;
  268. }
  269. body #card--resume.card--ui .card--resume_body .user-address li i,
  270. body #card--resume.card--ui .card--resume_body .user-residence li i,
  271. body #card--resume.card--ui .card--resume_body .resume--tab_info h2 i {
  272. font-size: 20px;
  273. width: 20px;
  274. height: 20px;
  275. color: var(--color-viola);
  276. margin: 0;
  277. }
  278. body #accountingEntry .accountingEntry_resume.card--ui .username > i {
  279. color: var(--color-viola);
  280. }
  281. body #card--resume.card--ui .card--resume_body .resume--tab_info ul {
  282. padding-left: 55px;
  283. }
  284. body #card--resume.card--ui .card--resume_body .resume--tab_info ul li {
  285. padding: 0;
  286. }
  287. body #card--resume.card--ui .card--resume_body .resume--tab_info ul li::marker {
  288. color: var(--color-viola);
  289. }
  290. body #card--resume.card--ui .card--resume_body .resume--tab_info .resume-corso,
  291. body
  292. #card--resume.card--ui
  293. .card--resume_body
  294. .resume--tab_info
  295. .resume-certificato,
  296. body
  297. #card--resume.card--ui
  298. .card--resume_body
  299. .resume--tab_info
  300. .resume-tessera {
  301. border-left: 2px solid var(--color-viola);
  302. padding-left: 15px;
  303. margin-left: 42px;
  304. margin-bottom: 10px;
  305. }
  306. /* Form */
  307. body .title-form.primary {
  308. margin-top: 50px;
  309. }
  310. body label,
  311. body label.form-label {
  312. margin: 0;
  313. color: black;
  314. }
  315. body .form-control,
  316. body form .form-control,
  317. body .form-select,
  318. body form .form-select,
  319. body .select2-selection,
  320. body form .select2-selection,
  321. body input.form-control[type="search"],
  322. body .btn.dropdown-toggle {
  323. border-radius: 15px !important;
  324. height: 40px !important;
  325. border: 1px solid #d3dce1 !important;
  326. background-color: #f5f8fa !important;
  327. }
  328. body .form-check-input,
  329. body form .form-check-input {
  330. height: 20px !important;
  331. width: 20px !important;
  332. border-radius: 5px !important;
  333. padding: 0 !important;
  334. }
  335. body .form-check-input:checked[type="checkbox"],
  336. body
  337. form
  338. .form-check-input:checked[type="checkbox"]
  339. body
  340. .form-check-input:checked[type="radio"],
  341. body form .form-check-input:checked[type="radio"] {
  342. background-color: var(--color-blu) !important;
  343. }
  344. body .form-select[multiple] {
  345. color: transparent;
  346. }
  347. body .form-select {
  348. padding-block: 10px;
  349. }
  350. /* contabilità uscite */
  351. #accountingExit .accountingExit_data {
  352. width: 100%;
  353. }
  354. /* dashboard */
  355. body .dashboard-container {
  356. background: var(--color-lilla);
  357. height: calc(100dvh - 86px);
  358. min-height: calc(100dvh - 86px);
  359. overflow: auto;
  360. display: flex;
  361. flex-direction: column;
  362. flex-wrap: nowrap;
  363. gap: 20px;
  364. padding: 2.5rem !important;
  365. background: white;
  366. }
  367. body .dashboard-container .dashboard-card {
  368. border: 1px solid var(--color-outile);
  369. border-radius: 12px;
  370. padding: 20px;
  371. position: relative;
  372. box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
  373. }
  374. body .dashboard-container .dashboard-card.card-inverted {
  375. border-color: var(--color-lilla);
  376. background-color: var(--color-lilla);
  377. }
  378. body .dashboard-container .dashboard-card-header {
  379. display: flex;
  380. justify-content: space-between;
  381. align-items: baseline;
  382. margin-bottom: 10px;
  383. }
  384. body .dashboard-container .dashboard-card-title {
  385. font-size: 17px;
  386. font-weight: bold;
  387. color: black;
  388. line-height: 1;
  389. margin-bottom: 10px;
  390. }
  391. body .dashboard-container .dashboard-card-link .dashboard-card-header,
  392. body
  393. .dashboard-container
  394. .dashboard-card-link
  395. .dashboard-card-header
  396. .dashboard-card-title {
  397. margin: 0;
  398. }
  399. body .dashboard-container .dashboard-card-icon {
  400. color: var(--color-viola);
  401. font-size: 20px;
  402. }
  403. body .dashboard-container .dashboard-card-value {
  404. font-size: 48px;
  405. font-weight: bold;
  406. color: black;
  407. margin: 20px 0 5px;
  408. line-height: 1;
  409. }
  410. body .dashboard-container .dashboard-card.dashboard-card-link {
  411. background-color: var(--color-viola-hover);
  412. border-color: transparent;
  413. }
  414. body .dashboard-container .dashboard-card.dashboard-card-link:hover {
  415. background-color: var(--color-viola);
  416. }
  417. body
  418. .dashboard-container
  419. .dashboard-card.dashboard-card-link:hover
  420. .dashboard-card-title,
  421. body
  422. .dashboard-container
  423. .dashboard-card.dashboard-card-link:hover
  424. .dashboard-card-icon {
  425. color: white;
  426. }
  427. body .dashboard-container .card-income .dashboard-card-icon,
  428. body .dashboard-container .card-income .dashboard-card-value {
  429. color: var(--color-verde);
  430. }
  431. body .dashboard-container .card-topay .dashboard-card-icon,
  432. body .dashboard-container .card-topay .dashboard-card-value {
  433. color: var(--color-viola);
  434. }
  435. body .dashboard-container .card-expense .dashboard-card-icon,
  436. body .dashboard-container .card-expense .dashboard-card-value {
  437. color: var(--color-rosso);
  438. }
  439. body .dashboard-container .card-delta .dashboard-card-icon,
  440. body .dashboard-container .card-delta .dashboard-card-value {
  441. color: var(--color-viola);
  442. }
  443. body .dashboard-container .card-income .dashboard-card-value,
  444. body .dashboard-container .card-topay .dashboard-card-value,
  445. body .dashboard-container .card-expense .dashboard-card-value,
  446. body .dashboard-container .card-delta .dashboard-card-value {
  447. font-size: 30px;
  448. }
  449. body .dashboard-container .dashboard-card-info {
  450. font-size: 14px;
  451. }
  452. body .dashboard-container .dashboard-card-info span {
  453. position: relative;
  454. font-weight: 500;
  455. }
  456. body .dashboard-container .dashboard-card-info .more {
  457. color: var(--color-verde);
  458. }
  459. body .dashboard-container .dashboard-card-info .more:before {
  460. content: "+";
  461. }
  462. body .dashboard-container .dashboard-card-info .less {
  463. color: var(--color-rosso);
  464. }
  465. body .dashboard-container .dashboard-card-info .less:before {
  466. content: "-";
  467. }
  468. body .dashboard-container .dashboard-card-change {
  469. font-size: 12px;
  470. color: #666;
  471. }
  472. body .dashboard-container .dashboard-card-change.positive {
  473. color: var(--color-verde);
  474. }
  475. body .dashboard-container .dashboard-card-change.negative {
  476. color: var(--color-rosso);
  477. }
  478. body .dashboard-container .stat-icon {
  479. width: 24px;
  480. height: 24px;
  481. border-radius: 4px;
  482. display: flex;
  483. align-items: center;
  484. justify-content: center;
  485. color: white;
  486. font-size: 12px;
  487. }
  488. body .dashboard-container .courses-list {
  489. max-height: 300px;
  490. overflow-y: auto;
  491. }
  492. body .dashboard-container .course-item {
  493. margin-bottom: 20px;
  494. display: grid;
  495. grid-template-columns: 32px auto 1fr;
  496. align-items: center;
  497. column-gap: 15px;
  498. }
  499. body .dashboard-container .course-item .course-time {
  500. grid-row: span 2;
  501. font-weight: 600;
  502. color: black;
  503. font-size: 12px;
  504. white-space: break-spaces;
  505. }
  506. body .dashboard-container .course-item .course-time:empty {
  507. display: none;
  508. }
  509. body .dashboard-container .course-item .course-divider {
  510. grid-row: span 2;
  511. width: 1px;
  512. height: 100%;
  513. background-color: #ababab;
  514. }
  515. body .dashboard-container .course-item .course-time:empty + .course-divider {
  516. display: none;
  517. }
  518. body .dashboard-container .course-item .course-name {
  519. font-size: 13px;
  520. color: black;
  521. font-weight: 600;
  522. line-height: 1.2;
  523. grid-column: 3;
  524. }
  525. body .dashboard-container .course-item .course-days {
  526. font-size: 12px;
  527. color: #666;
  528. grid-column: 3;
  529. }
  530. body .dashboard-container .fields-grid {
  531. display: grid;
  532. grid-template-columns: 1fr 1fr;
  533. gap: 10px;
  534. }
  535. body .dashboard-container .field-item {
  536. padding: 12px;
  537. border: 2px solid var(--color-verde);
  538. border-radius: 8px;
  539. text-align: center;
  540. background: white;
  541. }
  542. body .dashboard-container .field-item.occupied {
  543. border-color: var(--color-rosso);
  544. background: #fff5f7;
  545. }
  546. body .dashboard-container .field-name {
  547. font-weight: bold;
  548. color: #333;
  549. }
  550. body .dashboard-container .field-time {
  551. color: #666;
  552. font-size: 12px;
  553. }
  554. body .dashboard-container .notes-section {
  555. }
  556. body .dashboard-container .notes-input {
  557. width: 100%;
  558. background-color: white;
  559. outline: none;
  560. font-size: 14px;
  561. min-height: 50px;
  562. resize: vertical;
  563. border: none;
  564. border-radius: 6px;
  565. padding: 10px;
  566. }
  567. body .dashboard-container .save-btn {
  568. background-color: transparent;
  569. color: var(--color-viola);
  570. border: none;
  571. padding: 8px 16px;
  572. border-radius: 6px;
  573. font-size: 12px;
  574. cursor: pointer;
  575. font-weight: bold;
  576. margin-left: auto;
  577. display: block;
  578. will-change: color, background-color;
  579. transition: color 0.3s ease, background-color 0.3s ease;
  580. }
  581. body .dashboard-container .save-btn:hover {
  582. background-color: var(--color-viola);
  583. color: white;
  584. }
  585. body .dashboard-container .notes-list {
  586. max-height: 380px;
  587. overflow-y: auto;
  588. }
  589. body .dashboard-container .notes-list:not(:empty) {
  590. margin-block: 25px;
  591. }
  592. body .dashboard-container .note-item {
  593. display: flex;
  594. align-items: flex-start;
  595. gap: 10px;
  596. padding-bottom: 10px;
  597. margin-bottom: 20px;
  598. border-bottom: 1px solid rgba(0, 0, 0, 35%);
  599. }
  600. body .dashboard-container .note-item:last-of-type {
  601. margin-bottom: 0;
  602. }
  603. body .dashboard-container .note-checkbox {
  604. width: 14px;
  605. height: 14px;
  606. border: 1px solid rgba(0, 0, 0, 35%);
  607. border-radius: 100%;
  608. background: transparent;
  609. color: transparent;
  610. cursor: pointer;
  611. display: flex;
  612. align-items: center;
  613. justify-content: center;
  614. font-size: 12px;
  615. font-weight: bold;
  616. will-change: color, background-color;
  617. transition: color 0.3s ease, background-color 0.3s ease;
  618. }
  619. body .dashboard-container .note-checkbox:hover {
  620. background: var(--color-viola);
  621. color: white;
  622. }
  623. body .dashboard-container .note-content {
  624. flex: 1;
  625. }
  626. body .dashboard-container .note-text {
  627. color: black;
  628. font-size: 14px;
  629. line-height: 1;
  630. font-weight: 500;
  631. }
  632. body .dashboard-container .note-date {
  633. color: black;
  634. font-size: 10px;
  635. }
  636. body .dashboard-container .empty-notes {
  637. text-align: center;
  638. color: #666;
  639. font-size: 13px;
  640. padding: 20px;
  641. font-style: italic;
  642. }
  643. body .dashboard-container .chart-card .chart-container {
  644. grid-column: unset;
  645. }
  646. body .dashboard-container .financial-cards {
  647. display: grid;
  648. grid-template-columns: 1fr 1fr;
  649. gap: 20px;
  650. margin-bottom: 20px;
  651. }
  652. body .dashboard-container .financial-card {
  653. background: white;
  654. border-radius: 12px;
  655. padding: 20px;
  656. box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  657. text-align: center;
  658. }
  659. body .dashboard-container .financial-card.income {
  660. border-left: 4px solid var(--color-verde);
  661. }
  662. body .dashboard-container .financial-card.expense {
  663. border-left: 4px solid var(--color-rosso);
  664. }
  665. body .dashboard-container .financial-amount {
  666. font-size: 36px;
  667. font-weight: bold;
  668. margin: 10px 0;
  669. }
  670. body .dashboard-container .financial-amount.income {
  671. color: var(--color-verde);
  672. }
  673. body .dashboard-container .financial-amount.expense {
  674. color: var(--color-rosso);
  675. }
  676. body .dashboard-container .recent-users-table {
  677. width: 100%;
  678. border-collapse: collapse;
  679. margin-top: 20px;
  680. }
  681. body .dashboard-container .recent-users-table th,
  682. body .dashboard-container .recent-users-table td {
  683. text-align: left;
  684. padding: 10px 5px;
  685. border-bottom: 1px solid #f0f0f0;
  686. }
  687. body .dashboard-container .recent-users-table th {
  688. font-weight: bold;
  689. color: var(--color-text);
  690. font-size: 15px;
  691. padding: 5px;
  692. }
  693. body .dashboard-container .recent-users-table td {
  694. font-size: 13px;
  695. color: black;
  696. }
  697. body .dashboard-container .transaction-list {
  698. max-height: 300px;
  699. overflow-y: auto;
  700. }
  701. body .dashboard-container .transaction-item {
  702. display: flex;
  703. justify-content: space-between;
  704. align-items: center;
  705. padding: 12px;
  706. border-bottom: 1px solid #f0f0f0;
  707. }
  708. body .dashboard-container .transaction-name {
  709. font-weight: 500;
  710. color: #333;
  711. }
  712. body .dashboard-container .transaction-amount {
  713. font-weight: bold;
  714. }
  715. body .dashboard-container .transaction-type {
  716. font-size: 10px;
  717. padding: 4px 8px;
  718. border-radius: 12px;
  719. color: white;
  720. font-weight: bold;
  721. }
  722. body .dashboard-container .transaction-type.income {
  723. background: var(--color-verde);
  724. }
  725. body .dashboard-container .transaction-type.expense {
  726. background: var(--color-rosso);
  727. }
  728. body .dashboard-container .participation-bar {
  729. height: 10px;
  730. background: #f0f0f0;
  731. border-radius: 10px;
  732. overflow: hidden;
  733. margin: 8px 0;
  734. }
  735. body .dashboard-container .participation-fill {
  736. height: 100%;
  737. transition: width 0.3s ease;
  738. border-radius: 10px;
  739. }
  740. body .dashboard-container .participation-fill.padel {
  741. background: #ffd700;
  742. }
  743. body .dashboard-container .participation-fill.tennis {
  744. background: #8b4cf7;
  745. }
  746. body .dashboard-container .participation-fill.pallavolo {
  747. background: #ff6b35;
  748. }
  749. body .dashboard-container .participation-fill.yoga {
  750. background: var(--color-verde);
  751. }
  752. body .dashboard-container .chart-title {
  753. font-size: 16px;
  754. font-weight: 600;
  755. color: #333;
  756. margin-bottom: 15px;
  757. }
  758. body .dashboard-container .grid-4 {
  759. display: grid;
  760. grid-template-columns: repeat(4, 1fr);
  761. gap: 20px;
  762. }
  763. body .dashboard-container .grid-3 {
  764. display: grid;
  765. grid-template-columns: repeat(3, 1fr);
  766. gap: 20px;
  767. }
  768. body .dashboard-container .grid-1-2 {
  769. display: grid;
  770. grid-template-rows: repeat(2, 1fr);
  771. gap: 20px;
  772. }
  773. body .dashboard-container .grid-2 {
  774. display: grid;
  775. grid-template-columns: repeat(2, 1fr);
  776. gap: 20px;
  777. }
  778. body .dashboard-container .grid-2-1 {
  779. display: grid;
  780. grid-template-columns: 2fr 1fr;
  781. gap: 20px;
  782. }
  783. body .dashboard-container .grid-w-2 {
  784. grid-column-end: span 2;
  785. }
  786. body .dashboard-container .grid-w-3 {
  787. grid-column-end: span 3;
  788. }
  789. body .dashboard-container .full-width {
  790. grid-column: span 3;
  791. }
  792. body .dashboard-container .half-width {
  793. grid-column: span 2;
  794. }
  795. body .dashboard-container .fade-out {
  796. opacity: 0;
  797. transform: translateX(100%);
  798. transition: all 0.3s ease;
  799. }
  800. body div.dt-button-background {
  801. pointer-events: none;
  802. }
  803. body .chart-body {
  804. padding: 0;
  805. }
  806. body .table-header .table-cell {
  807. color: var(--color-text);
  808. }
  809. body .course-controls {
  810. border: none;
  811. background: unset;
  812. background-color: var(--color-lilla);
  813. padding-block: 15px;
  814. border-radius: 10px;
  815. }
  816. body .dashboard-container .chart-card .dashboard-card-title {
  817. margin-bottom: 20px;
  818. }
  819. /* dettaglio utente */
  820. body .user--profile_card {
  821. background: unset;
  822. background-color: var(--color-lilla);
  823. color: black;
  824. border: 1px solid var(--color-outile);
  825. border-radius: 15px;
  826. }
  827. body .user--profile_resume {
  828. background: unset;
  829. background-color: var(--color-lilla);
  830. color: black;
  831. border-radius: 0 15px 15px 0;
  832. margin-block: 30px;
  833. }
  834. body .title--tessera_added span.title-detail_date {
  835. color: black;
  836. }
  837. body .user--profile_card .avatar--wrapper {
  838. margin-inline: auto;
  839. }
  840. body .user--profile_card article header {
  841. color: black;
  842. }
  843. body .user--profile_card article .credito_title {
  844. color: black;
  845. }
  846. body .user--profile_card article header i {
  847. color: var(--color-viola);
  848. }
  849. .user--profile_card .resume--info {
  850. border-left: 2px solid var(--color-viola);
  851. padding-left: 15px;
  852. margin-left: 42px;
  853. margin-bottom: 10px;
  854. color: #000000;
  855. }
  856. body .user--profile_resume .resume--tab_info .title i {
  857. color: var(--color-viola);
  858. }
  859. body .user--profile_resume .resume--tab_info .title {
  860. color: black;
  861. }
  862. .user--profile_resume .user_name .name {
  863. color: black;
  864. }
  865. .user--profile_resume .user-address li,
  866. .user--profile_resume .user-residence li {
  867. gap: 22px;
  868. align-items: center;
  869. margin-bottom: 15px;
  870. font-size: 14px;
  871. }
  872. .user--profile_resume .user-address li i,
  873. .user--profile_resume .user-residence li i {
  874. font-size: 20px;
  875. width: 20px;
  876. height: 20px;
  877. color: var(--color-viola);
  878. margin: 0;
  879. }
  880. .user--profile_resume .resume--info.resume-corso {
  881. border-left: 2px solid var(--color-viola);
  882. padding-left: 15px;
  883. margin-left: 42px;
  884. margin-bottom: 10px;
  885. }
  886. .resume--tab_info.gruppi .title h4 {
  887. display: list-item;
  888. }
  889. .resume--tab_info.gruppi .title h4::marker {
  890. color: var(--color-viola);
  891. }
  892. .resume--tab_info.gruppi .resume--info {
  893. padding-left: 55px;
  894. }
  895. .user--profile_resume .user-address li span a {
  896. color: var(--color-blu);
  897. text-decoration: underline;
  898. }
  899. .title--tessera_added span.title-detail {
  900. color: #000000;
  901. }
  902. .comunication-send-options .form-check {
  903. padding: 20px;
  904. border: 1px solid #dee2e6;
  905. border-radius: 0.375rem;
  906. font-size: 14px;
  907. cursor: pointer;
  908. }
  909. .comunication-send-options .form-check:has(.form-check-input:checked) {
  910. border: 1px solid #0618be;
  911. box-shadow: inset 0 0 0 1px #0618be;
  912. color: #0618be;
  913. }
  914. .comunication-send-options .form-check .form-check-input {
  915. display: none;
  916. }
  917. .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
  918. .ck.ck-editor__main > .ck-editor__editable {
  919. min-height: 200px;
  920. }
  921. table#recipients-table td {
  922. padding-right: 30px;
  923. }
  924. .recipients {
  925. padding: 16px 30px;
  926. background: var(--color-lilla);
  927. border-radius: 7px;
  928. border: 1px solid var(--color-outile);
  929. overflow: auto;
  930. max-height: 220px;
  931. display: grid;
  932. grid-template-columns: repeat(auto-fit, minmax(min(333px, 100%), 1fr));
  933. font-size: 14px;
  934. }
  935. .recipients .recipient span.recipient-name {
  936. font-weight: bold;
  937. }
  938. body div.dt-processing {
  939. z-index: 1000;
  940. }
  941. body .select2-container .select2-selection--single .select2-selection__rendered {
  942. display: flex;
  943. flex-wrap: wrap;
  944. align-content: center;
  945. line-height: 1;
  946. padding-top: 9px;
  947. }
  948. body .form-select, body form .form-select {
  949. padding-top: 11px;
  950. line-height: 1;
  951. }
  952. table.dataTable td.dt-type-numeric {
  953. padding-right: 30px;
  954. }
  955. a.member-file-url {
  956. color: var(--color-blu);
  957. text-decoration: underline;
  958. }
  959. .dt-buttons.btn-group .btn {
  960. border-color: #d3dce1;
  961. background-color: #f5f8fa !important;
  962. width: 42px;
  963. height: 40px;
  964. display: flex;
  965. flex-direction: row;
  966. flex-wrap: nowrap;
  967. align-content: center;
  968. justify-content: center;
  969. align-items: center;
  970. }
  971. .dt-buttons.btn-group .btn span i:before {
  972. color: var(--color-text);
  973. }
  974. .dt-buttons.btn-group .btn:hover {
  975. background-color: var(--color-blu) !important;
  976. border-color: var(--color-blu);
  977. }
  978. .dt-buttons.btn-group .btn:hover span i:before {
  979. color: white;
  980. }
  981. .dt-buttons.btn-group .btn.processing:hover:after {
  982. border-bottom-color: white;
  983. border-top-color: white;
  984. }
  985. .dt-buttons.btn-group .btn.processing span i:before {
  986. opacity: 0.2;
  987. }