new_style.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  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. background: #8b4cf7;
  740. }
  741. body .dashboard-container .chart-title {
  742. font-size: 16px;
  743. font-weight: 600;
  744. color: #333;
  745. margin-bottom: 15px;
  746. }
  747. body .dashboard-container .grid-4 {
  748. display: grid;
  749. grid-template-columns: repeat(4, 1fr);
  750. gap: 20px;
  751. }
  752. body .dashboard-container .grid-3 {
  753. display: grid;
  754. grid-template-columns: repeat(3, 1fr);
  755. gap: 20px;
  756. }
  757. body .dashboard-container .grid-1-2 {
  758. display: grid;
  759. grid-template-rows: repeat(2, 1fr);
  760. gap: 20px;
  761. }
  762. body .dashboard-container .grid-2 {
  763. display: grid;
  764. grid-template-columns: repeat(2, 1fr);
  765. gap: 20px;
  766. }
  767. body .dashboard-container .grid-2-1 {
  768. display: grid;
  769. grid-template-columns: 2fr 1fr;
  770. gap: 20px;
  771. }
  772. body .dashboard-container .grid-w-2 {
  773. grid-column-end: span 2;
  774. }
  775. body .dashboard-container .grid-w-3 {
  776. grid-column-end: span 3;
  777. }
  778. body .dashboard-container .full-width {
  779. grid-column: span 3;
  780. }
  781. body .dashboard-container .half-width {
  782. grid-column: span 2;
  783. }
  784. body .dashboard-container .fade-out {
  785. opacity: 0;
  786. transform: translateX(100%);
  787. transition: all 0.3s ease;
  788. }
  789. body div.dt-button-background {
  790. pointer-events: none;
  791. }
  792. body .chart-body {
  793. padding: 0;
  794. }
  795. body .table-header .table-cell {
  796. color: var(--color-text);
  797. }
  798. body .course-controls {
  799. border: none;
  800. background: unset;
  801. background-color: var(--color-lilla);
  802. padding-block: 15px;
  803. border-radius: 10px;
  804. }
  805. body .dashboard-container .chart-card .dashboard-card-title {
  806. margin-bottom: 20px;
  807. }
  808. /* dettaglio utente */
  809. body .user--profile_card {
  810. background: unset;
  811. background-color: var(--color-lilla);
  812. color: black;
  813. border: 1px solid var(--color-outile);
  814. border-radius: 15px;
  815. }
  816. body .user--profile_resume {
  817. background: unset;
  818. background-color: var(--color-lilla);
  819. color: black;
  820. border-radius: 0 15px 15px 0;
  821. margin-block: 30px;
  822. }
  823. body .title--tessera_added span.title-detail_date {
  824. color: black;
  825. }
  826. body .user--profile_card .avatar--wrapper {
  827. margin-inline: auto;
  828. }
  829. body .user--profile_card article header {
  830. color: black;
  831. }
  832. body .user--profile_card article .credito_title {
  833. color: black;
  834. }
  835. body .user--profile_card article header i {
  836. color: var(--color-viola);
  837. }
  838. .user--profile_card .resume--info {
  839. border-left: 2px solid var(--color-viola);
  840. padding-left: 15px;
  841. margin-left: 42px;
  842. margin-bottom: 10px;
  843. color: #000000;
  844. }
  845. body .user--profile_resume .resume--tab_info .title i {
  846. color: var(--color-viola);
  847. }
  848. body .user--profile_resume .resume--tab_info .title {
  849. color: black;
  850. }
  851. .user--profile_resume .user_name .name {
  852. color: black;
  853. }
  854. .user--profile_resume .user-address li,
  855. .user--profile_resume .user-residence li {
  856. gap: 22px;
  857. align-items: center;
  858. margin-bottom: 15px;
  859. font-size: 14px;
  860. }
  861. .user--profile_resume .user-address li i,
  862. .user--profile_resume .user-residence li i {
  863. font-size: 20px;
  864. width: 20px;
  865. height: 20px;
  866. color: var(--color-viola);
  867. margin: 0;
  868. }
  869. .user--profile_resume .resume--info.resume-corso {
  870. border-left: 2px solid var(--color-viola);
  871. padding-left: 15px;
  872. margin-left: 42px;
  873. margin-bottom: 10px;
  874. }
  875. .resume--tab_info.gruppi .title h4 {
  876. display: list-item;
  877. }
  878. .resume--tab_info.gruppi .title h4::marker {
  879. color: var(--color-viola);
  880. }
  881. .resume--tab_info.gruppi .resume--info {
  882. padding-left: 55px;
  883. }
  884. .user--profile_resume .user-address li span a {
  885. color: var(--color-blu);
  886. text-decoration: underline;
  887. }
  888. .title--tessera_added span.title-detail {
  889. color: #000000;
  890. }
  891. .comunication-send-options .form-check {
  892. padding: 20px;
  893. border: 1px solid #dee2e6;
  894. border-radius: 0.375rem;
  895. font-size: 14px;
  896. cursor: pointer;
  897. }
  898. .comunication-send-options .form-check:has(.form-check-input:checked) {
  899. border: 1px solid #0618be;
  900. box-shadow: inset 0 0 0 1px #0618be;
  901. color: #0618be;
  902. }
  903. .comunication-send-options .form-check .form-check-input {
  904. display: none;
  905. }
  906. .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
  907. .ck.ck-editor__main > .ck-editor__editable {
  908. min-height: 200px;
  909. }
  910. table#recipients-table td {
  911. padding-right: 30px;
  912. }
  913. .recipients {
  914. padding: 16px 30px;
  915. background: var(--color-lilla);
  916. border-radius: 7px;
  917. border: 1px solid var(--color-outile);
  918. overflow: auto;
  919. max-height: 220px;
  920. display: grid;
  921. grid-template-columns: repeat(auto-fit, minmax(min(333px, 100%), 1fr));
  922. font-size: 14px;
  923. }
  924. .recipients .recipient span.recipient-name {
  925. font-weight: bold;
  926. }
  927. body div.dt-processing {
  928. z-index: 1000;
  929. }
  930. body .select2-container .select2-selection--single .select2-selection__rendered {
  931. display: flex;
  932. flex-wrap: wrap;
  933. align-content: center;
  934. line-height: 1;
  935. padding-top: 9px;
  936. }
  937. body .form-select, body form .form-select {
  938. /* padding-top: 11px; */
  939. line-height: 1;
  940. }
  941. table.dataTable td.dt-type-numeric {
  942. padding-right: 30px;
  943. }
  944. a.member-file-url {
  945. color: var(--color-blu);
  946. text-decoration: underline;
  947. }
  948. .dt-buttons.btn-group .btn {
  949. border-color: #d3dce1;
  950. background-color: #f5f8fa !important;
  951. width: 42px;
  952. height: 40px;
  953. display: flex;
  954. flex-direction: row;
  955. flex-wrap: nowrap;
  956. align-content: center;
  957. justify-content: center;
  958. align-items: center;
  959. }
  960. .dt-buttons.btn-group .btn span i:before {
  961. color: var(--color-text);
  962. }
  963. .dt-buttons.btn-group .btn:hover {
  964. background-color: var(--color-blu) !important;
  965. border-color: var(--color-blu);
  966. }
  967. .dt-buttons.btn-group .btn:hover span i:before {
  968. color: white;
  969. }
  970. .dt-buttons.btn-group .btn.processing:hover:after {
  971. border-bottom-color: white;
  972. border-top-color: white;
  973. }
  974. .dt-buttons.btn-group .btn.processing span i:before {
  975. opacity: 0.2;
  976. }
  977. .password-wrapper {
  978. position: relative;
  979. flex: 1 1 auto;
  980. }
  981. .password-wrapper .password-eye {
  982. position: absolute;
  983. top: 0;
  984. bottom: 0;
  985. right: 0;
  986. width: 40px;
  987. display: flex;
  988. flex-direction: row;
  989. flex-wrap: nowrap;
  990. align-content: center;
  991. justify-content: center;
  992. align-items: center;
  993. cursor: pointer;
  994. }
  995. .password-wrapper .form-control {
  996. padding-right: 50px;
  997. }
  998. .password-wrapper .form-control.is-invalid {
  999. background-position: right calc(0.375em + 0.1875rem + 40px) center;
  1000. }
  1001. .password-wrapper .password-eye .password-shown,
  1002. .password-wrapper .password-eye.shown .password-hidden {
  1003. display: none;
  1004. }
  1005. .password-wrapper .password-eye.shown .password-shown {
  1006. display: block;
  1007. }
  1008. .form-radio-wrapper {
  1009. display: inline-flex;
  1010. gap: 4px;
  1011. margin-right: 20px;
  1012. font-size: 1em;
  1013. }
  1014. .form-radio-wrapper:last-of-type {
  1015. margin-right: 0;
  1016. }