3 Flavor name: Custom (mini-custom)
4 Generated online - https://minicss.org/flavors
5 mini.css version: v3.0.1
8 Browsers resets and base typography.
10 /* Core module CSS variable definitions */
12 --fore-color: #03234b;
13 --secondary-fore-color: #03234b;
14 --back-color: #ffffff;
15 --secondary-back-color: #ffffff;
16 --blockquote-color: #e6007e;
18 --border-color: #3cb4e6;
19 --secondary-border-color: #3cb4e6;
21 --universal-margin: 0.5rem;
22 --universal-padding: 0.25rem;
23 --universal-border-radius: 0.075rem;
24 --background-margin: 1.5%;
25 --a-link-color: #3cb4e6;
26 --a-visited-color: #8c0078; }
31 a, b, del, em, i, ins, q, span, strong, u {
35 font-family: -apple-system, BlinkMacSystemFont, Helvetica, arial, sans-serif;
37 -webkit-text-size-adjust: 100%; }
44 color: var(--fore-color);
45 @background: var(--back-color);
46 background: var(--back-color) linear-gradient(#ffd200, #ffd200) repeat-y left top;
47 background-size: var(--background-margin);
58 text-decoration: underline dotted; }
67 h1, h2, h3, h4, h5, h6 {
69 margin: calc(1.5 * var(--universal-margin)) var(--universal-margin);
71 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
72 color: var(--secondary-fore-color);
74 margin-top: -0.25rem; }
77 font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) * var(--heading-ratio)); }
80 font-size: calc(1rem * var(--heading-ratio) * var(--heading-ratio) );
81 border-style: none none solid none ;
83 border-color: var(--border-color); }
85 font-size: calc(1rem * var(--heading-ratio) ); }
88 font-size: calc(1rem * var(--heading-ratio)); }
94 font-size: calc(1rem / var(--heading-ratio)); }
97 margin: var(--universal-margin); }
100 margin: var(--universal-margin);
101 padding-left: calc(3 * var(--universal-margin)); }
107 box-sizing: content-box;
110 margin: var(--universal-margin);
111 height: 0.0714285714rem;
112 background: linear-gradient(to right, transparent, var(--border-color) 20%, var(--border-color) 80%, transparent); }
118 color: var(--secondary-fore-color);
119 margin: var(--universal-margin);
120 padding: calc(3 * var(--universal-padding));
121 border: 0.0714285714rem solid var(--secondary-border-color);
122 border-left: 0.3rem solid var(--blockquote-color);
123 border-radius: 0 var(--universal-border-radius) var(--universal-border-radius) 0; }
126 top: calc(0rem - var(--universal-padding));
128 font-family: sans-serif;
132 color: var(--blockquote-color); }
133 blockquote[cite]:after {
137 content: "\a— " attr(cite);
140 code, kbd, pre, samp {
141 font-family: Menlo, Consolas, monospace;
145 background: var(--secondary-back-color);
146 border-radius: var(--universal-border-radius);
147 padding: calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2); }
150 background: var(--fore-color);
151 color: var(--back-color);
152 border-radius: var(--universal-border-radius);
153 padding: calc(var(--universal-padding) / 4) calc(var(--universal-padding) / 2); }
157 background: var(--secondary-back-color);
158 padding: calc(1.5 * var(--universal-padding));
159 margin: var(--universal-margin);
160 border: 0.0714285714rem solid var(--secondary-border-color);
161 border-left: 0.2857142857rem solid var(--pre-color);
162 border-radius: 0 var(--universal-border-radius) var(--universal-border-radius) 0; }
164 sup, sub, code, kbd {
167 vertical-align: baseline; }
169 small, sup, sub, figcaption {
179 margin: var(--universal-margin); }
182 color: var(--secondary-fore-color); }
185 text-decoration: none; }
187 color: var(--a-link-color); }
189 color: var(--a-visited-color); }
191 text-decoration: underline; }
194 Definitions for the grid system, cards and containers.
198 padding: 0 calc(1.5 * var(--universal-padding)); }
201 box-sizing: border-box;
205 margin: 0 0 0 var(--background-margin); }
209 [class^='col-sm-offset-'],
210 .row[class*='cols-sm-'] > * {
211 box-sizing: border-box;
213 padding: 0 calc(var(--universal-padding) / 2); }
223 max-width: 8.3333333333%;
224 flex-basis: 8.3333333333%; }
231 max-width: 16.6666666667%;
232 flex-basis: 16.6666666667%; }
235 margin-left: 8.3333333333%; }
243 margin-left: 16.6666666667%; }
247 max-width: 33.3333333333%;
248 flex-basis: 33.3333333333%; }
255 max-width: 41.6666666667%;
256 flex-basis: 41.6666666667%; }
259 margin-left: 33.3333333333%; }
267 margin-left: 41.6666666667%; }
271 max-width: 58.3333333333%;
272 flex-basis: 58.3333333333%; }
279 max-width: 66.6666666667%;
280 flex-basis: 66.6666666667%; }
283 margin-left: 58.3333333333%; }
291 margin-left: 66.6666666667%; }
294 .row.cols-sm-10 > * {
295 max-width: 83.3333333333%;
296 flex-basis: 83.3333333333%; }
302 .row.cols-sm-11 > * {
303 max-width: 91.6666666667%;
304 flex-basis: 91.6666666667%; }
307 margin-left: 83.3333333333%; }
310 .row.cols-sm-12 > * {
315 margin-left: 91.6666666667%; }
326 @media screen and (min-width: 500px) {
329 [class^='col-md-offset-'],
330 .row[class*='cols-md-'] > * {
331 box-sizing: border-box;
333 padding: 0 calc(var(--universal-padding) / 2); }
343 max-width: 8.3333333333%;
344 flex-basis: 8.3333333333%; }
351 max-width: 16.6666666667%;
352 flex-basis: 16.6666666667%; }
355 margin-left: 8.3333333333%; }
363 margin-left: 16.6666666667%; }
367 max-width: 33.3333333333%;
368 flex-basis: 33.3333333333%; }
375 max-width: 41.6666666667%;
376 flex-basis: 41.6666666667%; }
379 margin-left: 33.3333333333%; }
387 margin-left: 41.6666666667%; }
391 max-width: 58.3333333333%;
392 flex-basis: 58.3333333333%; }
399 max-width: 66.6666666667%;
400 flex-basis: 66.6666666667%; }
403 margin-left: 58.3333333333%; }
411 margin-left: 66.6666666667%; }
414 .row.cols-md-10 > * {
415 max-width: 83.3333333333%;
416 flex-basis: 83.3333333333%; }
422 .row.cols-md-11 > * {
423 max-width: 91.6666666667%;
424 flex-basis: 91.6666666667%; }
427 margin-left: 83.3333333333%; }
430 .row.cols-md-12 > * {
435 margin-left: 91.6666666667%; }
445 @media screen and (min-width: 1280px) {
448 [class^='col-lg-offset-'],
449 .row[class*='cols-lg-'] > * {
450 box-sizing: border-box;
452 padding: 0 calc(var(--universal-padding) / 2); }
462 max-width: 8.3333333333%;
463 flex-basis: 8.3333333333%; }
470 max-width: 16.6666666667%;
471 flex-basis: 16.6666666667%; }
474 margin-left: 8.3333333333%; }
482 margin-left: 16.6666666667%; }
486 max-width: 33.3333333333%;
487 flex-basis: 33.3333333333%; }
494 max-width: 41.6666666667%;
495 flex-basis: 41.6666666667%; }
498 margin-left: 33.3333333333%; }
506 margin-left: 41.6666666667%; }
510 max-width: 58.3333333333%;
511 flex-basis: 58.3333333333%; }
518 max-width: 66.6666666667%;
519 flex-basis: 66.6666666667%; }
522 margin-left: 58.3333333333%; }
530 margin-left: 66.6666666667%; }
533 .row.cols-lg-10 > * {
534 max-width: 83.3333333333%;
535 flex-basis: 83.3333333333%; }
541 .row.cols-lg-11 > * {
542 max-width: 91.6666666667%;
543 flex-basis: 91.6666666667%; }
546 margin-left: 83.3333333333%; }
549 .row.cols-lg-12 > * {
554 margin-left: 91.6666666667%; }
564 /* Card component CSS variable definitions */
566 --card-back-color: #3cb4e6;
567 --card-fore-color: #03234b;
568 --card-border-color: #03234b; }
572 flex-direction: column;
573 justify-content: space-between;
577 background: var(--card-back-color);
578 color: var(--card-fore-color);
579 border: 0.0714285714rem solid var(--card-border-color);
580 border-radius: var(--universal-border-radius);
581 margin: var(--universal-margin);
583 @media screen and (min-width: 320px) {
585 max-width: 320px; } }
587 background: var(--card-back-color);
588 color: var(--card-fore-color);
589 box-sizing: border-box;
593 border-bottom: 0.0714285714rem solid var(--card-border-color);
594 padding: var(--universal-padding);
596 .card > .sectione.media {
599 -o-object-fit: cover;
601 .card > .sectione:last-child {
605 Custom elements for card elements.
607 @media screen and (min-width: 240px) {
609 max-width: 240px; } }
610 @media screen and (min-width: 480px) {
612 max-width: 480px; } }
618 --card-back-color: #e5b8b7;
619 --card-fore-color: #3b234b;
620 --card-border-color: #8c0078; }
623 --card-back-color: #464650;
624 --card-fore-color: #ffffff;
625 --card-border-color: #8c0078; }
627 .card > .sectione.dark {
628 --card-back-color: #3b234b;
629 --card-fore-color: #ffffff; }
631 .card > .sectione.double-padded {
632 padding: calc(1.5 * var(--universal-padding)); }
635 Definitions for forms and input elements.
637 /* Input_control module CSS variable definitions */
639 --form-back-color: #ffe97f;
640 --form-fore-color: #03234b;
641 --form-border-color: #3cb4e6;
642 --input-back-color: #ffffff;
643 --input-fore-color: #03234b;
644 --input-border-color: #3cb4e6;
645 --input-focus-color: #0288d1;
646 --input-invalid-color: #d32f2f;
647 --button-back-color: #e2e2e2;
648 --button-hover-back-color: #dcdcdc;
649 --button-fore-color: #212121;
650 --button-border-color: transparent;
651 --button-hover-border-color: transparent;
652 --button-group-border-color: rgba(124, 124, 124, 0.54); }
655 background: var(--form-back-color);
656 color: var(--form-fore-color);
657 border: 0.0714285714rem solid var(--form-border-color);
658 border-radius: var(--universal-border-radius);
659 margin: var(--universal-margin);
660 padding: calc(2 * var(--universal-padding)) var(--universal-padding); }
663 border: 0.0714285714rem solid var(--form-border-color);
664 border-radius: var(--universal-border-radius);
665 margin: calc(var(--universal-margin) / 4);
666 padding: var(--universal-padding); }
669 box-sizing: border-box;
674 padding: calc(var(--universal-padding) / 2); }
677 padding: calc(var(--universal-padding) / 2) var(--universal-padding); }
680 display: inline-block; }
684 justify-content: center; }
685 .input-group.fluid > input {
689 @media screen and (max-width: 499px) {
691 align-items: stretch;
692 flex-direction: column; } }
693 .input-group.vertical {
695 align-items: stretch;
696 flex-direction: column; }
697 .input-group.vertical > input {
702 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
706 -webkit-appearance: textfield;
707 outline-offset: -2px; }
709 [type="search"]::-webkit-search-cancel-button,
710 [type="search"]::-webkit-search-decoration {
711 -webkit-appearance: none; }
713 input:not([type]), [type="text"], [type="email"], [type="number"], [type="search"],
714 [type="password"], [type="url"], [type="tel"], [type="checkbox"], [type="radio"], textarea, select {
715 box-sizing: border-box;
716 background: var(--input-back-color);
717 color: var(--input-fore-color);
718 border: 0.0714285714rem solid var(--input-border-color);
719 border-radius: var(--universal-border-radius);
720 margin: calc(var(--universal-margin) / 2);
721 padding: var(--universal-padding) calc(1.5 * var(--universal-padding)); }
723 input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus {
724 border-color: var(--input-focus-color);
726 input:not([type="button"]):not([type="submit"]):not([type="reset"]):invalid, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus:invalid, textarea:invalid, textarea:focus:invalid, select:invalid, select:focus:invalid {
727 border-color: var(--input-invalid-color);
729 input:not([type="button"]):not([type="submit"]):not([type="reset"])[readonly], textarea[readonly], select[readonly] {
730 background: var(--secondary-back-color); }
737 text-overflow: ellipsis; }
739 [type="checkbox"], [type="radio"] {
740 -webkit-appearance: none;
741 -moz-appearance: none;
744 height: calc(1rem + var(--universal-padding) / 2);
745 width: calc(1rem + var(--universal-padding) / 2);
746 vertical-align: text-bottom;
748 flex-basis: calc(1rem + var(--universal-padding) / 2) !important;
749 flex-grow: 0 !important; }
750 [type="checkbox"]:checked:before, [type="radio"]:checked:before {
751 position: absolute; }
753 [type="checkbox"]:checked:before {
755 font-family: sans-serif;
756 font-size: calc(1rem + var(--universal-padding) / 2);
757 top: calc(0rem - var(--universal-padding));
758 left: calc(var(--universal-padding) / 4); }
761 border-radius: 100%; }
762 [type="radio"]:checked:before {
765 top: calc(0.0714285714rem + var(--universal-padding) / 2);
766 left: calc(0.0714285714rem + var(--universal-padding) / 2);
767 background: var(--input-fore-color);
772 color: var(--input-fore-color); }
775 color: var(--input-fore-color);
778 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
782 button, html [type="button"], [type="reset"], [type="submit"] {
783 -webkit-appearance: button; }
787 text-transform: none; }
789 button, [type="button"], [type="submit"], [type="reset"],
790 a.button, label.button, .button,
791 a[role="button"], label[role="button"], [role="button"] {
792 display: inline-block;
793 background: var(--button-back-color);
794 color: var(--button-fore-color);
795 border: 0.0714285714rem solid var(--button-border-color);
796 border-radius: var(--universal-border-radius);
797 padding: var(--universal-padding) calc(1.5 * var(--universal-padding));
798 margin: var(--universal-margin);
799 text-decoration: none;
801 transition: background 0.3s; }
802 button:hover, button:focus, [type="button"]:hover, [type="button"]:focus, [type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus,
804 a.button:focus, label.button:hover, label.button:focus, .button:hover, .button:focus,
805 a[role="button"]:hover,
806 a[role="button"]:focus, label[role="button"]:hover, label[role="button"]:focus, [role="button"]:hover, [role="button"]:focus {
807 background: var(--button-hover-back-color);
808 border-color: var(--button-hover-border-color); }
810 input:disabled, input[disabled], textarea:disabled, textarea[disabled], select:disabled, select[disabled], button:disabled, button[disabled], .button:disabled, .button[disabled], [role="button"]:disabled, [role="button"][disabled] {
816 border: 0.0714285714rem solid var(--button-group-border-color);
817 border-radius: var(--universal-border-radius);
818 margin: var(--universal-margin); }
819 .button-group > button, .button-group [type="button"], .button-group > [type="submit"], .button-group > [type="reset"], .button-group > .button, .button-group > [role="button"] {
827 .button-group > :not(:first-child) {
828 border-left: 0.0714285714rem solid var(--button-group-border-color); }
829 @media screen and (max-width: 499px) {
831 flex-direction: column; }
832 .button-group > :not(:first-child) {
834 border-top: 0.0714285714rem solid var(--button-group-border-color); } }
837 Custom elements for forms and input elements.
839 button.primary, [type="button"].primary, [type="submit"].primary, [type="reset"].primary, .button.primary, [role="button"].primary {
840 --button-back-color: #1976d2;
841 --button-fore-color: #f8f8f8; }
842 button.primary:hover, button.primary:focus, [type="button"].primary:hover, [type="button"].primary:focus, [type="submit"].primary:hover, [type="submit"].primary:focus, [type="reset"].primary:hover, [type="reset"].primary:focus, .button.primary:hover, .button.primary:focus, [role="button"].primary:hover, [role="button"].primary:focus {
843 --button-hover-back-color: #1565c0; }
845 button.secondary, [type="button"].secondary, [type="submit"].secondary, [type="reset"].secondary, .button.secondary, [role="button"].secondary {
846 --button-back-color: #d32f2f;
847 --button-fore-color: #f8f8f8; }
848 button.secondary:hover, button.secondary:focus, [type="button"].secondary:hover, [type="button"].secondary:focus, [type="submit"].secondary:hover, [type="submit"].secondary:focus, [type="reset"].secondary:hover, [type="reset"].secondary:focus, .button.secondary:hover, .button.secondary:focus, [role="button"].secondary:hover, [role="button"].secondary:focus {
849 --button-hover-back-color: #c62828; }
851 button.tertiary, [type="button"].tertiary, [type="submit"].tertiary, [type="reset"].tertiary, .button.tertiary, [role="button"].tertiary {
852 --button-back-color: #308732;
853 --button-fore-color: #f8f8f8; }
854 button.tertiary:hover, button.tertiary:focus, [type="button"].tertiary:hover, [type="button"].tertiary:focus, [type="submit"].tertiary:hover, [type="submit"].tertiary:focus, [type="reset"].tertiary:hover, [type="reset"].tertiary:focus, .button.tertiary:hover, .button.tertiary:focus, [role="button"].tertiary:hover, [role="button"].tertiary:focus {
855 --button-hover-back-color: #277529; }
857 button.inverse, [type="button"].inverse, [type="submit"].inverse, [type="reset"].inverse, .button.inverse, [role="button"].inverse {
858 --button-back-color: #212121;
859 --button-fore-color: #f8f8f8; }
860 button.inverse:hover, button.inverse:focus, [type="button"].inverse:hover, [type="button"].inverse:focus, [type="submit"].inverse:hover, [type="submit"].inverse:focus, [type="reset"].inverse:hover, [type="reset"].inverse:focus, .button.inverse:hover, .button.inverse:focus, [role="button"].inverse:hover, [role="button"].inverse:focus {
861 --button-hover-back-color: #111; }
863 button.small, [type="button"].small, [type="submit"].small, [type="reset"].small, .button.small, [role="button"].small {
864 padding: calc(0.5 * var(--universal-padding)) calc(0.75 * var(--universal-padding));
865 margin: var(--universal-margin); }
867 button.large, [type="button"].large, [type="submit"].large, [type="reset"].large, .button.large, [role="button"].large {
868 padding: calc(1.5 * var(--universal-padding)) calc(2 * var(--universal-padding));
869 margin: var(--universal-margin); }
872 Definitions for navigation elements.
874 /* Navigation module CSS variable definitions */
876 --header-back-color: #03234b;
877 --header-hover-back-color: #ffd200;
878 --header-fore-color: #ffffff;
879 --header-border-color: #3cb4e6;
880 --nav-back-color: #ffffff;
881 --nav-hover-back-color: #ffe97f;
882 --nav-fore-color: #e6007e;
883 --nav-border-color: #3cb4e6;
884 --nav-link-color: #3cb4e6;
885 --footer-fore-color: #ffffff;
886 --footer-back-color: #03234b;
887 --footer-border-color: #3cb4e6;
888 --footer-link-color: #3cb4e6;
889 --drawer-back-color: #ffffff;
890 --drawer-hover-back-color: #ffe97f;
891 --drawer-border-color: #3cb4e6;
892 --drawer-close-color: #e6007e; }
896 background: var(--header-back-color);
897 color: var(--header-fore-color);
898 border-bottom: 0.0714285714rem solid var(--header-border-color);
899 padding: calc(var(--universal-padding) / 4) 0;
902 overflow-y: hidden; }
904 box-sizing: content-box; }
906 color: var(--header-fore-color);
908 padding: var(--universal-padding) calc(2 * var(--universal-padding));
909 text-decoration: none; }
910 header button, header [type="button"], header .button, header [role="button"] {
911 box-sizing: border-box;
913 top: calc(0rem - var(--universal-padding) / 4);
914 height: calc(3.1875rem + var(--universal-padding) / 2);
915 background: var(--header-back-color);
916 line-height: calc(3.1875rem - var(--universal-padding) * 1.5);
918 color: var(--header-fore-color);
922 text-transform: uppercase; }
923 header button:hover, header button:focus, header [type="button"]:hover, header [type="button"]:focus, header .button:hover, header .button:focus, header [role="button"]:hover, header [role="button"]:focus {
924 background: var(--header-hover-back-color); }
927 background: var(--nav-back-color);
928 color: var(--nav-fore-color);
929 border: 0.0714285714rem solid var(--nav-border-color);
930 border-radius: var(--universal-border-radius);
931 margin: var(--universal-margin); }
933 padding: var(--universal-padding) calc(1.5 * var(--universal-padding)); }
934 nav a, nav a:visited {
936 color: var(--nav-link-color);
937 border-radius: var(--universal-border-radius);
938 transition: background 0.3s; }
939 nav a:hover, nav a:focus, nav a:visited:hover, nav a:visited:focus {
940 text-decoration: none;
941 background: var(--nav-hover-back-color); }
944 margin-left: calc(2 * var(--universal-padding)); }
945 nav .sublink-1:before {
947 left: calc(var(--universal-padding) - 1 * var(--universal-padding));
948 top: -0.0714285714rem;
951 border: 0.0714285714rem solid var(--nav-border-color);
955 margin-left: calc(4 * var(--universal-padding)); }
956 nav .sublink-2:before {
958 left: calc(var(--universal-padding) - 3 * var(--universal-padding));
959 top: -0.0714285714rem;
962 border: 0.0714285714rem solid var(--nav-border-color);
966 background: var(--footer-back-color);
967 color: var(--footer-fore-color);
968 border-top: 0.0714285714rem solid var(--footer-border-color);
969 padding: calc(2 * var(--universal-padding)) var(--universal-padding);
970 font-size: 0.875rem; }
971 footer a, footer a:visited {
972 color: var(--footer-link-color); }
975 position: -webkit-sticky;
981 position: -webkit-sticky;
986 .drawer-toggle:before {
987 display: inline-block;
989 vertical-align: bottom;
990 content: '\00a0\2261\00a0';
991 font-family: sans-serif;
993 @media screen and (min-width: 500px) {
994 .drawer-toggle:not(.persistent) {
997 [type="checkbox"].drawer {
1003 clip: rect(0 0 0 0);
1004 -webkit-clip-path: inset(100%);
1005 clip-path: inset(100%); }
1006 [type="checkbox"].drawer + * {
1008 box-sizing: border-box;
1014 background: var(--drawer-back-color);
1015 border: 0.0714285714rem solid var(--drawer-border-color);
1020 transition: right 0.3s; }
1021 [type="checkbox"].drawer + * .drawer-close {
1023 top: var(--universal-margin);
1024 right: var(--universal-margin);
1028 border-radius: var(--universal-border-radius);
1029 padding: var(--universal-padding);
1032 transition: background 0.3s; }
1033 [type="checkbox"].drawer + * .drawer-close:before {
1036 color: var(--drawer-close-color);
1038 font-family: sans-serif;
1041 text-align: center; }
1042 [type="checkbox"].drawer + * .drawer-close:hover, [type="checkbox"].drawer + * .drawer-close:focus {
1043 background: var(--drawer-hover-back-color); }
1044 @media screen and (max-width: 320px) {
1045 [type="checkbox"].drawer + * {
1047 [type="checkbox"].drawer:checked + * {
1049 @media screen and (min-width: 500px) {
1050 [type="checkbox"].drawer:not(.persistent) + * {
1054 [type="checkbox"].drawer:not(.persistent) + * .drawer-close {
1058 Definitions for the responsive table component.
1060 /* Table module CSS variable definitions. */
1062 --table-border-color: #03234b;
1063 --table-border-separator-color: #03234b;
1064 --table-head-back-color: #03234b;
1065 --table-head-fore-color: #ffffff;
1066 --table-body-back-color: #ffffff;
1067 --table-body-fore-color: #03234b;
1068 --table-body-alt-back-color: #f4f4f4; }
1071 border-collapse: separate;
1076 flex-flow: row wrap;
1077 padding: var(--universal-padding);
1081 margin: calc(2 * var(--universal-margin)) 0;
1084 table thead, table tbody {
1086 flex-flow: row wrap;
1087 border: 0.0714285714rem solid var(--table-border-color); }
1090 border-radius: var(--universal-border-radius) var(--universal-border-radius) 0 0;
1091 border-bottom: 0.0714285714rem solid var(--table-border-separator-color); }
1094 margin-top: calc(0 - var(--universal-margin));
1095 border-radius: 0 0 var(--universal-border-radius) var(--universal-border-radius); }
1099 table th, table td {
1100 padding: calc(0.5 * var(--universal-padding));
1101 font-size: 0.9rem; }
1104 background: var(--table-head-back-color);
1105 color: var(--table-head-fore-color); }
1107 background: var(--table-body-back-color);
1108 color: var(--table-body-fore-color);
1109 border-top: 0.0714285714rem solid var(--table-border-color); }
1111 table:not(.horizontal) {
1114 table:not(.horizontal) thead, table:not(.horizontal) tbody {
1117 table:not(.horizontal) tr {
1118 flex-flow: row wrap;
1120 table:not(.horizontal) th, table:not(.horizontal) td {
1123 text-overflow: ellipsis; }
1124 table:not(.horizontal) thead {
1127 table:not(.horizontal) tbody tr:first-child td {
1132 table.horizontal thead, table.horizontal tbody {
1135 flex-flow: row nowrap; }
1136 table.horizontal tbody {
1138 justify-content: space-between;
1141 padding-bottom: calc(var(--universal-padding) / 4); }
1142 table.horizontal tr {
1143 flex-direction: column;
1145 table.horizontal th, table.horizontal td {
1148 border-bottom: 0.0714285714rem solid var(--table-border-color); }
1149 table.horizontal th:not(:first-child), table.horizontal td:not(:first-child) {
1151 table.horizontal th {
1153 border-left: 0.0714285714rem solid var(--table-border-color);
1154 border-right: 0.0714285714rem solid var(--table-border-separator-color); }
1155 table.horizontal thead tr:first-child {
1157 table.horizontal th:first-child, table.horizontal td:first-child {
1158 border-top: 0.0714285714rem solid var(--table-border-color); }
1159 table.horizontal tbody tr:last-child td {
1160 border-right: 0.0714285714rem solid var(--table-border-color); }
1161 table.horizontal tbody tr:last-child td:first-child {
1162 border-top-right-radius: 0.25rem; }
1163 table.horizontal tbody tr:last-child td:last-child {
1164 border-bottom-right-radius: 0.25rem; }
1165 table.horizontal thead tr:first-child th:first-child {
1166 border-top-left-radius: 0.25rem; }
1167 table.horizontal thead tr:first-child th:last-child {
1168 border-bottom-left-radius: 0.25rem; }
1170 @media screen and (max-width: 499px) {
1171 table, table.horizontal {
1172 border-collapse: collapse;
1176 table thead, table th, table.horizontal thead, table.horizontal th {
1184 clip: rect(0 0 0 0);
1185 -webkit-clip-path: inset(100%);
1186 clip-path: inset(100%); }
1187 table tbody, table.horizontal tbody {
1189 display: table-row-group; }
1190 table tr, table.horizontal tr {
1192 border: 0.0714285714rem solid var(--table-border-color);
1193 border-radius: var(--universal-border-radius);
1194 background: #ffffff;
1195 padding: var(--universal-padding);
1196 margin: var(--universal-margin);
1197 margin-bottom: calc(1 * var(--universal-margin)); }
1198 table th, table td, table.horizontal th, table.horizontal td {
1200 table td, table.horizontal td {
1203 text-align: right; }
1204 table td:before, table.horizontal td:before {
1205 content: attr(data-label);
1208 table th:first-child, table td:first-child, table.horizontal th:first-child, table.horizontal td:first-child {
1210 table tbody tr:last-child td, table.horizontal tbody tr:last-child td {
1211 border-right: 0; } }
1212 table tr:nth-of-type(2n) > td {
1213 background: var(--table-body-alt-back-color); }
1215 @media screen and (max-width: 500px) {
1216 table tr:nth-of-type(2n) {
1217 background: var(--table-body-alt-back-color); } }
1219 --table-body-hover-back-color: #90caf9; }
1221 table.hoverable tr:hover, table.hoverable tr:hover > td, table.hoverable tr:focus, table.hoverable tr:focus > td {
1222 background: var(--table-body-hover-back-color); }
1224 @media screen and (max-width: 500px) {
1225 table.hoverable tr:hover, table.hoverable tr:hover > td, table.hoverable tr:focus, table.hoverable tr:focus > td {
1226 background: var(--table-body-hover-back-color); } }
1228 Definitions for contextual background elements, toasts and tooltips.
1230 /* Contextual module CSS variable definitions */
1232 --mark-back-color: #3cb4e6;
1233 --mark-fore-color: #ffffff; }
1236 background: var(--mark-back-color);
1237 color: var(--mark-fore-color);
1240 border-radius: var(--universal-border-radius);
1241 padding: calc(var(--universal-padding) / 4) var(--universal-padding); }
1243 display: inline-block;
1246 padding: calc(var(--universal-padding) / 2) var(--universal-padding); }
1249 --toast-back-color: #424242;
1250 --toast-fore-color: #fafafa; }
1254 bottom: calc(var(--universal-margin) * 3);
1256 transform: translate(-50%, -50%);
1258 color: var(--toast-fore-color);
1259 background: var(--toast-back-color);
1260 border-radius: calc(var(--universal-border-radius) * 16);
1261 padding: var(--universal-padding) calc(var(--universal-padding) * 3); }
1264 --tooltip-back-color: #212121;
1265 --tooltip-fore-color: #fafafa; }
1269 display: inline-block; }
1270 .tooltip:before, .tooltip:after {
1273 clip: rect(0 0 0 0);
1274 -webkit-clip-path: inset(100%);
1275 clip-path: inset(100%);
1276 transition: all 0.3s;
1279 .tooltip:not(.bottom):before, .tooltip:not(.bottom):after {
1281 .tooltip.bottom:before, .tooltip.bottom:after {
1283 .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
1286 -webkit-clip-path: inset(0%);
1287 clip-path: inset(0%); }
1290 background: transparent;
1291 border: var(--universal-margin) solid transparent;
1292 left: calc(50% - var(--universal-margin)); }
1293 .tooltip:not(.bottom):before {
1294 border-top-color: #212121; }
1295 .tooltip.bottom:before {
1296 border-bottom-color: #212121; }
1298 content: attr(aria-label);
1299 color: var(--tooltip-fore-color);
1300 background: var(--tooltip-back-color);
1301 border-radius: var(--universal-border-radius);
1302 padding: var(--universal-padding);
1303 white-space: nowrap;
1304 transform: translateX(-50%); }
1305 .tooltip:not(.bottom):after {
1306 margin-bottom: calc(2 * var(--universal-margin)); }
1307 .tooltip.bottom:after {
1308 margin-top: calc(2 * var(--universal-margin)); }
1311 --modal-overlay-color: rgba(0, 0, 0, 0.45);
1312 --modal-close-color: #e6007e;
1313 --modal-close-hover-color: #ffe97f; }
1315 [type="checkbox"].modal {
1321 clip: rect(0 0 0 0);
1322 -webkit-clip-path: inset(100%);
1323 clip-path: inset(100%); }
1324 [type="checkbox"].modal + div {
1331 background: var(--modal-overlay-color); }
1332 [type="checkbox"].modal + div .card {
1336 [type="checkbox"].modal + div .card .modal-close {
1342 border-radius: var(--universal-border-radius);
1343 padding: var(--universal-padding);
1346 transition: background 0.3s; }
1347 [type="checkbox"].modal + div .card .modal-close:before {
1350 color: var(--modal-close-color);
1352 font-family: sans-serif;
1355 text-align: center; }
1356 [type="checkbox"].modal + div .card .modal-close:hover, [type="checkbox"].modal + div .card .modal-close:focus {
1357 background: var(--modal-close-hover-color); }
1358 [type="checkbox"].modal:checked + div {
1362 [type="checkbox"].modal:checked + div .card .modal-close {
1366 --collapse-label-back-color: #03234b;
1367 --collapse-label-fore-color: #ffffff;
1368 --collapse-label-hover-back-color: #3cb4e6;
1369 --collapse-selected-label-back-color: #3cb4e6;
1370 --collapse-border-color: var(--collapse-label-back-color);
1371 --collapse-selected-border-color: #ceecf8;
1372 --collapse-content-back-color: #ffffff;
1373 --collapse-selected-label-border-color: #3cb4e6; }
1376 width: calc(100% - 2 * var(--universal-margin));
1379 flex-direction: column;
1380 margin: var(--universal-margin);
1381 border-radius: var(--universal-border-radius); }
1382 .collapse > [type="radio"], .collapse > [type="checkbox"] {
1388 clip: rect(0 0 0 0);
1389 -webkit-clip-path: inset(100%);
1390 clip-path: inset(100%); }
1393 display: inline-block;
1396 transition: background 0.2s;
1397 color: var(--collapse-label-fore-color);
1398 background: var(--collapse-label-back-color);
1399 border: 0.0714285714rem solid var(--collapse-selected-border-color);
1400 padding: calc(1.25 * var(--universal-padding)); }
1401 .collapse > label:hover, .collapse > label:focus {
1402 background: var(--collapse-label-hover-back-color); }
1403 .collapse > label + div {
1410 clip: rect(0 0 0 0);
1411 -webkit-clip-path: inset(100%);
1412 clip-path: inset(100%);
1413 transition: max-height 0.3s;
1415 .collapse > :checked + label {
1416 background: var(--collapse-selected-label-back-color);
1417 border-color: var(--collapse-selected-label-border-color); }
1418 .collapse > :checked + label + div {
1419 box-sizing: border-box;
1425 background: var(--collapse-content-back-color);
1426 border: 0.0714285714rem solid var(--collapse-selected-border-color);
1428 padding: var(--universal-padding);
1430 -webkit-clip-path: inset(0%);
1431 clip-path: inset(0%);
1433 .collapse > label:not(:first-of-type) {
1435 .collapse > label:first-of-type {
1436 border-radius: var(--universal-border-radius) var(--universal-border-radius) 0 0; }
1437 .collapse > label:last-of-type:not(:first-of-type) {
1438 border-radius: 0 0 var(--universal-border-radius) var(--universal-border-radius); }
1439 .collapse > label:last-of-type:first-of-type {
1440 border-radius: var(--universal-border-radius); }
1441 .collapse > :checked:last-of-type:not(:first-of-type) + label {
1443 .collapse > :checked:last-of-type + label + div {
1444 border-radius: 0 0 var(--universal-border-radius) var(--universal-border-radius); }
1447 Custom elements for contextual background elements, toasts and tooltips.
1450 --mark-back-color: #3cb4e6; }
1453 padding: calc(var(--universal-padding)/2) var(--universal-padding);
1454 border-radius: 1em; }
1457 Definitions for progress elements and spinners.
1459 /* Progress module CSS variable definitions */
1461 --progress-back-color: #3cb4e6;
1462 --progress-fore-color: #555; }
1466 vertical-align: baseline;
1467 -webkit-appearance: none;
1468 -moz-appearance: none;
1471 width: calc(100% - 2 * var(--universal-margin));
1472 margin: var(--universal-margin);
1474 border-radius: calc(2 * var(--universal-border-radius));
1475 background: var(--progress-back-color);
1476 color: var(--progress-fore-color); }
1477 progress::-webkit-progress-value {
1478 background: var(--progress-fore-color);
1479 border-top-left-radius: calc(2 * var(--universal-border-radius));
1480 border-bottom-left-radius: calc(2 * var(--universal-border-radius)); }
1481 progress::-webkit-progress-bar {
1482 background: var(--progress-back-color); }
1483 progress::-moz-progress-bar {
1484 background: var(--progress-fore-color);
1485 border-top-left-radius: calc(2 * var(--universal-border-radius));
1486 border-bottom-left-radius: calc(2 * var(--universal-border-radius)); }
1487 progress[value="1000"]::-webkit-progress-value {
1488 border-radius: calc(2 * var(--universal-border-radius)); }
1489 progress[value="1000"]::-moz-progress-bar {
1490 border-radius: calc(2 * var(--universal-border-radius)); }
1492 display: inline-block;
1493 vertical-align: middle;
1497 --spinner-back-color: #ddd;
1498 --spinner-fore-color: #555; }
1500 @keyframes spinner-donut-anim {
1502 transform: rotate(0deg); }
1504 transform: rotate(360deg); } }
1506 display: inline-block;
1507 margin: var(--universal-margin);
1508 border: 0.25rem solid var(--spinner-back-color);
1509 border-left: 0.25rem solid var(--spinner-fore-color);
1513 animation: spinner-donut-anim 1.2s linear infinite; }
1516 Custom elements for progress bars and spinners.
1519 --progress-fore-color: #1976d2; }
1521 progress.secondary {
1522 --progress-fore-color: #d32f2f; }
1525 --progress-fore-color: #308732; }
1528 --spinner-fore-color: #1976d2; }
1530 .spinner.secondary {
1531 --spinner-fore-color: #d32f2f; }
1534 --spinner-fore-color: #308732; }
1537 Definitions for icons - powered by Feather (https://feathericons.com/).
1539 span[class^='icon-'] {
1540 display: inline-block;
1543 vertical-align: -0.125em;
1544 background-size: contain;
1545 margin: 0 calc(var(--universal-margin) / 4); }
1546 span[class^='icon-'].secondary {
1547 -webkit-filter: invert(25%);
1548 filter: invert(25%); }
1549 span[class^='icon-'].inverse {
1550 -webkit-filter: invert(100%);
1551 filter: invert(100%); }
1554 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12' y2='16'%3E%3C/line%3E%3C/svg%3E"); }
1555 span.icon-bookmark {
1556 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'%3E%3C/path%3E%3C/svg%3E"); }
1557 span.icon-calendar {
1558 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E"); }
1560 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='1' y1='10' x2='23' y2='10'%3E%3C/line%3E%3C/svg%3E"); }
1562 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 14.66V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h5.34'%3E%3C/path%3E%3Cpolygon points='18 2 22 6 12 16 8 16 8 12 18 2'%3E%3C/polygon%3E%3C/svg%3E"); }
1564 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E"); }
1566 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='17' x2='12' y2='17'%3E%3C/line%3E%3C/svg%3E"); }
1568 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E"); }
1570 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12' y2='8'%3E%3C/line%3E%3C/svg%3E"); }
1572 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E"); }
1574 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E"); }
1575 span.icon-location {
1576 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E"); }
1578 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E"); }
1580 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 11a9 9 0 0 1 9 9'%3E%3C/path%3E%3Cpath d='M4 4a16 16 0 0 1 16 16'%3E%3C/path%3E%3Ccircle cx='5' cy='19' r='1'%3E%3C/circle%3E%3C/svg%3E"); }
1582 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E"); }
1583 span.icon-settings {
1584 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'%3E%3C/circle%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z'%3E%3C/path%3E%3C/svg%3E"); }
1586 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='18' cy='5' r='3'%3E%3C/circle%3E%3Ccircle cx='6' cy='12' r='3'%3E%3C/circle%3E%3Ccircle cx='18' cy='19' r='3'%3E%3C/circle%3E%3Cline x1='8.59' y1='13.51' x2='15.42' y2='17.49'%3E%3C/line%3E%3Cline x1='15.41' y1='6.51' x2='8.59' y2='10.49'%3E%3C/line%3E%3C/svg%3E"); }
1588 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E"); }
1590 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='17 8 12 3 7 8'%3E%3C/polyline%3E%3Cline x1='12' y1='3' x2='12' y2='15'%3E%3C/line%3E%3C/svg%3E"); }
1592 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2303234b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E"); }
1595 Definitions for STMicroelectronics icons (https://brandportal.st.com/document/26).
1597 span.icon-st-update {
1598 background-image: url("Update.svg"); }
1600 background-image: url("Add button.svg"); }
1603 Definitions for utilities and helper classes.
1605 /* Utility module CSS variable definitions */
1607 --generic-border-color: rgba(0, 0, 0, 0.3);
1608 --generic-box-shadow: 0 0.2857142857rem 0.2857142857rem 0 rgba(0, 0, 0, 0.125), 0 0.1428571429rem 0.1428571429rem -0.1428571429rem rgba(0, 0, 0, 0.125); }
1611 display: none !important; }
1614 position: absolute !important;
1615 width: 1px !important;
1616 height: 1px !important;
1617 margin: -1px !important;
1618 border: 0 !important;
1619 padding: 0 !important;
1620 clip: rect(0 0 0 0) !important;
1621 -webkit-clip-path: inset(100%) !important;
1622 clip-path: inset(100%) !important;
1623 overflow: hidden !important; }
1626 border: 0.0714285714rem solid var(--generic-border-color) !important; }
1629 border-radius: var(--universal-border-radius) !important; }
1632 border-radius: 50% !important; }
1635 box-shadow: var(--generic-box-shadow) !important; }
1637 .responsive-margin {
1638 margin: calc(var(--universal-margin) / 4) !important; }
1639 @media screen and (min-width: 500px) {
1640 .responsive-margin {
1641 margin: calc(var(--universal-margin) / 2) !important; } }
1642 @media screen and (min-width: 1280px) {
1643 .responsive-margin {
1644 margin: var(--universal-margin) !important; } }
1646 .responsive-padding {
1647 padding: calc(var(--universal-padding) / 4) !important; }
1648 @media screen and (min-width: 500px) {
1649 .responsive-padding {
1650 padding: calc(var(--universal-padding) / 2) !important; } }
1651 @media screen and (min-width: 1280px) {
1652 .responsive-padding {
1653 padding: var(--universal-padding) !important; } }
1655 @media screen and (max-width: 499px) {
1657 display: none !important; } }
1658 @media screen and (min-width: 500px) and (max-width: 1279px) {
1660 display: none !important; } }
1661 @media screen and (min-width: 1280px) {
1663 display: none !important; } }
1664 @media screen and (max-width: 499px) {
1665 .visually-hidden-sm {
1666 position: absolute !important;
1667 width: 1px !important;
1668 height: 1px !important;
1669 margin: -1px !important;
1670 border: 0 !important;
1671 padding: 0 !important;
1672 clip: rect(0 0 0 0) !important;
1673 -webkit-clip-path: inset(100%) !important;
1674 clip-path: inset(100%) !important;
1675 overflow: hidden !important; } }
1676 @media screen and (min-width: 500px) and (max-width: 1279px) {
1677 .visually-hidden-md {
1678 position: absolute !important;
1679 width: 1px !important;
1680 height: 1px !important;
1681 margin: -1px !important;
1682 border: 0 !important;
1683 padding: 0 !important;
1684 clip: rect(0 0 0 0) !important;
1685 -webkit-clip-path: inset(100%) !important;
1686 clip-path: inset(100%) !important;
1687 overflow: hidden !important; } }
1688 @media screen and (min-width: 1280px) {
1689 .visually-hidden-lg {
1690 position: absolute !important;
1691 width: 1px !important;
1692 height: 1px !important;
1693 margin: -1px !important;
1694 border: 0 !important;
1695 padding: 0 !important;
1696 clip: rect(0 0 0 0) !important;
1697 -webkit-clip-path: inset(100%) !important;
1698 clip-path: inset(100%) !important;
1699 overflow: hidden !important; } }
1701 /*# sourceMappingURL=mini-custom.css.map */
1703 img[alt="ST logo"] { display: block; margin: auto; width: 75%; max-width: 250px; min-width: 71px; }
1704 img[alt="Cube logo"] { float: right; width: 30%; max-width: 10rem; min-width: 8rem; padding-right: 1rem;}