3 Flavor name: Default (mini-default)
4 Author: Angelos Chalaris (chalarangelo@gmail.com)
5 Maintainers: Angelos Chalaris
6 mini.css version: v3.0.0-alpha.3
9 Browsers resets and base typography.
11 /* Core module CSS variable definitions */
14 --secondary-fore-color: #444;
15 --back-color: #f8f8f8;
16 --secondary-back-color: #f0f0f0;
17 --blockquote-color: #f57c00;
20 --secondary-border-color: #ddd;
21 --heading-ratio: 1.19;
22 --universal-margin: 0.5rem;
23 --universal-padding: 0.125rem;
24 --universal-border-radius: 0.125rem;
25 --a-link-color: #0277bd;
26 --a-visited-color: #01579b; }
31 a
, b
, del
, em
, i
, ins
, q
, span
, strong
, u
{
35 font-family: -apple-system
, BlinkMacSystemFont
, "Segoe UI", Roboto
, Ubuntu
, "Helvetica Neue", Helvetica
, sans-serif
;
37 -webkit-text-size-adjust: 100%; }
44 color: var
(--fore-color
);
45 background: var
(--back-color
); }
55 text-decoration: underline dotted
; }
64 h1
, h2
, h3
, h4
, h5
, h6
{
66 margin: calc
(1.5 * var
(--universal-margin
)) var
(--universal-margin
);
68 h1 small
, h2 small
, h3 small
, h4 small
, h5 small
, h6 small
{
69 color: var
(--secondary-fore-color
);
71 margin-top: -0.25rem; }
74 font-size: calc
(1rem * var
(--heading-ratio
) * var
(--heading-ratio
) * var
(--heading-ratio
)); }
77 font-size: calc
(1rem * var
(--heading-ratio
) * var
(--heading-ratio
); );
78 background: var
(--mark-back-color
);
80 padding: 0.1em 0.5em 0.2em 0.5em;
81 color: var
(--mark-fore-color
); }
84 font-size: calc
(1rem * var
(--heading-ratio
));
85 padding-left: calc
(2 * var
(--universal-margin
));
86 /* background: var(--border-color); */
91 padding-left: calc
(4 * var
(--universal-margin
)); }
97 font-size: calc
(1rem / var
(--heading-ratio
)); }
100 margin: var
(--universal-margin
); }
103 margin: var
(--universal-margin
);
104 padding-left: calc
(6 * var
(--universal-margin
)); }
110 box-sizing: content-box
;
113 margin: var
(--universal-margin
);
115 background: linear-gradient
(to right
, transparent
, var
(--border-color
) 20%, var
(--border-color
) 80%, transparent
); }
121 color: var
(--secondary-fore-color
);
122 margin: var
(--universal-margin
);
123 padding: calc
(3 * var
(--universal-padding
));
124 border: 0.0625rem solid var
(--secondary-border-color
);
125 border-left: 0.375rem solid var
(--blockquote-color
);
126 border-radius: 0 var
(--universal-border-radius
) var
(--universal-border-radius
) 0; }
129 top: calc
(0rem - var
(--universal-padding
));
131 font-family: sans-serif
;
135 color: var
(--blockquote-color
); }
136 blockquote
[cite
]:after
{
140 content: "\a— " attr
(cite
);
143 code
, kbd
, pre
, samp
{
144 font-family: Menlo
, Consolas
, monospace
;
148 background: var
(--secondary-back-color
);
149 border-radius: var
(--universal-border-radius
);
150 padding: calc
(var
(--universal-padding
) / 4) calc
(var
(--universal-padding
) / 2); }
153 background: var
(--fore-color
);
154 color: var
(--back-color
);
155 border-radius: var
(--universal-border-radius
);
156 padding: calc
(var
(--universal-padding
) / 4) calc
(var
(--universal-padding
) / 2); }
160 background: var
(--secondary-back-color
);
161 padding: calc
(1.5 * var
(--universal-padding
));
162 margin: var
(--universal-margin
);
163 border: 0.0625rem solid var
(--secondary-border-color
);
164 border-left: 0.25rem solid var
(--pre-color
);
165 border-radius: 0 var
(--universal-border-radius
) var
(--universal-border-radius
) 0; }
167 sup
, sub
, code
, kbd
{
170 vertical-align: baseline
; }
172 small
, sup
, sub
, figcaption
{
182 margin: var
(--universal-margin
); }
185 color: var
(--secondary-fore-color
); }
188 text-decoration: none
; }
190 color: var
(--a-link-color
); }
192 color: var
(--a-visited-color
); }
194 text-decoration: underline
; }
197 Definitions for the grid system, cards and containers.
201 padding: 0 calc
(1.5 * var
(--universal-padding
)); }
204 box-sizing: border-box
;
207 flex-flow: row wrap
; }
211 [class^
='col-sm-offset-'],
212 .row[class*='cols-sm-'] > * {
213 box-sizing: border-box
;
215 padding: 0 calc
(var
(--universal-padding
) / 2); }
225 max-width: 8.3333333333%;
226 flex-basis: 8.3333333333%; }
233 max-width: 16.6666666667%;
234 flex-basis: 16.6666666667%; }
237 margin-left: 8.3333333333%; }
245 margin-left: 16.6666666667%; }
249 max-width: 33.3333333333%;
250 flex-basis: 33.3333333333%; }
257 max-width: 41.6666666667%;
258 flex-basis: 41.6666666667%; }
261 margin-left: 33.3333333333%; }
269 margin-left: 41.6666666667%; }
273 max-width: 58.3333333333%;
274 flex-basis: 58.3333333333%; }
281 max-width: 66.6666666667%;
282 flex-basis: 66.6666666667%; }
285 margin-left: 58.3333333333%; }
293 margin-left: 66.6666666667%; }
296 .row.cols-sm-10 > * {
297 max-width: 83.3333333333%;
298 flex-basis: 83.3333333333%; }
304 .row.cols-sm-11 > * {
305 max-width: 91.6666666667%;
306 flex-basis: 91.6666666667%; }
309 margin-left: 83.3333333333%; }
312 .row.cols-sm-12 > * {
317 margin-left: 91.6666666667%; }
328 @media screen and
(min-width: 500px) {
331 [class^
='col-md-offset-'],
332 .row[class*='cols-md-'] > * {
333 box-sizing: border-box
;
335 padding: 0 calc
(var
(--universal-padding
) / 2); }
345 max-width: 8.3333333333%;
346 flex-basis: 8.3333333333%; }
353 max-width: 16.6666666667%;
354 flex-basis: 16.6666666667%; }
357 margin-left: 8.3333333333%; }
365 margin-left: 16.6666666667%; }
369 max-width: 33.3333333333%;
370 flex-basis: 33.3333333333%; }
377 max-width: 41.6666666667%;
378 flex-basis: 41.6666666667%; }
381 margin-left: 33.3333333333%; }
389 margin-left: 41.6666666667%; }
393 max-width: 58.3333333333%;
394 flex-basis: 58.3333333333%; }
401 max-width: 66.6666666667%;
402 flex-basis: 66.6666666667%; }
405 margin-left: 58.3333333333%; }
413 margin-left: 66.6666666667%; }
416 .row.cols-md-10 > * {
417 max-width: 83.3333333333%;
418 flex-basis: 83.3333333333%; }
424 .row.cols-md-11 > * {
425 max-width: 91.6666666667%;
426 flex-basis: 91.6666666667%; }
429 margin-left: 83.3333333333%; }
432 .row.cols-md-12 > * {
437 margin-left: 91.6666666667%; }
447 @media screen and
(min-width: 1280px) {
450 [class^
='col-lg-offset-'],
451 .row[class*='cols-lg-'] > * {
452 box-sizing: border-box
;
454 padding: 0 calc
(var
(--universal-padding
) / 2); }
464 max-width: 8.3333333333%;
465 flex-basis: 8.3333333333%; }
472 max-width: 16.6666666667%;
473 flex-basis: 16.6666666667%; }
476 margin-left: 8.3333333333%; }
484 margin-left: 16.6666666667%; }
488 max-width: 33.3333333333%;
489 flex-basis: 33.3333333333%; }
496 max-width: 41.6666666667%;
497 flex-basis: 41.6666666667%; }
500 margin-left: 33.3333333333%; }
508 margin-left: 41.6666666667%; }
512 max-width: 58.3333333333%;
513 flex-basis: 58.3333333333%; }
520 max-width: 66.6666666667%;
521 flex-basis: 66.6666666667%; }
524 margin-left: 58.3333333333%; }
532 margin-left: 66.6666666667%; }
535 .row.cols-lg-10 > * {
536 max-width: 83.3333333333%;
537 flex-basis: 83.3333333333%; }
543 .row.cols-lg-11 > * {
544 max-width: 91.6666666667%;
545 flex-basis: 91.6666666667%; }
548 margin-left: 83.3333333333%; }
551 .row.cols-lg-12 > * {
556 margin-left: 91.6666666667%; }
566 /* Card component CSS variable definitions */
568 --card-back-color: #f8f8f8;
569 --card-fore-color: #111;
570 --card-border-color: #ddd; }
574 flex-direction: column
;
575 justify-content: space-between
;
579 background: var
(--card-back-color
);
580 color: var
(--card-fore-color
);
581 border: 0.0625rem solid var
(--card-border-color
);
582 border-radius: var
(--universal-border-radius
);
583 margin: var
(--universal-margin
);
585 @media screen and
(min-width: 320px) {
587 max-width: 320px; } }
589 background: var
(--card-back-color
);
590 color: var
(--card-fore-color
);
591 box-sizing: border-box
;
595 border-bottom: 0.0625rem solid var
(--card-border-color
);
596 padding: var
(--universal-padding
);
598 .card > .sectione.media {
601 -o-object-fit: cover
;
603 .card > .sectione:last-child {
607 Custom elements for card elements.
609 @media screen and
(min-width: 240px) {
611 max-width: 240px; } }
612 @media screen and
(min-width: 480px) {
614 max-width: 480px; } }
620 /* --card-back-color: #ffca28; */
621 --card-back-color: #e5b8b7;
622 --card-border-color: #e8b825; }
625 --card-back-color: #b71c1c;
626 --card-fore-color: #f8f8f8;
627 --card-border-color: #a71a1a; }
629 .card > .sectione.dark {
630 --card-back-color: #e0e0e0; }
632 .card > .sectione.double-padded {
633 padding: calc
(1.5 * var
(--universal-padding
)); }
636 Definitions for forms and input elements.
638 /* Input_control module CSS variable definitions */
640 --form-back-color: #f0f0f0;
641 --form-fore-color: #111;
642 --form-border-color: #ddd;
643 --input-back-color: #f8f8f8;
644 --input-fore-color: #111;
645 --input-border-color: #ddd;
646 --input-focus-color: #0288d1;
647 --input-invalid-color: #d32f2f;
648 --button-back-color: #e2e2e2;
649 --button-hover-back-color: #dcdcdc;
650 --button-fore-color: #212121;
651 --button-border-color: transparent
;
652 --button-hover-border-color: transparent
;
653 --button-group-border-color: rgba
(124, 124, 124, 0.54); }
656 background: var
(--form-back-color
);
657 color: var
(--form-fore-color
);
658 border: 0.0625rem solid var
(--form-border-color
);
659 border-radius: var
(--universal-border-radius
);
660 margin: var
(--universal-margin
);
661 padding: calc
(2 * var
(--universal-padding
)) var
(--universal-padding
); }
664 border: 0.0625rem solid var
(--form-border-color
);
665 border-radius: var
(--universal-border-radius
);
666 margin: calc
(var
(--universal-margin
) / 4);
667 padding: var
(--universal-padding
); }
670 box-sizing: border-box
;
675 padding: calc
(var
(--universal-padding
) / 2); }
678 padding: calc
(var
(--universal-padding
) / 2) var
(--universal-padding
); }
681 display: inline-block
; }
685 justify-content: center
; }
686 .input-group.fluid > input {
690 @media screen and
(max-width: 499px) {
692 align-items: stretch
;
693 flex-direction: column
; } }
694 .input-group.vertical {
696 align-items: stretch
;
697 flex-direction: column
; }
698 .input-group.vertical > input {
703 [type
="number"]::-webkit-inner-spin-button
, [type
="number"]::-webkit-outer-spin-button
{
707 -webkit-appearance: textfield
;
708 outline-offset: -2px; }
710 [type
="search"]::-webkit-search-cancel-button
,
711 [type
="search"]::-webkit-search-decoration
{
712 -webkit-appearance: none
; }
714 input:not
([type
]), [type
="text"], [type
="email"], [type
="number"], [type
="search"],
715 [type
="password"], [type
="url"], [type
="tel"], [type
="checkbox"], [type
="radio"], textarea
, select
{
716 box-sizing: border-box
;
717 background: var
(--input-back-color
);
718 color: var
(--input-fore-color
);
719 border: 0.0625rem solid var
(--input-border-color
);
720 border-radius: var
(--universal-border-radius
);
721 margin: calc
(var
(--universal-margin
) / 2);
722 padding: var
(--universal-padding
) calc
(1.5 * var
(--universal-padding
)); }
724 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
{
725 border-color: var
(--input-focus-color
);
727 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
{
728 border-color: var
(--input-invalid-color
);
730 input:not
([type
="button"]):not
([type
="submit"]):not
([type
="reset"])[readonly
], textarea
[readonly
], select
[readonly
] {
731 background: var
(--secondary-back-color
); }
738 text-overflow: ellipsis
; }
740 [type
="checkbox"], [type
="radio"] {
741 -webkit-appearance: none
;
742 -moz-appearance: none
;
745 height: calc
(1rem + var
(--universal-padding
) / 2);
746 width: calc
(1rem + var
(--universal-padding
) / 2);
747 vertical-align: text-bottom
;
749 flex-basis: calc
(1rem + var
(--universal-padding
) / 2) !important
;
750 flex-grow: 0 !important
; }
751 [type
="checkbox"]:checked:before
, [type
="radio"]:checked:before
{
752 position: absolute
; }
754 [type
="checkbox"]:checked:before
{
756 font-family: sans-serif
;
757 font-size: calc
(1rem + var
(--universal-padding
) / 2);
758 top: calc
(0rem - var
(--universal-padding
));
759 left: calc
(var
(--universal-padding
) / 4); }
762 border-radius: 100%; }
763 [type
="radio"]:checked:before
{
766 top: calc
(0.0625rem + var
(--universal-padding
) / 2);
767 left: calc
(0.0625rem + var
(--universal-padding
) / 2);
768 background: var
(--input-fore-color
);
773 color: var
(--input-fore-color
); }
776 color: var
(--input-fore-color
);
779 button::-moz-focus-inner
, [type
="button"]::-moz-focus-inner
, [type
="reset"]::-moz-focus-inner
, [type
="submit"]::-moz-focus-inner
{
783 button
, html
[type
="button"], [type
="reset"], [type
="submit"] {
784 -webkit-appearance: button
; }
788 text-transform: none
; }
790 button
, [type
="button"], [type
="submit"], [type
="reset"],
791 a
.button
, label
.button
, .button
,
792 a
[role
="button"], label
[role
="button"], [role
="button"] {
793 display: inline-block
;
794 background: var
(--button-back-color
);
795 color: var
(--button-fore-color
);
796 border: 0.0625rem solid var
(--button-border-color
);
797 border-radius: var
(--universal-border-radius
);
798 padding: var
(--universal-padding
) calc
(1.5 * var
(--universal-padding
));
799 margin: var
(--universal-margin
);
800 text-decoration: none
;
802 transition: background
0.3s; }
803 button:hover
, button:focus
, [type
="button"]:hover
, [type
="button"]:focus
, [type
="submit"]:hover
, [type
="submit"]:focus
, [type
="reset"]:hover
, [type
="reset"]:focus
,
805 a
.button:focus
, label
.button:hover
, label
.button:focus
, .button:hover
, .button:focus
,
806 a
[role
="button"]:hover
,
807 a
[role
="button"]:focus
, label
[role
="button"]:hover
, label
[role
="button"]:focus
, [role
="button"]:hover
, [role
="button"]:focus
{
808 background: var
(--button-hover-back-color
);
809 border-color: var
(--button-hover-border-color
); }
811 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
] {
817 border: 0.0625rem solid var
(--button-group-border-color
);
818 border-radius: var
(--universal-border-radius
);
819 margin: var
(--universal-margin
); }
820 .button-group > button, .button-group [type="button"], .button-group > [type="submit"], .button-group > [type="reset"], .button-group > .button, .button-group > [role="button"] {
828 .button-group > :not(:first-child) {
829 border-left: 0.0625rem solid var
(--button-group-border-color
); }
830 @media screen and
(max-width: 499px) {
832 flex-direction: column
; }
833 .button-group > :not(:first-child) {
835 border-top: 0.0625rem solid var
(--button-group-border-color
); } }
838 Custom elements for forms and input elements.
840 button
.primary
, [type
="button"].primary
, [type
="submit"].primary
, [type
="reset"].primary
, .button
.primary
, [role
="button"].primary
{
841 --button-back-color: #1976d2;
842 --button-fore-color: #f8f8f8; }
843 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
{
844 --button-hover-back-color: #1565c0; }
846 button
.secondary
, [type
="button"].secondary
, [type
="submit"].secondary
, [type
="reset"].secondary
, .button
.secondary
, [role
="button"].secondary
{
847 --button-back-color: #d32f2f;
848 --button-fore-color: #f8f8f8; }
849 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
{
850 --button-hover-back-color: #c62828; }
852 button
.tertiary
, [type
="button"].tertiary
, [type
="submit"].tertiary
, [type
="reset"].tertiary
, .button
.tertiary
, [role
="button"].tertiary
{
853 --button-back-color: #308732;
854 --button-fore-color: #f8f8f8; }
855 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
{
856 --button-hover-back-color: #277529; }
858 button
.inverse
, [type
="button"].inverse
, [type
="submit"].inverse
, [type
="reset"].inverse
, .button
.inverse
, [role
="button"].inverse
{
859 --button-back-color: #212121;
860 --button-fore-color: #f8f8f8; }
861 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
{
862 --button-hover-back-color: #111; }
864 button
.small
, [type
="button"].small
, [type
="submit"].small
, [type
="reset"].small
, .button
.small
, [role
="button"].small
{
865 padding: calc
(0.5 * var
(--universal-padding
)) calc
(0.75 * var
(--universal-padding
));
866 margin: var
(--universal-margin
); }
868 button
.large
, [type
="button"].large
, [type
="submit"].large
, [type
="reset"].large
, .button
.large
, [role
="button"].large
{
869 padding: calc
(1.5 * var
(--universal-padding
)) calc
(2 * var
(--universal-padding
));
870 margin: var
(--universal-margin
); }
873 Definitions for navigation elements.
875 /* Navigation module CSS variable definitions */
877 --header-back-color: #f8f8f8;
878 --header-hover-back-color: #f0f0f0;
879 --header-fore-color: #444;
880 --header-border-color: #ddd;
881 --nav-back-color: #f8f8f8;
882 --nav-hover-back-color: #f0f0f0;
883 --nav-fore-color: #444;
884 --nav-border-color: #ddd;
885 --nav-link-color: #0277bd;
886 --footer-fore-color: #444;
887 --footer-back-color: #f8f8f8;
888 --footer-border-color: #ddd;
889 --footer-link-color: #0277bd;
890 --drawer-back-color: #f8f8f8;
891 --drawer-hover-back-color: #f0f0f0;
892 --drawer-border-color: #ddd;
893 --drawer-close-color: #444; }
897 background: var
(--header-back-color
);
898 color: var
(--header-fore-color
);
899 border-bottom: 0.0625rem solid var
(--header-border-color
);
900 padding: calc
(var
(--universal-padding
) / 4) 0;
903 overflow-y: hidden
; }
905 box-sizing: content-box
; }
907 color: var
(--header-fore-color
);
909 padding: var
(--universal-padding
) calc
(2 * var
(--universal-padding
));
910 text-decoration: none
; }
911 header button
, header
[type
="button"], header
.button
, header
[role
="button"] {
912 box-sizing: border-box
;
914 top: calc
(0rem - var
(--universal-padding
) / 4);
915 height: calc
(3.1875rem + var
(--universal-padding
) / 2);
916 background: var
(--header-back-color
);
917 line-height: calc
(3.1875rem - var
(--universal-padding
) * 1.5);
919 color: var
(--header-fore-color
);
923 text-transform: uppercase
; }
924 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
{
925 background: var
(--header-hover-back-color
); }
928 background: var
(--nav-back-color
);
929 color: var
(--nav-fore-color
);
930 border: 0.0625rem solid var
(--nav-border-color
);
931 border-radius: var
(--universal-border-radius
);
932 margin: var
(--universal-margin
); }
934 padding: var
(--universal-padding
) calc
(1.5 * var
(--universal-padding
)); }
935 nav a
, nav
a:visited
{
937 color: var
(--nav-link-color
);
938 border-radius: var
(--universal-border-radius
);
939 transition: background
0.3s; }
940 nav
a:hover
, nav
a:focus
, nav
a:visited:hover
, nav
a:visited:focus
{
941 text-decoration: none
;
942 background: var
(--nav-hover-back-color
); }
945 margin-left: calc
(2 * var
(--universal-padding
)); }
946 nav
.sublink-1:before
{
948 left: calc
(var
(--universal-padding
) - 1 * var
(--universal-padding
));
952 border: 0.0625rem solid var
(--nav-border-color
);
956 margin-left: calc
(4 * var
(--universal-padding
)); }
957 nav
.sublink-2:before
{
959 left: calc
(var
(--universal-padding
) - 3 * var
(--universal-padding
));
963 border: 0.0625rem solid var
(--nav-border-color
);
967 background: var
(--footer-back-color
);
968 color: var
(--footer-fore-color
);
969 border-top: 0.0625rem solid var
(--footer-border-color
);
970 padding: calc
(2 * var
(--universal-padding
)) var
(--universal-padding
);
971 font-size: 0.875rem; }
972 footer a
, footer
a:visited
{
973 color: var
(--footer-link-color
); }
976 position: -webkit-sticky
;
982 position: -webkit-sticky
;
987 .drawer-toggle:before {
988 display: inline-block
;
990 vertical-align: bottom
;
991 content: '\00a0\2261\00a0';
992 font-family: sans-serif
;
994 @media screen and
(min-width: 500px) {
995 .drawer-toggle:not(.persistent) {
998 [type
="checkbox"].drawer
{
1004 clip: rect
(0 0 0 0);
1005 -webkit-clip-path: inset
(100%);
1006 clip-path: inset
(100%); }
1007 [type
="checkbox"].drawer
+ * {
1009 box-sizing: border-box
;
1015 background: var
(--drawer-back-color
);
1016 border: 0.0625rem solid var
(--drawer-border-color
);
1021 transition: right
0.3s; }
1022 [type
="checkbox"].drawer
+ * .drawer-close
{
1024 top: var
(--universal-margin
);
1025 right: var
(--universal-margin
);
1029 border-radius: var
(--universal-border-radius
);
1030 padding: var
(--universal-padding
);
1033 transition: background
0.3s; }
1034 [type
="checkbox"].drawer
+ * .drawer-close:before
{
1037 color: var
(--drawer-close-color
);
1039 font-family: sans-serif
;
1042 text-align: center
; }
1043 [type
="checkbox"].drawer
+ * .drawer-close:hover
, [type
="checkbox"].drawer
+ * .drawer-close:focus
{
1044 background: var
(--drawer-hover-back-color
); }
1045 @media screen and
(max-width: 320px) {
1046 [type
="checkbox"].drawer
+ * {
1048 [type
="checkbox"].drawer:checked
+ * {
1050 @media screen and
(min-width: 500px) {
1051 [type
="checkbox"].drawer:not
(.persistent
) + * {
1055 [type
="checkbox"].drawer:not
(.persistent
) + * .drawer-close
{
1059 Definitions for the responsive table component.
1061 /* Table module CSS variable definitions. */
1063 --table-border-color: #aaa;
1064 --table-border-separator-color: #666;
1065 --table-head-back-color: #e6e6e6;
1066 --table-head-fore-color: #111;
1067 --table-body-back-color: #f8f8f8;
1068 --table-body-fore-color: #111;
1069 --table-body-alt-back-color: #eee; }
1072 border-collapse: separate
;
1074 : margin: calc
(1.5 * var
(--universal-margin
)) var
(--universal-margin
);
1077 flex-flow: row wrap
;
1078 padding: var
(--universal-padding
);
1080 margin: calc
(1.5 * var
(--universal-margin
)) var
(--universal-margin
); }
1082 font-size: 1.25 * rem
;
1083 margin: calc
(2 * var
(--universal-margin
)) 0;
1087 table thead
, table tbody
{
1089 flex-flow: row wrap
;
1090 border: 0.0625rem solid var
(--table-border-color
); }
1093 border-radius: var
(--universal-border-radius
) var
(--universal-border-radius
) 0 0;
1094 border-bottom: 0.0625rem solid var
(--table-border-separator-color
); }
1097 margin-top: calc
(0 - var
(--universal-margin
));
1098 border-radius: 0 0 var
(--universal-border-radius
) var
(--universal-border-radius
); }
1102 table th
, table td
{
1103 padding: calc
(0.5 * var
(--universal-padding
));
1104 font-size: 0.9rem; }
1107 background: var
(--table-head-back-color
);
1108 color: var
(--table-head-fore-color
); }
1110 background: var
(--table-body-back-color
);
1111 color: var
(--table-body-fore-color
);
1112 border-top: 0.0625rem solid var
(--table-border-color
); }
1114 table:not
(.horizontal
) {
1116 max-height: 850px; }
1117 table:not
(.horizontal
) thead
, table:not
(.horizontal
) tbody
{
1120 table:not
(.horizontal
) tr
{
1121 flex-flow: row wrap
;
1123 table:not
(.horizontal
) th
, table:not
(.horizontal
) td
{
1126 text-overflow: ellipsis
; }
1127 table:not
(.horizontal
) thead
{
1130 table:not
(.horizontal
) tbody
tr:first-child td
{
1135 table
.horizontal thead
, table
.horizontal tbody
{
1137 flex-flow: row nowrap
; }
1138 table
.horizontal tbody
{
1140 justify-content: space-between
;
1142 margin-left: calc
( 4 * var
(--universal-margin
));
1143 padding-bottom: calc
(var
(--universal-padding
) / 4); }
1144 table
.horizontal tr
{
1145 flex-direction: column
;
1147 table
.horizontal th
, table
.horizontal td
{
1150 border-bottom: 0.0625rem solid var
(--table-border-color
); }
1151 table
.horizontal
th:not
(:first-child
), table
.horizontal
td:not
(:first-child
) {
1153 table
.horizontal th
{
1155 border-left: 0.0625rem solid var
(--table-border-color
);
1156 border-right: 0.0625rem solid var
(--table-border-separator-color
); }
1157 table
.horizontal thead
tr:first-child
{
1159 table
.horizontal
th:first-child
, table
.horizontal
td:first-child
{
1160 border-top: 0.0625rem solid var
(--table-border-color
); }
1161 table
.horizontal tbody
tr:last-child td
{
1162 border-right: 0.0625rem solid var
(--table-border-color
); }
1163 table
.horizontal tbody
tr:last-child
td:first-child
{
1164 border-top-right-radius: 0.25rem; }
1165 table
.horizontal tbody
tr:last-child
td:last-child
{
1166 border-bottom-right-radius: 0.25rem; }
1167 table
.horizontal thead
tr:first-child
th:first-child
{
1168 border-top-left-radius: 0.25rem; }
1169 table
.horizontal thead
tr:first-child
th:last-child
{
1170 border-bottom-left-radius: 0.25rem; }
1172 @media screen and
(max-width: 499px) {
1173 table
, table
.horizontal
{
1174 border-collapse: collapse
;
1178 table thead
, table th
, table
.horizontal thead
, table
.horizontal th
{
1186 clip: rect
(0 0 0 0);
1187 -webkit-clip-path: inset
(100%);
1188 clip-path: inset
(100%); }
1189 table tbody
, table
.horizontal tbody
{
1191 display: table-row-group
; }
1192 table tr
, table
.horizontal tr
{
1194 border: 0.0625rem solid var
(--table-border-color
);
1195 border-radius: var
(--universal-border-radius
);
1196 background: #fafafa;
1197 padding: var
(--universal-padding
);
1198 margin: var
(--universal-margin
);
1199 margin-bottom: calc
(2 * var
(--universal-margin
)); }
1200 table th
, table td
, table
.horizontal th
, table
.horizontal td
{
1202 table td
, table
.horizontal td
{
1205 text-align: right
; }
1206 table
td:before
, table
.horizontal
td:before
{
1207 content: attr
(data-label
);
1210 table
th:first-child
, table
td:first-child
, table
.horizontal
th:first-child
, table
.horizontal
td:first-child
{
1212 table tbody
tr:last-child td
, table
.horizontal tbody
tr:last-child td
{
1213 border-right: 0; } }
1215 --table-body-alt-back-color: #eee; }
1217 table
tr:nth-of-type
(2n) > td
{
1218 background: var
(--table-body-alt-back-color
); }
1220 @media screen and
(max-width: 500px) {
1221 table
tr:nth-of-type
(2n) {
1222 background: var
(--table-body-alt-back-color
); } }
1224 --table-body-hover-back-color: #90caf9; }
1226 table
.hoverable
tr:hover
, table
.hoverable
tr:hover
> td
, table
.hoverable
tr:focus
, table
.hoverable
tr:focus
> td
{
1227 background: var
(--table-body-hover-back-color
); }
1229 @media screen and
(max-width: 500px) {
1230 table
.hoverable
tr:hover
, table
.hoverable
tr:hover
> td
, table
.hoverable
tr:focus
, table
.hoverable
tr:focus
> td
{
1231 background: var
(--table-body-hover-back-color
); } }
1233 Definitions for contextual background elements, toasts and tooltips.
1235 /* Contextual module CSS variable definitions */
1237 --mark-back-color: #0277bd;
1238 --mark-fore-color: #fafafa; }
1241 background: var
(--mark-back-color
);
1242 color: var
(--mark-fore-color
);
1245 border-radius: var
(--universal-border-radius
);
1246 padding: calc
(var
(--universal-padding
) / 4) calc
(var
(--universal-padding
) / 2); }
1248 display: inline-block
;
1251 padding: calc
(var
(--universal-padding
) / 2) var
(--universal-padding
); }
1254 --toast-back-color: #424242;
1255 --toast-fore-color: #fafafa; }
1259 bottom: calc
(var
(--universal-margin
) * 3);
1261 transform: translate
(-50%, -50%);
1263 color: var
(--toast-fore-color
);
1264 background: var
(--toast-back-color
);
1265 border-radius: calc
(var
(--universal-border-radius
) * 16);
1266 padding: var
(--universal-padding
) calc
(var
(--universal-padding
) * 3); }
1269 --tooltip-back-color: #212121;
1270 --tooltip-fore-color: #fafafa; }
1274 display: inline-block
; }
1275 .tooltip:before, .tooltip:after {
1278 clip: rect
(0 0 0 0);
1279 -webkit-clip-path: inset
(100%);
1280 clip-path: inset
(100%);
1281 transition: all
0.3s;
1284 .tooltip:not(.bottom):before, .tooltip:not(.bottom):after {
1286 .tooltip.bottom:before, .tooltip.bottom:after {
1288 .tooltip:hover:before, .tooltip:hover:after, .tooltip:focus:before, .tooltip:focus:after {
1291 -webkit-clip-path: inset
(0%);
1292 clip-path: inset
(0%); }
1295 background: transparent
;
1296 border: var
(--universal-margin
) solid transparent
;
1297 left: calc
(50% - var
(--universal-margin
)); }
1298 .tooltip:not(.bottom):before {
1299 border-top-color: #212121; }
1300 .tooltip.bottom:before {
1301 border-bottom-color: #212121; }
1303 content: attr
(aria-label
);
1304 color: var
(--tooltip-fore-color
);
1305 background: var
(--tooltip-back-color
);
1306 border-radius: var
(--universal-border-radius
);
1307 padding: var
(--universal-padding
);
1308 white-space: nowrap
;
1309 transform: translateX
(-50%); }
1310 .tooltip:not(.bottom):after {
1311 margin-bottom: calc
(2 * var
(--universal-margin
)); }
1312 .tooltip.bottom:after {
1313 margin-top: calc
(2 * var
(--universal-margin
)); }
1316 --modal-overlay-color: rgba
(0, 0, 0, 0.45);
1317 --modal-close-color: #444;
1318 --modal-close-hover-color: #f0f0f0; }
1320 [type
="checkbox"].modal
{
1326 clip: rect
(0 0 0 0);
1327 -webkit-clip-path: inset
(100%);
1328 clip-path: inset
(100%); }
1329 [type
="checkbox"].modal
+ div
{
1336 background: var
(--modal-overlay-color
); }
1337 [type
="checkbox"].modal
+ div
.card
{
1341 [type
="checkbox"].modal
+ div
.card
.modal-close
{
1347 border-radius: var
(--universal-border-radius
);
1348 padding: var
(--universal-padding
);
1351 transition: background
0.3s; }
1352 [type
="checkbox"].modal
+ div
.card
.modal-close:before
{
1355 color: var
(--modal-close-color
);
1357 font-family: sans-serif
;
1360 text-align: center
; }
1361 [type
="checkbox"].modal
+ div
.card
.modal-close:hover
, [type
="checkbox"].modal
+ div
.card
.modal-close:focus
{
1362 background: var
(--modal-close-hover-color
); }
1363 [type
="checkbox"].modal:checked
+ div
{
1367 [type
="checkbox"].modal:checked
+ div
.card
.modal-close
{
1371 --collapse-label-back-color: #e8e8e8;
1372 --collapse-label-fore-color: #212121;
1373 --collapse-label-hover-back-color: #f0f0f0;
1374 --collapse-selected-label-back-color: #ececec;
1375 --collapse-border-color: #ddd;
1376 --collapse-content-back-color: #fafafa;
1377 --collapse-selected-label-border-color: #0277bd; }
1380 width: calc
(100% - 2 * var
(--universal-margin
));
1383 flex-direction: column
;
1384 margin: var
(--universal-margin
);
1385 border-radius: var
(--universal-border-radius
); }
1386 .collapse > [type="radio"], .collapse > [type="checkbox"] {
1392 clip: rect
(0 0 0 0);
1393 -webkit-clip-path: inset
(100%);
1394 clip-path: inset
(100%); }
1397 display: inline-block
;
1400 transition: background
0.3s;
1401 color: var
(--collapse-label-fore-color
);
1402 background: var
(--collapse-label-back-color
);
1403 border: 0.0625rem solid var
(--collapse-border-color
);
1404 padding: calc
(1.5 * var
(--universal-padding
)); }
1405 .collapse > label:hover, .collapse > label:focus {
1406 background: var
(--collapse-label-hover-back-color
); }
1407 .collapse > label + div {
1414 clip: rect
(0 0 0 0);
1415 -webkit-clip-path: inset
(100%);
1416 clip-path: inset
(100%);
1417 transition: max-height
0.3s;
1419 .collapse > :checked + label {
1420 background: var
(--collapse-selected-label-back-color
);
1421 border-bottom-color: var
(--collapse-selected-label-border-color
); }
1422 .collapse > :checked + label + div {
1423 box-sizing: border-box
;
1429 background: var
(--collapse-content-back-color
);
1430 border: 0.0625rem solid var
(--collapse-border-color
);
1432 padding: var
(--universal-padding
);
1434 -webkit-clip-path: inset
(0%);
1435 clip-path: inset
(0%);
1436 max-height: 850px; }
1437 .collapse > label:not(:first-of-type) {
1439 .collapse > label:first-of-type {
1440 border-radius: var
(--universal-border-radius
) var
(--universal-border-radius
) 0 0; }
1441 .collapse > label:last-of-type:not(:first-of-type) {
1442 border-radius: 0 0 var
(--universal-border-radius
) var
(--universal-border-radius
); }
1443 .collapse > label:last-of-type:first-of-type {
1444 border-radius: var
(--universal-border-radius
); }
1445 .collapse > :checked:last-of-type:not(:first-of-type) + label {
1447 .collapse > :checked:last-of-type + label + div {
1448 border-radius: 0 0 var
(--universal-border-radius
) var
(--universal-border-radius
); }
1451 Custom elements for contextual background elements, toasts and tooltips.
1454 --mark-back-color: #d32f2f; }
1457 --mark-back-color: #308732; }
1460 padding: calc
(var
(--universal-padding
)/2) var
(--universal-padding
);
1461 border-radius: 1em; }
1464 Definitions for progress elements and spinners.
1466 /* Progess module CSS variable definitions */
1468 --progress-back-color: #ddd;
1469 --progress-fore-color: #555; }
1473 vertical-align: baseline
;
1474 -webkit-appearance: none
;
1475 -moz-appearance: none
;
1478 width: calc
(100% - 2 * var
(--universal-margin
));
1479 margin: var
(--universal-margin
);
1481 border-radius: calc
(2 * var
(--universal-border-radius
));
1482 background: var
(--progress-back-color
);
1483 color: var
(--progress-fore-color
); }
1484 progress::-webkit-progress-value
{
1485 background: var
(--progress-fore-color
);
1486 border-top-left-radius: calc
(2 * var
(--universal-border-radius
));
1487 border-bottom-left-radius: calc
(2 * var
(--universal-border-radius
)); }
1488 progress::-webkit-progress-bar
{
1489 background: var
(--progress-back-color
); }
1490 progress::-moz-progress-bar
{
1491 background: var
(--progress-fore-color
);
1492 border-top-left-radius: calc
(2 * var
(--universal-border-radius
));
1493 border-bottom-left-radius: calc
(2 * var
(--universal-border-radius
)); }
1494 progress
[value
="1000"]::-webkit-progress-value
{
1495 border-radius: calc
(2 * var
(--universal-border-radius
)); }
1496 progress
[value
="1000"]::-moz-progress-bar
{
1497 border-radius: calc
(2 * var
(--universal-border-radius
)); }
1499 display: inline-block
;
1500 vertical-align: middle
;
1504 --spinner-back-color: #ddd;
1505 --spinner-fore-color: #555; }
1507 @keyframes spinner-donut-anim
{
1509 transform: rotate
(0deg); }
1511 transform: rotate
(360deg); } }
1513 display: inline-block
;
1514 margin: var
(--universal-margin
);
1515 border: 0.25rem solid var
(--spinner-back-color
);
1516 border-left: 0.25rem solid var
(--spinner-fore-color
);
1520 animation: spinner-donut-anim
1.2s linear infinite
; }
1523 Custom elements for progress bars and spinners.
1526 --progress-fore-color: #1976d2; }
1528 progress
.secondary
{
1529 --progress-fore-color: #d32f2f; }
1532 --progress-fore-color: #308732; }
1535 --spinner-fore-color: #1976d2; }
1537 .spinner.secondary {
1538 --spinner-fore-color: #d32f2f; }
1541 --spinner-fore-color: #308732; }
1544 Definitions for icons - powered by Feather (https://feathericons.com/).
1546 span
[class^
='icon-'] {
1547 display: inline-block
;
1550 vertical-align: -0.125em;
1551 background-size: contain
;
1552 margin: 0 calc
(var
(--universal-margin
) / 4); }
1553 span
[class^
='icon-'].secondary
{
1554 -webkit-filter: invert
(25%);
1555 filter: invert
(25%); }
1556 span
[class^
='icon-'].inverse
{
1557 -webkit-filter: invert
(100%);
1558 filter: invert
(100%); }
1561 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='%23111' 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"); }
1562 span
.icon-bookmark
{
1563 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='%23111' 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"); }
1564 span
.icon-calendar
{
1565 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='%23111' 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"); }
1567 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='%23111' 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"); }
1569 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='%23111' 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"); }
1571 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='%23111' 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"); }
1573 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='%23111' 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"); }
1575 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='%23111' 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"); }
1577 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='%23111' 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"); }
1579 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='%23111' 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"); }
1581 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='%23111' 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"); }
1582 span
.icon-location
{
1583 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='%23111' 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"); }
1585 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='%23111' 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"); }
1587 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='%23111' 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"); }
1589 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='%23111' 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"); }
1590 span
.icon-settings
{
1591 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='%23111' 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"); }
1593 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='%23111' 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"); }
1595 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='%23111' 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"); }
1597 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='%23111' 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"); }
1599 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='%23111' 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"); }
1602 Definitions for utilities and helper classes.
1604 /* Utility module CSS variable definitions */
1606 --generic-border-color: rgba
(0, 0, 0, 0.3);
1607 --generic-box-shadow: 0 0.25rem 0.25rem 0 rgba
(0, 0, 0, 0.125), 0 0.125rem 0.125rem -0.125rem rgba
(0, 0, 0, 0.25); }
1610 display: none
!important
; }
1613 position: absolute
!important
;
1614 width: 1px !important
;
1615 height: 1px !important
;
1616 margin: -1px !important
;
1617 border: 0 !important
;
1618 padding: 0 !important
;
1619 clip: rect
(0 0 0 0) !important
;
1620 -webkit-clip-path: inset
(100%) !important
;
1621 clip-path: inset
(100%) !important
;
1622 overflow: hidden
!important
; }
1625 border: 0.0625rem solid var
(--generic-border-color
) !important
; }
1628 border-radius: var
(--universal-border-radius
) !important
; }
1631 border-radius: 50% !important
; }
1634 box-shadow: var
(--generic-box-shadow
) !important
; }
1636 .responsive-margin {
1637 margin: calc
(var
(--universal-margin
) / 4) !important
; }
1638 @media screen and
(min-width: 500px) {
1639 .responsive-margin {
1640 margin: calc
(var
(--universal-margin
) / 2) !important
; } }
1641 @media screen and
(min-width: 1280px) {
1642 .responsive-margin {
1643 margin: var
(--universal-margin
) !important
; } }
1645 .responsive-padding {
1646 padding: calc
(var
(--universal-padding
) / 4) !important
; }
1647 @media screen and
(min-width: 500px) {
1648 .responsive-padding {
1649 padding: calc
(var
(--universal-padding
) / 2) !important
; } }
1650 @media screen and
(min-width: 1280px) {
1651 .responsive-padding {
1652 padding: var
(--universal-padding
) !important
; } }
1654 @media screen and
(max-width: 499px) {
1656 display: none
!important
; } }
1657 @media screen and
(min-width: 500px) and
(max-width: 1279px) {
1659 display: none
!important
; } }
1660 @media screen and
(min-width: 1280px) {
1662 display: none
!important
; } }
1663 @media screen and
(max-width: 499px) {
1664 .visually-hidden-sm {
1665 position: absolute
!important
;
1666 width: 1px !important
;
1667 height: 1px !important
;
1668 margin: -1px !important
;
1669 border: 0 !important
;
1670 padding: 0 !important
;
1671 clip: rect
(0 0 0 0) !important
;
1672 -webkit-clip-path: inset
(100%) !important
;
1673 clip-path: inset
(100%) !important
;
1674 overflow: hidden
!important
; } }
1675 @media screen and
(min-width: 500px) and
(max-width: 1279px) {
1676 .visually-hidden-md {
1677 position: absolute
!important
;
1678 width: 1px !important
;
1679 height: 1px !important
;
1680 margin: -1px !important
;
1681 border: 0 !important
;
1682 padding: 0 !important
;
1683 clip: rect
(0 0 0 0) !important
;
1684 -webkit-clip-path: inset
(100%) !important
;
1685 clip-path: inset
(100%) !important
;
1686 overflow: hidden
!important
; } }
1687 @media screen and
(min-width: 1280px) {
1688 .visually-hidden-lg {
1689 position: absolute
!important
;
1690 width: 1px !important
;
1691 height: 1px !important
;
1692 margin: -1px !important
;
1693 border: 0 !important
;
1694 padding: 0 !important
;
1695 clip: rect
(0 0 0 0) !important
;
1696 -webkit-clip-path: inset
(100%) !important
;
1697 clip-path: inset
(100%) !important
;
1698 overflow: hidden
!important
; } }
1700 /*# sourceMappingURL=mini-default.css.map */