/* # ----------------------------------------------------------------------------- # ~/packages/100_template_css/theme-uno.scss # Theme Uno - Light variant # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* # ---------------------------------------------------------------------------- # ~/100_template_css/scss/theme_uno.scss # Theme Uno - Definitions AND partial index file|s # # Product/Info: # https:#jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ---------------------------------------------------------------------------- # NOTE: # jadams, 2017-11-18: modified (applied fixes) to _drawer.scss|_forms.scss (mixins) # See: # Issue #949 - https://github.com/FezVrasta/bootstrap-material-design/pull/949, # Fix base-level `&` (for Ruby Sass) # Pull request: # https://github.com/FezVrasta/bootstrap-material-design/pull/949/commits/f729cf1fa17561b46104dc1d3f268c7be3cf65f1 # ---------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/variables.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: This is the (SASS) entry point for global theme variables # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/mixins.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: This is the (SASS) entry point for all theme specific mixins # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/vendor/bmd/mixins/_forms.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- # NOTE: # ----------------------------------------------------------------------------- # TODO: # jadams, 2019-03-10: See lines 176ff. Unclear why fixed/downloaded # BS4 version requires an additional argument ?! # Issue seen 2019-03-10 after reset! # ----------------------------------------------------------------------------- */ /*! * Bootstrap v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-blue: #2196f3; --bs-indigo: #3f51b5; --bs-purple: #9c27b0; --bs-pink: #e91e63; --bs-red: #f44336; --bs-orange: #ff9800; --bs-yellow: #ffeb3b; --bs-green: #4caf50; --bs-teal: #009688; --bs-cyan: #00bcd4; --bs-white: #fff; --bs-gray: #757575; --bs-gray-dark: #424242; --bs-gray-100: #f5f5f5; --bs-gray-200: #eee; --bs-gray-300: #e0e0e0; --bs-gray-400: #bdbdbd; --bs-gray-500: #9e9e9e; --bs-gray-600: #757575; --bs-gray-700: #616161; --bs-gray-800: #424242; --bs-gray-900: #212121; --bs-primary: #2196f3; --bs-secondary: #757575; --bs-success: #4caf50; --bs-info: #00bcd4; --bs-warning: #fbc02d; --bs-danger: #f44336; --bs-light: #f5f5f5; --bs-dark: #212121; --bs-primary-rgb: 33, 150, 243; --bs-secondary-rgb: 117, 117, 117; --bs-success-rgb: 76, 175, 80; --bs-info-rgb: 0, 188, 212; --bs-warning-rgb: 251, 192, 45; --bs-danger-rgb: 244, 67, 54; --bs-light-rgb: 245, 245, 245; --bs-dark-rgb: 33, 33, 33; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 66, 66, 66; --bs-body-bg-rgb: 255, 255, 255; --bs-font-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #424242; --bs-body-bg: #fff; } *, *::before, *::after { box-sizing: border-box; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } body { margin: 0; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); line-height: var(--bs-body-line-height); color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 400; line-height: 1.2; } h1, .h1 { font-size: calc(1.375rem + 1.5vw); } @media (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } h2, .h2 { font-size: calc(1.325rem + 0.9vw); } @media (min-width: 1200px) { h2, .h2 { font-size: 2rem; } } h3, .h3 { font-size: calc(1.3rem + 0.6vw); } @media (min-width: 1200px) { h3, .h3 { font-size: 1.75rem; } } h4, .h4 { font-size: calc(1.275rem + 0.3vw); } @media (min-width: 1200px) { h4, .h4 { font-size: 1.5rem; } } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-bs-original-title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding-left: 2rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: .5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 0.875em; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -.25em; } sup { top: -.5em; } a { color: #2196f3; text-decoration: underline; } a:hover { color: #1a78c2; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #e91e63; word-wrap: break-word; } a > code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212121; border-radius: 0.0625rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #757575; text-align: left; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: left; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: textfield; } /* rtl:raw: [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } */ ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::file-selector-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { font-size: 5rem; } } .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { font-size: 4.5rem; } } .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { font-size: 4rem; } } .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-4 { font-size: 3.5rem; } } .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-5 { font-size: 3rem; } } .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-6 { font-size: 2.5rem; } } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 0.875em; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote > :last-child { margin-bottom: 0; } .blockquote-footer { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.875em; color: #757575; } .blockquote-footer::before { content: "\2014\00A0"; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 0.1rem; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 0.875em; color: #757575; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x, 0.75rem); padding-left: var(--bs-gutter-x, 0.75rem); margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } } @media (min-width: 1400px) { .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl { max-width: 1320px; } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-auto { flex: 0 0 auto; width: auto; } .col-1 { flex: 0 0 auto; width: 8.33333%; } .col-2 { flex: 0 0 auto; width: 16.66667%; } .col-3 { flex: 0 0 auto; width: 25%; } .col-4 { flex: 0 0 auto; width: 33.33333%; } .col-5 { flex: 0 0 auto; width: 41.66667%; } .col-6 { flex: 0 0 auto; width: 50%; } .col-7 { flex: 0 0 auto; width: 58.33333%; } .col-8 { flex: 0 0 auto; width: 66.66667%; } .col-9 { flex: 0 0 auto; width: 75%; } .col-10 { flex: 0 0 auto; width: 83.33333%; } .col-11 { flex: 0 0 auto; width: 91.66667%; } .col-12 { flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.25rem; } .g-1, .gy-1 { --bs-gutter-y: 0.25rem; } .g-2, .gx-2 { --bs-gutter-x: 0.5rem; } .g-2, .gy-2 { --bs-gutter-y: 0.5rem; } .g-3, .gx-3 { --bs-gutter-x: 1rem; } .g-3, .gy-3 { --bs-gutter-y: 1rem; } .g-4, .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 { --bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; } .g-6, .gx-6 { --bs-gutter-x: 4.75rem; } .g-6, .gy-6 { --bs-gutter-y: 4.75rem; } .g-7, .gx-7 { --bs-gutter-x: 6rem; } .g-7, .gy-7 { --bs-gutter-y: 6rem; } .g-8, .gx-8 { --bs-gutter-x: 7.25rem; } .g-8, .gy-8 { --bs-gutter-y: 7.25rem; } .g-9, .gx-9 { --bs-gutter-x: 8.5rem; } .g-9, .gy-9 { --bs-gutter-y: 8.5rem; } .g-10, .gx-10 { --bs-gutter-x: 10rem; } .g-10, .gy-10 { --bs-gutter-y: 10rem; } @media (min-width: 576px) { .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-sm-auto { flex: 0 0 auto; width: auto; } .col-sm-1 { flex: 0 0 auto; width: 8.33333%; } .col-sm-2 { flex: 0 0 auto; width: 16.66667%; } .col-sm-3 { flex: 0 0 auto; width: 25%; } .col-sm-4 { flex: 0 0 auto; width: 33.33333%; } .col-sm-5 { flex: 0 0 auto; width: 41.66667%; } .col-sm-6 { flex: 0 0 auto; width: 50%; } .col-sm-7 { flex: 0 0 auto; width: 58.33333%; } .col-sm-8 { flex: 0 0 auto; width: 66.66667%; } .col-sm-9 { flex: 0 0 auto; width: 75%; } .col-sm-10 { flex: 0 0 auto; width: 83.33333%; } .col-sm-11 { flex: 0 0 auto; width: 91.66667%; } .col-sm-12 { flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; } .g-sm-6, .gx-sm-6 { --bs-gutter-x: 4.75rem; } .g-sm-6, .gy-sm-6 { --bs-gutter-y: 4.75rem; } .g-sm-7, .gx-sm-7 { --bs-gutter-x: 6rem; } .g-sm-7, .gy-sm-7 { --bs-gutter-y: 6rem; } .g-sm-8, .gx-sm-8 { --bs-gutter-x: 7.25rem; } .g-sm-8, .gy-sm-8 { --bs-gutter-y: 7.25rem; } .g-sm-9, .gx-sm-9 { --bs-gutter-x: 8.5rem; } .g-sm-9, .gy-sm-9 { --bs-gutter-y: 8.5rem; } .g-sm-10, .gx-sm-10 { --bs-gutter-x: 10rem; } .g-sm-10, .gy-sm-10 { --bs-gutter-y: 10rem; } } @media (min-width: 768px) { .col-md { flex: 1 0 0%; } .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-md-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-md-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-md-auto { flex: 0 0 auto; width: auto; } .col-md-1 { flex: 0 0 auto; width: 8.33333%; } .col-md-2 { flex: 0 0 auto; width: 16.66667%; } .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.33333%; } .col-md-5 { flex: 0 0 auto; width: 41.66667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-7 { flex: 0 0 auto; width: 58.33333%; } .col-md-8 { flex: 0 0 auto; width: 66.66667%; } .col-md-9 { flex: 0 0 auto; width: 75%; } .col-md-10 { flex: 0 0 auto; width: 83.33333%; } .col-md-11 { flex: 0 0 auto; width: 91.66667%; } .col-md-12 { flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; } .g-md-6, .gx-md-6 { --bs-gutter-x: 4.75rem; } .g-md-6, .gy-md-6 { --bs-gutter-y: 4.75rem; } .g-md-7, .gx-md-7 { --bs-gutter-x: 6rem; } .g-md-7, .gy-md-7 { --bs-gutter-y: 6rem; } .g-md-8, .gx-md-8 { --bs-gutter-x: 7.25rem; } .g-md-8, .gy-md-8 { --bs-gutter-y: 7.25rem; } .g-md-9, .gx-md-9 { --bs-gutter-x: 8.5rem; } .g-md-9, .gy-md-9 { --bs-gutter-y: 8.5rem; } .g-md-10, .gx-md-10 { --bs-gutter-x: 10rem; } .g-md-10, .gy-md-10 { --bs-gutter-y: 10rem; } } @media (min-width: 992px) { .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-lg-auto { flex: 0 0 auto; width: auto; } .col-lg-1 { flex: 0 0 auto; width: 8.33333%; } .col-lg-2 { flex: 0 0 auto; width: 16.66667%; } .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.33333%; } .col-lg-5 { flex: 0 0 auto; width: 41.66667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.33333%; } .col-lg-8 { flex: 0 0 auto; width: 66.66667%; } .col-lg-9 { flex: 0 0 auto; width: 75%; } .col-lg-10 { flex: 0 0 auto; width: 83.33333%; } .col-lg-11 { flex: 0 0 auto; width: 91.66667%; } .col-lg-12 { flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; } .g-lg-6, .gx-lg-6 { --bs-gutter-x: 4.75rem; } .g-lg-6, .gy-lg-6 { --bs-gutter-y: 4.75rem; } .g-lg-7, .gx-lg-7 { --bs-gutter-x: 6rem; } .g-lg-7, .gy-lg-7 { --bs-gutter-y: 6rem; } .g-lg-8, .gx-lg-8 { --bs-gutter-x: 7.25rem; } .g-lg-8, .gy-lg-8 { --bs-gutter-y: 7.25rem; } .g-lg-9, .gx-lg-9 { --bs-gutter-x: 8.5rem; } .g-lg-9, .gy-lg-9 { --bs-gutter-y: 8.5rem; } .g-lg-10, .gx-lg-10 { --bs-gutter-x: 10rem; } .g-lg-10, .gy-lg-10 { --bs-gutter-y: 10rem; } } @media (min-width: 1200px) { .col-xl { flex: 1 0 0%; } .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-xl-auto { flex: 0 0 auto; width: auto; } .col-xl-1 { flex: 0 0 auto; width: 8.33333%; } .col-xl-2 { flex: 0 0 auto; width: 16.66667%; } .col-xl-3 { flex: 0 0 auto; width: 25%; } .col-xl-4 { flex: 0 0 auto; width: 33.33333%; } .col-xl-5 { flex: 0 0 auto; width: 41.66667%; } .col-xl-6 { flex: 0 0 auto; width: 50%; } .col-xl-7 { flex: 0 0 auto; width: 58.33333%; } .col-xl-8 { flex: 0 0 auto; width: 66.66667%; } .col-xl-9 { flex: 0 0 auto; width: 75%; } .col-xl-10 { flex: 0 0 auto; width: 83.33333%; } .col-xl-11 { flex: 0 0 auto; width: 91.66667%; } .col-xl-12 { flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; } .g-xl-6, .gx-xl-6 { --bs-gutter-x: 4.75rem; } .g-xl-6, .gy-xl-6 { --bs-gutter-y: 4.75rem; } .g-xl-7, .gx-xl-7 { --bs-gutter-x: 6rem; } .g-xl-7, .gy-xl-7 { --bs-gutter-y: 6rem; } .g-xl-8, .gx-xl-8 { --bs-gutter-x: 7.25rem; } .g-xl-8, .gy-xl-8 { --bs-gutter-y: 7.25rem; } .g-xl-9, .gx-xl-9 { --bs-gutter-x: 8.5rem; } .g-xl-9, .gy-xl-9 { --bs-gutter-y: 8.5rem; } .g-xl-10, .gx-xl-10 { --bs-gutter-x: 10rem; } .g-xl-10, .gy-xl-10 { --bs-gutter-y: 10rem; } } @media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; } .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-xxl-auto { flex: 0 0 auto; width: auto; } .col-xxl-1 { flex: 0 0 auto; width: 8.33333%; } .col-xxl-2 { flex: 0 0 auto; width: 16.66667%; } .col-xxl-3 { flex: 0 0 auto; width: 25%; } .col-xxl-4 { flex: 0 0 auto; width: 33.33333%; } .col-xxl-5 { flex: 0 0 auto; width: 41.66667%; } .col-xxl-6 { flex: 0 0 auto; width: 50%; } .col-xxl-7 { flex: 0 0 auto; width: 58.33333%; } .col-xxl-8 { flex: 0 0 auto; width: 66.66667%; } .col-xxl-9 { flex: 0 0 auto; width: 75%; } .col-xxl-10 { flex: 0 0 auto; width: 83.33333%; } .col-xxl-11 { flex: 0 0 auto; width: 91.66667%; } .col-xxl-12 { flex: 0 0 auto; width: 100%; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333%; } .offset-xxl-2 { margin-left: 16.66667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333%; } .offset-xxl-5 { margin-left: 41.66667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333%; } .offset-xxl-8 { margin-left: 66.66667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333%; } .offset-xxl-11 { margin-left: 91.66667%; } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem; } .g-xxl-6, .gx-xxl-6 { --bs-gutter-x: 4.75rem; } .g-xxl-6, .gy-xxl-6 { --bs-gutter-y: 4.75rem; } .g-xxl-7, .gx-xxl-7 { --bs-gutter-x: 6rem; } .g-xxl-7, .gy-xxl-7 { --bs-gutter-y: 6rem; } .g-xxl-8, .gx-xxl-8 { --bs-gutter-x: 7.25rem; } .g-xxl-8, .gy-xxl-8 { --bs-gutter-y: 7.25rem; } .g-xxl-9, .gx-xxl-9 { --bs-gutter-x: 8.5rem; } .g-xxl-9, .gy-xxl-9 { --bs-gutter-y: 8.5rem; } .g-xxl-10, .gx-xxl-10 { --bs-gutter-x: 10rem; } .g-xxl-10, .gy-xxl-10 { --bs-gutter-y: 10rem; } } .table { --bs-table-bg: transparent; --bs-table-accent-bg: transparent; --bs-table-striped-color: #424242; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #424242; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #424242; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: #424242; vertical-align: top; border-color: #e0e0e0; } .table > :not(caption) > * > * { padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table > tbody { vertical-align: inherit; } .table > thead { vertical-align: bottom; } .table > :not(:first-child) { border-top: 2px solid currentColor; } .caption-top { caption-side: top; } .table-sm > :not(caption) > * > * { padding: 0.25rem 0.25rem; } .table-bordered > :not(caption) > * { border-width: 1px 0; } .table-bordered > :not(caption) > * > * { border-width: 0 1px; } .table-borderless > :not(caption) > * > * { border-bottom-width: 0; } .table-borderless > :not(:first-child) { border-top-width: 0; } .table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); } .table-hover > tbody > tr:hover > * { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); } .table-primary { --bs-table-bg: #d3eafd; --bs-table-striped-bg: #c8def0; --bs-table-striped-color: #000; --bs-table-active-bg: #bed3e4; --bs-table-active-color: #000; --bs-table-hover-bg: #c3d8ea; --bs-table-hover-color: #000; color: #000; border-color: #bed3e4; } .table-secondary { --bs-table-bg: #e3e3e3; --bs-table-striped-bg: #d8d8d8; --bs-table-striped-color: #000; --bs-table-active-bg: #cccccc; --bs-table-active-color: #000; --bs-table-hover-bg: #d2d2d2; --bs-table-hover-color: #000; color: #000; border-color: #cccccc; } .table-success { --bs-table-bg: #dbefdc; --bs-table-striped-bg: #d0e3d1; --bs-table-striped-color: #000; --bs-table-active-bg: #c5d7c6; --bs-table-active-color: #000; --bs-table-hover-bg: #cbddcc; --bs-table-hover-color: #000; color: #000; border-color: #c5d7c6; } .table-info { --bs-table-bg: #ccf2f6; --bs-table-striped-bg: #c2e6ea; --bs-table-striped-color: #000; --bs-table-active-bg: #b8dadd; --bs-table-active-color: #000; --bs-table-hover-bg: #bde0e4; --bs-table-hover-color: #000; color: #000; border-color: #b8dadd; } .table-warning { --bs-table-bg: #fef2d5; --bs-table-striped-bg: #f1e6ca; --bs-table-striped-color: #000; --bs-table-active-bg: #e5dac0; --bs-table-active-color: #000; --bs-table-hover-bg: #ebe0c5; --bs-table-hover-color: #000; color: #000; border-color: #e5dac0; } .table-danger { --bs-table-bg: #fdd9d7; --bs-table-striped-bg: #f0cecc; --bs-table-striped-color: #000; --bs-table-active-bg: #e4c3c2; --bs-table-active-color: #000; --bs-table-hover-bg: #eac9c7; --bs-table-hover-color: #000; color: #000; border-color: #e4c3c2; } .table-light { --bs-table-bg: #f5f5f5; --bs-table-striped-bg: #e9e9e9; --bs-table-striped-color: #000; --bs-table-active-bg: #dddddd; --bs-table-active-color: #000; --bs-table-hover-bg: #e3e3e3; --bs-table-hover-color: #000; color: #000; border-color: #dddddd; } .table-dark { --bs-table-bg: #212121; --bs-table-striped-bg: #2c2c2c; --bs-table-striped-color: #fff; --bs-table-active-bg: #373737; --bs-table-active-color: #fff; --bs-table-hover-bg: #323232; --bs-table-hover-color: #fff; color: #fff; border-color: #373737; } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 575.98px) { .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 767.98px) { .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 991.98px) { .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1199.98px) { .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1399.98px) { .table-responsive-xxl { overflow-x: auto; -webkit-overflow-scrolling: touch; } } .form-label { margin-bottom: 0.5rem; } .col-form-label { padding-top: calc(0.4375rem + 1px); padding-bottom: calc(0.4375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .col-form-label-lg { padding-top: calc(0.5625rem + 1px); padding-bottom: calc(0.5625rem + 1px); font-size: 1.25rem; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; } .form-text { margin-top: 0.25rem; font-size: 0.875em; color: #757575; } .form-control { display: block; width: 100%; padding: 0.4375rem 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #424242; background-color: rgba(0, 0, 0, 0); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.26); appearance: none; border-radius: 0; box-shadow: none; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control[type="file"] { overflow: hidden; } .form-control[type="file"]:not(:disabled):not([readonly]) { cursor: pointer; } .form-control:focus { color: #424242; background-color: rgba(0, 0, 0, 0); border-color: #90cbf9; outline: 0; box-shadow: none, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); } .form-control::-webkit-date-and-time-value { height: 1.5em; } .form-control::placeholder { color: #757575; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #eee; opacity: 1; } .form-control::file-selector-button { padding: 0.4375rem 0; margin: -0.4375rem 0; margin-inline-end: 0; color: #424242; background-color: transparent; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::file-selector-button { transition: none; } } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: rgba(0, 0, 0, 0.05); } .form-control::-webkit-file-upload-button { padding: 0.4375rem 0; margin: -0.4375rem 0; margin-inline-end: 0; color: #424242; background-color: transparent; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { transition: none; } } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: rgba(0, 0, 0, 0.05); } .form-control-plaintext { display: block; width: 100%; padding: 0.4375rem 0; margin-bottom: 0; line-height: 1.5; color: #424242; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; } .form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0; font-size: 0.875rem; border-radius: 0.0625rem; } .form-control-sm::file-selector-button { padding: 0.25rem 0; margin: -0.25rem 0; margin-inline-end: 0; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0; margin: -0.25rem 0; margin-inline-end: 0; } .form-control-lg { min-height: calc(1.5em + 1.125rem + 2px); padding: 0.5625rem 0; font-size: 1.25rem; border-radius: 0.1rem; } .form-control-lg::file-selector-button { padding: 0.5625rem 0; margin: -0.5625rem 0; margin-inline-end: 0; } .form-control-lg::-webkit-file-upload-button { padding: 0.5625rem 0; margin: -0.5625rem 0; margin-inline-end: 0; } textarea.form-control { min-height: calc(1.5em + 0.875rem + 2px); } textarea.form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); } textarea.form-control-lg { min-height: calc(1.5em + 1.125rem + 2px); } .form-control-color { width: 3rem; height: auto; padding: 0.4375rem; } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } .form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 0; } .form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 0; } .form-select { display: block; width: 100%; padding: 0.4375rem 0 0.4375rem 0; -moz-padding-start: -3px; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #424242; background-color: rgba(0, 0, 0, 0); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0 center; background-size: 16px 12px; border: 1px solid rgba(0, 0, 0, 0.26); border-radius: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-select { transition: none; } } .form-select:focus { border-color: #90cbf9; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(33, 150, 243, 0.25); } .form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0; background-image: none; } .form-select:disabled { background-color: #eee; } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #424242; } .form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0; font-size: 0.875rem; border-radius: 0.0625rem; } .form-select-lg { padding-top: 0.5625rem; padding-bottom: 0.5625rem; padding-left: 0; font-size: 1.25rem; border-radius: 0.1rem; } .form-check { display: block; min-height: 1.5rem; padding-left: 1.5em; margin-bottom: 0.125rem; } .form-check .form-check-input { float: left; margin-left: -1.5em; } .form-check-input { width: 1em; height: 1em; margin-top: 0.25em; vertical-align: top; background-color: rgba(0, 0, 0, 0); background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); appearance: none; color-adjust: exact; } .form-check-input[type="checkbox"] { border-radius: 0.25em; } .form-check-input[type="radio"] { border-radius: 50%; } .form-check-input:active { filter: brightness(90%); } .form-check-input:focus { border-color: #90cbf9; outline: 0; box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); } .form-check-input:checked { background-color: #2196f3; border-color: #2196f3; } .form-check-input:checked[type="checkbox"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); } .form-check-input:checked[type="radio"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-input[type="checkbox"]:indeterminate { background-color: #2196f3; border-color: #2196f3; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } .form-check-input:disabled { pointer-events: none; filter: none; opacity: 0.5; } .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.5; } .form-switch { padding-left: 2.5em; } .form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { transition: none; } } .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2390cbf9'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-inline { display: inline-block; margin-right: 1rem; } .btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; filter: none; opacity: 0.65; } .form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; appearance: none; } .form-range:focus { outline: 0; } .form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); } .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(33, 150, 243, 0.25); } .form-range::-moz-focus-outer { border: 0; } .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #2196f3; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { transition: none; } } .form-range::-webkit-slider-thumb:active { background-color: #bce0fb; } .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #e0e0e0; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); } .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #2196f3; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { transition: none; } } .form-range::-moz-range-thumb:active { background-color: #bce0fb; } .form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #e0e0e0; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); } .form-range:disabled { pointer-events: none; } .form-range:disabled::-webkit-slider-thumb { background-color: #9e9e9e; } .form-range:disabled::-moz-range-thumb { background-color: #9e9e9e; } .form-floating { position: relative; } .form-floating > .form-control, .form-floating > .form-select { height: calc(3.5rem + 2px); line-height: 1.25; } .form-floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1rem 0; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-floating > label { transition: none; } } .form-floating > .form-control { padding: 1rem 0; } .form-floating > .form-control::placeholder { color: transparent; } .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .form-floating > .form-control:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } .input-group > .form-control, .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; } .input-group > .form-control:focus, .input-group > .form-select:focus { z-index: 3; } .input-group .btn { position: relative; z-index: 2; } .input-group .btn:focus { z-index: 3; } .input-group-text { display: flex; align-items: center; padding: 0.4375rem 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #424242; text-align: center; white-space: nowrap; background-color: transparent; border: 1px solid transparent; border-radius: 0; } .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn { padding: 0.5625rem 0; font-size: 1.25rem; border-radius: 0.1rem; } .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn { padding: 0.25rem 0; font-size: 0.875rem; border-radius: 0.0625rem; } .input-group-lg > .form-select, .input-group-sm > .form-select { padding-right: 0; } .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #4caf50; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #000; background-color: rgba(76, 175, 80, 0.9); border-radius: 0.1rem; } .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #4caf50; padding-right: calc(1.5em + 0.875rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #4caf50; box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .form-select:valid, .form-select.is-valid { border-color: #4caf50; } .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #4caf50; box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25); } .was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #4caf50; } .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #4caf50; } .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25); } .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #4caf50; } .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid { z-index: 1; } .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus { z-index: 3; } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #f44336; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #000; background-color: rgba(244, 67, 54, 0.9); border-radius: 0.1rem; } .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #f44336; padding-right: calc(1.5em + 0.875rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f44336'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #f44336; box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .form-select:invalid, .form-select.is-invalid { border-color: #f44336; } .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f44336'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e"); background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: #f44336; box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25); } .was-validated .form-check-input:invalid, .form-check-input.is-invalid { border-color: #f44336; } .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { background-color: #f44336; } .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25); } .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #f44336; } .form-check-inline .form-check-input ~ .invalid-feedback { margin-left: .5em; } .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 2; } .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus { z-index: 3; } .btn { display: inline-block; font-weight: 500; line-height: 1.5; color: #424242; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.46875rem 1rem; font-size: 1rem; border-radius: 0.1rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } .btn:hover { color: #424242; } .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: none; } .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active { box-shadow: none; } .btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus { box-shadow: none, none; } .btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; box-shadow: none; } .btn-primary { color: #000; background-color: #2196f3; border-color: #2196f3; box-shadow: none; } .btn-primary:hover { color: #000; background-color: #42a6f5; border-color: #37a1f4; } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #000; background-color: #42a6f5; border-color: #37a1f4; box-shadow: none, 0 0 0 0.25rem rgba(28, 128, 207, 0.5); } .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { color: #000; background-color: #4dabf5; border-color: #37a1f4; } .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(28, 128, 207, 0.5); } .btn-primary:disabled, .btn-primary.disabled { color: #000; background-color: #2196f3; border-color: #2196f3; } .btn-secondary { color: #fff; background-color: #757575; border-color: #757575; box-shadow: none; } .btn-secondary:hover { color: #fff; background-color: #636363; border-color: #5e5e5e; } .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #636363; border-color: #5e5e5e; box-shadow: none, 0 0 0 0.25rem rgba(138, 138, 138, 0.5); } .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #5e5e5e; border-color: #585858; } .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(138, 138, 138, 0.5); } .btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #757575; border-color: #757575; } .btn-success { color: #000; background-color: #4caf50; border-color: #4caf50; box-shadow: none; } .btn-success:hover { color: #000; background-color: #67bb6a; border-color: #5eb762; } .btn-check:focus + .btn-success, .btn-success:focus { color: #000; background-color: #67bb6a; border-color: #5eb762; box-shadow: none, 0 0 0 0.25rem rgba(65, 149, 68, 0.5); } .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { color: #000; background-color: #70bf73; border-color: #5eb762; } .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(65, 149, 68, 0.5); } .btn-success:disabled, .btn-success.disabled { color: #000; background-color: #4caf50; border-color: #4caf50; } .btn-info { color: #000; background-color: #00bcd4; border-color: #00bcd4; box-shadow: none; } .btn-info:hover { color: #000; background-color: #26c6da; border-color: #1ac3d8; } .btn-check:focus + .btn-info, .btn-info:focus { color: #000; background-color: #26c6da; border-color: #1ac3d8; box-shadow: none, 0 0 0 0.25rem rgba(0, 160, 180, 0.5); } .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { color: #000; background-color: #33c9dd; border-color: #1ac3d8; } .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(0, 160, 180, 0.5); } .btn-info:disabled, .btn-info.disabled { color: #000; background-color: #00bcd4; border-color: #00bcd4; } .btn-warning { color: #000; background-color: #fbc02d; border-color: #fbc02d; box-shadow: none; } .btn-warning:hover { color: #000; background-color: #fcc94d; border-color: #fbc642; } .btn-check:focus + .btn-warning, .btn-warning:focus { color: #000; background-color: #fcc94d; border-color: #fbc642; box-shadow: none, 0 0 0 0.25rem rgba(213, 163, 38, 0.5); } .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { color: #000; background-color: #fccd57; border-color: #fbc642; } .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(213, 163, 38, 0.5); } .btn-warning:disabled, .btn-warning.disabled { color: #000; background-color: #fbc02d; border-color: #fbc02d; } .btn-danger { color: #000; background-color: #f44336; border-color: #f44336; box-shadow: none; } .btn-danger:hover { color: #000; background-color: #f65f54; border-color: #f5564a; } .btn-check:focus + .btn-danger, .btn-danger:focus { color: #000; background-color: #f65f54; border-color: #f5564a; box-shadow: none, 0 0 0 0.25rem rgba(207, 57, 46, 0.5); } .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { color: #000; background-color: #f6695e; border-color: #f5564a; } .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(207, 57, 46, 0.5); } .btn-danger:disabled, .btn-danger.disabled { color: #000; background-color: #f44336; border-color: #f44336; } .btn-light { color: #000; background-color: #f5f5f5; border-color: #f5f5f5; box-shadow: none; } .btn-light:hover { color: #000; background-color: #f7f7f7; border-color: #f6f6f6; } .btn-check:focus + .btn-light, .btn-light:focus { color: #000; background-color: #f7f7f7; border-color: #f6f6f6; box-shadow: none, 0 0 0 0.25rem rgba(208, 208, 208, 0.5); } .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { color: #000; background-color: #f7f7f7; border-color: #f6f6f6; } .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(208, 208, 208, 0.5); } .btn-light:disabled, .btn-light.disabled { color: #000; background-color: #f5f5f5; border-color: #f5f5f5; } .btn-dark { color: #fff; background-color: #212121; border-color: #212121; box-shadow: none; } .btn-dark:hover { color: #fff; background-color: #1c1c1c; border-color: #1a1a1a; } .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #1c1c1c; border-color: #1a1a1a; box-shadow: none, 0 0 0 0.25rem rgba(66, 66, 66, 0.5); } .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1a1a1a; border-color: #191919; } .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: none, 0 0 0 0.25rem rgba(66, 66, 66, 0.5); } .btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #212121; border-color: #212121; } .btn-outline-primary { color: #2196f3; border-color: #2196f3; } .btn-outline-primary:hover { color: #000; background-color: #2196f3; border-color: #2196f3; } .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.5); } .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #000; background-color: #2196f3; border-color: #2196f3; } .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(33, 150, 243, 0.5); } .btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #2196f3; background-color: transparent; } .btn-outline-secondary { color: #757575; border-color: #757575; } .btn-outline-secondary:hover { color: #fff; background-color: #757575; border-color: #757575; } .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.25rem rgba(117, 117, 117, 0.5); } .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #fff; background-color: #757575; border-color: #757575; } .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(117, 117, 117, 0.5); } .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #757575; background-color: transparent; } .btn-outline-success { color: #4caf50; border-color: #4caf50; } .btn-outline-success:hover { color: #000; background-color: #4caf50; border-color: #4caf50; } .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.5); } .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #000; background-color: #4caf50; border-color: #4caf50; } .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(76, 175, 80, 0.5); } .btn-outline-success:disabled, .btn-outline-success.disabled { color: #4caf50; background-color: transparent; } .btn-outline-info { color: #00bcd4; border-color: #00bcd4; } .btn-outline-info:hover { color: #000; background-color: #00bcd4; border-color: #00bcd4; } .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.5); } .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #000; background-color: #00bcd4; border-color: #00bcd4; } .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(0, 188, 212, 0.5); } .btn-outline-info:disabled, .btn-outline-info.disabled { color: #00bcd4; background-color: transparent; } .btn-outline-warning { color: #fbc02d; border-color: #fbc02d; } .btn-outline-warning:hover { color: #000; background-color: #fbc02d; border-color: #fbc02d; } .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { box-shadow: 0 0 0 0.25rem rgba(251, 192, 45, 0.5); } .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #000; background-color: #fbc02d; border-color: #fbc02d; } .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(251, 192, 45, 0.5); } .btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #fbc02d; background-color: transparent; } .btn-outline-danger { color: #f44336; border-color: #f44336; } .btn-outline-danger:hover { color: #000; background-color: #f44336; border-color: #f44336; } .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.5); } .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #000; background-color: #f44336; border-color: #f44336; } .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(244, 67, 54, 0.5); } .btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #f44336; background-color: transparent; } .btn-outline-light { color: #f5f5f5; border-color: #f5f5f5; } .btn-outline-light:hover { color: #000; background-color: #f5f5f5; border-color: #f5f5f5; } .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { box-shadow: 0 0 0 0.25rem rgba(245, 245, 245, 0.5); } .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #000; background-color: #f5f5f5; border-color: #f5f5f5; } .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(245, 245, 245, 0.5); } .btn-outline-light:disabled, .btn-outline-light.disabled { color: #f5f5f5; background-color: transparent; } .btn-outline-dark { color: #212121; border-color: #212121; } .btn-outline-dark:hover { color: #fff; background-color: #212121; border-color: #212121; } .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { box-shadow: 0 0 0 0.25rem rgba(33, 33, 33, 0.5); } .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #212121; border-color: #212121; } .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { box-shadow: none, 0 0 0 0.25rem rgba(33, 33, 33, 0.5); } .btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #212121; background-color: transparent; } .btn-link { font-weight: 400; color: #2196f3; text-decoration: underline; } .btn-link:hover { color: #1a78c2; } .btn-link:disabled, .btn-link.disabled { color: rgba(0, 0, 0, 0.26); } .btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.1rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.40625rem 0.5rem; font-size: 0.875rem; border-radius: 0.0625rem; } .fade { transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .collapsing.collapse-horizontal { width: 0; height: auto; transition: width 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing.collapse-horizontal { transition: none; } } .dropup, .dropend, .dropdown, .dropstart { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; } .dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0; font-size: 1rem; color: #424242; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.1rem; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: 0.125rem; } .dropdown-menu-start { --bs-position: start; } .dropdown-menu-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-end { --bs-position: end; } .dropdown-menu-end[data-bs-popper] { right: 0; left: auto; } @media (min-width: 576px) { .dropdown-menu-sm-start { --bs-position: start; } .dropdown-menu-sm-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-sm-end { --bs-position: end; } .dropdown-menu-sm-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 768px) { .dropdown-menu-md-start { --bs-position: start; } .dropdown-menu-md-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-md-end { --bs-position: end; } .dropdown-menu-md-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 992px) { .dropdown-menu-lg-start { --bs-position: start; } .dropdown-menu-lg-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-lg-end { --bs-position: end; } .dropdown-menu-lg-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1200px) { .dropdown-menu-xl-start { --bs-position: start; } .dropdown-menu-xl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xl-end { --bs-position: end; } .dropdown-menu-xl-end[data-bs-popper] { right: 0; left: auto; } } @media (min-width: 1400px) { .dropdown-menu-xxl-start { --bs-position: start; } .dropdown-menu-xxl-start[data-bs-popper] { right: auto; left: 0; } .dropdown-menu-xxl-end { --bs-position: end; } .dropdown-menu-xxl-end[data-bs-popper] { right: 0; left: auto; } } .dropup .dropdown-menu[data-bs-popper] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } .dropup .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-menu[data-bs-popper] { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } .dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } .dropend .dropdown-toggle:empty::after { margin-left: 0; } .dropend .dropdown-toggle::after { vertical-align: 0; } .dropstart .dropdown-menu[data-bs-popper] { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } .dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } .dropstart .dropdown-toggle::after { display: none; } .dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropstart .dropdown-toggle:empty::after { margin-left: 0; } .dropstart .dropdown-toggle::before { vertical-align: 0; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0.15); } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212121; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #1e1e1e; background-color: #eee; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #2196f3; } .dropdown-item.disabled, .dropdown-item:disabled { color: #9e9e9e; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .dropdown-header { display: block; padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.875rem; color: #757575; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1rem; color: #212121; } .dropdown-menu-dark { color: #e0e0e0; background-color: #424242; border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item { color: #e0e0e0; } .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); } .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: #fff; background-color: #2196f3; } .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { color: #9e9e9e; } .dropdown-menu-dark .dropdown-divider { border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item-text { color: #e0e0e0; } .dropdown-menu-dark .dropdown-header { color: #9e9e9e; } .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 1 1 auto; } .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; } .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-left: -1px; } .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { margin-left: 0; } .dropstart .dropdown-toggle-split::before { margin-right: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } .btn-group.show .dropdown-toggle { box-shadow: none; } .btn-group.show .dropdown-toggle.btn-link { box-shadow: none; } .btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; } .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; } .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; color: #2196f3; text-decoration: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .nav-link { transition: none; } } .nav-link:hover, .nav-link:focus { color: #1a78c2; } .nav-link.disabled { color: #757575; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #e0e0e0; } .nav-tabs .nav-link { margin-bottom: -1px; background: none; border: 1px solid transparent; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #eee #eee #e0e0e0; isolation: isolate; } .nav-tabs .nav-link.disabled { color: #757575; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #616161; background-color: #fff; border-color: #e0e0e0 #e0e0e0 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { background: none; border: 0; border-radius: 0.1rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #2196f3; } .nav-fill > .nav-link, .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } .nav-justified > .nav-link, .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link { width: 100%; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; } .navbar-brand { padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap; } .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; } .navbar-text { padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.1rem; transition: box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .navbar-toggler { transition: none; } } .navbar-toggler:hover { text-decoration: none; } .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 0.25rem; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } .navbar-nav-scroll { max-height: var(--bs-scroll-height, 75vh); overflow-y: auto; } @media (min-width: 576px) { .navbar-expand-sm { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } .navbar-expand-sm .offcanvas-header { display: none; } .navbar-expand-sm .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none; } .navbar-expand-sm .offcanvas-top, .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-sm .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } @media (min-width: 768px) { .navbar-expand-md { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } .navbar-expand-md .offcanvas-header { display: none; } .navbar-expand-md .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none; } .navbar-expand-md .offcanvas-top, .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-md .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } @media (min-width: 992px) { .navbar-expand-lg { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } .navbar-expand-lg .offcanvas-header { display: none; } .navbar-expand-lg .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none; } .navbar-expand-lg .offcanvas-top, .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-lg .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } @media (min-width: 1200px) { .navbar-expand-xl { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } .navbar-expand-xl .offcanvas-header { display: none; } .navbar-expand-xl .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none; } .navbar-expand-xl .offcanvas-top, .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-xl .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } @media (min-width: 1400px) { .navbar-expand-xxl { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-xxl .navbar-nav { flex-direction: row; } .navbar-expand-xxl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xxl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xxl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xxl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xxl .navbar-toggler { display: none; } .navbar-expand-xxl .offcanvas-header { display: none; } .navbar-expand-xxl .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none; } .navbar-expand-xxl .offcanvas-top, .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-xxl .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } .navbar-expand { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-expand .offcanvas-header { display: none; } .navbar-expand .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none; } .navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.55); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.1rem; } .card > hr { margin-right: 0; margin-left: 0; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.1rem - 1px); border-bottom-left-radius: calc(0.1rem - 1px); } .card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; } .card-body { flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-subtitle { margin-top: -0.25rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link + .card-link { margin-left: 1rem; } .card-header { padding: 0.5rem 1rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.1rem - 1px) calc(0.1rem - 1px) 0 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.1rem - 1px) calc(0.1rem - 1px); } .card-header-tabs { margin-right: -0.5rem; margin-bottom: -0.5rem; margin-left: -0.5rem; border-bottom: 0; } .card-header-pills { margin-right: -0.5rem; margin-left: -0.5rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1rem; border-radius: calc(0.1rem - 1px); } .card-img, .card-img-top, .card-img-bottom { width: 100%; } .card-img, .card-img-top { border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .card-img, .card-img-bottom { border-bottom-right-radius: calc(0.1rem - 1px); border-bottom-left-radius: calc(0.1rem - 1px); } .card-group > .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } .accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #424242; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; } @media (prefers-reduced-motion: reduce) { .accordion-button { transition: none; } } .accordion-button:not(.collapsed) { color: #1e87db; background-color: #e9f5fe; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e87db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); } .accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23424242'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button::after { transition: none; } } .accordion-button:hover { z-index: 2; } .accordion-button:focus { z-index: 3; border-color: #90cbf9; outline: 0; box-shadow: none; } .accordion-header { margin-bottom: 0; } .accordion-item { background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .accordion-item:first-of-type { border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } .accordion-item:first-of-type .accordion-button { border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .accordion-item:not(:first-of-type) { border-top: 0; } .accordion-item:last-of-type { border-bottom-right-radius: 0.1rem; border-bottom-left-radius: 0.1rem; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: calc(0.1rem - 1px); border-bottom-left-radius: calc(0.1rem - 1px); } .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 0.1rem; border-bottom-left-radius: 0.1rem; } .accordion-body { padding: 1rem 1.25rem; } .accordion-flush .accordion-collapse { border-width: 0; } .accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; } .accordion-flush .accordion-item:first-child { border-top: 0; } .accordion-flush .accordion-item:last-child { border-bottom: 0; } .accordion-flush .accordion-item .accordion-button { border-radius: 0; } .breadcrumb { display: flex; flex-wrap: wrap; padding: 0 0; margin-bottom: 1rem; list-style: none; } .breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #757575; content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; } .breadcrumb-item.active { color: #757575; } .pagination { display: flex; padding-left: 0; list-style: none; } .page-link { position: relative; display: block; color: #2196f3; text-decoration: none; background-color: transparent; border: 0 solid #e0e0e0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .page-link { transition: none; } } .page-link:hover { z-index: 2; color: #1a78c2; background-color: #eee; border-color: #e0e0e0; } .page-link:focus { z-index: 3; color: #1a78c2; background-color: #eee; outline: 0; box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); } .page-item:not(:first-child) .page-link { margin-left: 0; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #2196f3; border-color: #2196f3; } .page-item.disabled .page-link { color: #757575; pointer-events: none; background-color: transparent; border-color: #e0e0e0; } .page-link { padding: 0.375rem 0.75rem; } .page-item:first-child .page-link { border-top-left-radius: 0.1rem; border-bottom-left-radius: 0.1rem; } .page-item:last-child .page-link { border-top-right-radius: 0.1rem; border-bottom-right-radius: 0.1rem; } .pagination-lg .page-link { padding: 0.75rem 0; font-size: 1.25rem; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.1rem; border-bottom-left-radius: 0.1rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.1rem; border-bottom-right-radius: 0.1rem; } .pagination-sm .page-link { padding: 0.25rem 0; font-size: 0.875rem; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.0625rem; border-bottom-left-radius: 0.0625rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.0625rem; border-bottom-right-radius: 0.0625rem; } .badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.1rem; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.1rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-right: 3rem; } .alert-dismissible .btn-close { position: absolute; top: 0; right: 0; z-index: 2; padding: 1.25rem 1rem; } .alert-primary { color: #145a92; background-color: #d3eafd; border-color: #bce0fb; } .alert-primary .alert-link { color: #104875; } .alert-secondary { color: #464646; background-color: #e3e3e3; border-color: #d6d6d6; } .alert-secondary .alert-link { color: #383838; } .alert-success { color: #2e6930; background-color: #dbefdc; border-color: #c9e7cb; } .alert-success .alert-link { color: #255426; } .alert-info { color: #00717f; background-color: #ccf2f6; border-color: #b3ebf2; } .alert-info .alert-link { color: #005a66; } .alert-warning { color: #644d12; background-color: #fef2d5; border-color: #feecc0; } .alert-warning .alert-link { color: #503e0e; } .alert-danger { color: #922820; background-color: #fdd9d7; border-color: #fcc7c3; } .alert-danger .alert-link { color: #75201a; } .alert-light { color: #626262; background-color: #fdfdfd; border-color: #fcfcfc; } .alert-light .alert-link { color: #4e4e4e; } .alert-dark { color: #141414; background-color: lightgray; border-color: #bcbcbc; } .alert-dark .alert-link { color: #101010; } @keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #eee; border-radius: 0.1rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); } .progress-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #2196f3; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } } .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } .progress-bar-animated { animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { animation: none; } } .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.1rem; } .list-group-numbered { list-style-type: none; counter-reset: section; } .list-group-numbered > li::before { content: counters(section, ".") ". "; counter-increment: section; } .list-group-item-action { width: 100%; color: #616161; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #616161; text-decoration: none; background-color: #f5f5f5; } .list-group-item-action:active { color: #424242; background-color: #eee; } .list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212121; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit; } .list-group-item.disabled, .list-group-item:disabled { color: #757575; pointer-events: none; background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; background-color: #2196f3; border-color: #2196f3; } .list-group-item + .list-group-item { border-top-width: 0; } .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; } .list-group-horizontal { flex-direction: row; } .list-group-horizontal > .list-group-item:first-child { border-bottom-left-radius: 0.1rem; border-top-right-radius: 0; } .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 0.1rem; border-bottom-left-radius: 0; } .list-group-horizontal > .list-group-item.active { margin-top: 0; } .list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } @media (min-width: 576px) { .list-group-horizontal-sm { flex-direction: row; } .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: 0.1rem; border-top-right-radius: 0; } .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 0.1rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 768px) { .list-group-horizontal-md { flex-direction: row; } .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: 0.1rem; border-top-right-radius: 0; } .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 0.1rem; border-bottom-left-radius: 0; } .list-group-horizontal-md > .list-group-item.active { margin-top: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 992px) { .list-group-horizontal-lg { flex-direction: row; } .list-group-horizontal-lg > .list-group-item:first-child { border-bottom-left-radius: 0.1rem; border-top-right-radius: 0; } .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 0.1rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-xl { flex-direction: row; } .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 0.1rem; border-top-right-radius: 0; } .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 0.1rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1400px) { .list-group-horizontal-xxl { flex-direction: row; } .list-group-horizontal-xxl > .list-group-item:first-child { border-bottom-left-radius: 0.1rem; border-top-right-radius: 0; } .list-group-horizontal-xxl > .list-group-item:last-child { border-top-right-radius: 0.1rem; border-bottom-left-radius: 0; } .list-group-horizontal-xxl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xxl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } .list-group-flush { border-radius: 0; } .list-group-flush > .list-group-item { border-width: 0 0 1px; } .list-group-flush > .list-group-item:last-child { border-bottom-width: 0; } .list-group-item-primary { color: #145a92; background-color: #d3eafd; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #145a92; background-color: #bed3e4; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #145a92; border-color: #145a92; } .list-group-item-secondary { color: #464646; background-color: #e3e3e3; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #464646; background-color: #cccccc; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #464646; border-color: #464646; } .list-group-item-success { color: #2e6930; background-color: #dbefdc; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #2e6930; background-color: #c5d7c6; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #2e6930; border-color: #2e6930; } .list-group-item-info { color: #00717f; background-color: #ccf2f6; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #00717f; background-color: #b8dadd; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #00717f; border-color: #00717f; } .list-group-item-warning { color: #644d12; background-color: #fef2d5; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #644d12; background-color: #e5dac0; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #644d12; border-color: #644d12; } .list-group-item-danger { color: #922820; background-color: #fdd9d7; } .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #922820; background-color: #e4c3c2; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #922820; border-color: #922820; } .list-group-item-light { color: #626262; background-color: #fdfdfd; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #626262; background-color: #e4e4e4; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #626262; border-color: #626262; } .list-group-item-dark { color: #141414; background-color: lightgray; } .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #141414; background-color: #bebebe; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #141414; border-color: #141414; } .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.1rem; opacity: 0.5; } .btn-close:hover { color: #000; text-decoration: none; opacity: 0.75; } .btn-close:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(33, 150, 243, 0.25); opacity: 1; } .btn-close:disabled, .btn-close.disabled { pointer-events: none; user-select: none; opacity: 0.25; } .btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); } .toast { width: 350px; max-width: 100%; font-size: 0.875rem; pointer-events: auto; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.1rem; } .toast.showing { opacity: 0; } .toast:not(.show) { display: none; } .toast-container { width: max-content; max-width: 100%; pointer-events: none; } .toast-container > :not(:last-child) { margin-bottom: 0.75rem; } .toast-header { display: flex; align-items: center; padding: 0.5rem 0.75rem; color: #757575; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .toast-header .btn-close { margin-right: -0.375rem; margin-left: 0.75rem; } .toast-body { padding: 0.75rem; word-wrap: break-word; } .modal { position: fixed; top: 0; left: 0; z-index: 1055; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } .modal.show .modal-dialog { transform: none; } .modal.modal-static .modal-dialog { transform: scale(1.02); } .modal-dialog-scrollable { height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.1rem; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); outline: 0; } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.26; } .modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #e0e0e0; border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #e0e0e0; border-bottom-right-radius: calc(0.1rem - 1px); border-bottom-left-radius: calc(0.1rem - 1px); } .modal-footer > * { margin: 0.25rem; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { height: calc(100% - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-content { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 575.98px) { .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-sm-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-sm-down .modal-header { border-radius: 0; } .modal-fullscreen-sm-down .modal-body { overflow-y: auto; } .modal-fullscreen-sm-down .modal-footer { border-radius: 0; } } @media (max-width: 767.98px) { .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-md-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-md-down .modal-header { border-radius: 0; } .modal-fullscreen-md-down .modal-body { overflow-y: auto; } .modal-fullscreen-md-down .modal-footer { border-radius: 0; } } @media (max-width: 991.98px) { .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lg-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lg-down .modal-header { border-radius: 0; } .modal-fullscreen-lg-down .modal-body { overflow-y: auto; } .modal-fullscreen-lg-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xl-down .modal-header { border-radius: 0; } .modal-fullscreen-xl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xl-down .modal-footer { border-radius: 0; } } @media (max-width: 1399.98px) { .modal-fullscreen-xxl-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-xxl-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-xxl-down .modal-header { border-radius: 0; } .modal-fullscreen-xxl-down .modal-body { overflow-y: auto; } .modal-fullscreen-xxl-down .modal-footer { border-radius: 0; } } .tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] { padding: 0.4rem 0; } .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow { bottom: 0; } .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] { padding: 0 0.4rem; } .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] { padding: 0.4rem 0; } .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow { top: 0; } .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] { padding: 0 0.4rem; } .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.1rem; } .popover { position: absolute; top: 0; left: 0 /* rtl:ignore */; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.1rem; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); } .popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; } .popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow { top: calc(-0.5rem - 1px); } .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; } .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 1rem 1rem; color: #424242; } .carousel { position: relative; } .carousel.pointer-event { touch-action: pan-y; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner::after { display: block; clear: both; content: ""; } .carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } /* rtl:begin:ignore */ .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end { transform: translateX(100%); } .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start { transform: translateX(-100%); } /* rtl:end:ignore */ .carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; } .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { transition: none; } } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; padding: 0; color: #fff; text-align: center; background: none; border: 0; opacity: 0.5; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; } /* rtl:options: { "autoRename": true, "stringMap":[ { "name" : "prev-next", "search" : "prev", "replace" : "next" } ] } */ .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: center; padding: 0; margin-right: 15%; margin-bottom: 1rem; margin-left: 15%; list-style: none; } .carousel-indicators [data-bs-target] { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators [data-bs-target] { transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; right: 15%; bottom: 1.25rem; left: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center; } .carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon { filter: invert(1) grayscale(100); } .carousel-dark .carousel-indicators [data-bs-target] { background-color: #000; } .carousel-dark .carousel-caption { color: #000; } @keyframes spinner-border { to { transform: rotate(360deg) /* rtl:ignore */; } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: 0.75s linear infinite spinner-border; } .spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; } @keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } } .spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; background-color: currentColor; border-radius: 50%; opacity: 0; animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm { width: 1rem; height: 1rem; } @media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { animation-duration: 1.5s; } } .offcanvas { position: fixed; bottom: 0; z-index: 1045; display: flex; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); transition: transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .offcanvas { transition: none; } } .offcanvas-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .offcanvas-backdrop.fade { opacity: 0; } .offcanvas-backdrop.show { opacity: 0.26; } .offcanvas-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem; } .offcanvas-header .btn-close { padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-right: -0.5rem; margin-bottom: -0.5rem; } .offcanvas-title { margin-bottom: 0; line-height: 1.5; } .offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow-y: auto; } .offcanvas-start { top: 0; left: 0; width: 400px; border-right: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(-100%); } .offcanvas-end { top: 0; right: 0; width: 400px; border-left: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(100%); } .offcanvas-top { top: 0; right: 0; left: 0; height: 30vh; max-height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(-100%); } .offcanvas-bottom { right: 0; left: 0; height: 30vh; max-height: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(100%); } .offcanvas.show { transform: none; } .placeholder { display: inline-block; min-height: 1em; vertical-align: middle; cursor: wait; background-color: currentColor; opacity: 0.5; } .placeholder.btn::before { display: inline-block; content: ""; } .placeholder-xs { min-height: .6em; } .placeholder-sm { min-height: .8em; } .placeholder-lg { min-height: 1.2em; } .placeholder-glow .placeholder { animation: placeholder-glow 2s ease-in-out infinite; } @keyframes placeholder-glow { 50% { opacity: 0.2; } } .placeholder-wave { mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); mask-size: 200% 100%; animation: placeholder-wave 2s linear infinite; } @keyframes placeholder-wave { 100% { mask-position: -200% 0%; } } .clearfix::after { display: block; clear: both; content: ""; } .link-primary { color: #2196f3; } .link-primary:hover, .link-primary:focus { color: #4dabf5; } .link-secondary { color: #757575; } .link-secondary:hover, .link-secondary:focus { color: #5e5e5e; } .link-success { color: #4caf50; } .link-success:hover, .link-success:focus { color: #70bf73; } .link-info { color: #00bcd4; } .link-info:hover, .link-info:focus { color: #33c9dd; } .link-warning { color: #fbc02d; } .link-warning:hover, .link-warning:focus { color: #fccd57; } .link-danger { color: #f44336; } .link-danger:hover, .link-danger:focus { color: #f6695e; } .link-light { color: #f5f5f5; } .link-light:hover, .link-light:focus { color: #f7f7f7; } .link-dark { color: #212121; } .link-dark:hover, .link-dark:focus { color: #1a1a1a; } .ratio { position: relative; width: 100%; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .ratio-1x1 { --bs-aspect-ratio: 100%; } .ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); } .ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); } .ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } .sticky-top { position: sticky; top: 0; z-index: 1020; } @media (min-width: 576px) { .sticky-sm-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 768px) { .sticky-md-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 992px) { .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1200px) { .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } } @media (min-width: 1400px) { .sticky-xxl-top { position: sticky; top: 0; z-index: 1020; } } .hstack { display: flex; flex-direction: row; align-items: center; align-self: stretch; } .vstack { display: flex; flex: 1 1 auto; flex-direction: column; align-self: stretch; } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .vr { display: inline-block; align-self: stretch; width: 1px; min-height: 1em; background-color: currentColor; opacity: 0.25; } .align-baseline { vertical-align: baseline !important; } .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } .float-start { float: left !important; } .float-end { float: right !important; } .float-none { float: none !important; } .opacity-0 { opacity: 0 !important; } .opacity-25 { opacity: 0.25 !important; } .opacity-50 { opacity: 0.5 !important; } .opacity-75 { opacity: 0.75 !important; } .opacity-100 { opacity: 1 !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-visible { overflow: visible !important; } .overflow-scroll { overflow: scroll !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-grid { display: grid !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .d-none { display: none !important; } .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { box-shadow: none !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .top-0 { top: 0 !important; } .top-50 { top: 50% !important; } .top-100 { top: 100% !important; } .bottom-0 { bottom: 0 !important; } .bottom-50 { bottom: 50% !important; } .bottom-100 { bottom: 100% !important; } .start-0 { left: 0 !important; } .start-50 { left: 50% !important; } .start-100 { left: 100% !important; } .end-0 { right: 0 !important; } .end-50 { right: 50% !important; } .end-100 { right: 100% !important; } .translate-middle { transform: translate(-50%, -50%) !important; } .translate-middle-x { transform: translateX(-50%) !important; } .translate-middle-y { transform: translateY(-50%) !important; } .border { border: 1px solid #e0e0e0 !important; } .border-0 { border: 0 !important; } .border-top { border-top: 1px solid #e0e0e0 !important; } .border-top-0 { border-top: 0 !important; } .border-end { border-right: 1px solid #e0e0e0 !important; } .border-end-0 { border-right: 0 !important; } .border-bottom { border-bottom: 1px solid #e0e0e0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-start { border-left: 1px solid #e0e0e0 !important; } .border-start-0 { border-left: 0 !important; } .border-primary { border-color: #2196f3 !important; } .border-secondary { border-color: #757575 !important; } .border-success { border-color: #4caf50 !important; } .border-info { border-color: #00bcd4 !important; } .border-warning { border-color: #fbc02d !important; } .border-danger { border-color: #f44336 !important; } .border-light { border-color: #f5f5f5 !important; } .border-dark { border-color: #212121 !important; } .border-white { border-color: #fff !important; } .border-1 { border-width: 1px !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .mw-100 { max-width: 100% !important; } .vw-100 { width: 100vw !important; } .min-vw-100 { min-width: 100vw !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mh-100 { max-height: 100% !important; } .vh-100 { height: 100vh !important; } .min-vh-100 { min-height: 100vh !important; } .flex-fill { flex: 1 1 auto !important; } .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow-1 { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink-1 { flex-shrink: 1 !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-0 { gap: 0 !important; } .gap-1 { gap: 0.25rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-3 { gap: 1rem !important; } .gap-4 { gap: 1.5rem !important; } .gap-5 { gap: 3rem !important; } .gap-6 { gap: 4.75rem !important; } .gap-7 { gap: 6rem !important; } .gap-8 { gap: 7.25rem !important; } .gap-9 { gap: 8.5rem !important; } .gap-10 { gap: 10rem !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .justify-content-evenly { justify-content: space-evenly !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } .align-content-start { align-content: flex-start !important; } .align-content-end { align-content: flex-end !important; } .align-content-center { align-content: center !important; } .align-content-between { align-content: space-between !important; } .align-content-around { align-content: space-around !important; } .align-content-stretch { align-content: stretch !important; } .align-self-auto { align-self: auto !important; } .align-self-start { align-self: flex-start !important; } .align-self-end { align-self: flex-end !important; } .align-self-center { align-self: center !important; } .align-self-baseline { align-self: baseline !important; } .align-self-stretch { align-self: stretch !important; } .order-first { order: -1 !important; } .order-0 { order: 0 !important; } .order-1 { order: 1 !important; } .order-2 { order: 2 !important; } .order-3 { order: 3 !important; } .order-4 { order: 4 !important; } .order-5 { order: 5 !important; } .order-last { order: 6 !important; } .m-0 { margin: 0 !important; } .m-1 { margin: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .m-3 { margin: 1rem !important; } .m-4 { margin: 1.5rem !important; } .m-5 { margin: 3rem !important; } .m-6 { margin: 4.75rem !important; } .m-7 { margin: 6rem !important; } .m-8 { margin: 7.25rem !important; } .m-9 { margin: 8.5rem !important; } .m-10 { margin: 10rem !important; } .m-auto { margin: auto !important; } .mx-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-6 { margin-right: 4.75rem !important; margin-left: 4.75rem !important; } .mx-7 { margin-right: 6rem !important; margin-left: 6rem !important; } .mx-8 { margin-right: 7.25rem !important; margin-left: 7.25rem !important; } .mx-9 { margin-right: 8.5rem !important; margin-left: 8.5rem !important; } .mx-10 { margin-right: 10rem !important; margin-left: 10rem !important; } .mx-auto { margin-right: auto !important; margin-left: auto !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-6 { margin-top: 4.75rem !important; margin-bottom: 4.75rem !important; } .my-7 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-8 { margin-top: 7.25rem !important; margin-bottom: 7.25rem !important; } .my-9 { margin-top: 8.5rem !important; margin-bottom: 8.5rem !important; } .my-10 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 0.25rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; } .mt-6 { margin-top: 4.75rem !important; } .mt-7 { margin-top: 6rem !important; } .mt-8 { margin-top: 7.25rem !important; } .mt-9 { margin-top: 8.5rem !important; } .mt-10 { margin-top: 10rem !important; } .mt-auto { margin-top: auto !important; } .me-0 { margin-right: 0 !important; } .me-1 { margin-right: 0.25rem !important; } .me-2 { margin-right: 0.5rem !important; } .me-3 { margin-right: 1rem !important; } .me-4 { margin-right: 1.5rem !important; } .me-5 { margin-right: 3rem !important; } .me-6 { margin-right: 4.75rem !important; } .me-7 { margin-right: 6rem !important; } .me-8 { margin-right: 7.25rem !important; } .me-9 { margin-right: 8.5rem !important; } .me-10 { margin-right: 10rem !important; } .me-auto { margin-right: auto !important; } .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .mb-6 { margin-bottom: 4.75rem !important; } .mb-7 { margin-bottom: 6rem !important; } .mb-8 { margin-bottom: 7.25rem !important; } .mb-9 { margin-bottom: 8.5rem !important; } .mb-10 { margin-bottom: 10rem !important; } .mb-auto { margin-bottom: auto !important; } .ms-0 { margin-left: 0 !important; } .ms-1 { margin-left: 0.25rem !important; } .ms-2 { margin-left: 0.5rem !important; } .ms-3 { margin-left: 1rem !important; } .ms-4 { margin-left: 1.5rem !important; } .ms-5 { margin-left: 3rem !important; } .ms-6 { margin-left: 4.75rem !important; } .ms-7 { margin-left: 6rem !important; } .ms-8 { margin-left: 7.25rem !important; } .ms-9 { margin-left: 8.5rem !important; } .ms-10 { margin-left: 10rem !important; } .ms-auto { margin-left: auto !important; } .p-0 { padding: 0 !important; } .p-1 { padding: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .p-3 { padding: 1rem !important; } .p-4 { padding: 1.5rem !important; } .p-5 { padding: 3rem !important; } .p-6 { padding: 4.75rem !important; } .p-7 { padding: 6rem !important; } .p-8 { padding: 7.25rem !important; } .p-9 { padding: 8.5rem !important; } .p-10 { padding: 10rem !important; } .px-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .px-6 { padding-right: 4.75rem !important; padding-left: 4.75rem !important; } .px-7 { padding-right: 6rem !important; padding-left: 6rem !important; } .px-8 { padding-right: 7.25rem !important; padding-left: 7.25rem !important; } .px-9 { padding-right: 8.5rem !important; padding-left: 8.5rem !important; } .px-10 { padding-right: 10rem !important; padding-left: 10rem !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-6 { padding-top: 4.75rem !important; padding-bottom: 4.75rem !important; } .py-7 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-8 { padding-top: 7.25rem !important; padding-bottom: 7.25rem !important; } .py-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; } .py-10 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .pt-0 { padding-top: 0 !important; } .pt-1 { padding-top: 0.25rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pt-3 { padding-top: 1rem !important; } .pt-4 { padding-top: 1.5rem !important; } .pt-5 { padding-top: 3rem !important; } .pt-6 { padding-top: 4.75rem !important; } .pt-7 { padding-top: 6rem !important; } .pt-8 { padding-top: 7.25rem !important; } .pt-9 { padding-top: 8.5rem !important; } .pt-10 { padding-top: 10rem !important; } .pe-0 { padding-right: 0 !important; } .pe-1 { padding-right: 0.25rem !important; } .pe-2 { padding-right: 0.5rem !important; } .pe-3 { padding-right: 1rem !important; } .pe-4 { padding-right: 1.5rem !important; } .pe-5 { padding-right: 3rem !important; } .pe-6 { padding-right: 4.75rem !important; } .pe-7 { padding-right: 6rem !important; } .pe-8 { padding-right: 7.25rem !important; } .pe-9 { padding-right: 8.5rem !important; } .pe-10 { padding-right: 10rem !important; } .pb-0 { padding-bottom: 0 !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pb-3 { padding-bottom: 1rem !important; } .pb-4 { padding-bottom: 1.5rem !important; } .pb-5 { padding-bottom: 3rem !important; } .pb-6 { padding-bottom: 4.75rem !important; } .pb-7 { padding-bottom: 6rem !important; } .pb-8 { padding-bottom: 7.25rem !important; } .pb-9 { padding-bottom: 8.5rem !important; } .pb-10 { padding-bottom: 10rem !important; } .ps-0 { padding-left: 0 !important; } .ps-1 { padding-left: 0.25rem !important; } .ps-2 { padding-left: 0.5rem !important; } .ps-3 { padding-left: 1rem !important; } .ps-4 { padding-left: 1.5rem !important; } .ps-5 { padding-left: 3rem !important; } .ps-6 { padding-left: 4.75rem !important; } .ps-7 { padding-left: 6rem !important; } .ps-8 { padding-left: 7.25rem !important; } .ps-9 { padding-left: 8.5rem !important; } .ps-10 { padding-left: 10rem !important; } .font-monospace { font-family: var(--bs-font-monospace) !important; } .fs-1 { font-size: calc(1.375rem + 1.5vw) !important; } .fs-2 { font-size: calc(1.325rem + 0.9vw) !important; } .fs-3 { font-size: calc(1.3rem + 0.6vw) !important; } .fs-4 { font-size: calc(1.275rem + 0.3vw) !important; } .fs-5 { font-size: 1.25rem !important; } .fs-6 { font-size: 1rem !important; } .fst-italic { font-style: italic !important; } .fst-normal { font-style: normal !important; } .fw-light { font-weight: 300 !important; } .fw-lighter { font-weight: lighter !important; } .fw-normal { font-weight: 400 !important; } .fw-bold { font-weight: 700 !important; } .fw-bolder { font-weight: bolder !important; } .lh-1 { line-height: 1 !important; } .lh-sm { line-height: 1.25 !important; } .lh-base { line-height: 1.5 !important; } .lh-lg { line-height: 2 !important; } .text-start { text-align: left !important; } .text-end { text-align: right !important; } .text-center { text-align: center !important; } .text-decoration-none { text-decoration: none !important; } .text-decoration-underline { text-decoration: underline !important; } .text-decoration-line-through { text-decoration: line-through !important; } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } /* rtl:begin:remove */ .text-break { word-wrap: break-word !important; word-break: break-word !important; } /* rtl:end:remove */ .text-primary { --bs-text-opacity: 1; color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } .text-secondary { --bs-text-opacity: 1; color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } .text-success { --bs-text-opacity: 1; color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } .text-info { --bs-text-opacity: 1; color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } .text-warning { --bs-text-opacity: 1; color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } .text-danger { --bs-text-opacity: 1; color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } .text-light { --bs-text-opacity: 1; color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } .text-dark { --bs-text-opacity: 1; color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; } .text-black { --bs-text-opacity: 1; color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } .text-white { --bs-text-opacity: 1; color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } .text-body { --bs-text-opacity: 1; color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; } .text-muted, .bmd-help { --bs-text-opacity: 1; color: #757575 !important; } .text-black-50 { --bs-text-opacity: 1; color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { --bs-text-opacity: 1; color: rgba(255, 255, 255, 0.5) !important; } .text-reset { --bs-text-opacity: 1; color: inherit !important; } .text-opacity-25 { --bs-text-opacity: 0.25; } .text-opacity-50 { --bs-text-opacity: 0.5; } .text-opacity-75 { --bs-text-opacity: 0.75; } .text-opacity-100 { --bs-text-opacity: 1; } .bg-primary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; } .bg-secondary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; } .bg-success { --bs-bg-opacity: 1; background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; } .bg-info { --bs-bg-opacity: 1; background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; } .bg-warning { --bs-bg-opacity: 1; background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; } .bg-danger { --bs-bg-opacity: 1; background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; } .bg-light { --bs-bg-opacity: 1; background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; } .bg-dark { --bs-bg-opacity: 1; background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; } .bg-black { --bs-bg-opacity: 1; background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; } .bg-white { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; } .bg-body { --bs-bg-opacity: 1; background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; } .bg-transparent { --bs-bg-opacity: 1; background-color: transparent !important; } .bg-opacity-10 { --bs-bg-opacity: 0.1; } .bg-opacity-25 { --bs-bg-opacity: 0.25; } .bg-opacity-50 { --bs-bg-opacity: 0.5; } .bg-opacity-75 { --bs-bg-opacity: 0.75; } .bg-opacity-100 { --bs-bg-opacity: 1; } .bg-gradient { background-image: var(--bs-gradient) !important; } .user-select-all { user-select: all !important; } .user-select-auto { user-select: auto !important; } .user-select-none { user-select: none !important; } .pe-none { pointer-events: none !important; } .pe-auto { pointer-events: auto !important; } .rounded { border-radius: 0.1rem !important; } .rounded-0 { border-radius: 0 !important; } .rounded-1 { border-radius: 0.0625rem !important; } .rounded-2 { border-radius: 0.1rem !important; } .rounded-3 { border-radius: 0.1rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-top { border-top-left-radius: 0.1rem !important; border-top-right-radius: 0.1rem !important; } .rounded-end { border-top-right-radius: 0.1rem !important; border-bottom-right-radius: 0.1rem !important; } .rounded-bottom { border-bottom-right-radius: 0.1rem !important; border-bottom-left-radius: 0.1rem !important; } .rounded-start { border-bottom-left-radius: 0.1rem !important; border-top-left-radius: 0.1rem !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media (min-width: 576px) { .float-sm-start { float: left !important; } .float-sm-end { float: right !important; } .float-sm-none { float: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-grid { display: grid !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } .d-sm-none { display: none !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-sm-0 { gap: 0 !important; } .gap-sm-1 { gap: 0.25rem !important; } .gap-sm-2 { gap: 0.5rem !important; } .gap-sm-3 { gap: 1rem !important; } .gap-sm-4 { gap: 1.5rem !important; } .gap-sm-5 { gap: 3rem !important; } .gap-sm-6 { gap: 4.75rem !important; } .gap-sm-7 { gap: 6rem !important; } .gap-sm-8 { gap: 7.25rem !important; } .gap-sm-9 { gap: 8.5rem !important; } .gap-sm-10 { gap: 10rem !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .justify-content-sm-evenly { justify-content: space-evenly !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } .order-sm-first { order: -1 !important; } .order-sm-0 { order: 0 !important; } .order-sm-1 { order: 1 !important; } .order-sm-2 { order: 2 !important; } .order-sm-3 { order: 3 !important; } .order-sm-4 { order: 4 !important; } .order-sm-5 { order: 5 !important; } .order-sm-last { order: 6 !important; } .m-sm-0 { margin: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .m-sm-6 { margin: 4.75rem !important; } .m-sm-7 { margin: 6rem !important; } .m-sm-8 { margin: 7.25rem !important; } .m-sm-9 { margin: 8.5rem !important; } .m-sm-10 { margin: 10rem !important; } .m-sm-auto { margin: auto !important; } .mx-sm-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-sm-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-sm-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-sm-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-sm-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-sm-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-sm-6 { margin-right: 4.75rem !important; margin-left: 4.75rem !important; } .mx-sm-7 { margin-right: 6rem !important; margin-left: 6rem !important; } .mx-sm-8 { margin-right: 7.25rem !important; margin-left: 7.25rem !important; } .mx-sm-9 { margin-right: 8.5rem !important; margin-left: 8.5rem !important; } .mx-sm-10 { margin-right: 10rem !important; margin-left: 10rem !important; } .mx-sm-auto { margin-right: auto !important; margin-left: auto !important; } .my-sm-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-sm-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-sm-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-sm-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-sm-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-sm-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-sm-6 { margin-top: 4.75rem !important; margin-bottom: 4.75rem !important; } .my-sm-7 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-sm-8 { margin-top: 7.25rem !important; margin-bottom: 7.25rem !important; } .my-sm-9 { margin-top: 8.5rem !important; margin-bottom: 8.5rem !important; } .my-sm-10 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-sm-0 { margin-top: 0 !important; } .mt-sm-1 { margin-top: 0.25rem !important; } .mt-sm-2 { margin-top: 0.5rem !important; } .mt-sm-3 { margin-top: 1rem !important; } .mt-sm-4 { margin-top: 1.5rem !important; } .mt-sm-5 { margin-top: 3rem !important; } .mt-sm-6 { margin-top: 4.75rem !important; } .mt-sm-7 { margin-top: 6rem !important; } .mt-sm-8 { margin-top: 7.25rem !important; } .mt-sm-9 { margin-top: 8.5rem !important; } .mt-sm-10 { margin-top: 10rem !important; } .mt-sm-auto { margin-top: auto !important; } .me-sm-0 { margin-right: 0 !important; } .me-sm-1 { margin-right: 0.25rem !important; } .me-sm-2 { margin-right: 0.5rem !important; } .me-sm-3 { margin-right: 1rem !important; } .me-sm-4 { margin-right: 1.5rem !important; } .me-sm-5 { margin-right: 3rem !important; } .me-sm-6 { margin-right: 4.75rem !important; } .me-sm-7 { margin-right: 6rem !important; } .me-sm-8 { margin-right: 7.25rem !important; } .me-sm-9 { margin-right: 8.5rem !important; } .me-sm-10 { margin-right: 10rem !important; } .me-sm-auto { margin-right: auto !important; } .mb-sm-0 { margin-bottom: 0 !important; } .mb-sm-1 { margin-bottom: 0.25rem !important; } .mb-sm-2 { margin-bottom: 0.5rem !important; } .mb-sm-3 { margin-bottom: 1rem !important; } .mb-sm-4 { margin-bottom: 1.5rem !important; } .mb-sm-5 { margin-bottom: 3rem !important; } .mb-sm-6 { margin-bottom: 4.75rem !important; } .mb-sm-7 { margin-bottom: 6rem !important; } .mb-sm-8 { margin-bottom: 7.25rem !important; } .mb-sm-9 { margin-bottom: 8.5rem !important; } .mb-sm-10 { margin-bottom: 10rem !important; } .mb-sm-auto { margin-bottom: auto !important; } .ms-sm-0 { margin-left: 0 !important; } .ms-sm-1 { margin-left: 0.25rem !important; } .ms-sm-2 { margin-left: 0.5rem !important; } .ms-sm-3 { margin-left: 1rem !important; } .ms-sm-4 { margin-left: 1.5rem !important; } .ms-sm-5 { margin-left: 3rem !important; } .ms-sm-6 { margin-left: 4.75rem !important; } .ms-sm-7 { margin-left: 6rem !important; } .ms-sm-8 { margin-left: 7.25rem !important; } .ms-sm-9 { margin-left: 8.5rem !important; } .ms-sm-10 { margin-left: 10rem !important; } .ms-sm-auto { margin-left: auto !important; } .p-sm-0 { padding: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .p-sm-6 { padding: 4.75rem !important; } .p-sm-7 { padding: 6rem !important; } .p-sm-8 { padding: 7.25rem !important; } .p-sm-9 { padding: 8.5rem !important; } .p-sm-10 { padding: 10rem !important; } .px-sm-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-sm-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-sm-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-sm-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-sm-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-sm-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .px-sm-6 { padding-right: 4.75rem !important; padding-left: 4.75rem !important; } .px-sm-7 { padding-right: 6rem !important; padding-left: 6rem !important; } .px-sm-8 { padding-right: 7.25rem !important; padding-left: 7.25rem !important; } .px-sm-9 { padding-right: 8.5rem !important; padding-left: 8.5rem !important; } .px-sm-10 { padding-right: 10rem !important; padding-left: 10rem !important; } .py-sm-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-sm-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-sm-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-sm-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-sm-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-sm-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-sm-6 { padding-top: 4.75rem !important; padding-bottom: 4.75rem !important; } .py-sm-7 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-sm-8 { padding-top: 7.25rem !important; padding-bottom: 7.25rem !important; } .py-sm-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; } .py-sm-10 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .pt-sm-0 { padding-top: 0 !important; } .pt-sm-1 { padding-top: 0.25rem !important; } .pt-sm-2 { padding-top: 0.5rem !important; } .pt-sm-3 { padding-top: 1rem !important; } .pt-sm-4 { padding-top: 1.5rem !important; } .pt-sm-5 { padding-top: 3rem !important; } .pt-sm-6 { padding-top: 4.75rem !important; } .pt-sm-7 { padding-top: 6rem !important; } .pt-sm-8 { padding-top: 7.25rem !important; } .pt-sm-9 { padding-top: 8.5rem !important; } .pt-sm-10 { padding-top: 10rem !important; } .pe-sm-0 { padding-right: 0 !important; } .pe-sm-1 { padding-right: 0.25rem !important; } .pe-sm-2 { padding-right: 0.5rem !important; } .pe-sm-3 { padding-right: 1rem !important; } .pe-sm-4 { padding-right: 1.5rem !important; } .pe-sm-5 { padding-right: 3rem !important; } .pe-sm-6 { padding-right: 4.75rem !important; } .pe-sm-7 { padding-right: 6rem !important; } .pe-sm-8 { padding-right: 7.25rem !important; } .pe-sm-9 { padding-right: 8.5rem !important; } .pe-sm-10 { padding-right: 10rem !important; } .pb-sm-0 { padding-bottom: 0 !important; } .pb-sm-1 { padding-bottom: 0.25rem !important; } .pb-sm-2 { padding-bottom: 0.5rem !important; } .pb-sm-3 { padding-bottom: 1rem !important; } .pb-sm-4 { padding-bottom: 1.5rem !important; } .pb-sm-5 { padding-bottom: 3rem !important; } .pb-sm-6 { padding-bottom: 4.75rem !important; } .pb-sm-7 { padding-bottom: 6rem !important; } .pb-sm-8 { padding-bottom: 7.25rem !important; } .pb-sm-9 { padding-bottom: 8.5rem !important; } .pb-sm-10 { padding-bottom: 10rem !important; } .ps-sm-0 { padding-left: 0 !important; } .ps-sm-1 { padding-left: 0.25rem !important; } .ps-sm-2 { padding-left: 0.5rem !important; } .ps-sm-3 { padding-left: 1rem !important; } .ps-sm-4 { padding-left: 1.5rem !important; } .ps-sm-5 { padding-left: 3rem !important; } .ps-sm-6 { padding-left: 4.75rem !important; } .ps-sm-7 { padding-left: 6rem !important; } .ps-sm-8 { padding-left: 7.25rem !important; } .ps-sm-9 { padding-left: 8.5rem !important; } .ps-sm-10 { padding-left: 10rem !important; } .text-sm-start { text-align: left !important; } .text-sm-end { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .float-md-start { float: left !important; } .float-md-end { float: right !important; } .float-md-none { float: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-grid { display: grid !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } .d-md-none { display: none !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-md-0 { gap: 0 !important; } .gap-md-1 { gap: 0.25rem !important; } .gap-md-2 { gap: 0.5rem !important; } .gap-md-3 { gap: 1rem !important; } .gap-md-4 { gap: 1.5rem !important; } .gap-md-5 { gap: 3rem !important; } .gap-md-6 { gap: 4.75rem !important; } .gap-md-7 { gap: 6rem !important; } .gap-md-8 { gap: 7.25rem !important; } .gap-md-9 { gap: 8.5rem !important; } .gap-md-10 { gap: 10rem !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .justify-content-md-evenly { justify-content: space-evenly !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } .order-md-first { order: -1 !important; } .order-md-0 { order: 0 !important; } .order-md-1 { order: 1 !important; } .order-md-2 { order: 2 !important; } .order-md-3 { order: 3 !important; } .order-md-4 { order: 4 !important; } .order-md-5 { order: 5 !important; } .order-md-last { order: 6 !important; } .m-md-0 { margin: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .m-md-6 { margin: 4.75rem !important; } .m-md-7 { margin: 6rem !important; } .m-md-8 { margin: 7.25rem !important; } .m-md-9 { margin: 8.5rem !important; } .m-md-10 { margin: 10rem !important; } .m-md-auto { margin: auto !important; } .mx-md-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-md-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-md-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-md-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-md-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-md-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-md-6 { margin-right: 4.75rem !important; margin-left: 4.75rem !important; } .mx-md-7 { margin-right: 6rem !important; margin-left: 6rem !important; } .mx-md-8 { margin-right: 7.25rem !important; margin-left: 7.25rem !important; } .mx-md-9 { margin-right: 8.5rem !important; margin-left: 8.5rem !important; } .mx-md-10 { margin-right: 10rem !important; margin-left: 10rem !important; } .mx-md-auto { margin-right: auto !important; margin-left: auto !important; } .my-md-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-md-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-md-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-md-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-md-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-md-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-md-6 { margin-top: 4.75rem !important; margin-bottom: 4.75rem !important; } .my-md-7 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-md-8 { margin-top: 7.25rem !important; margin-bottom: 7.25rem !important; } .my-md-9 { margin-top: 8.5rem !important; margin-bottom: 8.5rem !important; } .my-md-10 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-md-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-md-0 { margin-top: 0 !important; } .mt-md-1 { margin-top: 0.25rem !important; } .mt-md-2 { margin-top: 0.5rem !important; } .mt-md-3 { margin-top: 1rem !important; } .mt-md-4 { margin-top: 1.5rem !important; } .mt-md-5 { margin-top: 3rem !important; } .mt-md-6 { margin-top: 4.75rem !important; } .mt-md-7 { margin-top: 6rem !important; } .mt-md-8 { margin-top: 7.25rem !important; } .mt-md-9 { margin-top: 8.5rem !important; } .mt-md-10 { margin-top: 10rem !important; } .mt-md-auto { margin-top: auto !important; } .me-md-0 { margin-right: 0 !important; } .me-md-1 { margin-right: 0.25rem !important; } .me-md-2 { margin-right: 0.5rem !important; } .me-md-3 { margin-right: 1rem !important; } .me-md-4 { margin-right: 1.5rem !important; } .me-md-5 { margin-right: 3rem !important; } .me-md-6 { margin-right: 4.75rem !important; } .me-md-7 { margin-right: 6rem !important; } .me-md-8 { margin-right: 7.25rem !important; } .me-md-9 { margin-right: 8.5rem !important; } .me-md-10 { margin-right: 10rem !important; } .me-md-auto { margin-right: auto !important; } .mb-md-0 { margin-bottom: 0 !important; } .mb-md-1 { margin-bottom: 0.25rem !important; } .mb-md-2 { margin-bottom: 0.5rem !important; } .mb-md-3 { margin-bottom: 1rem !important; } .mb-md-4 { margin-bottom: 1.5rem !important; } .mb-md-5 { margin-bottom: 3rem !important; } .mb-md-6 { margin-bottom: 4.75rem !important; } .mb-md-7 { margin-bottom: 6rem !important; } .mb-md-8 { margin-bottom: 7.25rem !important; } .mb-md-9 { margin-bottom: 8.5rem !important; } .mb-md-10 { margin-bottom: 10rem !important; } .mb-md-auto { margin-bottom: auto !important; } .ms-md-0 { margin-left: 0 !important; } .ms-md-1 { margin-left: 0.25rem !important; } .ms-md-2 { margin-left: 0.5rem !important; } .ms-md-3 { margin-left: 1rem !important; } .ms-md-4 { margin-left: 1.5rem !important; } .ms-md-5 { margin-left: 3rem !important; } .ms-md-6 { margin-left: 4.75rem !important; } .ms-md-7 { margin-left: 6rem !important; } .ms-md-8 { margin-left: 7.25rem !important; } .ms-md-9 { margin-left: 8.5rem !important; } .ms-md-10 { margin-left: 10rem !important; } .ms-md-auto { margin-left: auto !important; } .p-md-0 { padding: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .p-md-6 { padding: 4.75rem !important; } .p-md-7 { padding: 6rem !important; } .p-md-8 { padding: 7.25rem !important; } .p-md-9 { padding: 8.5rem !important; } .p-md-10 { padding: 10rem !important; } .px-md-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-md-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-md-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-md-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-md-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-md-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .px-md-6 { padding-right: 4.75rem !important; padding-left: 4.75rem !important; } .px-md-7 { padding-right: 6rem !important; padding-left: 6rem !important; } .px-md-8 { padding-right: 7.25rem !important; padding-left: 7.25rem !important; } .px-md-9 { padding-right: 8.5rem !important; padding-left: 8.5rem !important; } .px-md-10 { padding-right: 10rem !important; padding-left: 10rem !important; } .py-md-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-md-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-md-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-md-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-md-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-md-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-md-6 { padding-top: 4.75rem !important; padding-bottom: 4.75rem !important; } .py-md-7 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-md-8 { padding-top: 7.25rem !important; padding-bottom: 7.25rem !important; } .py-md-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; } .py-md-10 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .pt-md-0 { padding-top: 0 !important; } .pt-md-1 { padding-top: 0.25rem !important; } .pt-md-2 { padding-top: 0.5rem !important; } .pt-md-3 { padding-top: 1rem !important; } .pt-md-4 { padding-top: 1.5rem !important; } .pt-md-5 { padding-top: 3rem !important; } .pt-md-6 { padding-top: 4.75rem !important; } .pt-md-7 { padding-top: 6rem !important; } .pt-md-8 { padding-top: 7.25rem !important; } .pt-md-9 { padding-top: 8.5rem !important; } .pt-md-10 { padding-top: 10rem !important; } .pe-md-0 { padding-right: 0 !important; } .pe-md-1 { padding-right: 0.25rem !important; } .pe-md-2 { padding-right: 0.5rem !important; } .pe-md-3 { padding-right: 1rem !important; } .pe-md-4 { padding-right: 1.5rem !important; } .pe-md-5 { padding-right: 3rem !important; } .pe-md-6 { padding-right: 4.75rem !important; } .pe-md-7 { padding-right: 6rem !important; } .pe-md-8 { padding-right: 7.25rem !important; } .pe-md-9 { padding-right: 8.5rem !important; } .pe-md-10 { padding-right: 10rem !important; } .pb-md-0 { padding-bottom: 0 !important; } .pb-md-1 { padding-bottom: 0.25rem !important; } .pb-md-2 { padding-bottom: 0.5rem !important; } .pb-md-3 { padding-bottom: 1rem !important; } .pb-md-4 { padding-bottom: 1.5rem !important; } .pb-md-5 { padding-bottom: 3rem !important; } .pb-md-6 { padding-bottom: 4.75rem !important; } .pb-md-7 { padding-bottom: 6rem !important; } .pb-md-8 { padding-bottom: 7.25rem !important; } .pb-md-9 { padding-bottom: 8.5rem !important; } .pb-md-10 { padding-bottom: 10rem !important; } .ps-md-0 { padding-left: 0 !important; } .ps-md-1 { padding-left: 0.25rem !important; } .ps-md-2 { padding-left: 0.5rem !important; } .ps-md-3 { padding-left: 1rem !important; } .ps-md-4 { padding-left: 1.5rem !important; } .ps-md-5 { padding-left: 3rem !important; } .ps-md-6 { padding-left: 4.75rem !important; } .ps-md-7 { padding-left: 6rem !important; } .ps-md-8 { padding-left: 7.25rem !important; } .ps-md-9 { padding-left: 8.5rem !important; } .ps-md-10 { padding-left: 10rem !important; } .text-md-start { text-align: left !important; } .text-md-end { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .float-lg-start { float: left !important; } .float-lg-end { float: right !important; } .float-lg-none { float: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-grid { display: grid !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } .d-lg-none { display: none !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-lg-0 { gap: 0 !important; } .gap-lg-1 { gap: 0.25rem !important; } .gap-lg-2 { gap: 0.5rem !important; } .gap-lg-3 { gap: 1rem !important; } .gap-lg-4 { gap: 1.5rem !important; } .gap-lg-5 { gap: 3rem !important; } .gap-lg-6 { gap: 4.75rem !important; } .gap-lg-7 { gap: 6rem !important; } .gap-lg-8 { gap: 7.25rem !important; } .gap-lg-9 { gap: 8.5rem !important; } .gap-lg-10 { gap: 10rem !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .justify-content-lg-evenly { justify-content: space-evenly !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } .order-lg-first { order: -1 !important; } .order-lg-0 { order: 0 !important; } .order-lg-1 { order: 1 !important; } .order-lg-2 { order: 2 !important; } .order-lg-3 { order: 3 !important; } .order-lg-4 { order: 4 !important; } .order-lg-5 { order: 5 !important; } .order-lg-last { order: 6 !important; } .m-lg-0 { margin: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .m-lg-6 { margin: 4.75rem !important; } .m-lg-7 { margin: 6rem !important; } .m-lg-8 { margin: 7.25rem !important; } .m-lg-9 { margin: 8.5rem !important; } .m-lg-10 { margin: 10rem !important; } .m-lg-auto { margin: auto !important; } .mx-lg-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-lg-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-lg-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-lg-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-lg-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-lg-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-lg-6 { margin-right: 4.75rem !important; margin-left: 4.75rem !important; } .mx-lg-7 { margin-right: 6rem !important; margin-left: 6rem !important; } .mx-lg-8 { margin-right: 7.25rem !important; margin-left: 7.25rem !important; } .mx-lg-9 { margin-right: 8.5rem !important; margin-left: 8.5rem !important; } .mx-lg-10 { margin-right: 10rem !important; margin-left: 10rem !important; } .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; } .my-lg-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-lg-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-lg-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-lg-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-lg-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-lg-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-lg-6 { margin-top: 4.75rem !important; margin-bottom: 4.75rem !important; } .my-lg-7 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-lg-8 { margin-top: 7.25rem !important; margin-bottom: 7.25rem !important; } .my-lg-9 { margin-top: 8.5rem !important; margin-bottom: 8.5rem !important; } .my-lg-10 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-lg-0 { margin-top: 0 !important; } .mt-lg-1 { margin-top: 0.25rem !important; } .mt-lg-2 { margin-top: 0.5rem !important; } .mt-lg-3 { margin-top: 1rem !important; } .mt-lg-4 { margin-top: 1.5rem !important; } .mt-lg-5 { margin-top: 3rem !important; } .mt-lg-6 { margin-top: 4.75rem !important; } .mt-lg-7 { margin-top: 6rem !important; } .mt-lg-8 { margin-top: 7.25rem !important; } .mt-lg-9 { margin-top: 8.5rem !important; } .mt-lg-10 { margin-top: 10rem !important; } .mt-lg-auto { margin-top: auto !important; } .me-lg-0 { margin-right: 0 !important; } .me-lg-1 { margin-right: 0.25rem !important; } .me-lg-2 { margin-right: 0.5rem !important; } .me-lg-3 { margin-right: 1rem !important; } .me-lg-4 { margin-right: 1.5rem !important; } .me-lg-5 { margin-right: 3rem !important; } .me-lg-6 { margin-right: 4.75rem !important; } .me-lg-7 { margin-right: 6rem !important; } .me-lg-8 { margin-right: 7.25rem !important; } .me-lg-9 { margin-right: 8.5rem !important; } .me-lg-10 { margin-right: 10rem !important; } .me-lg-auto { margin-right: auto !important; } .mb-lg-0 { margin-bottom: 0 !important; } .mb-lg-1 { margin-bottom: 0.25rem !important; } .mb-lg-2 { margin-bottom: 0.5rem !important; } .mb-lg-3 { margin-bottom: 1rem !important; } .mb-lg-4 { margin-bottom: 1.5rem !important; } .mb-lg-5 { margin-bottom: 3rem !important; } .mb-lg-6 { margin-bottom: 4.75rem !important; } .mb-lg-7 { margin-bottom: 6rem !important; } .mb-lg-8 { margin-bottom: 7.25rem !important; } .mb-lg-9 { margin-bottom: 8.5rem !important; } .mb-lg-10 { margin-bottom: 10rem !important; } .mb-lg-auto { margin-bottom: auto !important; } .ms-lg-0 { margin-left: 0 !important; } .ms-lg-1 { margin-left: 0.25rem !important; } .ms-lg-2 { margin-left: 0.5rem !important; } .ms-lg-3 { margin-left: 1rem !important; } .ms-lg-4 { margin-left: 1.5rem !important; } .ms-lg-5 { margin-left: 3rem !important; } .ms-lg-6 { margin-left: 4.75rem !important; } .ms-lg-7 { margin-left: 6rem !important; } .ms-lg-8 { margin-left: 7.25rem !important; } .ms-lg-9 { margin-left: 8.5rem !important; } .ms-lg-10 { margin-left: 10rem !important; } .ms-lg-auto { margin-left: auto !important; } .p-lg-0 { padding: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .p-lg-6 { padding: 4.75rem !important; } .p-lg-7 { padding: 6rem !important; } .p-lg-8 { padding: 7.25rem !important; } .p-lg-9 { padding: 8.5rem !important; } .p-lg-10 { padding: 10rem !important; } .px-lg-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-lg-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-lg-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-lg-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-lg-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-lg-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .px-lg-6 { padding-right: 4.75rem !important; padding-left: 4.75rem !important; } .px-lg-7 { padding-right: 6rem !important; padding-left: 6rem !important; } .px-lg-8 { padding-right: 7.25rem !important; padding-left: 7.25rem !important; } .px-lg-9 { padding-right: 8.5rem !important; padding-left: 8.5rem !important; } .px-lg-10 { padding-right: 10rem !important; padding-left: 10rem !important; } .py-lg-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-lg-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-lg-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-lg-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-lg-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-lg-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-lg-6 { padding-top: 4.75rem !important; padding-bottom: 4.75rem !important; } .py-lg-7 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-lg-8 { padding-top: 7.25rem !important; padding-bottom: 7.25rem !important; } .py-lg-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; } .py-lg-10 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .pt-lg-0 { padding-top: 0 !important; } .pt-lg-1 { padding-top: 0.25rem !important; } .pt-lg-2 { padding-top: 0.5rem !important; } .pt-lg-3 { padding-top: 1rem !important; } .pt-lg-4 { padding-top: 1.5rem !important; } .pt-lg-5 { padding-top: 3rem !important; } .pt-lg-6 { padding-top: 4.75rem !important; } .pt-lg-7 { padding-top: 6rem !important; } .pt-lg-8 { padding-top: 7.25rem !important; } .pt-lg-9 { padding-top: 8.5rem !important; } .pt-lg-10 { padding-top: 10rem !important; } .pe-lg-0 { padding-right: 0 !important; } .pe-lg-1 { padding-right: 0.25rem !important; } .pe-lg-2 { padding-right: 0.5rem !important; } .pe-lg-3 { padding-right: 1rem !important; } .pe-lg-4 { padding-right: 1.5rem !important; } .pe-lg-5 { padding-right: 3rem !important; } .pe-lg-6 { padding-right: 4.75rem !important; } .pe-lg-7 { padding-right: 6rem !important; } .pe-lg-8 { padding-right: 7.25rem !important; } .pe-lg-9 { padding-right: 8.5rem !important; } .pe-lg-10 { padding-right: 10rem !important; } .pb-lg-0 { padding-bottom: 0 !important; } .pb-lg-1 { padding-bottom: 0.25rem !important; } .pb-lg-2 { padding-bottom: 0.5rem !important; } .pb-lg-3 { padding-bottom: 1rem !important; } .pb-lg-4 { padding-bottom: 1.5rem !important; } .pb-lg-5 { padding-bottom: 3rem !important; } .pb-lg-6 { padding-bottom: 4.75rem !important; } .pb-lg-7 { padding-bottom: 6rem !important; } .pb-lg-8 { padding-bottom: 7.25rem !important; } .pb-lg-9 { padding-bottom: 8.5rem !important; } .pb-lg-10 { padding-bottom: 10rem !important; } .ps-lg-0 { padding-left: 0 !important; } .ps-lg-1 { padding-left: 0.25rem !important; } .ps-lg-2 { padding-left: 0.5rem !important; } .ps-lg-3 { padding-left: 1rem !important; } .ps-lg-4 { padding-left: 1.5rem !important; } .ps-lg-5 { padding-left: 3rem !important; } .ps-lg-6 { padding-left: 4.75rem !important; } .ps-lg-7 { padding-left: 6rem !important; } .ps-lg-8 { padding-left: 7.25rem !important; } .ps-lg-9 { padding-left: 8.5rem !important; } .ps-lg-10 { padding-left: 10rem !important; } .text-lg-start { text-align: left !important; } .text-lg-end { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .float-xl-start { float: left !important; } .float-xl-end { float: right !important; } .float-xl-none { float: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-grid { display: grid !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } .d-xl-none { display: none !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-xl-0 { gap: 0 !important; } .gap-xl-1 { gap: 0.25rem !important; } .gap-xl-2 { gap: 0.5rem !important; } .gap-xl-3 { gap: 1rem !important; } .gap-xl-4 { gap: 1.5rem !important; } .gap-xl-5 { gap: 3rem !important; } .gap-xl-6 { gap: 4.75rem !important; } .gap-xl-7 { gap: 6rem !important; } .gap-xl-8 { gap: 7.25rem !important; } .gap-xl-9 { gap: 8.5rem !important; } .gap-xl-10 { gap: 10rem !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .justify-content-xl-evenly { justify-content: space-evenly !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } .order-xl-first { order: -1 !important; } .order-xl-0 { order: 0 !important; } .order-xl-1 { order: 1 !important; } .order-xl-2 { order: 2 !important; } .order-xl-3 { order: 3 !important; } .order-xl-4 { order: 4 !important; } .order-xl-5 { order: 5 !important; } .order-xl-last { order: 6 !important; } .m-xl-0 { margin: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .m-xl-6 { margin: 4.75rem !important; } .m-xl-7 { margin: 6rem !important; } .m-xl-8 { margin: 7.25rem !important; } .m-xl-9 { margin: 8.5rem !important; } .m-xl-10 { margin: 10rem !important; } .m-xl-auto { margin: auto !important; } .mx-xl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xl-6 { margin-right: 4.75rem !important; margin-left: 4.75rem !important; } .mx-xl-7 { margin-right: 6rem !important; margin-left: 6rem !important; } .mx-xl-8 { margin-right: 7.25rem !important; margin-left: 7.25rem !important; } .mx-xl-9 { margin-right: 8.5rem !important; margin-left: 8.5rem !important; } .mx-xl-10 { margin-right: 10rem !important; margin-left: 10rem !important; } .mx-xl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xl-6 { margin-top: 4.75rem !important; margin-bottom: 4.75rem !important; } .my-xl-7 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-xl-8 { margin-top: 7.25rem !important; margin-bottom: 7.25rem !important; } .my-xl-9 { margin-top: 8.5rem !important; margin-bottom: 8.5rem !important; } .my-xl-10 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xl-0 { margin-top: 0 !important; } .mt-xl-1 { margin-top: 0.25rem !important; } .mt-xl-2 { margin-top: 0.5rem !important; } .mt-xl-3 { margin-top: 1rem !important; } .mt-xl-4 { margin-top: 1.5rem !important; } .mt-xl-5 { margin-top: 3rem !important; } .mt-xl-6 { margin-top: 4.75rem !important; } .mt-xl-7 { margin-top: 6rem !important; } .mt-xl-8 { margin-top: 7.25rem !important; } .mt-xl-9 { margin-top: 8.5rem !important; } .mt-xl-10 { margin-top: 10rem !important; } .mt-xl-auto { margin-top: auto !important; } .me-xl-0 { margin-right: 0 !important; } .me-xl-1 { margin-right: 0.25rem !important; } .me-xl-2 { margin-right: 0.5rem !important; } .me-xl-3 { margin-right: 1rem !important; } .me-xl-4 { margin-right: 1.5rem !important; } .me-xl-5 { margin-right: 3rem !important; } .me-xl-6 { margin-right: 4.75rem !important; } .me-xl-7 { margin-right: 6rem !important; } .me-xl-8 { margin-right: 7.25rem !important; } .me-xl-9 { margin-right: 8.5rem !important; } .me-xl-10 { margin-right: 10rem !important; } .me-xl-auto { margin-right: auto !important; } .mb-xl-0 { margin-bottom: 0 !important; } .mb-xl-1 { margin-bottom: 0.25rem !important; } .mb-xl-2 { margin-bottom: 0.5rem !important; } .mb-xl-3 { margin-bottom: 1rem !important; } .mb-xl-4 { margin-bottom: 1.5rem !important; } .mb-xl-5 { margin-bottom: 3rem !important; } .mb-xl-6 { margin-bottom: 4.75rem !important; } .mb-xl-7 { margin-bottom: 6rem !important; } .mb-xl-8 { margin-bottom: 7.25rem !important; } .mb-xl-9 { margin-bottom: 8.5rem !important; } .mb-xl-10 { margin-bottom: 10rem !important; } .mb-xl-auto { margin-bottom: auto !important; } .ms-xl-0 { margin-left: 0 !important; } .ms-xl-1 { margin-left: 0.25rem !important; } .ms-xl-2 { margin-left: 0.5rem !important; } .ms-xl-3 { margin-left: 1rem !important; } .ms-xl-4 { margin-left: 1.5rem !important; } .ms-xl-5 { margin-left: 3rem !important; } .ms-xl-6 { margin-left: 4.75rem !important; } .ms-xl-7 { margin-left: 6rem !important; } .ms-xl-8 { margin-left: 7.25rem !important; } .ms-xl-9 { margin-left: 8.5rem !important; } .ms-xl-10 { margin-left: 10rem !important; } .ms-xl-auto { margin-left: auto !important; } .p-xl-0 { padding: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .p-xl-6 { padding: 4.75rem !important; } .p-xl-7 { padding: 6rem !important; } .p-xl-8 { padding: 7.25rem !important; } .p-xl-9 { padding: 8.5rem !important; } .p-xl-10 { padding: 10rem !important; } .px-xl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .px-xl-6 { padding-right: 4.75rem !important; padding-left: 4.75rem !important; } .px-xl-7 { padding-right: 6rem !important; padding-left: 6rem !important; } .px-xl-8 { padding-right: 7.25rem !important; padding-left: 7.25rem !important; } .px-xl-9 { padding-right: 8.5rem !important; padding-left: 8.5rem !important; } .px-xl-10 { padding-right: 10rem !important; padding-left: 10rem !important; } .py-xl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-xl-6 { padding-top: 4.75rem !important; padding-bottom: 4.75rem !important; } .py-xl-7 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-xl-8 { padding-top: 7.25rem !important; padding-bottom: 7.25rem !important; } .py-xl-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; } .py-xl-10 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .pt-xl-0 { padding-top: 0 !important; } .pt-xl-1 { padding-top: 0.25rem !important; } .pt-xl-2 { padding-top: 0.5rem !important; } .pt-xl-3 { padding-top: 1rem !important; } .pt-xl-4 { padding-top: 1.5rem !important; } .pt-xl-5 { padding-top: 3rem !important; } .pt-xl-6 { padding-top: 4.75rem !important; } .pt-xl-7 { padding-top: 6rem !important; } .pt-xl-8 { padding-top: 7.25rem !important; } .pt-xl-9 { padding-top: 8.5rem !important; } .pt-xl-10 { padding-top: 10rem !important; } .pe-xl-0 { padding-right: 0 !important; } .pe-xl-1 { padding-right: 0.25rem !important; } .pe-xl-2 { padding-right: 0.5rem !important; } .pe-xl-3 { padding-right: 1rem !important; } .pe-xl-4 { padding-right: 1.5rem !important; } .pe-xl-5 { padding-right: 3rem !important; } .pe-xl-6 { padding-right: 4.75rem !important; } .pe-xl-7 { padding-right: 6rem !important; } .pe-xl-8 { padding-right: 7.25rem !important; } .pe-xl-9 { padding-right: 8.5rem !important; } .pe-xl-10 { padding-right: 10rem !important; } .pb-xl-0 { padding-bottom: 0 !important; } .pb-xl-1 { padding-bottom: 0.25rem !important; } .pb-xl-2 { padding-bottom: 0.5rem !important; } .pb-xl-3 { padding-bottom: 1rem !important; } .pb-xl-4 { padding-bottom: 1.5rem !important; } .pb-xl-5 { padding-bottom: 3rem !important; } .pb-xl-6 { padding-bottom: 4.75rem !important; } .pb-xl-7 { padding-bottom: 6rem !important; } .pb-xl-8 { padding-bottom: 7.25rem !important; } .pb-xl-9 { padding-bottom: 8.5rem !important; } .pb-xl-10 { padding-bottom: 10rem !important; } .ps-xl-0 { padding-left: 0 !important; } .ps-xl-1 { padding-left: 0.25rem !important; } .ps-xl-2 { padding-left: 0.5rem !important; } .ps-xl-3 { padding-left: 1rem !important; } .ps-xl-4 { padding-left: 1.5rem !important; } .ps-xl-5 { padding-left: 3rem !important; } .ps-xl-6 { padding-left: 4.75rem !important; } .ps-xl-7 { padding-left: 6rem !important; } .ps-xl-8 { padding-left: 7.25rem !important; } .ps-xl-9 { padding-left: 8.5rem !important; } .ps-xl-10 { padding-left: 10rem !important; } .text-xl-start { text-align: left !important; } .text-xl-end { text-align: right !important; } .text-xl-center { text-align: center !important; } } @media (min-width: 1400px) { .float-xxl-start { float: left !important; } .float-xxl-end { float: right !important; } .float-xxl-none { float: none !important; } .d-xxl-inline { display: inline !important; } .d-xxl-inline-block { display: inline-block !important; } .d-xxl-block { display: block !important; } .d-xxl-grid { display: grid !important; } .d-xxl-table { display: table !important; } .d-xxl-table-row { display: table-row !important; } .d-xxl-table-cell { display: table-cell !important; } .d-xxl-flex { display: flex !important; } .d-xxl-inline-flex { display: inline-flex !important; } .d-xxl-none { display: none !important; } .flex-xxl-fill { flex: 1 1 auto !important; } .flex-xxl-row { flex-direction: row !important; } .flex-xxl-column { flex-direction: column !important; } .flex-xxl-row-reverse { flex-direction: row-reverse !important; } .flex-xxl-column-reverse { flex-direction: column-reverse !important; } .flex-xxl-grow-0 { flex-grow: 0 !important; } .flex-xxl-grow-1 { flex-grow: 1 !important; } .flex-xxl-shrink-0 { flex-shrink: 0 !important; } .flex-xxl-shrink-1 { flex-shrink: 1 !important; } .flex-xxl-wrap { flex-wrap: wrap !important; } .flex-xxl-nowrap { flex-wrap: nowrap !important; } .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-xxl-0 { gap: 0 !important; } .gap-xxl-1 { gap: 0.25rem !important; } .gap-xxl-2 { gap: 0.5rem !important; } .gap-xxl-3 { gap: 1rem !important; } .gap-xxl-4 { gap: 1.5rem !important; } .gap-xxl-5 { gap: 3rem !important; } .gap-xxl-6 { gap: 4.75rem !important; } .gap-xxl-7 { gap: 6rem !important; } .gap-xxl-8 { gap: 7.25rem !important; } .gap-xxl-9 { gap: 8.5rem !important; } .gap-xxl-10 { gap: 10rem !important; } .justify-content-xxl-start { justify-content: flex-start !important; } .justify-content-xxl-end { justify-content: flex-end !important; } .justify-content-xxl-center { justify-content: center !important; } .justify-content-xxl-between { justify-content: space-between !important; } .justify-content-xxl-around { justify-content: space-around !important; } .justify-content-xxl-evenly { justify-content: space-evenly !important; } .align-items-xxl-start { align-items: flex-start !important; } .align-items-xxl-end { align-items: flex-end !important; } .align-items-xxl-center { align-items: center !important; } .align-items-xxl-baseline { align-items: baseline !important; } .align-items-xxl-stretch { align-items: stretch !important; } .align-content-xxl-start { align-content: flex-start !important; } .align-content-xxl-end { align-content: flex-end !important; } .align-content-xxl-center { align-content: center !important; } .align-content-xxl-between { align-content: space-between !important; } .align-content-xxl-around { align-content: space-around !important; } .align-content-xxl-stretch { align-content: stretch !important; } .align-self-xxl-auto { align-self: auto !important; } .align-self-xxl-start { align-self: flex-start !important; } .align-self-xxl-end { align-self: flex-end !important; } .align-self-xxl-center { align-self: center !important; } .align-self-xxl-baseline { align-self: baseline !important; } .align-self-xxl-stretch { align-self: stretch !important; } .order-xxl-first { order: -1 !important; } .order-xxl-0 { order: 0 !important; } .order-xxl-1 { order: 1 !important; } .order-xxl-2 { order: 2 !important; } .order-xxl-3 { order: 3 !important; } .order-xxl-4 { order: 4 !important; } .order-xxl-5 { order: 5 !important; } .order-xxl-last { order: 6 !important; } .m-xxl-0 { margin: 0 !important; } .m-xxl-1 { margin: 0.25rem !important; } .m-xxl-2 { margin: 0.5rem !important; } .m-xxl-3 { margin: 1rem !important; } .m-xxl-4 { margin: 1.5rem !important; } .m-xxl-5 { margin: 3rem !important; } .m-xxl-6 { margin: 4.75rem !important; } .m-xxl-7 { margin: 6rem !important; } .m-xxl-8 { margin: 7.25rem !important; } .m-xxl-9 { margin: 8.5rem !important; } .m-xxl-10 { margin: 10rem !important; } .m-xxl-auto { margin: auto !important; } .mx-xxl-0 { margin-right: 0 !important; margin-left: 0 !important; } .mx-xxl-1 { margin-right: 0.25rem !important; margin-left: 0.25rem !important; } .mx-xxl-2 { margin-right: 0.5rem !important; margin-left: 0.5rem !important; } .mx-xxl-3 { margin-right: 1rem !important; margin-left: 1rem !important; } .mx-xxl-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } .mx-xxl-5 { margin-right: 3rem !important; margin-left: 3rem !important; } .mx-xxl-6 { margin-right: 4.75rem !important; margin-left: 4.75rem !important; } .mx-xxl-7 { margin-right: 6rem !important; margin-left: 6rem !important; } .mx-xxl-8 { margin-right: 7.25rem !important; margin-left: 7.25rem !important; } .mx-xxl-9 { margin-right: 8.5rem !important; margin-left: 8.5rem !important; } .mx-xxl-10 { margin-right: 10rem !important; margin-left: 10rem !important; } .mx-xxl-auto { margin-right: auto !important; margin-left: auto !important; } .my-xxl-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-xxl-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-xxl-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-xxl-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-xxl-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-xxl-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-xxl-6 { margin-top: 4.75rem !important; margin-bottom: 4.75rem !important; } .my-xxl-7 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-xxl-8 { margin-top: 7.25rem !important; margin-bottom: 7.25rem !important; } .my-xxl-9 { margin-top: 8.5rem !important; margin-bottom: 8.5rem !important; } .my-xxl-10 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-xxl-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-xxl-0 { margin-top: 0 !important; } .mt-xxl-1 { margin-top: 0.25rem !important; } .mt-xxl-2 { margin-top: 0.5rem !important; } .mt-xxl-3 { margin-top: 1rem !important; } .mt-xxl-4 { margin-top: 1.5rem !important; } .mt-xxl-5 { margin-top: 3rem !important; } .mt-xxl-6 { margin-top: 4.75rem !important; } .mt-xxl-7 { margin-top: 6rem !important; } .mt-xxl-8 { margin-top: 7.25rem !important; } .mt-xxl-9 { margin-top: 8.5rem !important; } .mt-xxl-10 { margin-top: 10rem !important; } .mt-xxl-auto { margin-top: auto !important; } .me-xxl-0 { margin-right: 0 !important; } .me-xxl-1 { margin-right: 0.25rem !important; } .me-xxl-2 { margin-right: 0.5rem !important; } .me-xxl-3 { margin-right: 1rem !important; } .me-xxl-4 { margin-right: 1.5rem !important; } .me-xxl-5 { margin-right: 3rem !important; } .me-xxl-6 { margin-right: 4.75rem !important; } .me-xxl-7 { margin-right: 6rem !important; } .me-xxl-8 { margin-right: 7.25rem !important; } .me-xxl-9 { margin-right: 8.5rem !important; } .me-xxl-10 { margin-right: 10rem !important; } .me-xxl-auto { margin-right: auto !important; } .mb-xxl-0 { margin-bottom: 0 !important; } .mb-xxl-1 { margin-bottom: 0.25rem !important; } .mb-xxl-2 { margin-bottom: 0.5rem !important; } .mb-xxl-3 { margin-bottom: 1rem !important; } .mb-xxl-4 { margin-bottom: 1.5rem !important; } .mb-xxl-5 { margin-bottom: 3rem !important; } .mb-xxl-6 { margin-bottom: 4.75rem !important; } .mb-xxl-7 { margin-bottom: 6rem !important; } .mb-xxl-8 { margin-bottom: 7.25rem !important; } .mb-xxl-9 { margin-bottom: 8.5rem !important; } .mb-xxl-10 { margin-bottom: 10rem !important; } .mb-xxl-auto { margin-bottom: auto !important; } .ms-xxl-0 { margin-left: 0 !important; } .ms-xxl-1 { margin-left: 0.25rem !important; } .ms-xxl-2 { margin-left: 0.5rem !important; } .ms-xxl-3 { margin-left: 1rem !important; } .ms-xxl-4 { margin-left: 1.5rem !important; } .ms-xxl-5 { margin-left: 3rem !important; } .ms-xxl-6 { margin-left: 4.75rem !important; } .ms-xxl-7 { margin-left: 6rem !important; } .ms-xxl-8 { margin-left: 7.25rem !important; } .ms-xxl-9 { margin-left: 8.5rem !important; } .ms-xxl-10 { margin-left: 10rem !important; } .ms-xxl-auto { margin-left: auto !important; } .p-xxl-0 { padding: 0 !important; } .p-xxl-1 { padding: 0.25rem !important; } .p-xxl-2 { padding: 0.5rem !important; } .p-xxl-3 { padding: 1rem !important; } .p-xxl-4 { padding: 1.5rem !important; } .p-xxl-5 { padding: 3rem !important; } .p-xxl-6 { padding: 4.75rem !important; } .p-xxl-7 { padding: 6rem !important; } .p-xxl-8 { padding: 7.25rem !important; } .p-xxl-9 { padding: 8.5rem !important; } .p-xxl-10 { padding: 10rem !important; } .px-xxl-0 { padding-right: 0 !important; padding-left: 0 !important; } .px-xxl-1 { padding-right: 0.25rem !important; padding-left: 0.25rem !important; } .px-xxl-2 { padding-right: 0.5rem !important; padding-left: 0.5rem !important; } .px-xxl-3 { padding-right: 1rem !important; padding-left: 1rem !important; } .px-xxl-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } .px-xxl-5 { padding-right: 3rem !important; padding-left: 3rem !important; } .px-xxl-6 { padding-right: 4.75rem !important; padding-left: 4.75rem !important; } .px-xxl-7 { padding-right: 6rem !important; padding-left: 6rem !important; } .px-xxl-8 { padding-right: 7.25rem !important; padding-left: 7.25rem !important; } .px-xxl-9 { padding-right: 8.5rem !important; padding-left: 8.5rem !important; } .px-xxl-10 { padding-right: 10rem !important; padding-left: 10rem !important; } .py-xxl-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-xxl-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-xxl-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-xxl-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-xxl-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-xxl-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-xxl-6 { padding-top: 4.75rem !important; padding-bottom: 4.75rem !important; } .py-xxl-7 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-xxl-8 { padding-top: 7.25rem !important; padding-bottom: 7.25rem !important; } .py-xxl-9 { padding-top: 8.5rem !important; padding-bottom: 8.5rem !important; } .py-xxl-10 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .pt-xxl-0 { padding-top: 0 !important; } .pt-xxl-1 { padding-top: 0.25rem !important; } .pt-xxl-2 { padding-top: 0.5rem !important; } .pt-xxl-3 { padding-top: 1rem !important; } .pt-xxl-4 { padding-top: 1.5rem !important; } .pt-xxl-5 { padding-top: 3rem !important; } .pt-xxl-6 { padding-top: 4.75rem !important; } .pt-xxl-7 { padding-top: 6rem !important; } .pt-xxl-8 { padding-top: 7.25rem !important; } .pt-xxl-9 { padding-top: 8.5rem !important; } .pt-xxl-10 { padding-top: 10rem !important; } .pe-xxl-0 { padding-right: 0 !important; } .pe-xxl-1 { padding-right: 0.25rem !important; } .pe-xxl-2 { padding-right: 0.5rem !important; } .pe-xxl-3 { padding-right: 1rem !important; } .pe-xxl-4 { padding-right: 1.5rem !important; } .pe-xxl-5 { padding-right: 3rem !important; } .pe-xxl-6 { padding-right: 4.75rem !important; } .pe-xxl-7 { padding-right: 6rem !important; } .pe-xxl-8 { padding-right: 7.25rem !important; } .pe-xxl-9 { padding-right: 8.5rem !important; } .pe-xxl-10 { padding-right: 10rem !important; } .pb-xxl-0 { padding-bottom: 0 !important; } .pb-xxl-1 { padding-bottom: 0.25rem !important; } .pb-xxl-2 { padding-bottom: 0.5rem !important; } .pb-xxl-3 { padding-bottom: 1rem !important; } .pb-xxl-4 { padding-bottom: 1.5rem !important; } .pb-xxl-5 { padding-bottom: 3rem !important; } .pb-xxl-6 { padding-bottom: 4.75rem !important; } .pb-xxl-7 { padding-bottom: 6rem !important; } .pb-xxl-8 { padding-bottom: 7.25rem !important; } .pb-xxl-9 { padding-bottom: 8.5rem !important; } .pb-xxl-10 { padding-bottom: 10rem !important; } .ps-xxl-0 { padding-left: 0 !important; } .ps-xxl-1 { padding-left: 0.25rem !important; } .ps-xxl-2 { padding-left: 0.5rem !important; } .ps-xxl-3 { padding-left: 1rem !important; } .ps-xxl-4 { padding-left: 1.5rem !important; } .ps-xxl-5 { padding-left: 3rem !important; } .ps-xxl-6 { padding-left: 4.75rem !important; } .ps-xxl-7 { padding-left: 6rem !important; } .ps-xxl-8 { padding-left: 7.25rem !important; } .ps-xxl-9 { padding-left: 8.5rem !important; } .ps-xxl-10 { padding-left: 10rem !important; } .text-xxl-start { text-align: left !important; } .text-xxl-end { text-align: right !important; } .text-xxl-center { text-align: center !important; } } @media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; } .fs-2 { font-size: 2rem !important; } .fs-3 { font-size: 1.75rem !important; } .fs-4 { font-size: 1.5rem !important; } } @media print { .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-grid { display: grid !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } .d-print-none { display: none !important; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: This is the (SASS) entry point for all Bootstrap Overloads # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_alerts.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .alert { border-color: #bdbdbd !important; } /* # ----------------------------------------------------------------------------- # ~/theme_uno/bootstrap/_body.scss # Provides additional body styles # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ /* Chrome, IE 10+ */ .hide-scrollbar { scrollbar-width: none; -ms-overflow-style: none; } /* Firefox */ .hide-scrollbar-moz { scrollbar-width: none; } /* WebKit */ .hide-scrollbar::-webkit-scrollbar { width: 0px; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_bs4styles.scss # Old BS4 style for migration reasons # # See for bs5: # https://getbootstrap.com/docs/5.1/utilities/position/ # ----------------------------------------------------------------------------- */ .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-deck { display: flex; flex-flow: row wrap; margin-left: -15px; margin-right: -15px; } .card-deck .card { flex: 1 0 0%; margin-bottom: 0; margin-left: 15px; margin-right: 15px; } } .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } @media (min-width: 576px) { .float-sm-left { float: left !important; } .float-sm-right { float: right !important; } .float-sm-none { float: none !important; } } @media (min-width: 768px) { .float-md-left { float: left !important; } .float-md-right { float: right !important; } .float-md-none { float: none !important; } } @media (min-width: 992px) { .float-lg-left { float: left !important; } .float-lg-right { float: right !important; } .float-lg-none { float: none !important; } } @media (min-width: 1200px) { .float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_buttons.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .btn-link { color: #424242; } .btn { color: #424242 !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_checkboxes.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .checkbox label, label.checkbox-inline { position: relative; padding-left: 1.5625rem; } .checkbox label .checkbox-decorator, label.checkbox-inline .checkbox-decorator { position: absolute; left: 0; padding: .7em; margin: -.7em; line-height: .7; vertical-align: middle; cursor: pointer; border-radius: 100%; } .checkbox label .checkbox-decorator .check, label.checkbox-inline .checkbox-decorator .check { position: relative; z-index: 1; display: inline-block; width: 1.25rem; height: 1.25rem; overflow: hidden; border: 0.125rem solid #9e9e9e; border-radius: 0.1rem; } .checkbox label .checkbox-decorator .check::before, label.checkbox-inline .checkbox-decorator .check::before { position: absolute; display: block; width: 0; height: 0; margin-top: -4px; margin-left: 6px; color: #c7def9; content: ""; box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset; transform: rotate(45deg); animation: checkbox-off; } .is-focused .checkbox label .checkbox-decorator .check::before, .is-focused label.checkbox-inline .checkbox-decorator .check::before { animation: checkbox-off 0.3s forwards; } .checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] { position: absolute; left: 0; z-index: -1; width: 0; height: 0; margin: 0; overflow: hidden; pointer-events: none; opacity: 0; } .checkbox label input[type=checkbox]:focus + .checkbox-decorator .check::after, label.checkbox-inline input[type=checkbox]:focus + .checkbox-decorator .check::after { opacity: 0.2; } .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check { color: #1565c0; border-color: #1565c0; } .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before { color: #1565c0; box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 032px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; animation: checkbox-on 0.3s forwards; } .checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check::after, .checkbox label input[type=checkbox][disabled] .check::after, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check::after, fieldset[disabled] .checkbox label input[type=checkbox] .check::after, label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check::after, label.checkbox-inline input[type=checkbox][disabled] .check::after, fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check::after, fieldset[disabled] label.checkbox-inline input[type=checkbox] .check::after { background-color: rgba(0, 0, 0, 0.87); transform: rotate(-45deg); } .checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check, .checkbox label input[type=checkbox][disabled] .check, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check, fieldset[disabled] .checkbox label input[type=checkbox] .check, label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check, label.checkbox-inline input[type=checkbox][disabled] .check, fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check, fieldset[disabled] label.checkbox-inline input[type=checkbox] .check { border-color: rgba(0, 0, 0, 0.26); } .checkbox label input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .ripple-container, label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .ripple-container { display: none; } @keyframes checkbox-on { 0% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; } 50% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; } 100% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } } @keyframes checkbox-off { 0% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; } 25% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; } 50% { width: 0; height: 0; margin-top: -4px; margin-left: 6px; box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; transform: rotate(45deg); } 51% { width: 20px; height: 20px; margin-top: -2px; margin-left: -2px; box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset; transform: rotate(0deg); } 100% { width: 20px; height: 20px; margin-top: -2px; margin-left: -2px; box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset; transform: rotate(0deg); } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_code.scss # Provides custom styles and overloads # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ code { color: #212121; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_dropdown.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .dropdown-item { color: #9e9e9e !important; } .dropdown-item:focus, .dropdown-item:hover { background-color: #e0e0e0 !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_forms.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating { top: .5rem !important; margin-left: unset !important; } form { margin-bottom: 1.125rem; } .navbar form { margin-bottom: 0; } .navbar form .bmd-form-group { display: inline-block; padding-top: 0; } .navbar form .btn { margin-bottom: 0; } .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* The border bottom should be static in all states, // the decorator will be animated over this. */ } .form-control:focus, .form-control:hover, .bmd-form-group.is-focused .form-control { background-size: 100% 100%, 100% 100%; transition-duration: 0.3s; background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } .form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3; } ::file-selector-button { font: inherit; } .form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-lg { min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } ::-webkit-file-upload-button { font: inherit; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .bmd-help { position: absolute; display: none; font-size: .8rem; font-weight: normal; } .bmd-form-group.is-focused .bmd-help { display: block; } .bmd-help:nth-of-type(2) { padding-top: 1rem; } .bmd-help + .bmd-help { position: relative; margin-bottom: 0; } .radio label, .is-focused .radio label, .radio-inline, .is-focused .radio-inline, .checkbox label, .is-focused .checkbox label, .checkbox-inline, .is-focused .checkbox-inline, .switch label, .is-focused .switch label { color: #616161; } .radio label:hover, .radio label:focus, .radio label:active, .is-focused .radio label:hover, .is-focused .radio label:focus, .is-focused .radio label:active, .radio-inline:hover, .radio-inline:focus, .radio-inline:active, .is-focused .radio-inline:hover, .is-focused .radio-inline:focus, .is-focused .radio-inline:active, .checkbox label:hover, .checkbox label:focus, .checkbox label:active, .is-focused .checkbox label:hover, .is-focused .checkbox label:focus, .is-focused .checkbox label:active, .checkbox-inline:hover, .checkbox-inline:focus, .checkbox-inline:active, .is-focused .checkbox-inline:hover, .is-focused .checkbox-inline:focus, .is-focused .checkbox-inline:active, .switch label:hover, .switch label:focus, .switch label:active, .is-focused .switch label:hover, .is-focused .switch label:focus, .is-focused .switch label:active { color: #9e9e9e; } .radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus, .radio label label:has(input[type=checkbox][disabled]), .radio label label:has(input[type=checkbox][disabled]):hover, .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio label, fieldset[disabled] .radio label:hover, fieldset[disabled] .radio label:focus, .is-focused .radio label label:has(input[type=radio][disabled]), .is-focused .radio label label:has(input[type=radio][disabled]):hover, .is-focused .radio label label:has(input[type=radio][disabled]):focus, .is-focused .radio label label:has(input[type=checkbox][disabled]), .is-focused .radio label label:has(input[type=checkbox][disabled]):hover, .is-focused .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio label, fieldset[disabled] .is-focused .radio label:hover, fieldset[disabled] .is-focused .radio label:focus, .radio-inline label:has(input[type=radio][disabled]), .radio-inline label:has(input[type=radio][disabled]):hover, .radio-inline label:has(input[type=radio][disabled]):focus, .radio-inline label:has(input[type=checkbox][disabled]), .radio-inline label:has(input[type=checkbox][disabled]):hover, .radio-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio-inline, fieldset[disabled] .radio-inline:hover, fieldset[disabled] .radio-inline:focus, .is-focused .radio-inline label:has(input[type=radio][disabled]), .is-focused .radio-inline label:has(input[type=radio][disabled]):hover, .is-focused .radio-inline label:has(input[type=radio][disabled]):focus, .is-focused .radio-inline label:has(input[type=checkbox][disabled]), .is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover, .is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio-inline, fieldset[disabled] .is-focused .radio-inline:hover, fieldset[disabled] .is-focused .radio-inline:focus, .checkbox label label:has(input[type=radio][disabled]), .checkbox label label:has(input[type=radio][disabled]):hover, .checkbox label label:has(input[type=radio][disabled]):focus, .checkbox label label:has(input[type=checkbox][disabled]), .checkbox label label:has(input[type=checkbox][disabled]):hover, .checkbox label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox label:hover, fieldset[disabled] .checkbox label:focus, .is-focused .checkbox label label:has(input[type=radio][disabled]), .is-focused .checkbox label label:has(input[type=radio][disabled]):hover, .is-focused .checkbox label label:has(input[type=radio][disabled]):focus, .is-focused .checkbox label label:has(input[type=checkbox][disabled]), .is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover, .is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .checkbox label, fieldset[disabled] .is-focused .checkbox label:hover, fieldset[disabled] .is-focused .checkbox label:focus, .checkbox-inline label:has(input[type=radio][disabled]), .checkbox-inline label:has(input[type=radio][disabled]):hover, .checkbox-inline label:has(input[type=radio][disabled]):focus, .checkbox-inline label:has(input[type=checkbox][disabled]), .checkbox-inline label:has(input[type=checkbox][disabled]):hover, .checkbox-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox-inline:hover, fieldset[disabled] .checkbox-inline:focus, .is-focused .checkbox-inline label:has(input[type=radio][disabled]), .is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover, .is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus, .is-focused .checkbox-inline label:has(input[type=checkbox][disabled]), .is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover, .is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .checkbox-inline, fieldset[disabled] .is-focused .checkbox-inline:hover, fieldset[disabled] .is-focused .checkbox-inline:focus, .switch label label:has(input[type=radio][disabled]), .switch label label:has(input[type=radio][disabled]):hover, .switch label label:has(input[type=radio][disabled]):focus, .switch label label:has(input[type=checkbox][disabled]), .switch label label:has(input[type=checkbox][disabled]):hover, .switch label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .switch label, fieldset[disabled] .switch label:hover, fieldset[disabled] .switch label:focus, .is-focused .switch label label:has(input[type=radio][disabled]), .is-focused .switch label label:has(input[type=radio][disabled]):hover, .is-focused .switch label label:has(input[type=radio][disabled]):focus, .is-focused .switch label label:has(input[type=checkbox][disabled]), .is-focused .switch label label:has(input[type=checkbox][disabled]):hover, .is-focused .switch label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .switch label, fieldset[disabled] .is-focused .switch label:hover, fieldset[disabled] .is-focused .switch label:focus { color: #616161; } [class^='bmd-label'], [class*=' bmd-label'] { color: #616161; } .form-control:invalid { background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } .form-control:read-only { background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } fieldset[disabled][disabled] .form-control, .form-control.disabled, .form-control:disabled, .form-control[disabled] { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; } .form-control.form-control-success, .is-focused .form-control.form-control-success { background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; } .form-control.form-control-warning, .is-focused .form-control.form-control-warning { background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; } .form-control.form-control-danger, .is-focused .form-control.form-control-danger { background-image: linear-gradient(to top, #1565c0 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; } .is-focused .valid-feedback, .is-focused .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #616161; } .is-focused .valid-tooltip, .is-focused .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #fff; background-color: rgba(97, 97, 97, 0.9); border-radius: 0.1rem; } .was-validated .is-focused:valid ~ .valid-feedback, .was-validated .is-focused:valid ~ .valid-tooltip, .is-focused.is-valid ~ .valid-feedback, .is-focused.is-valid ~ .valid-tooltip, .was-validated .is-focused:valid ~ .valid-feedback, .was-validated .is-focused:valid ~ .valid-tooltip, .is-focused.is-valid ~ .valid-feedback, .is-focused.is-valid ~ .valid-tooltip { display: block; } .was-validated .is-focused .form-control:valid, .is-focused .form-control.is-valid, .was-validated .is-focused .form-control:valid, .is-focused .form-control.is-valid { border-color: #616161; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus, .was-validated .is-focused .form-control:valid:focus, .is-focused .form-control.is-valid:focus { border-color: #616161; box-shadow: 0 0 0 0.25rem rgba(97, 97, 97, 0.25); } .was-validated .is-focused textarea.form-control:valid, .is-focused textarea.form-control.is-valid, .was-validated .is-focused textarea.form-control:valid, .is-focused textarea.form-control.is-valid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .is-focused .form-select:valid, .is-focused .form-select.is-valid, .was-validated .is-focused .form-select:valid, .is-focused .form-select.is-valid { border-color: #616161; } .was-validated .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .is-focused .form-select:valid:not([multiple])[size="1"], .is-focused .form-select.is-valid:not([multiple]):not([size]), .is-focused .form-select.is-valid:not([multiple])[size="1"], .was-validated .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .is-focused .form-select:valid:not([multiple])[size="1"], .is-focused .form-select.is-valid:not([multiple]):not([size]), .is-focused .form-select.is-valid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), ""; background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .is-focused .form-select:valid:focus, .is-focused .form-select.is-valid:focus, .was-validated .is-focused .form-select:valid:focus, .is-focused .form-select.is-valid:focus { border-color: #616161; box-shadow: 0 0 0 0.25rem rgba(97, 97, 97, 0.25); } .was-validated .is-focused .form-check-input:valid, .is-focused .form-check-input.is-valid, .was-validated .is-focused .form-check-input:valid, .is-focused .form-check-input.is-valid { border-color: #616161; } .was-validated .is-focused .form-check-input:valid:checked, .is-focused .form-check-input.is-valid:checked, .was-validated .is-focused .form-check-input:valid:checked, .is-focused .form-check-input.is-valid:checked { background-color: #616161; } .was-validated .is-focused .form-check-input:valid:focus, .is-focused .form-check-input.is-valid:focus, .was-validated .is-focused .form-check-input:valid:focus, .is-focused .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(97, 97, 97, 0.25); } .was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label { color: #616161; } .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .is-focused .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .is-focused .input-group .form-control:valid, .is-focused .input-group .form-control.is-valid, .was-validated .is-focused .input-group .form-select:valid, .is-focused .input-group .form-select.is-valid, .was-validated .is-focused .input-group .form-control:valid, .is-focused .input-group .form-control.is-valid, .was-validated .is-focused .input-group .form-select:valid, .is-focused .input-group .form-select.is-valid { z-index: 1; } .was-validated .is-focused .input-group .form-control:valid:focus, .is-focused .input-group .form-control.is-valid:focus, .was-validated .is-focused .input-group .form-select:valid:focus, .is-focused .input-group .form-select.is-valid:focus, .was-validated .is-focused .input-group .form-control:valid:focus, .is-focused .input-group .form-control.is-valid:focus, .was-validated .is-focused .input-group .form-select:valid:focus, .is-focused .input-group .form-select.is-valid:focus { z-index: 3; } .is-focused [class^='bmd-label'], .is-focused [class*=' bmd-label'], .is-focused [class^='bmd-label'], .is-focused [class*=' bmd-label'] { color: #1565c0; } .is-focused .bmd-label-placeholder, .is-focused .bmd-label-placeholder { color: #616161; } .is-focused .form-control, .is-focused .form-control { border-color: rgba(0, 0, 0, 0.26); } .is-focused .bmd-help, .is-focused .bmd-help { color: #9e9e9e; } .has-success [class^='bmd-label'], .has-success [class*=' bmd-label'] { color: #4caf50; } .has-success .form-control:invalid { background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } .has-success .form-control:read-only { background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } fieldset[disabled][disabled] .has-success .form-control, .has-success .form-control.disabled, .has-success .form-control:disabled, .has-success .form-control[disabled] { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; } .has-success .form-control.form-control-success, .is-focused .has-success .form-control.form-control-success { background-image: linear-gradient(to top, #4caf50 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; } .has-success .form-control.form-control-warning, .is-focused .has-success .form-control.form-control-warning { background-image: linear-gradient(to top, #4caf50 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; } .has-success .form-control.form-control-danger, .is-focused .has-success .form-control.form-control-danger { background-image: linear-gradient(to top, #4caf50 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; } .has-success .is-focused .valid-feedback, .has-success.is-focused .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #4caf50; } .has-success .is-focused .valid-tooltip, .has-success.is-focused .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #000; background-color: rgba(76, 175, 80, 0.9); border-radius: 0.1rem; } .was-validated .has-success .is-focused:valid ~ .valid-feedback, .was-validated .has-success .is-focused:valid ~ .valid-tooltip, .has-success .is-focused.is-valid ~ .valid-feedback, .has-success .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused:valid ~ .valid-feedback, .was-validated .has-success.is-focused:valid ~ .valid-tooltip, .has-success.is-focused.is-valid ~ .valid-feedback, .has-success.is-focused.is-valid ~ .valid-tooltip { display: block; } .was-validated .has-success .is-focused .form-control:valid, .has-success .is-focused .form-control.is-valid, .was-validated .has-success.is-focused .form-control:valid, .has-success.is-focused .form-control.is-valid { border-color: #4caf50; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-success .is-focused .form-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus, .was-validated .has-success.is-focused .form-control:valid:focus, .has-success.is-focused .form-control.is-valid:focus { border-color: #4caf50; box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25); } .was-validated .has-success .is-focused textarea.form-control:valid, .has-success .is-focused textarea.form-control.is-valid, .was-validated .has-success.is-focused textarea.form-control:valid, .has-success.is-focused textarea.form-control.is-valid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .has-success .is-focused .form-select:valid, .has-success .is-focused .form-select.is-valid, .was-validated .has-success.is-focused .form-select:valid, .has-success.is-focused .form-select.is-valid { border-color: #4caf50; } .was-validated .has-success .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-success .is-focused .form-select:valid:not([multiple])[size="1"], .has-success .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-success .is-focused .form-select.is-valid:not([multiple])[size="1"], .was-validated .has-success.is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-success.is-focused .form-select:valid:not([multiple])[size="1"], .has-success.is-focused .form-select.is-valid:not([multiple]):not([size]), .has-success.is-focused .form-select.is-valid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), ""; background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-success .is-focused .form-select:valid:focus, .has-success .is-focused .form-select.is-valid:focus, .was-validated .has-success.is-focused .form-select:valid:focus, .has-success.is-focused .form-select.is-valid:focus { border-color: #4caf50; box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25); } .was-validated .has-success .is-focused .form-check-input:valid, .has-success .is-focused .form-check-input.is-valid, .was-validated .has-success.is-focused .form-check-input:valid, .has-success.is-focused .form-check-input.is-valid { border-color: #4caf50; } .was-validated .has-success .is-focused .form-check-input:valid:checked, .has-success .is-focused .form-check-input.is-valid:checked, .was-validated .has-success.is-focused .form-check-input:valid:checked, .has-success.is-focused .form-check-input.is-valid:checked { background-color: #4caf50; } .was-validated .has-success .is-focused .form-check-input:valid:focus, .has-success .is-focused .form-check-input.is-valid:focus, .was-validated .has-success.is-focused .form-check-input:valid:focus, .has-success.is-focused .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(76, 175, 80, 0.25); } .was-validated .has-success .is-focused .form-check-input:valid ~ .form-check-label, .has-success .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-success.is-focused .form-check-input:valid ~ .form-check-label, .has-success.is-focused .form-check-input.is-valid ~ .form-check-label { color: #4caf50; } .has-success .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-success.is-focused .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .has-success .is-focused .input-group .form-control:valid, .has-success .is-focused .input-group .form-control.is-valid, .was-validated .has-success .is-focused .input-group .form-select:valid, .has-success .is-focused .input-group .form-select.is-valid, .was-validated .has-success.is-focused .input-group .form-control:valid, .has-success.is-focused .input-group .form-control.is-valid, .was-validated .has-success.is-focused .input-group .form-select:valid, .has-success.is-focused .input-group .form-select.is-valid { z-index: 1; } .was-validated .has-success .is-focused .input-group .form-control:valid:focus, .has-success .is-focused .input-group .form-control.is-valid:focus, .was-validated .has-success .is-focused .input-group .form-select:valid:focus, .has-success .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-success.is-focused .input-group .form-control:valid:focus, .has-success.is-focused .input-group .form-control.is-valid:focus, .was-validated .has-success.is-focused .input-group .form-select:valid:focus, .has-success.is-focused .input-group .form-select.is-valid:focus { z-index: 3; } .has-success .is-focused [class^='bmd-label'], .has-success .is-focused [class*=' bmd-label'], .has-success.is-focused [class^='bmd-label'], .has-success.is-focused [class*=' bmd-label'] { color: #4caf50; } .has-success .is-focused .bmd-label-placeholder, .has-success.is-focused .bmd-label-placeholder { color: #4caf50; } .has-success .is-focused .form-control, .has-success.is-focused .form-control { border-color: #4caf50; } .has-success .is-focused .bmd-help, .has-success.is-focused .bmd-help { color: #9e9e9e; } .has-info [class^='bmd-label'], .has-info [class*=' bmd-label'] { color: #00bcd4; } .has-info .form-control:invalid { background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } .has-info .form-control:read-only { background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } fieldset[disabled][disabled] .has-info .form-control, .has-info .form-control.disabled, .has-info .form-control:disabled, .has-info .form-control[disabled] { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; } .has-info .form-control.form-control-success, .is-focused .has-info .form-control.form-control-success { background-image: linear-gradient(to top, #00bcd4 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; } .has-info .form-control.form-control-warning, .is-focused .has-info .form-control.form-control-warning { background-image: linear-gradient(to top, #00bcd4 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; } .has-info .form-control.form-control-danger, .is-focused .has-info .form-control.form-control-danger { background-image: linear-gradient(to top, #00bcd4 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; } .has-info .is-focused .valid-feedback, .has-info.is-focused .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #00bcd4; } .has-info .is-focused .valid-tooltip, .has-info.is-focused .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #000; background-color: rgba(0, 188, 212, 0.9); border-radius: 0.1rem; } .was-validated .has-info .is-focused:valid ~ .valid-feedback, .was-validated .has-info .is-focused:valid ~ .valid-tooltip, .has-info .is-focused.is-valid ~ .valid-feedback, .has-info .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused:valid ~ .valid-feedback, .was-validated .has-info.is-focused:valid ~ .valid-tooltip, .has-info.is-focused.is-valid ~ .valid-feedback, .has-info.is-focused.is-valid ~ .valid-tooltip { display: block; } .was-validated .has-info .is-focused .form-control:valid, .has-info .is-focused .form-control.is-valid, .was-validated .has-info.is-focused .form-control:valid, .has-info.is-focused .form-control.is-valid { border-color: #00bcd4; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-info .is-focused .form-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus, .was-validated .has-info.is-focused .form-control:valid:focus, .has-info.is-focused .form-control.is-valid:focus { border-color: #00bcd4; box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25); } .was-validated .has-info .is-focused textarea.form-control:valid, .has-info .is-focused textarea.form-control.is-valid, .was-validated .has-info.is-focused textarea.form-control:valid, .has-info.is-focused textarea.form-control.is-valid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .has-info .is-focused .form-select:valid, .has-info .is-focused .form-select.is-valid, .was-validated .has-info.is-focused .form-select:valid, .has-info.is-focused .form-select.is-valid { border-color: #00bcd4; } .was-validated .has-info .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-info .is-focused .form-select:valid:not([multiple])[size="1"], .has-info .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-info .is-focused .form-select.is-valid:not([multiple])[size="1"], .was-validated .has-info.is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-info.is-focused .form-select:valid:not([multiple])[size="1"], .has-info.is-focused .form-select.is-valid:not([multiple]):not([size]), .has-info.is-focused .form-select.is-valid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), ""; background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-info .is-focused .form-select:valid:focus, .has-info .is-focused .form-select.is-valid:focus, .was-validated .has-info.is-focused .form-select:valid:focus, .has-info.is-focused .form-select.is-valid:focus { border-color: #00bcd4; box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25); } .was-validated .has-info .is-focused .form-check-input:valid, .has-info .is-focused .form-check-input.is-valid, .was-validated .has-info.is-focused .form-check-input:valid, .has-info.is-focused .form-check-input.is-valid { border-color: #00bcd4; } .was-validated .has-info .is-focused .form-check-input:valid:checked, .has-info .is-focused .form-check-input.is-valid:checked, .was-validated .has-info.is-focused .form-check-input:valid:checked, .has-info.is-focused .form-check-input.is-valid:checked { background-color: #00bcd4; } .was-validated .has-info .is-focused .form-check-input:valid:focus, .has-info .is-focused .form-check-input.is-valid:focus, .was-validated .has-info.is-focused .form-check-input:valid:focus, .has-info.is-focused .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25); } .was-validated .has-info .is-focused .form-check-input:valid ~ .form-check-label, .has-info .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-info.is-focused .form-check-input:valid ~ .form-check-label, .has-info.is-focused .form-check-input.is-valid ~ .form-check-label { color: #00bcd4; } .has-info .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-info.is-focused .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .has-info .is-focused .input-group .form-control:valid, .has-info .is-focused .input-group .form-control.is-valid, .was-validated .has-info .is-focused .input-group .form-select:valid, .has-info .is-focused .input-group .form-select.is-valid, .was-validated .has-info.is-focused .input-group .form-control:valid, .has-info.is-focused .input-group .form-control.is-valid, .was-validated .has-info.is-focused .input-group .form-select:valid, .has-info.is-focused .input-group .form-select.is-valid { z-index: 1; } .was-validated .has-info .is-focused .input-group .form-control:valid:focus, .has-info .is-focused .input-group .form-control.is-valid:focus, .was-validated .has-info .is-focused .input-group .form-select:valid:focus, .has-info .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-info.is-focused .input-group .form-control:valid:focus, .has-info.is-focused .input-group .form-control.is-valid:focus, .was-validated .has-info.is-focused .input-group .form-select:valid:focus, .has-info.is-focused .input-group .form-select.is-valid:focus { z-index: 3; } .has-info .is-focused [class^='bmd-label'], .has-info .is-focused [class*=' bmd-label'], .has-info.is-focused [class^='bmd-label'], .has-info.is-focused [class*=' bmd-label'] { color: #00bcd4; } .has-info .is-focused .bmd-label-placeholder, .has-info.is-focused .bmd-label-placeholder { color: #00bcd4; } .has-info .is-focused .form-control, .has-info.is-focused .form-control { border-color: #00bcd4; } .has-info .is-focused .bmd-help, .has-info.is-focused .bmd-help { color: #9e9e9e; } .has-warning [class^='bmd-label'], .has-warning [class*=' bmd-label'] { color: #ffeb3b; } .has-warning .form-control:invalid { background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } .has-warning .form-control:read-only { background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } fieldset[disabled][disabled] .has-warning .form-control, .has-warning .form-control.disabled, .has-warning .form-control:disabled, .has-warning .form-control[disabled] { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; } .has-warning .form-control.form-control-success, .is-focused .has-warning .form-control.form-control-success { background-image: linear-gradient(to top, #ffeb3b 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; } .has-warning .form-control.form-control-warning, .is-focused .has-warning .form-control.form-control-warning { background-image: linear-gradient(to top, #ffeb3b 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; } .has-warning .form-control.form-control-danger, .is-focused .has-warning .form-control.form-control-danger { background-image: linear-gradient(to top, #ffeb3b 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; } .has-warning .is-focused .valid-feedback, .has-warning.is-focused .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #ffeb3b; } .has-warning .is-focused .valid-tooltip, .has-warning.is-focused .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #000; background-color: rgba(255, 235, 59, 0.9); border-radius: 0.1rem; } .was-validated .has-warning .is-focused:valid ~ .valid-feedback, .was-validated .has-warning .is-focused:valid ~ .valid-tooltip, .has-warning .is-focused.is-valid ~ .valid-feedback, .has-warning .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused:valid ~ .valid-feedback, .was-validated .has-warning.is-focused:valid ~ .valid-tooltip, .has-warning.is-focused.is-valid ~ .valid-feedback, .has-warning.is-focused.is-valid ~ .valid-tooltip { display: block; } .was-validated .has-warning .is-focused .form-control:valid, .has-warning .is-focused .form-control.is-valid, .was-validated .has-warning.is-focused .form-control:valid, .has-warning.is-focused .form-control.is-valid { border-color: #ffeb3b; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-warning .is-focused .form-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus, .was-validated .has-warning.is-focused .form-control:valid:focus, .has-warning.is-focused .form-control.is-valid:focus { border-color: #ffeb3b; box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25); } .was-validated .has-warning .is-focused textarea.form-control:valid, .has-warning .is-focused textarea.form-control.is-valid, .was-validated .has-warning.is-focused textarea.form-control:valid, .has-warning.is-focused textarea.form-control.is-valid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .has-warning .is-focused .form-select:valid, .has-warning .is-focused .form-select.is-valid, .was-validated .has-warning.is-focused .form-select:valid, .has-warning.is-focused .form-select.is-valid { border-color: #ffeb3b; } .was-validated .has-warning .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-warning .is-focused .form-select:valid:not([multiple])[size="1"], .has-warning .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-warning .is-focused .form-select.is-valid:not([multiple])[size="1"], .was-validated .has-warning.is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-warning.is-focused .form-select:valid:not([multiple])[size="1"], .has-warning.is-focused .form-select.is-valid:not([multiple]):not([size]), .has-warning.is-focused .form-select.is-valid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), ""; background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-warning .is-focused .form-select:valid:focus, .has-warning .is-focused .form-select.is-valid:focus, .was-validated .has-warning.is-focused .form-select:valid:focus, .has-warning.is-focused .form-select.is-valid:focus { border-color: #ffeb3b; box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25); } .was-validated .has-warning .is-focused .form-check-input:valid, .has-warning .is-focused .form-check-input.is-valid, .was-validated .has-warning.is-focused .form-check-input:valid, .has-warning.is-focused .form-check-input.is-valid { border-color: #ffeb3b; } .was-validated .has-warning .is-focused .form-check-input:valid:checked, .has-warning .is-focused .form-check-input.is-valid:checked, .was-validated .has-warning.is-focused .form-check-input:valid:checked, .has-warning.is-focused .form-check-input.is-valid:checked { background-color: #ffeb3b; } .was-validated .has-warning .is-focused .form-check-input:valid:focus, .has-warning .is-focused .form-check-input.is-valid:focus, .was-validated .has-warning.is-focused .form-check-input:valid:focus, .has-warning.is-focused .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(255, 235, 59, 0.25); } .was-validated .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-warning.is-focused .form-check-input:valid ~ .form-check-label, .has-warning.is-focused .form-check-input.is-valid ~ .form-check-label { color: #ffeb3b; } .has-warning .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-warning.is-focused .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .has-warning .is-focused .input-group .form-control:valid, .has-warning .is-focused .input-group .form-control.is-valid, .was-validated .has-warning .is-focused .input-group .form-select:valid, .has-warning .is-focused .input-group .form-select.is-valid, .was-validated .has-warning.is-focused .input-group .form-control:valid, .has-warning.is-focused .input-group .form-control.is-valid, .was-validated .has-warning.is-focused .input-group .form-select:valid, .has-warning.is-focused .input-group .form-select.is-valid { z-index: 1; } .was-validated .has-warning .is-focused .input-group .form-control:valid:focus, .has-warning .is-focused .input-group .form-control.is-valid:focus, .was-validated .has-warning .is-focused .input-group .form-select:valid:focus, .has-warning .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-warning.is-focused .input-group .form-control:valid:focus, .has-warning.is-focused .input-group .form-control.is-valid:focus, .was-validated .has-warning.is-focused .input-group .form-select:valid:focus, .has-warning.is-focused .input-group .form-select.is-valid:focus { z-index: 3; } .has-warning .is-focused [class^='bmd-label'], .has-warning .is-focused [class*=' bmd-label'], .has-warning.is-focused [class^='bmd-label'], .has-warning.is-focused [class*=' bmd-label'] { color: #ffeb3b; } .has-warning .is-focused .bmd-label-placeholder, .has-warning.is-focused .bmd-label-placeholder { color: #ffeb3b; } .has-warning .is-focused .form-control, .has-warning.is-focused .form-control { border-color: #ffeb3b; } .has-warning .is-focused .bmd-help, .has-warning.is-focused .bmd-help { color: #9e9e9e; } .has-danger [class^='bmd-label'], .has-danger [class*=' bmd-label'] { color: #f44336; } .has-danger .form-control:invalid { background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } .has-danger .form-control:read-only { background-image: linear-gradient(to top, #424242 1px, rgba(66, 66, 66, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); } fieldset[disabled][disabled] .has-danger .form-control, .has-danger .form-control.disabled, .has-danger .form-control:disabled, .has-danger .form-control[disabled] { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; } .has-danger .form-control.form-control-success, .is-focused .has-danger .form-control.form-control-success { background-image: linear-gradient(to top, #f44336 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; } .has-danger .form-control.form-control-warning, .is-focused .has-danger .form-control.form-control-warning { background-image: linear-gradient(to top, #f44336 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; } .has-danger .form-control.form-control-danger, .is-focused .has-danger .form-control.form-control-danger { background-image: linear-gradient(to top, #f44336 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; } .has-danger .is-focused .valid-feedback, .has-danger.is-focused .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #f44336; } .has-danger .is-focused .valid-tooltip, .has-danger.is-focused .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; color: #000; background-color: rgba(244, 67, 54, 0.9); border-radius: 0.1rem; } .was-validated .has-danger .is-focused:valid ~ .valid-feedback, .was-validated .has-danger .is-focused:valid ~ .valid-tooltip, .has-danger .is-focused.is-valid ~ .valid-feedback, .has-danger .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused:valid ~ .valid-feedback, .was-validated .has-danger.is-focused:valid ~ .valid-tooltip, .has-danger.is-focused.is-valid ~ .valid-feedback, .has-danger.is-focused.is-valid ~ .valid-tooltip { display: block; } .was-validated .has-danger .is-focused .form-control:valid, .has-danger .is-focused .form-control.is-valid, .was-validated .has-danger.is-focused .form-control:valid, .has-danger.is-focused .form-control.is-valid { border-color: #f44336; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: right calc(0.375em + 0.21875rem) center; background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-danger .is-focused .form-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus, .was-validated .has-danger.is-focused .form-control:valid:focus, .has-danger.is-focused .form-control.is-valid:focus { border-color: #f44336; box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25); } .was-validated .has-danger .is-focused textarea.form-control:valid, .has-danger .is-focused textarea.form-control.is-valid, .was-validated .has-danger.is-focused textarea.form-control:valid, .has-danger.is-focused textarea.form-control.is-valid { padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); } .was-validated .has-danger .is-focused .form-select:valid, .has-danger .is-focused .form-select.is-valid, .was-validated .has-danger.is-focused .form-select:valid, .has-danger.is-focused .form-select.is-valid { border-color: #f44336; } .was-validated .has-danger .is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-danger .is-focused .form-select:valid:not([multiple])[size="1"], .has-danger .is-focused .form-select.is-valid:not([multiple]):not([size]), .has-danger .is-focused .form-select.is-valid:not([multiple])[size="1"], .was-validated .has-danger.is-focused .form-select:valid:not([multiple]):not([size]), .was-validated .has-danger.is-focused .form-select:valid:not([multiple])[size="1"], .has-danger.is-focused .form-select.is-valid:not([multiple]):not([size]), .has-danger.is-focused .form-select.is-valid:not([multiple])[size="1"] { padding-right: 0; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23424242' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), ""; background-position: right 0 center, center right 0; background-size: 16px 12px, calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-danger .is-focused .form-select:valid:focus, .has-danger .is-focused .form-select.is-valid:focus, .was-validated .has-danger.is-focused .form-select:valid:focus, .has-danger.is-focused .form-select.is-valid:focus { border-color: #f44336; box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25); } .was-validated .has-danger .is-focused .form-check-input:valid, .has-danger .is-focused .form-check-input.is-valid, .was-validated .has-danger.is-focused .form-check-input:valid, .has-danger.is-focused .form-check-input.is-valid { border-color: #f44336; } .was-validated .has-danger .is-focused .form-check-input:valid:checked, .has-danger .is-focused .form-check-input.is-valid:checked, .was-validated .has-danger.is-focused .form-check-input:valid:checked, .has-danger.is-focused .form-check-input.is-valid:checked { background-color: #f44336; } .was-validated .has-danger .is-focused .form-check-input:valid:focus, .has-danger .is-focused .form-check-input.is-valid:focus, .was-validated .has-danger.is-focused .form-check-input:valid:focus, .has-danger.is-focused .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(244, 67, 54, 0.25); } .was-validated .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-danger.is-focused .form-check-input:valid ~ .form-check-label, .has-danger.is-focused .form-check-input.is-valid ~ .form-check-label { color: #f44336; } .has-danger .is-focused .form-check-inline .form-check-input ~ .valid-feedback, .has-danger.is-focused .form-check-inline .form-check-input ~ .valid-feedback { margin-left: .5em; } .was-validated .has-danger .is-focused .input-group .form-control:valid, .has-danger .is-focused .input-group .form-control.is-valid, .was-validated .has-danger .is-focused .input-group .form-select:valid, .has-danger .is-focused .input-group .form-select.is-valid, .was-validated .has-danger.is-focused .input-group .form-control:valid, .has-danger.is-focused .input-group .form-control.is-valid, .was-validated .has-danger.is-focused .input-group .form-select:valid, .has-danger.is-focused .input-group .form-select.is-valid { z-index: 1; } .was-validated .has-danger .is-focused .input-group .form-control:valid:focus, .has-danger .is-focused .input-group .form-control.is-valid:focus, .was-validated .has-danger .is-focused .input-group .form-select:valid:focus, .has-danger .is-focused .input-group .form-select.is-valid:focus, .was-validated .has-danger.is-focused .input-group .form-control:valid:focus, .has-danger.is-focused .input-group .form-control.is-valid:focus, .was-validated .has-danger.is-focused .input-group .form-select:valid:focus, .has-danger.is-focused .input-group .form-select.is-valid:focus { z-index: 3; } .has-danger .is-focused [class^='bmd-label'], .has-danger .is-focused [class*=' bmd-label'], .has-danger.is-focused [class^='bmd-label'], .has-danger.is-focused [class*=' bmd-label'] { color: #f44336; } .has-danger .is-focused .bmd-label-placeholder, .has-danger.is-focused .bmd-label-placeholder { color: #f44336; } .has-danger .is-focused .form-control, .has-danger.is-focused .form-control { border-color: #f44336; } .has-danger .is-focused .bmd-help, .has-danger.is-focused .bmd-help { color: #9e9e9e; } .bmd-form-group { position: relative; padding-top: 1.75rem; } .bmd-form-group [class^='bmd-label'], .bmd-form-group [class*=' bmd-label'] { position: absolute; pointer-events: none; transition: 0.3s ease all; } .bmd-form-group [class^='bmd-label'].bmd-label-floating, .bmd-form-group [class*=' bmd-label'].bmd-label-floating { will-change: left, top, contents; } .bmd-form-group.is-filled .bmd-label-placeholder { display: none; } .bmd-form-group.bmd-collapse-inline { display: flex; align-items: center; padding: 0; min-height: 2.1em; } .bmd-form-group.bmd-collapse-inline .collapse { flex: 1; display: none; } .bmd-form-group.bmd-collapse-inline .collapse.show { max-width: 1200px; } .bmd-form-group.bmd-collapse-inline .collapsing, .bmd-form-group.bmd-collapse-inline .width:not(.collapse), .bmd-form-group.bmd-collapse-inline .collapse.show { display: block; } .bmd-form-group.bmd-collapse-inline .collapsing { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .bmd-form-group .form-control, .bmd-form-group label, .bmd-form-group input::placeholder { line-height: 1; } .bmd-form-group .radio label, .bmd-form-group label.radio-inline, .bmd-form-group .checkbox label, .bmd-form-group label.checkbox-inline, .bmd-form-group .switch label { line-height: 1.5; } .bmd-form-group input::placeholder { font-size: 1rem; } .bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label { font-size: 1rem; margin-left: .5rem; } .bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder { top: 2.1875rem; } .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating { top: 1rem; left: 0; font-size: 0.75rem; margin-left: .5rem; } .bmd-form-group .bmd-label-static { top: 1rem; left: 0; font-size: 0.75rem; margin-left: .5rem; } .bmd-form-group .bmd-help { margin-top: 0; font-size: 0.75rem; } .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger { background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem; } .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.46875rem; } .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger { background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem; } .bmd-form-group.bmd-form-group-sm { padding-top: 1.40625rem; } .bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm label, .bmd-form-group.bmd-form-group-sm input::placeholder { line-height: 1; } .bmd-form-group.bmd-form-group-sm .radio label, .bmd-form-group.bmd-form-group-sm label.radio-inline, .bmd-form-group.bmd-form-group-sm .checkbox label, .bmd-form-group.bmd-form-group-sm label.checkbox-inline, .bmd-form-group.bmd-form-group-sm .switch label { line-height: 1.5; } .bmd-form-group.bmd-form-group-sm input::placeholder { font-size: 0.875rem; } .bmd-form-group.bmd-form-group-sm .checkbox label, .bmd-form-group.bmd-form-group-sm .radio label, .bmd-form-group.bmd-form-group-sm label { font-size: 0.875rem; margin-left: .5rem; } .bmd-form-group.bmd-form-group-sm .bmd-label-floating, .bmd-form-group.bmd-form-group-sm .bmd-label-placeholder { top: 1.65625rem; } .bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating, .bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating { top: 0.75rem; left: 0; font-size: 0.65625rem; margin-left: .5rem; } .bmd-form-group.bmd-form-group-sm .bmd-label-static { top: 0.75rem; left: 0; font-size: 0.65625rem; margin-left: .5rem; } .bmd-form-group.bmd-form-group-sm .bmd-help { margin-top: 0; font-size: 0.65625rem; } .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger { background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem; } .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.34375rem; } .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger { background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem; } .bmd-form-group.bmd-form-group-lg { padding-top: 1.9375rem; } .bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg label, .bmd-form-group.bmd-form-group-lg input::placeholder { line-height: 1; } .bmd-form-group.bmd-form-group-lg .radio label, .bmd-form-group.bmd-form-group-lg label.radio-inline, .bmd-form-group.bmd-form-group-lg .checkbox label, .bmd-form-group.bmd-form-group-lg label.checkbox-inline, .bmd-form-group.bmd-form-group-lg .switch label { line-height: 1.5; } .bmd-form-group.bmd-form-group-lg input::placeholder { font-size: 1.25rem; } .bmd-form-group.bmd-form-group-lg .checkbox label, .bmd-form-group.bmd-form-group-lg .radio label, .bmd-form-group.bmd-form-group-lg label { font-size: 1.25rem; margin-left: .5rem; } .bmd-form-group.bmd-form-group-lg .bmd-label-floating, .bmd-form-group.bmd-form-group-lg .bmd-label-placeholder { top: 2.5rem; } .bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating, .bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating { top: 1rem; left: 0; font-size: 0.9375rem; margin-left: .5rem; } .bmd-form-group.bmd-form-group-lg .bmd-label-static { top: 1rem; left: 0; font-size: 0.9375rem; margin-left: .5rem; } .bmd-form-group.bmd-form-group-lg .bmd-help { margin-top: 0; font-size: 0.9375rem; } .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger { background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem; } .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.59375rem; } .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger { background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem; } .form-control, label, input::placeholder { line-height: 1; } .radio label, label.radio-inline, .checkbox label, label.checkbox-inline, .switch label { line-height: 1.5; } input::placeholder { font-size: 1rem; } .checkbox label, .radio label, label { font-size: 1rem; margin-left: .5rem; } .bmd-label-floating, .bmd-label-placeholder { top: 2.1875rem; } .is-focused .bmd-label-floating, .is-focused .bmd-label-floating, .is-filled .bmd-label-floating, .is-filled .bmd-label-floating { top: 1rem; left: 0; font-size: 0.75rem; margin-left: .5rem; } .bmd-label-static { top: 1rem; left: 0; font-size: 0.75rem; margin-left: .5rem; } .bmd-help { margin-top: 0; font-size: 0.75rem; } .form-control.form-control-success, .form-control.form-control-warning, .form-control.form-control-danger { background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem; } .form-control.form-control-success, .form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.46875rem; } .form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger { background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem; } select, select.form-control { -moz-appearance: none; -webkit-appearance: none; } @media (min-width: 576px) { .form-inline .input-group { display: inline-flex; align-items: center; } } .bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label { font-size: .825rem; line-height: 1.75 !important; color: unset; } [class^='bmd-label'], [class*=' bmd-label'] { color: #616161; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_headings.scss # # Product/Info: # https://jekyll.one # ----------------------------------------------------------------------------- */ .h1, .h2, .h3, .h4, .h5, .h6, .h7, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Roboto Slab", Helvetica, Arial, sans-serif; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_input-group.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ .input-group .input-group-addon { display: flex; justify-content: center; align-items: center; background-color: transparent; border-color: transparent; } .input-group .input-group-addon + input, .input-group input + .input-group-addon { margin-left: .75rem; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_layout.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ .bmd-layout-canvas { display: flex; flex-direction: column; /* width: 100%; */ /* height: 100%; */ } .bmd-layout-container { position: relative; flex: 1; display: flex; flex-direction: column; width: 100%; height: 100%; overflow: hidden; margin-left: 1px; } .bmd-layout-header { z-index: 3; display: flex; flex-direction: column; flex-wrap: nowrap; flex-shrink: 0; justify-content: flex-start; width: 100%; max-height: 1000px; transform: translateZ(0); transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .bmd-layout-content { position: relative; z-index: 1; display: inline-block; flex-grow: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .bmd-layout-spacer { flex-grow: 1; } .bmd-layout-backdrop { position: absolute; top: 0; left: 0; z-index: 4; width: 100%; height: 100%; visibility: hidden; background-color: transparent; transition-property: background-color; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @supports (pointer-events: auto) { .bmd-layout-backdrop { background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition-property: opacity; visibility: visible; pointer-events: none; } } .bmd-layout-backdrop.in { background-color: rgba(0, 0, 0, 0.2); opacity: unset; transition-property: opacity; visibility: visible; pointer-events: none; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_links.scss # Provides custom styles and overloads # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ a { color: #616161 !important; font-weight: 500 !important; } a:hover { color: #bdbdbd !important; font-weight: 500 !important; } li > a { color: #607d8b !important; font-weight: 500 !important; text-decoration: none !important; } li > a:hover { color: #37474f !important; font-weight: 500 !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_modal.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .close { text-shadow: unset !important; opacity: .7 !important; } .modal-content { border: 0; border-radius: 0.1rem; } .modal-content .modal-header { padding: 24px 24px 0; border-bottom: 0; } .modal-content .modal-body { padding: 20px 24px 24px; } .modal-content .modal-footer { padding: 8px 8px 8px 24px; border-top: 0; } .modal-content .modal-footer .btn { margin: 0; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_pagination.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .page-link { border-radius: 0px !important; margin-right: 5px !important; color: #757575 !important; border: 1px solid #e0e0e0 !important; } .page-link:hover, .page-link:focus { background-color: #212121 !important; border-color: #e0e0e0 !important; } .page-link:hover { color: #fafafa !important; } .pagination-lg .page-link { padding: 0.5rem !important; } .pagination-sm .page-link { padding: 0.25rem !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_popover.scss # Provides custom popover styles and # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .popover { background: #e0e0e0; } .popover-header { background-color: #eee; } .bs-popover-top .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] .popover-arrow:after { border-top-color: #e0e0e0 !important; } .bs-popover-end .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] .popover-arrow:after { border-right-color: #e0e0e0 !important; } .bs-popover-bottom .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] .popover-arrow:after { border-bottom-color: #eee !important; } .bs-popover-start .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] .popover-arrow:after { border-left-color: #e0e0e0 !important; } .popover + .popover-md-red { background: #e57373; } .popover-header + .popover-md-red { background-color: #ef9a9a; } .bs-popover-top + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^="top"] + .popover-md-red .popover-arrow:after { border-top-color: #e57373 !important; } .bs-popover-end + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] + .popover-md-red .popover-arrow:after { border-right-color: #e57373 !important; } .bs-popover-bottom + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^="bottom"] + .popover-md-red .popover-arrow:after { border-bottom-color: #ef9a9a !important; } .bs-popover-start + .popover-md-red .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] + .popover-md-red .popover-arrow:after { border-left-color: #e57373 !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_progress.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ .progress { border: 1px solid #bdbdbd; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_tables.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ table.tableblock > .title { padding-left: 5px !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/_tooltip.scss # Provides custom tooltip styles and # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #2196f3 !important; border-radius: 0.25rem; } .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before { border-top-color: #2196f3 !important; } .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before { border-right-color: #2196f3 !important; } .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before { border-bottom-color: #2196f3 !important; } .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before { border-left-color: #2196f3 !important; } .m-0 { margin: 0 !important; } .mt-0, .my-0 { margin-top: 0 !important; } .mr-0, .mx-0 { margin-right: 0 !important; } .mb-0, .my-0 { margin-bottom: 0 !important; } .ml-0, .mx-0 { margin-left: 0 !important; } .m-1 { margin: 0.25rem !important; } .mt-1, .my-1 { margin-top: 0.25rem !important; } .mr-1, .mx-1 { margin-right: 0.25rem !important; } .mb-1, .my-1 { margin-bottom: 0.25rem !important; } .ml-1, .mx-1 { margin-left: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2, .my-2 { margin-top: 0.5rem !important; } .mr-2, .mx-2 { margin-right: 0.5rem !important; } .mb-2, .my-2 { margin-bottom: 0.5rem !important; } .ml-2, .mx-2 { margin-left: 0.5rem !important; } .m-3 { margin: 1rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .m-4 { margin: 1.5rem !important; } .mt-4, .my-4 { margin-top: 1.5rem !important; } .mr-4, .mx-4 { margin-right: 1.5rem !important; } .mb-4, .my-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .m-5 { margin: 3rem !important; } .mt-5, .my-5 { margin-top: 3rem !important; } .mr-5, .mx-5 { margin-right: 3rem !important; } .mb-5, .my-5 { margin-bottom: 3rem !important; } .ml-5, .mx-5 { margin-left: 3rem !important; } .m-6 { margin: 4.75rem !important; } .mt-6, .my-6 { margin-top: 4.75rem !important; } .mr-6, .mx-6 { margin-right: 4.75rem !important; } .mb-6, .my-6 { margin-bottom: 4.75rem !important; } .ml-6, .mx-6 { margin-left: 4.75rem !important; } .m-7 { margin: 6rem !important; } .mt-7, .my-7 { margin-top: 6rem !important; } .mr-7, .mx-7 { margin-right: 6rem !important; } .mb-7, .my-7 { margin-bottom: 6rem !important; } .ml-7, .mx-7 { margin-left: 6rem !important; } .m-8 { margin: 7.25rem !important; } .mt-8, .my-8 { margin-top: 7.25rem !important; } .mr-8, .mx-8 { margin-right: 7.25rem !important; } .mb-8, .my-8 { margin-bottom: 7.25rem !important; } .ml-8, .mx-8 { margin-left: 7.25rem !important; } .m-9 { margin: 8.5rem !important; } .mt-9, .my-9 { margin-top: 8.5rem !important; } .mr-9, .mx-9 { margin-right: 8.5rem !important; } .mb-9, .my-9 { margin-bottom: 8.5rem !important; } .ml-9, .mx-9 { margin-left: 8.5rem !important; } .m-10 { margin: 10rem !important; } .mt-10, .my-10 { margin-top: 10rem !important; } .mr-10, .mx-10 { margin-right: 10rem !important; } .mb-10, .my-10 { margin-bottom: 10rem !important; } .ml-10, .mx-10 { margin-left: 10rem !important; } .p-0 { padding: 0 !important; } .pt-0, .py-0 { padding-top: 0 !important; } .pr-0, .px-0 { padding-right: 0 !important; } .pb-0, .py-0 { padding-bottom: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .p-1 { padding: 0.25rem !important; } .pt-1, .py-1 { padding-top: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .pb-2, .py-2 { padding-bottom: 0.5rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .p-4 { padding: 1.5rem !important; } .pt-4, .py-4 { padding-top: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .pb-4, .py-4 { padding-bottom: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .p-5 { padding: 3rem !important; } .pt-5, .py-5 { padding-top: 3rem !important; } .pr-5, .px-5 { padding-right: 3rem !important; } .pb-5, .py-5 { padding-bottom: 3rem !important; } .pl-5, .px-5 { padding-left: 3rem !important; } .p-6 { padding: 4.75rem !important; } .pt-6, .py-6 { padding-top: 4.75rem !important; } .pr-6, .px-6 { padding-right: 4.75rem !important; } .pb-6, .py-6 { padding-bottom: 4.75rem !important; } .pl-6, .px-6 { padding-left: 4.75rem !important; } .p-7 { padding: 6rem !important; } .pt-7, .py-7 { padding-top: 6rem !important; } .pr-7, .px-7 { padding-right: 6rem !important; } .pb-7, .py-7 { padding-bottom: 6rem !important; } .pl-7, .px-7 { padding-left: 6rem !important; } .p-8 { padding: 7.25rem !important; } .pt-8, .py-8 { padding-top: 7.25rem !important; } .pr-8, .px-8 { padding-right: 7.25rem !important; } .pb-8, .py-8 { padding-bottom: 7.25rem !important; } .pl-8, .px-8 { padding-left: 7.25rem !important; } .p-9 { padding: 8.5rem !important; } .pt-9, .py-9 { padding-top: 8.5rem !important; } .pr-9, .px-9 { padding-right: 8.5rem !important; } .pb-9, .py-9 { padding-bottom: 8.5rem !important; } .pl-9, .px-9 { padding-left: 8.5rem !important; } .p-10 { padding: 10rem !important; } .pt-10, .py-10 { padding-top: 10rem !important; } .pr-10, .px-10 { padding-right: 10rem !important; } .pb-10, .py-10 { padding-bottom: 10rem !important; } .pl-10, .px-10 { padding-left: 10rem !important; } .m-n1 { margin: -0.25rem !important; } .mt-n1, .my-n1 { margin-top: -0.25rem !important; } .mr-n1, .mx-n1 { margin-right: -0.25rem !important; } .mb-n1, .my-n1 { margin-bottom: -0.25rem !important; } .ml-n1, .mx-n1 { margin-left: -0.25rem !important; } .m-n2 { margin: -0.5rem !important; } .mt-n2, .my-n2 { margin-top: -0.5rem !important; } .mr-n2, .mx-n2 { margin-right: -0.5rem !important; } .mb-n2, .my-n2 { margin-bottom: -0.5rem !important; } .ml-n2, .mx-n2 { margin-left: -0.5rem !important; } .m-n3 { margin: -1rem !important; } .mt-n3, .my-n3 { margin-top: -1rem !important; } .mr-n3, .mx-n3 { margin-right: -1rem !important; } .mb-n3, .my-n3 { margin-bottom: -1rem !important; } .ml-n3, .mx-n3 { margin-left: -1rem !important; } .m-n4 { margin: -1.5rem !important; } .mt-n4, .my-n4 { margin-top: -1.5rem !important; } .mr-n4, .mx-n4 { margin-right: -1.5rem !important; } .mb-n4, .my-n4 { margin-bottom: -1.5rem !important; } .ml-n4, .mx-n4 { margin-left: -1.5rem !important; } .m-n5 { margin: -3rem !important; } .mt-n5, .my-n5 { margin-top: -3rem !important; } .mr-n5, .mx-n5 { margin-right: -3rem !important; } .mb-n5, .my-n5 { margin-bottom: -3rem !important; } .ml-n5, .mx-n5 { margin-left: -3rem !important; } .m-n6 { margin: -4.75rem !important; } .mt-n6, .my-n6 { margin-top: -4.75rem !important; } .mr-n6, .mx-n6 { margin-right: -4.75rem !important; } .mb-n6, .my-n6 { margin-bottom: -4.75rem !important; } .ml-n6, .mx-n6 { margin-left: -4.75rem !important; } .m-n7 { margin: -6rem !important; } .mt-n7, .my-n7 { margin-top: -6rem !important; } .mr-n7, .mx-n7 { margin-right: -6rem !important; } .mb-n7, .my-n7 { margin-bottom: -6rem !important; } .ml-n7, .mx-n7 { margin-left: -6rem !important; } .m-n8 { margin: -7.25rem !important; } .mt-n8, .my-n8 { margin-top: -7.25rem !important; } .mr-n8, .mx-n8 { margin-right: -7.25rem !important; } .mb-n8, .my-n8 { margin-bottom: -7.25rem !important; } .ml-n8, .mx-n8 { margin-left: -7.25rem !important; } .m-n9 { margin: -8.5rem !important; } .mt-n9, .my-n9 { margin-top: -8.5rem !important; } .mr-n9, .mx-n9 { margin-right: -8.5rem !important; } .mb-n9, .my-n9 { margin-bottom: -8.5rem !important; } .ml-n9, .mx-n9 { margin-left: -8.5rem !important; } .m-n10 { margin: -10rem !important; } .mt-n10, .my-n10 { margin-top: -10rem !important; } .mr-n10, .mx-n10 { margin-right: -10rem !important; } .mb-n10, .my-n10 { margin-bottom: -10rem !important; } .ml-n10, .mx-n10 { margin-left: -10rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } .ml-auto, .mx-auto { margin-left: auto !important; } @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; } .m-sm-6 { margin: 4.75rem !important; } .mt-sm-6, .my-sm-6 { margin-top: 4.75rem !important; } .mr-sm-6, .mx-sm-6 { margin-right: 4.75rem !important; } .mb-sm-6, .my-sm-6 { margin-bottom: 4.75rem !important; } .ml-sm-6, .mx-sm-6 { margin-left: 4.75rem !important; } .m-sm-7 { margin: 6rem !important; } .mt-sm-7, .my-sm-7 { margin-top: 6rem !important; } .mr-sm-7, .mx-sm-7 { margin-right: 6rem !important; } .mb-sm-7, .my-sm-7 { margin-bottom: 6rem !important; } .ml-sm-7, .mx-sm-7 { margin-left: 6rem !important; } .m-sm-8 { margin: 7.25rem !important; } .mt-sm-8, .my-sm-8 { margin-top: 7.25rem !important; } .mr-sm-8, .mx-sm-8 { margin-right: 7.25rem !important; } .mb-sm-8, .my-sm-8 { margin-bottom: 7.25rem !important; } .ml-sm-8, .mx-sm-8 { margin-left: 7.25rem !important; } .m-sm-9 { margin: 8.5rem !important; } .mt-sm-9, .my-sm-9 { margin-top: 8.5rem !important; } .mr-sm-9, .mx-sm-9 { margin-right: 8.5rem !important; } .mb-sm-9, .my-sm-9 { margin-bottom: 8.5rem !important; } .ml-sm-9, .mx-sm-9 { margin-left: 8.5rem !important; } .m-sm-10 { margin: 10rem !important; } .mt-sm-10, .my-sm-10 { margin-top: 10rem !important; } .mr-sm-10, .mx-sm-10 { margin-right: 10rem !important; } .mb-sm-10, .my-sm-10 { margin-bottom: 10rem !important; } .ml-sm-10, .mx-sm-10 { margin-left: 10rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; } .p-sm-6 { padding: 4.75rem !important; } .pt-sm-6, .py-sm-6 { padding-top: 4.75rem !important; } .pr-sm-6, .px-sm-6 { padding-right: 4.75rem !important; } .pb-sm-6, .py-sm-6 { padding-bottom: 4.75rem !important; } .pl-sm-6, .px-sm-6 { padding-left: 4.75rem !important; } .p-sm-7 { padding: 6rem !important; } .pt-sm-7, .py-sm-7 { padding-top: 6rem !important; } .pr-sm-7, .px-sm-7 { padding-right: 6rem !important; } .pb-sm-7, .py-sm-7 { padding-bottom: 6rem !important; } .pl-sm-7, .px-sm-7 { padding-left: 6rem !important; } .p-sm-8 { padding: 7.25rem !important; } .pt-sm-8, .py-sm-8 { padding-top: 7.25rem !important; } .pr-sm-8, .px-sm-8 { padding-right: 7.25rem !important; } .pb-sm-8, .py-sm-8 { padding-bottom: 7.25rem !important; } .pl-sm-8, .px-sm-8 { padding-left: 7.25rem !important; } .p-sm-9 { padding: 8.5rem !important; } .pt-sm-9, .py-sm-9 { padding-top: 8.5rem !important; } .pr-sm-9, .px-sm-9 { padding-right: 8.5rem !important; } .pb-sm-9, .py-sm-9 { padding-bottom: 8.5rem !important; } .pl-sm-9, .px-sm-9 { padding-left: 8.5rem !important; } .p-sm-10 { padding: 10rem !important; } .pt-sm-10, .py-sm-10 { padding-top: 10rem !important; } .pr-sm-10, .px-sm-10 { padding-right: 10rem !important; } .pb-sm-10, .py-sm-10 { padding-bottom: 10rem !important; } .pl-sm-10, .px-sm-10 { padding-left: 10rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-n6 { margin: -4.75rem !important; } .mt-sm-n6, .my-sm-n6 { margin-top: -4.75rem !important; } .mr-sm-n6, .mx-sm-n6 { margin-right: -4.75rem !important; } .mb-sm-n6, .my-sm-n6 { margin-bottom: -4.75rem !important; } .ml-sm-n6, .mx-sm-n6 { margin-left: -4.75rem !important; } .m-sm-n7 { margin: -6rem !important; } .mt-sm-n7, .my-sm-n7 { margin-top: -6rem !important; } .mr-sm-n7, .mx-sm-n7 { margin-right: -6rem !important; } .mb-sm-n7, .my-sm-n7 { margin-bottom: -6rem !important; } .ml-sm-n7, .mx-sm-n7 { margin-left: -6rem !important; } .m-sm-n8 { margin: -7.25rem !important; } .mt-sm-n8, .my-sm-n8 { margin-top: -7.25rem !important; } .mr-sm-n8, .mx-sm-n8 { margin-right: -7.25rem !important; } .mb-sm-n8, .my-sm-n8 { margin-bottom: -7.25rem !important; } .ml-sm-n8, .mx-sm-n8 { margin-left: -7.25rem !important; } .m-sm-n9 { margin: -8.5rem !important; } .mt-sm-n9, .my-sm-n9 { margin-top: -8.5rem !important; } .mr-sm-n9, .mx-sm-n9 { margin-right: -8.5rem !important; } .mb-sm-n9, .my-sm-n9 { margin-bottom: -8.5rem !important; } .ml-sm-n9, .mx-sm-n9 { margin-left: -8.5rem !important; } .m-sm-n10 { margin: -10rem !important; } .mt-sm-n10, .my-sm-n10 { margin-top: -10rem !important; } .mr-sm-n10, .mx-sm-n10 { margin-right: -10rem !important; } .mb-sm-n10, .my-sm-n10 { margin-bottom: -10rem !important; } .ml-sm-n10, .mx-sm-n10 { margin-left: -10rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, .my-md-5 { margin-top: 3rem !important; } .mr-md-5, .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, .mx-md-5 { margin-left: 3rem !important; } .m-md-6 { margin: 4.75rem !important; } .mt-md-6, .my-md-6 { margin-top: 4.75rem !important; } .mr-md-6, .mx-md-6 { margin-right: 4.75rem !important; } .mb-md-6, .my-md-6 { margin-bottom: 4.75rem !important; } .ml-md-6, .mx-md-6 { margin-left: 4.75rem !important; } .m-md-7 { margin: 6rem !important; } .mt-md-7, .my-md-7 { margin-top: 6rem !important; } .mr-md-7, .mx-md-7 { margin-right: 6rem !important; } .mb-md-7, .my-md-7 { margin-bottom: 6rem !important; } .ml-md-7, .mx-md-7 { margin-left: 6rem !important; } .m-md-8 { margin: 7.25rem !important; } .mt-md-8, .my-md-8 { margin-top: 7.25rem !important; } .mr-md-8, .mx-md-8 { margin-right: 7.25rem !important; } .mb-md-8, .my-md-8 { margin-bottom: 7.25rem !important; } .ml-md-8, .mx-md-8 { margin-left: 7.25rem !important; } .m-md-9 { margin: 8.5rem !important; } .mt-md-9, .my-md-9 { margin-top: 8.5rem !important; } .mr-md-9, .mx-md-9 { margin-right: 8.5rem !important; } .mb-md-9, .my-md-9 { margin-bottom: 8.5rem !important; } .ml-md-9, .mx-md-9 { margin-left: 8.5rem !important; } .m-md-10 { margin: 10rem !important; } .mt-md-10, .my-md-10 { margin-top: 10rem !important; } .mr-md-10, .mx-md-10 { margin-right: 10rem !important; } .mb-md-10, .my-md-10 { margin-bottom: 10rem !important; } .ml-md-10, .mx-md-10 { margin-left: 10rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, .py-md-5 { padding-top: 3rem !important; } .pr-md-5, .px-md-5 { padding-right: 3rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, .px-md-5 { padding-left: 3rem !important; } .p-md-6 { padding: 4.75rem !important; } .pt-md-6, .py-md-6 { padding-top: 4.75rem !important; } .pr-md-6, .px-md-6 { padding-right: 4.75rem !important; } .pb-md-6, .py-md-6 { padding-bottom: 4.75rem !important; } .pl-md-6, .px-md-6 { padding-left: 4.75rem !important; } .p-md-7 { padding: 6rem !important; } .pt-md-7, .py-md-7 { padding-top: 6rem !important; } .pr-md-7, .px-md-7 { padding-right: 6rem !important; } .pb-md-7, .py-md-7 { padding-bottom: 6rem !important; } .pl-md-7, .px-md-7 { padding-left: 6rem !important; } .p-md-8 { padding: 7.25rem !important; } .pt-md-8, .py-md-8 { padding-top: 7.25rem !important; } .pr-md-8, .px-md-8 { padding-right: 7.25rem !important; } .pb-md-8, .py-md-8 { padding-bottom: 7.25rem !important; } .pl-md-8, .px-md-8 { padding-left: 7.25rem !important; } .p-md-9 { padding: 8.5rem !important; } .pt-md-9, .py-md-9 { padding-top: 8.5rem !important; } .pr-md-9, .px-md-9 { padding-right: 8.5rem !important; } .pb-md-9, .py-md-9 { padding-bottom: 8.5rem !important; } .pl-md-9, .px-md-9 { padding-left: 8.5rem !important; } .p-md-10 { padding: 10rem !important; } .pt-md-10, .py-md-10 { padding-top: 10rem !important; } .pr-md-10, .px-md-10 { padding-right: 10rem !important; } .pb-md-10, .py-md-10 { padding-bottom: 10rem !important; } .pl-md-10, .px-md-10 { padding-left: 10rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; } .m-md-n6 { margin: -4.75rem !important; } .mt-md-n6, .my-md-n6 { margin-top: -4.75rem !important; } .mr-md-n6, .mx-md-n6 { margin-right: -4.75rem !important; } .mb-md-n6, .my-md-n6 { margin-bottom: -4.75rem !important; } .ml-md-n6, .mx-md-n6 { margin-left: -4.75rem !important; } .m-md-n7 { margin: -6rem !important; } .mt-md-n7, .my-md-n7 { margin-top: -6rem !important; } .mr-md-n7, .mx-md-n7 { margin-right: -6rem !important; } .mb-md-n7, .my-md-n7 { margin-bottom: -6rem !important; } .ml-md-n7, .mx-md-n7 { margin-left: -6rem !important; } .m-md-n8 { margin: -7.25rem !important; } .mt-md-n8, .my-md-n8 { margin-top: -7.25rem !important; } .mr-md-n8, .mx-md-n8 { margin-right: -7.25rem !important; } .mb-md-n8, .my-md-n8 { margin-bottom: -7.25rem !important; } .ml-md-n8, .mx-md-n8 { margin-left: -7.25rem !important; } .m-md-n9 { margin: -8.5rem !important; } .mt-md-n9, .my-md-n9 { margin-top: -8.5rem !important; } .mr-md-n9, .mx-md-n9 { margin-right: -8.5rem !important; } .mb-md-n9, .my-md-n9 { margin-bottom: -8.5rem !important; } .ml-md-n9, .mx-md-n9 { margin-left: -8.5rem !important; } .m-md-n10 { margin: -10rem !important; } .mt-md-n10, .my-md-n10 { margin-top: -10rem !important; } .mr-md-n10, .mx-md-n10 { margin-right: -10rem !important; } .mb-md-n10, .my-md-n10 { margin-bottom: -10rem !important; } .ml-md-n10, .mx-md-n10 { margin-left: -10rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mr-md-auto, .mx-md-auto { margin-right: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, .mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; } .m-lg-6 { margin: 4.75rem !important; } .mt-lg-6, .my-lg-6 { margin-top: 4.75rem !important; } .mr-lg-6, .mx-lg-6 { margin-right: 4.75rem !important; } .mb-lg-6, .my-lg-6 { margin-bottom: 4.75rem !important; } .ml-lg-6, .mx-lg-6 { margin-left: 4.75rem !important; } .m-lg-7 { margin: 6rem !important; } .mt-lg-7, .my-lg-7 { margin-top: 6rem !important; } .mr-lg-7, .mx-lg-7 { margin-right: 6rem !important; } .mb-lg-7, .my-lg-7 { margin-bottom: 6rem !important; } .ml-lg-7, .mx-lg-7 { margin-left: 6rem !important; } .m-lg-8 { margin: 7.25rem !important; } .mt-lg-8, .my-lg-8 { margin-top: 7.25rem !important; } .mr-lg-8, .mx-lg-8 { margin-right: 7.25rem !important; } .mb-lg-8, .my-lg-8 { margin-bottom: 7.25rem !important; } .ml-lg-8, .mx-lg-8 { margin-left: 7.25rem !important; } .m-lg-9 { margin: 8.5rem !important; } .mt-lg-9, .my-lg-9 { margin-top: 8.5rem !important; } .mr-lg-9, .mx-lg-9 { margin-right: 8.5rem !important; } .mb-lg-9, .my-lg-9 { margin-bottom: 8.5rem !important; } .ml-lg-9, .mx-lg-9 { margin-left: 8.5rem !important; } .m-lg-10 { margin: 10rem !important; } .mt-lg-10, .my-lg-10 { margin-top: 10rem !important; } .mr-lg-10, .mx-lg-10 { margin-right: 10rem !important; } .mb-lg-10, .my-lg-10 { margin-bottom: 10rem !important; } .ml-lg-10, .mx-lg-10 { margin-left: 10rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; } .p-lg-6 { padding: 4.75rem !important; } .pt-lg-6, .py-lg-6 { padding-top: 4.75rem !important; } .pr-lg-6, .px-lg-6 { padding-right: 4.75rem !important; } .pb-lg-6, .py-lg-6 { padding-bottom: 4.75rem !important; } .pl-lg-6, .px-lg-6 { padding-left: 4.75rem !important; } .p-lg-7 { padding: 6rem !important; } .pt-lg-7, .py-lg-7 { padding-top: 6rem !important; } .pr-lg-7, .px-lg-7 { padding-right: 6rem !important; } .pb-lg-7, .py-lg-7 { padding-bottom: 6rem !important; } .pl-lg-7, .px-lg-7 { padding-left: 6rem !important; } .p-lg-8 { padding: 7.25rem !important; } .pt-lg-8, .py-lg-8 { padding-top: 7.25rem !important; } .pr-lg-8, .px-lg-8 { padding-right: 7.25rem !important; } .pb-lg-8, .py-lg-8 { padding-bottom: 7.25rem !important; } .pl-lg-8, .px-lg-8 { padding-left: 7.25rem !important; } .p-lg-9 { padding: 8.5rem !important; } .pt-lg-9, .py-lg-9 { padding-top: 8.5rem !important; } .pr-lg-9, .px-lg-9 { padding-right: 8.5rem !important; } .pb-lg-9, .py-lg-9 { padding-bottom: 8.5rem !important; } .pl-lg-9, .px-lg-9 { padding-left: 8.5rem !important; } .p-lg-10 { padding: 10rem !important; } .pt-lg-10, .py-lg-10 { padding-top: 10rem !important; } .pr-lg-10, .px-lg-10 { padding-right: 10rem !important; } .pb-lg-10, .py-lg-10 { padding-bottom: 10rem !important; } .pl-lg-10, .px-lg-10 { padding-left: 10rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-n6 { margin: -4.75rem !important; } .mt-lg-n6, .my-lg-n6 { margin-top: -4.75rem !important; } .mr-lg-n6, .mx-lg-n6 { margin-right: -4.75rem !important; } .mb-lg-n6, .my-lg-n6 { margin-bottom: -4.75rem !important; } .ml-lg-n6, .mx-lg-n6 { margin-left: -4.75rem !important; } .m-lg-n7 { margin: -6rem !important; } .mt-lg-n7, .my-lg-n7 { margin-top: -6rem !important; } .mr-lg-n7, .mx-lg-n7 { margin-right: -6rem !important; } .mb-lg-n7, .my-lg-n7 { margin-bottom: -6rem !important; } .ml-lg-n7, .mx-lg-n7 { margin-left: -6rem !important; } .m-lg-n8 { margin: -7.25rem !important; } .mt-lg-n8, .my-lg-n8 { margin-top: -7.25rem !important; } .mr-lg-n8, .mx-lg-n8 { margin-right: -7.25rem !important; } .mb-lg-n8, .my-lg-n8 { margin-bottom: -7.25rem !important; } .ml-lg-n8, .mx-lg-n8 { margin-left: -7.25rem !important; } .m-lg-n9 { margin: -8.5rem !important; } .mt-lg-n9, .my-lg-n9 { margin-top: -8.5rem !important; } .mr-lg-n9, .mx-lg-n9 { margin-right: -8.5rem !important; } .mb-lg-n9, .my-lg-n9 { margin-bottom: -8.5rem !important; } .ml-lg-n9, .mx-lg-n9 { margin-left: -8.5rem !important; } .m-lg-n10 { margin: -10rem !important; } .mt-lg-n10, .my-lg-n10 { margin-top: -10rem !important; } .mr-lg-n10, .mx-lg-n10 { margin-right: -10rem !important; } .mb-lg-n10, .my-lg-n10 { margin-bottom: -10rem !important; } .ml-lg-n10, .mx-lg-n10 { margin-left: -10rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; } .m-xl-6 { margin: 4.75rem !important; } .mt-xl-6, .my-xl-6 { margin-top: 4.75rem !important; } .mr-xl-6, .mx-xl-6 { margin-right: 4.75rem !important; } .mb-xl-6, .my-xl-6 { margin-bottom: 4.75rem !important; } .ml-xl-6, .mx-xl-6 { margin-left: 4.75rem !important; } .m-xl-7 { margin: 6rem !important; } .mt-xl-7, .my-xl-7 { margin-top: 6rem !important; } .mr-xl-7, .mx-xl-7 { margin-right: 6rem !important; } .mb-xl-7, .my-xl-7 { margin-bottom: 6rem !important; } .ml-xl-7, .mx-xl-7 { margin-left: 6rem !important; } .m-xl-8 { margin: 7.25rem !important; } .mt-xl-8, .my-xl-8 { margin-top: 7.25rem !important; } .mr-xl-8, .mx-xl-8 { margin-right: 7.25rem !important; } .mb-xl-8, .my-xl-8 { margin-bottom: 7.25rem !important; } .ml-xl-8, .mx-xl-8 { margin-left: 7.25rem !important; } .m-xl-9 { margin: 8.5rem !important; } .mt-xl-9, .my-xl-9 { margin-top: 8.5rem !important; } .mr-xl-9, .mx-xl-9 { margin-right: 8.5rem !important; } .mb-xl-9, .my-xl-9 { margin-bottom: 8.5rem !important; } .ml-xl-9, .mx-xl-9 { margin-left: 8.5rem !important; } .m-xl-10 { margin: 10rem !important; } .mt-xl-10, .my-xl-10 { margin-top: 10rem !important; } .mr-xl-10, .mx-xl-10 { margin-right: 10rem !important; } .mb-xl-10, .my-xl-10 { margin-bottom: 10rem !important; } .ml-xl-10, .mx-xl-10 { margin-left: 10rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; } .p-xl-6 { padding: 4.75rem !important; } .pt-xl-6, .py-xl-6 { padding-top: 4.75rem !important; } .pr-xl-6, .px-xl-6 { padding-right: 4.75rem !important; } .pb-xl-6, .py-xl-6 { padding-bottom: 4.75rem !important; } .pl-xl-6, .px-xl-6 { padding-left: 4.75rem !important; } .p-xl-7 { padding: 6rem !important; } .pt-xl-7, .py-xl-7 { padding-top: 6rem !important; } .pr-xl-7, .px-xl-7 { padding-right: 6rem !important; } .pb-xl-7, .py-xl-7 { padding-bottom: 6rem !important; } .pl-xl-7, .px-xl-7 { padding-left: 6rem !important; } .p-xl-8 { padding: 7.25rem !important; } .pt-xl-8, .py-xl-8 { padding-top: 7.25rem !important; } .pr-xl-8, .px-xl-8 { padding-right: 7.25rem !important; } .pb-xl-8, .py-xl-8 { padding-bottom: 7.25rem !important; } .pl-xl-8, .px-xl-8 { padding-left: 7.25rem !important; } .p-xl-9 { padding: 8.5rem !important; } .pt-xl-9, .py-xl-9 { padding-top: 8.5rem !important; } .pr-xl-9, .px-xl-9 { padding-right: 8.5rem !important; } .pb-xl-9, .py-xl-9 { padding-bottom: 8.5rem !important; } .pl-xl-9, .px-xl-9 { padding-left: 8.5rem !important; } .p-xl-10 { padding: 10rem !important; } .pt-xl-10, .py-xl-10 { padding-top: 10rem !important; } .pr-xl-10, .px-xl-10 { padding-right: 10rem !important; } .pb-xl-10, .py-xl-10 { padding-bottom: 10rem !important; } .pl-xl-10, .px-xl-10 { padding-left: 10rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-n6 { margin: -4.75rem !important; } .mt-xl-n6, .my-xl-n6 { margin-top: -4.75rem !important; } .mr-xl-n6, .mx-xl-n6 { margin-right: -4.75rem !important; } .mb-xl-n6, .my-xl-n6 { margin-bottom: -4.75rem !important; } .ml-xl-n6, .mx-xl-n6 { margin-left: -4.75rem !important; } .m-xl-n7 { margin: -6rem !important; } .mt-xl-n7, .my-xl-n7 { margin-top: -6rem !important; } .mr-xl-n7, .mx-xl-n7 { margin-right: -6rem !important; } .mb-xl-n7, .my-xl-n7 { margin-bottom: -6rem !important; } .ml-xl-n7, .mx-xl-n7 { margin-left: -6rem !important; } .m-xl-n8 { margin: -7.25rem !important; } .mt-xl-n8, .my-xl-n8 { margin-top: -7.25rem !important; } .mr-xl-n8, .mx-xl-n8 { margin-right: -7.25rem !important; } .mb-xl-n8, .my-xl-n8 { margin-bottom: -7.25rem !important; } .ml-xl-n8, .mx-xl-n8 { margin-left: -7.25rem !important; } .m-xl-n9 { margin: -8.5rem !important; } .mt-xl-n9, .my-xl-n9 { margin-top: -8.5rem !important; } .mr-xl-n9, .mx-xl-n9 { margin-right: -8.5rem !important; } .mb-xl-n9, .my-xl-n9 { margin-bottom: -8.5rem !important; } .ml-xl-n9, .mx-xl-n9 { margin-left: -8.5rem !important; } .m-xl-n10 { margin: -10rem !important; } .mt-xl-n10, .my-xl-n10 { margin-top: -10rem !important; } .mr-xl-n10, .mx-xl-n10 { margin-right: -10rem !important; } .mb-xl-n10, .my-xl-n10 { margin-bottom: -10rem !important; } .ml-xl-n10, .mx-xl-n10 { margin-left: -10rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } } @media (min-width: 1400px) { .m-xxl-0 { margin: 0 !important; } .mt-xxl-0, .my-xxl-0 { margin-top: 0 !important; } .mr-xxl-0, .mx-xxl-0 { margin-right: 0 !important; } .mb-xxl-0, .my-xxl-0 { margin-bottom: 0 !important; } .ml-xxl-0, .mx-xxl-0 { margin-left: 0 !important; } .m-xxl-1 { margin: 0.25rem !important; } .mt-xxl-1, .my-xxl-1 { margin-top: 0.25rem !important; } .mr-xxl-1, .mx-xxl-1 { margin-right: 0.25rem !important; } .mb-xxl-1, .my-xxl-1 { margin-bottom: 0.25rem !important; } .ml-xxl-1, .mx-xxl-1 { margin-left: 0.25rem !important; } .m-xxl-2 { margin: 0.5rem !important; } .mt-xxl-2, .my-xxl-2 { margin-top: 0.5rem !important; } .mr-xxl-2, .mx-xxl-2 { margin-right: 0.5rem !important; } .mb-xxl-2, .my-xxl-2 { margin-bottom: 0.5rem !important; } .ml-xxl-2, .mx-xxl-2 { margin-left: 0.5rem !important; } .m-xxl-3 { margin: 1rem !important; } .mt-xxl-3, .my-xxl-3 { margin-top: 1rem !important; } .mr-xxl-3, .mx-xxl-3 { margin-right: 1rem !important; } .mb-xxl-3, .my-xxl-3 { margin-bottom: 1rem !important; } .ml-xxl-3, .mx-xxl-3 { margin-left: 1rem !important; } .m-xxl-4 { margin: 1.5rem !important; } .mt-xxl-4, .my-xxl-4 { margin-top: 1.5rem !important; } .mr-xxl-4, .mx-xxl-4 { margin-right: 1.5rem !important; } .mb-xxl-4, .my-xxl-4 { margin-bottom: 1.5rem !important; } .ml-xxl-4, .mx-xxl-4 { margin-left: 1.5rem !important; } .m-xxl-5 { margin: 3rem !important; } .mt-xxl-5, .my-xxl-5 { margin-top: 3rem !important; } .mr-xxl-5, .mx-xxl-5 { margin-right: 3rem !important; } .mb-xxl-5, .my-xxl-5 { margin-bottom: 3rem !important; } .ml-xxl-5, .mx-xxl-5 { margin-left: 3rem !important; } .m-xxl-6 { margin: 4.75rem !important; } .mt-xxl-6, .my-xxl-6 { margin-top: 4.75rem !important; } .mr-xxl-6, .mx-xxl-6 { margin-right: 4.75rem !important; } .mb-xxl-6, .my-xxl-6 { margin-bottom: 4.75rem !important; } .ml-xxl-6, .mx-xxl-6 { margin-left: 4.75rem !important; } .m-xxl-7 { margin: 6rem !important; } .mt-xxl-7, .my-xxl-7 { margin-top: 6rem !important; } .mr-xxl-7, .mx-xxl-7 { margin-right: 6rem !important; } .mb-xxl-7, .my-xxl-7 { margin-bottom: 6rem !important; } .ml-xxl-7, .mx-xxl-7 { margin-left: 6rem !important; } .m-xxl-8 { margin: 7.25rem !important; } .mt-xxl-8, .my-xxl-8 { margin-top: 7.25rem !important; } .mr-xxl-8, .mx-xxl-8 { margin-right: 7.25rem !important; } .mb-xxl-8, .my-xxl-8 { margin-bottom: 7.25rem !important; } .ml-xxl-8, .mx-xxl-8 { margin-left: 7.25rem !important; } .m-xxl-9 { margin: 8.5rem !important; } .mt-xxl-9, .my-xxl-9 { margin-top: 8.5rem !important; } .mr-xxl-9, .mx-xxl-9 { margin-right: 8.5rem !important; } .mb-xxl-9, .my-xxl-9 { margin-bottom: 8.5rem !important; } .ml-xxl-9, .mx-xxl-9 { margin-left: 8.5rem !important; } .m-xxl-10 { margin: 10rem !important; } .mt-xxl-10, .my-xxl-10 { margin-top: 10rem !important; } .mr-xxl-10, .mx-xxl-10 { margin-right: 10rem !important; } .mb-xxl-10, .my-xxl-10 { margin-bottom: 10rem !important; } .ml-xxl-10, .mx-xxl-10 { margin-left: 10rem !important; } .p-xxl-0 { padding: 0 !important; } .pt-xxl-0, .py-xxl-0 { padding-top: 0 !important; } .pr-xxl-0, .px-xxl-0 { padding-right: 0 !important; } .pb-xxl-0, .py-xxl-0 { padding-bottom: 0 !important; } .pl-xxl-0, .px-xxl-0 { padding-left: 0 !important; } .p-xxl-1 { padding: 0.25rem !important; } .pt-xxl-1, .py-xxl-1 { padding-top: 0.25rem !important; } .pr-xxl-1, .px-xxl-1 { padding-right: 0.25rem !important; } .pb-xxl-1, .py-xxl-1 { padding-bottom: 0.25rem !important; } .pl-xxl-1, .px-xxl-1 { padding-left: 0.25rem !important; } .p-xxl-2 { padding: 0.5rem !important; } .pt-xxl-2, .py-xxl-2 { padding-top: 0.5rem !important; } .pr-xxl-2, .px-xxl-2 { padding-right: 0.5rem !important; } .pb-xxl-2, .py-xxl-2 { padding-bottom: 0.5rem !important; } .pl-xxl-2, .px-xxl-2 { padding-left: 0.5rem !important; } .p-xxl-3 { padding: 1rem !important; } .pt-xxl-3, .py-xxl-3 { padding-top: 1rem !important; } .pr-xxl-3, .px-xxl-3 { padding-right: 1rem !important; } .pb-xxl-3, .py-xxl-3 { padding-bottom: 1rem !important; } .pl-xxl-3, .px-xxl-3 { padding-left: 1rem !important; } .p-xxl-4 { padding: 1.5rem !important; } .pt-xxl-4, .py-xxl-4 { padding-top: 1.5rem !important; } .pr-xxl-4, .px-xxl-4 { padding-right: 1.5rem !important; } .pb-xxl-4, .py-xxl-4 { padding-bottom: 1.5rem !important; } .pl-xxl-4, .px-xxl-4 { padding-left: 1.5rem !important; } .p-xxl-5 { padding: 3rem !important; } .pt-xxl-5, .py-xxl-5 { padding-top: 3rem !important; } .pr-xxl-5, .px-xxl-5 { padding-right: 3rem !important; } .pb-xxl-5, .py-xxl-5 { padding-bottom: 3rem !important; } .pl-xxl-5, .px-xxl-5 { padding-left: 3rem !important; } .p-xxl-6 { padding: 4.75rem !important; } .pt-xxl-6, .py-xxl-6 { padding-top: 4.75rem !important; } .pr-xxl-6, .px-xxl-6 { padding-right: 4.75rem !important; } .pb-xxl-6, .py-xxl-6 { padding-bottom: 4.75rem !important; } .pl-xxl-6, .px-xxl-6 { padding-left: 4.75rem !important; } .p-xxl-7 { padding: 6rem !important; } .pt-xxl-7, .py-xxl-7 { padding-top: 6rem !important; } .pr-xxl-7, .px-xxl-7 { padding-right: 6rem !important; } .pb-xxl-7, .py-xxl-7 { padding-bottom: 6rem !important; } .pl-xxl-7, .px-xxl-7 { padding-left: 6rem !important; } .p-xxl-8 { padding: 7.25rem !important; } .pt-xxl-8, .py-xxl-8 { padding-top: 7.25rem !important; } .pr-xxl-8, .px-xxl-8 { padding-right: 7.25rem !important; } .pb-xxl-8, .py-xxl-8 { padding-bottom: 7.25rem !important; } .pl-xxl-8, .px-xxl-8 { padding-left: 7.25rem !important; } .p-xxl-9 { padding: 8.5rem !important; } .pt-xxl-9, .py-xxl-9 { padding-top: 8.5rem !important; } .pr-xxl-9, .px-xxl-9 { padding-right: 8.5rem !important; } .pb-xxl-9, .py-xxl-9 { padding-bottom: 8.5rem !important; } .pl-xxl-9, .px-xxl-9 { padding-left: 8.5rem !important; } .p-xxl-10 { padding: 10rem !important; } .pt-xxl-10, .py-xxl-10 { padding-top: 10rem !important; } .pr-xxl-10, .px-xxl-10 { padding-right: 10rem !important; } .pb-xxl-10, .py-xxl-10 { padding-bottom: 10rem !important; } .pl-xxl-10, .px-xxl-10 { padding-left: 10rem !important; } .m-xxl-n1 { margin: -0.25rem !important; } .mt-xxl-n1, .my-xxl-n1 { margin-top: -0.25rem !important; } .mr-xxl-n1, .mx-xxl-n1 { margin-right: -0.25rem !important; } .mb-xxl-n1, .my-xxl-n1 { margin-bottom: -0.25rem !important; } .ml-xxl-n1, .mx-xxl-n1 { margin-left: -0.25rem !important; } .m-xxl-n2 { margin: -0.5rem !important; } .mt-xxl-n2, .my-xxl-n2 { margin-top: -0.5rem !important; } .mr-xxl-n2, .mx-xxl-n2 { margin-right: -0.5rem !important; } .mb-xxl-n2, .my-xxl-n2 { margin-bottom: -0.5rem !important; } .ml-xxl-n2, .mx-xxl-n2 { margin-left: -0.5rem !important; } .m-xxl-n3 { margin: -1rem !important; } .mt-xxl-n3, .my-xxl-n3 { margin-top: -1rem !important; } .mr-xxl-n3, .mx-xxl-n3 { margin-right: -1rem !important; } .mb-xxl-n3, .my-xxl-n3 { margin-bottom: -1rem !important; } .ml-xxl-n3, .mx-xxl-n3 { margin-left: -1rem !important; } .m-xxl-n4 { margin: -1.5rem !important; } .mt-xxl-n4, .my-xxl-n4 { margin-top: -1.5rem !important; } .mr-xxl-n4, .mx-xxl-n4 { margin-right: -1.5rem !important; } .mb-xxl-n4, .my-xxl-n4 { margin-bottom: -1.5rem !important; } .ml-xxl-n4, .mx-xxl-n4 { margin-left: -1.5rem !important; } .m-xxl-n5 { margin: -3rem !important; } .mt-xxl-n5, .my-xxl-n5 { margin-top: -3rem !important; } .mr-xxl-n5, .mx-xxl-n5 { margin-right: -3rem !important; } .mb-xxl-n5, .my-xxl-n5 { margin-bottom: -3rem !important; } .ml-xxl-n5, .mx-xxl-n5 { margin-left: -3rem !important; } .m-xxl-n6 { margin: -4.75rem !important; } .mt-xxl-n6, .my-xxl-n6 { margin-top: -4.75rem !important; } .mr-xxl-n6, .mx-xxl-n6 { margin-right: -4.75rem !important; } .mb-xxl-n6, .my-xxl-n6 { margin-bottom: -4.75rem !important; } .ml-xxl-n6, .mx-xxl-n6 { margin-left: -4.75rem !important; } .m-xxl-n7 { margin: -6rem !important; } .mt-xxl-n7, .my-xxl-n7 { margin-top: -6rem !important; } .mr-xxl-n7, .mx-xxl-n7 { margin-right: -6rem !important; } .mb-xxl-n7, .my-xxl-n7 { margin-bottom: -6rem !important; } .ml-xxl-n7, .mx-xxl-n7 { margin-left: -6rem !important; } .m-xxl-n8 { margin: -7.25rem !important; } .mt-xxl-n8, .my-xxl-n8 { margin-top: -7.25rem !important; } .mr-xxl-n8, .mx-xxl-n8 { margin-right: -7.25rem !important; } .mb-xxl-n8, .my-xxl-n8 { margin-bottom: -7.25rem !important; } .ml-xxl-n8, .mx-xxl-n8 { margin-left: -7.25rem !important; } .m-xxl-n9 { margin: -8.5rem !important; } .mt-xxl-n9, .my-xxl-n9 { margin-top: -8.5rem !important; } .mr-xxl-n9, .mx-xxl-n9 { margin-right: -8.5rem !important; } .mb-xxl-n9, .my-xxl-n9 { margin-bottom: -8.5rem !important; } .ml-xxl-n9, .mx-xxl-n9 { margin-left: -8.5rem !important; } .m-xxl-n10 { margin: -10rem !important; } .mt-xxl-n10, .my-xxl-n10 { margin-top: -10rem !important; } .mr-xxl-n10, .mx-xxl-n10 { margin-right: -10rem !important; } .mb-xxl-n10, .my-xxl-n10 { margin-bottom: -10rem !important; } .ml-xxl-n10, .mx-xxl-n10 { margin-left: -10rem !important; } .m-xxl-auto { margin: auto !important; } .mt-xxl-auto, .my-xxl-auto { margin-top: auto !important; } .mr-xxl-auto, .mx-xxl-auto { margin-right: auto !important; } .mb-xxl-auto, .my-xxl-auto { margin-bottom: auto !important; } .ml-xxl-auto, .mx-xxl-auto { margin-left: auto !important; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extentions.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: This is the (SASS) entry point for all theme extentions # ----------------------------------------------------------------------------- */ /* // ---------------------------------------------------------------------------- // ~/scss/theme_uno/extensions/_accordion.scss // Provides styles for the J1 Accordion Panel // // Product/Info: // https://jekyll.one // // Copyright (C) 2022 Juergen Adams // // J1 Template is licensed under the MIT License. // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE // ---------------------------------------------------------------------------- */ .accordion { text-align: left; } .accordion .card { background: none; border: none; box-shadow: unset; } .accordion .card .card-header { background: none; border: none; padding: .4rem 1rem; } .accordion .card-header h2 span, .accordion .card-header .h2 span { float: left; margin-top: 10px; } .accordion .card-header .btn { text-align: left; position: relative; padding-left: 2rem; } .accordion .card-header i { font-size: 1.2rem; font-weight: bold; position: absolute; left: 0; top: 9px; } .accordion .card-header .btn:hover { color: #00bcd4; } .accordion .card-body { color: #324353; padding: 0.5rem 3rem; } .accordion .highlight .btn { color: #2196f3; } .accordion .highlight i { transform: rotate(180deg); } .collapsible-link[aria-expanded='true']::after { transform: rotate(90deg) translateX(-1px); } .collapsible-link[aria-expanded='true']::before { transform: rotate(180deg); } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_advertising.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: MDE styles for the Advertising module (Ads) # ----------------------------------------------------------------------------- */ .advertising { background-color: white; border: 1px solid rgba(0, 0, 0, 0.12); margin: 0; padding: 1.5rem; border-radius: 3px; margin-bottom: 0.25rem; z-index: 9; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_attic.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for the attics module (page headers) # ----------------------------------------------------------------------------- */ .attic { position: relative; width: 100%; overflow: hidden; /* jadams, 2017-12-11: needed for image headers */ } .attic .j1-booticon { margin: 0 auto 30px; } /* jadams, 2020-12-25: added line-height */ .attic .head-title h2, .attic .head-title .h2 { margin-top: -1.2rem; margin-bottom: 0 !important; font-weight: 600; line-height: 1.2; } .attic .head-tagline h3, .attic .head-tagline .h3 { margin-top: 0; margin-bottom: 0 !important; font-weight: 400; line-height: 1; } .attic .lead { margin: 0 20px 30px; font-size: 20px; color: #babdb6; } .attic .version { margin-top: -10px; margin-bottom: 15px; font-size: 20px; font-weight: 500; color: #2e3436; } .attic .btn { width: 100%; padding: 15px 30px; font-size: 20px; } .attic-caption { display: none; text-align: right; position: absolute; right: 0; bottom: 0; padding-right: 15px; padding-bottom: 10px; font-size: 1rem; font-weight: 600; } .attic-caption a { color: rgba(255, 255, 255, 0.5) !important; text-decoration: none; } .attic-caption a:hover { color: rgba(255, 255, 255, 0.9) !important; text-decoration: none; } /* Media breakpoints -------------------------------------------------------------------------------- */ @media screen and (min-width: 992px) { .attic .lead { width: 90%; font-size: 30px; } } @media screen and (min-width: 768px) { .attic h1, .attic .h1 { font-size: 60px; } .attic .lead { width: 95%; font-size: 24px; } } @media screen and (min-width: 480px) { .attic .btn { width: auto; margin-top: 10px; } } /* Helper styles -------------------------------------------------------------------------------- */ .text-emphasis-none { text-shadow: none !important; } .text-emphasis-strong { text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4) !important; } .text-emphasis-stronger { text-shadow: 0 3px 0 rgba(0, 0, 0, 0.3) !important; } .text-emphasis-strongest { text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2) !important; } .attic__badge { background-color: rgba(0, 0, 0, 0.3); padding: 4px 6px; display: inline-block; border-radius: 3px; } .attic__badge_unsplash { font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: bold; line-height: 1.2; } .attic__badge_unsplash_icon { display: inline-block; padding: 2px 3px; } .attic__badge_unsplash_icon-size { height: 12px; width: auto; position: relative; vertical-align: middle; top: -2px; fill: white; } .attic__badge_unsplash_text { display: inline-block; padding: 2px 3px; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_badge.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: General styles for tag boxes|clouds # ----------------------------------------------------------------------------- */ span.badge > a { color: #000 !important; } /* // ----------------------------------------------------------------------------- // ~/scss/theme_uno/extensions/_banner.scss // Provides general styles for the J1 Banner // // Product/Info: // https://jekyll.one // // Copyright (C) 2022 Juergen Adams // // J1 Template is licensed under the MIT License. // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE // ----------------------------------------------------------------------------- */ .banner-divider { border-bottom: 1px dotted #bdbdbd; } .banner-footer { display: flex; flex-wrap: wrap; align-items: start; justify-content: flex-start; margin-left: -1rem; padding: 0.75rem; border-top: 1px solid #e0e0e0; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_bs-doc.scss # Provides additional styles taken from BS DOC template # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .doc-example { background-color: transparent; border: 1px solid rgba(0, 0, 0, 0.4); margin: 0; padding: 1.5rem; border-radius: 1px; margin-bottom: 0.25rem; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_cards.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for (extended) cards # NOTE: Cards|Styles, inspired by BS3 Material-Kit # ----------------------------------------------------------------------------- # TODO: Should be moved|integrated to|with ~/scss/theme_uno/bootstrap/_cards.scss # TODO: CSS styles should rewritten to SCSS # ----------------------------------------------------------------------------- # SPEC: # ----------------------------------------------------------------------------- */ .card.card-same-height { height: calc(100% - 1.75rem); overflow: hidden; } .card .not-rounded { border-radius: unset !important; } .card .card-header { background-color: #2196f3; border-bottom: 0; } .card-header:first-child { border-radius: 0 !important; } .card-body { margin-top: 1rem; text-align: initial; color: rgba(0, 0, 0, 0.87) !important; background-color: rgba(255, 255, 255, 0.7); line-height: 1.5; } .card .card-footer { line-height: 1.25; padding: 1.25rem; background-color: rgba(255, 255, 255, 0.5); border-top: 1px dotted rgba(0, 0, 0, 0.3); } .card .card-footer .footer-body { color: #212121; } /* jadams: Overwrite Bootstraps heading margins for cards */ /* .card > h1, h2, h3, h4, h5 { */ .card h1 h2 h3 h4 h5, .card .h1 h2 h3 h4 h5, .card h1 .h2 h3 h4 h5, .card .h1 .h2 h3 h4 h5, .card h1 h2 .h3 h4 h5, .card .h1 h2 .h3 h4 h5, .card h1 .h2 .h3 h4 h5, .card .h1 .h2 .h3 h4 h5, .card h1 h2 h3 .h4 h5, .card .h1 h2 h3 .h4 h5, .card h1 .h2 h3 .h4 h5, .card .h1 .h2 h3 .h4 h5, .card h1 h2 .h3 .h4 h5, .card .h1 h2 .h3 .h4 h5, .card h1 .h2 .h3 .h4 h5, .card .h1 .h2 .h3 .h4 h5, .card h1 h2 h3 h4 .h5, .card .h1 h2 h3 h4 .h5, .card h1 .h2 h3 h4 .h5, .card .h1 .h2 h3 h4 .h5, .card h1 h2 .h3 h4 .h5, .card .h1 h2 .h3 h4 .h5, .card h1 .h2 .h3 h4 .h5, .card .h1 .h2 .h3 h4 .h5, .card h1 h2 h3 .h4 .h5, .card .h1 h2 h3 .h4 .h5, .card h1 .h2 h3 .h4 .h5, .card .h1 .h2 h3 .h4 .h5, .card h1 h2 .h3 .h4 .h5, .card .h1 h2 .h3 .h4 .h5, .card h1 .h2 .h3 .h4 .h5, .card .h1 .h2 .h3 .h4 .h5 { margin-top: 10px !important; margin-bottom: 10px !important; } .card-flat { box-shadow: unset !important; } .card .card-height-indicator { margin-top: 120%; } .card .card-image { height: 60%; position: relative; overflow: hidden; } .card-image-outer { margin-left: 15px; margin-right: 15px; margin-top: -30px; } /* jadams MD table cards */ .card .card-table { padding: 15px 20px; position: relative; } .card .card-header .category { margin-bottom: 0; } .card .card-header.card-header-text { display: inline-block; } .card .card-header.card-header-text:after { content: " "; display: table; } .card .card-header.card-header-icon { float: left; } .card .card-header.card-header-icon i { width: 33px; height: 33px; text-align: center; line-height: 33px; } .card h1.card-header, .card .card-header.h1, .card h2.card-header, .card .card-header.h2, .card h3.card-header, .card .card-header.h3, .card h4.card-header, .card .card-header.h4, .card h5.card-header, .card .card-header.h5, .card h6.card-header, .card .card-header.h6 { color: #000; font-size: 1.75rem !important; font-weight: 500; } .card [data-background-color="purple"] { background: linear-gradient(60deg, #ab47bc, #8e24aa); box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2), 0 7px 10px -5px rgba(156, 39, 176, 0.4); } .card [data-icon-bg-color="purple"] i { color: #9c27b0; } /* jadams: border-radius should be set with img ONLY */ /* Set border-radius to 0px, should be set via template|liquid */ .card .card-image img { width: 100%; height: 100%; border-radius: 1px; pointer-events: none; } .card .card-title { color: #212121; } a.card-title:hover { text-decoration: none; } .card h1.card-title, .card .card-title.h1, .card h2.card-title, .card .card-title.h2, .card h3.card-title, .card .card-title.h3, .card h4.card-title, .card .card-title.h4, .card h5.card-title, .card .card-title.h5, .card h6.card-title, .card .card-title.h6 { font-size: 1.75rem !important; font-weight: 500; } .card .card-title a { color: #f44336 !important; text-decoration: none !important; } .card .card-title > a:focus, .card .card-title > a:hover { color: #2196f3 !important; text-decoration: none !important; } .card-pricing > .card-title { bottom: 15px; left: 15px; color: #f44336; /* font-size: 1.3em; */ } .card .card-image .card-image-headline { position: absolute; bottom: 16px; left: 18px; color: #fff; font-size: 2em; } .card .card-content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .card-icon { max-width: 130px; max-height: 130px; margin: -60px auto 0; border-radius: 50%; } .card-icon-left { margin: -50px auto 0; padding-left: 2.5em; /* background: #ddd; */ } .card-icon-background-no-color { background: transparent !important; } .card-icon-background-color-theme { background: #2196f3 !important; } .card-icon-background-color-default { background: #2196f3 !important; } .card-icon-background-color-primary { background: #2196f3 !important; } .card-icon-background-color-success { background: #4caf50 !important; } .card-icon-background-color-info { background: #00bcd4 !important; } .card-icon-background-color-warning { background: #ffeb3b !important; } .card-icon-background-color-danger { background: #f44336 !important; } .card-icon-circle { width: 120px; height: 120px; border-radius: 50%; line-height: 120px; display: inline-block; } .card-icon-rectangle { width: 120px; height: 120px; line-height: 100px; display: inline-block; } .card-icon-fa { padding-top: 10px; } .card-icon-mdi { padding-top: .5rem; align-items: center; } .card-icon-zmdi { padding-top: 10px; } .card-icon-circle:hover { background: rgba(255, 255, 255, 0.2); } .card .category:not([class*="text-"]) { color: #9e9e9e; } .card .header { box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); /* margin: 15px; */ border-radius: 1px; padding: 15px 0; background-color: #fff; border-bottom: 0px; } .card .header .title { color: #fff; } .card .header-primary, .card .content-primary { background: linear-gradient(60deg, #2196f3, #0d47a1); } .card .header-info, .card .content-info { background: linear-gradient(60deg, #26c6da, #0097a7); } .card .header-success, .card .content-success { background: linear-gradient(60deg, #66bb6a, #388e3c); } .card .header-warning, .card .content-warning { background: linear-gradient(60deg, #ffa726, #f57c00); } .card .header-danger, .card .content-danger { background: linear-gradient(60deg, #ef5350, #d32f2f); } .card .header-rose, .card .content-rose { background: linear-gradient(60deg, #ec407a, #c2185b); } .card [class*="header-"], .card [class*="content-"] { /* jadams: color: $white; */ color: #212121; } .card [class*="header-"] .card-title a, .card [class*="header-"] .card-title, .card [class*="header-"] .icon i, .card [class*="content-"] .card-title a, .card [class*="content-"] .card-title, .card [class*="content-"] .icon i { /* jadams: color: $white; */ color: #212121; } .card [class*="header-"] .icon i, .card [class*="content-"] .icon i { border-color: rgba(255, 255, 255, 0.3); } .card [class*="header-"] .author a, .card [class*="header-"] .footer .stats, .card [class*="header-"] .category, .card [class*="header-"] .card-description, .card [class*="content-"] .author a, .card [class*="content-"] .footer .stats, .card [class*="content-"] .category, .card [class*="content-"] .card-description { color: rgba(255, 255, 255, 0.8); } .card [class*="header-"] .author a:hover, .card [class*="header-"] .author a:focus, .card [class*="header-"] .author a:active, .card [class*="content-"] .author a:hover, .card [class*="content-"] .author a:focus, .card [class*="content-"] .author a:active { /* jadams: color: $white; */ color: #212121; } .card [class*="content-"] { border-radius: 1px; } .card [class*="content-"] h1 small, .card [class*="content-"] .h1 small, .card [class*="content-"] h1 .small, .card [class*="content-"] .h1 .small, .card [class*="content-"] h2 small, .card [class*="content-"] .h2 small, .card [class*="content-"] h2 .small, .card [class*="content-"] .h2 .small, .card [class*="content-"] h3 small, .card [class*="content-"] .h3 small, .card [class*="content-"] h3 .small, .card [class*="content-"] .h3 .small { color: rgba(255, 255, 255, 0.8); } .card img { width: 100%; height: auto; } .card .category .material-icons { position: relative; top: 6px; line-height: 0; } .card .category-social .fa { font-size: 24px; position: relative; margin-top: -4px; top: 2px; margin-right: 5px; } .card .author .avatar { width: 30px; height: 30px; overflow: hidden; border-radius: 50%; margin-right: 5px; } .card .author a { color: blue-grey; text-decoration: none; } .card .author a .ripple-container { display: none; } .card .footer { margin-top: 15px; } .card .footer div { display: inline-block; } .card .footer .author { color: #eee; } .card .footer .stats { float: right; color: #eee; } .card .footer .stats .material-icons { position: relative; top: 4px; font-size: 18px; } .carousel .card { max-width: 650px; margin: 60px auto; } .card .checkbox, .card .radio { margin-top: 16px; } .card-footer-text { color: #212121; } .card-signup .header { box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); margin-left: 20px; margin-right: 20px; margin-top: -40px; padding: 20px 0; } .card-signup .text-divider { margin-top: 30px; margin-bottom: 0px; text-align: center; } .card-signup .content { padding: 0px 30px 0px 10px; } .card-signup .checkbox { margin-top: 20px; } .card-signup .checkbox label { margin-left: 17px; } .card-signup .checkbox .checkbox-material { padding-right: 12px; } .card-signup .social-line { margin-top: 15px; text-align: center; padding: 0; } .card-signup .social-line .btn { color: #fff; margin-left: 5px; margin-right: 5px; } .card-contact .header { margin-top: -20px; } .card-contact .header .title { margin: 10px 0 10px; } .card-nav-tabs { margin-top: 45px; } /* jadams: -30px -> 0px */ .card-nav-tabs .header { margin-top: -40px; } .card-nav-tabs .nav-tabs { background: transparent; } .card-plain { background: transparent; box-shadow: none; } .card-plain .header { margin-left: 0; margin-right: 0; } .card-plain .content { padding-left: 5px; padding-right: 5px; } .card-plain .card-image { margin: 0; border-radius: 1px; } .card-plain .card-image img { border-radius: 1px; } .iframe-container iframe { width: 100%; box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .card-form-horizontal .content { padding-left: 15px; padding-right: 15px; } .card-form-horizontal .form-group { padding-bottom: 0px; margin: 3px 0 0 0; } .card-form-horizontal .form-group .form-control { margin-bottom: 0; } .card-form-horizontal .btn { margin: 0; } .card-form-horizontal .input-group .input-group-addon { padding-left: 0; } .card-profile, .card-testimonial { text-align: center; } .card-tabs { margin-top: 60px; } .card-profile .btn-just-icon.btn-raised, .card-testimonial .btn-just-icon.btn-raised { margin-left: 6px; margin-right: 6px; } .card-profile .card-avatar, .card-testimonial .card-avatar { max-width: 130px; max-height: 130px; margin: -60px auto 0; border-radius: 50%; overflow: hidden; box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .card-profile .card-avatar + .content, .card-testimonial .card-avatar + .content { margin-top: 15px; } .card-profile.card-plain .card-avatar, .card-testimonial.card-plain .card-avatar { margin-top: 0; } .card-testimonial .card-avatar { max-width: 100px; max-height: 100px; } .card-testimonial .footer { margin-top: 0; } .card-testimonial .footer .card-avatar { margin-top: 10px; margin-bottom: -50px; } .card-testimonial .card-description { font-style: italic; } .card-testimonial .card-description + .card-title { margin-top: 30px; } .card-testimonial .icon { margin-top: 30px; } .card-testimonial .icon .material-icons { font-size: 40px; } .card-blog { margin-top: 30px; } .card-blog .row .category { margin-bottom: 0; } .card-blog .card-title { margin-top: 5px; } .card-blog .card-image + .category { margin-top: 20px; } .card-pricing { text-align: center; } .card-pricing .card-title { margin-top: 30px; font-size: 3.4em; } .card-pricing .content { padding: 15px !important; } .card-pricing .icon { padding: 10px 0 0px; color: #eee; } .card-pricing .icon i { font-size: 80px; border: 1px solid #E5E5E5; border-radius: 50%; width: 130px; line-height: 130px; height: 130px; } .card-pricing h1 small, .card-pricing .h1 small, .card-pricing h1 .small, .card-pricing .h1 .small { font-size: 18px; } .card-pricing h1 small:first-child, .card-pricing .h1 small:first-child, .card-pricing h1 .small:first-child, .card-pricing .h1 .small:first-child { position: relative; /* top: -17px; */ font-size: 26px; } .card-pricing ul { list-style: none; padding: 0; max-width: 240px; margin: 10px auto; } .card-pricing ul li { color: #eee; display: inline-flex; align-items: flex-end; padding: 12px 0; border-bottom: 1px solid rgba(153, 153, 153, 0.3); } .card-pricing ul li:last-child { border: 0; } .card-pricing ul li b { color: #616161; } .card-pricing ul li i { top: 6px; position: relative; } .card-pricing.card-background ul li, .card-pricing [class*="content-"] ul li { color: #fff; border-color: rgba(255, 255, 255, 0.3); } .card-pricing.card-background ul li b, .card-pricing [class*="content-"] ul li b { color: #fff; } .card-pricing.card-background [class*="text-"], .card-pricing [class*="content-"] [class*="text-"] { color: #fff; } .card-pricing.card-background:after { background-color: darken-700; } .card-raised { box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); } .card-background { background-position: center center; background-size: cover; text-align: center; } .card-background .content { position: relative; z-index: 2; min-height: 280px; padding-top: 40px; padding-bottom: 40px; max-width: 440px; margin: 0 auto; } .card-background .category, .card-background .card-description, .card-background small, .card-background .small { color: rgba(255, 255, 255, 0.7); } .card-background .card-title { color: #fff; margin-top: 10px; } .card-background:not(.card-pricing) .btn { margin-bottom: 0; } .card-background:after { position: absolute; z-index: 1; width: 100%; height: 100%; display: block; left: 0; top: 0; content: " "; background-color: rgba(0, 0, 0, 0.56); border-radius: 1px; } .card-product { margin-top: 30px; } .card-product .btn-simple.btn-just-icon { padding: 0; } .card-product .footer { margin-top: 5px; } .card-product .footer .stats .material-icons { margin-top: 4px; top: 0; } .card-product .footer .price h4, .card-product .footer .price .h4 { margin-bottom: 0; } .card-product .card-title, .card-product .category, .card-product .card-description { text-align: center; } .card .tagbox { border-radius: 1px; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_collection.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: General collection styles # ----------------------------------------------------------------------------- */ .article-overview-heading { display: block; margin: 12px 10px 25px 0px; border-bottom: 1px solid #E5E5E5; } .article-overview-heading h3, .article-overview-heading .h3 { font-size: 24px; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted #3465a4; } .article-overview-heading h3 > a, .article-overview-heading .h3 > a { color: rgba(0, 0, 0, 0.5) !important; } .article-overview-heading h3 > a:hover, .article-overview-heading .h3 > a:hover { color: rgba(0, 0, 0, 0.9) !important; text-decoration: none; } .article-overview-description, .article-overview-excerpt { margin: 1rem 1.8rem 2rem .5rem; text-align: justify; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extentions/drawer.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- # NOTE: Implementation specification in # https://github.com/FezVrasta/bootstrap-material-design/issues/822 # ----------------------------------------------------------------------------- */ .bmd-layout-drawer { position: absolute; z-index: 5; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; max-height: 100%; overflow: visible; overflow-y: auto; font-size: .875rem; transition: transform; will-change: transform; transform-style: preserve-3d; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .bmd-layout-drawer > * { flex-shrink: 0; } .bmd-layout-drawer > header { display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; } .bmd-layout-drawer > header .navbar-brand { padding-left: 1.5rem; font-size: 1.25rem; } .bmd-layout-drawer > .list-group { padding-top: 1rem; } .bmd-layout-drawer > .list-group .list-group-item { padding-right: 2.5rem; padding-left: 2.5rem; font-size: .8125rem; font-weight: 500; } .bmd-layout-drawer { background: var(--bs-body-bg); } .bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 240px; height: 100%; transform: translateX(-250px); } .bmd-drawer-f-l > .bmd-layout-header, .bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 240px; height: 100%; transform: translateX(250px); } .bmd-drawer-f-r > .bmd-layout-header, .bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .bmd-drawer-f-t > .bmd-layout-drawer { top: 0; left: 0; width: 100%; height: 100px; overflow-y: scroll; transform: translateY(-110px); } .bmd-drawer-f-t > .bmd-layout-content { margin-top: 0; } .bmd-drawer-f-b > .bmd-layout-drawer { bottom: 0; left: 0; width: 100%; height: 100px; overflow-y: scroll; transform: translateY(110px); } .bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content { margin-left: 290px; } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content { margin-right: 290px; } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } @media (min-width: 576px) { :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 290px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 290px; } } @media (min-width: 576px) { :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } } @media (max-width: 575.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } } @media (max-width: 575.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } } @media (min-width: 768px) { :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 290px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 290px; } } @media (min-width: 768px) { :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } } @media (max-width: 767.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } } @media (max-width: 767.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } } @media (min-width: 992px) { :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 290px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 290px; } } @media (min-width: 992px) { :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } } @media (max-width: 991.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } } @media (max-width: 991.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } } @media (min-width: 1200px) { :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 290px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 290px; } } @media (min-width: 1200px) { :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } } @media (max-width: 1199.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } } @media (max-width: 1199.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } } @media (min-width: 1400px) { :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 290px; } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 290px; } } @media (min-width: 1400px) { :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } } @media (max-width: 1399.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } } @media (max-width: 1399.98px) { :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-xxl-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } } .drawer-toggler { color: rgba(255, 255, 255, 0.5); padding: .25rem .75rem; font-size: 1.25rem; line-height: 1; background: transparent; border: 0 solid transparent; border-radius: .125rem; outline: none !important; } .drawer-toggler:focus, .drawer-toggler:hover { color: rgba(255, 255, 255, 0.9); } /* Generates the drawer (left/right) for post series at different sizes that will respond to both marker classes and grid-based responsive classes such as bmd-drawer-in-lg-up */ .custom-size-300.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 300px; height: 100%; transform: translateX(-310px); } .custom-size-300.bmd-drawer-f-l > .bmd-layout-header, .custom-size-300.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-300.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 300px; height: 100%; transform: translateX(310px); } .custom-size-300.bmd-drawer-f-r > .bmd-layout-header, .custom-size-300.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } @media (min-width: 576px) { .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } } @media (min-width: 768px) { .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } } @media (min-width: 992px) { .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } } @media (min-width: 1200px) { .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } } @media (min-width: 1400px) { .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } } .custom-size-350.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 350px; height: 100%; transform: translateX(-360px); } .custom-size-350.bmd-drawer-f-l > .bmd-layout-header, .custom-size-350.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-350.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 350px; height: 100%; transform: translateX(360px); } .custom-size-350.bmd-drawer-f-r > .bmd-layout-header, .custom-size-350.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } @media (min-width: 576px) { .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } } @media (min-width: 768px) { .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } } @media (min-width: 992px) { .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } } @media (min-width: 1200px) { .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } } @media (min-width: 1400px) { .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } } .custom-size-400.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 400px; height: 100%; transform: translateX(-410px); } .custom-size-400.bmd-drawer-f-l > .bmd-layout-header, .custom-size-400.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-400.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 400px; height: 100%; transform: translateX(410px); } .custom-size-400.bmd-drawer-f-r > .bmd-layout-header, .custom-size-400.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } @media (min-width: 576px) { .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } } @media (min-width: 768px) { .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } } @media (min-width: 992px) { .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } } @media (min-width: 1200px) { .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } } @media (min-width: 1400px) { .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } } .custom-size-450.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 450px; height: 100%; transform: translateX(-460px); } .custom-size-450.bmd-drawer-f-l > .bmd-layout-header, .custom-size-450.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-450.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 450px; height: 100%; transform: translateX(460px); } .custom-size-450.bmd-drawer-f-r > .bmd-layout-header, .custom-size-450.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } @media (min-width: 576px) { .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } } @media (min-width: 768px) { .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } } @media (min-width: 992px) { .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } } @media (min-width: 1200px) { .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } } @media (min-width: 1400px) { .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } } .custom-size-500.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 500px; height: 100%; transform: translateX(-510px); } .custom-size-500.bmd-drawer-f-l > .bmd-layout-header, .custom-size-500.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-500.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 500px; height: 100%; transform: translateX(510px); } .custom-size-500.bmd-drawer-f-r > .bmd-layout-header, .custom-size-500.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } @media (min-width: 576px) { .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } } @media (min-width: 768px) { .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } } @media (min-width: 992px) { .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } } @media (min-width: 1200px) { .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } } @media (min-width: 1400px) { .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500:not(.bmd-drawer-out).bmd-drawer-in-xxl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } } /* Generates the drawer (static) for post series at different sizes that is out by default and can be triggered in with bmd-drawer-in */ .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 300px; height: 100%; transform: translateX(-310px); } .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 300px; height: 100%; transform: translateX(310px); } .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 300px); margin-left: 300px; } .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 350px; } .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 300px); margin-right: 300px; } .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 350px; } .custom-size-300-static > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { .custom-size-300-static > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-300-static.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-300-static.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 350px; height: 100%; transform: translateX(-360px); } .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 350px; height: 100%; transform: translateX(360px); } .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 350px); margin-left: 350px; } .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 400px; } .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 350px); margin-right: 350px; } .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 400px; } .custom-size-350-static > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { .custom-size-350-static > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-350-static.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-350-static.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 400px; height: 100%; transform: translateX(-410px); } .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 400px; height: 100%; transform: translateX(410px); } .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 400px); margin-left: 400px; } .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 450px; } .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 400px); margin-right: 400px; } .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 450px; } .custom-size-400-static > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { .custom-size-400-static > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-400-static.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-400-static.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 450px; height: 100%; transform: translateX(-460px); } .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 450px; height: 100%; transform: translateX(460px); } .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 450px); margin-left: 450px; } .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 500px; } .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 450px); margin-right: 450px; } .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 500px; } .custom-size-450-static > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { .custom-size-450-static > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-450-static.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-450-static.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-drawer { top: 0; left: 0; width: 500px; height: 100%; transform: translateX(-510px); } .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 0; } .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-drawer { top: 0; right: 0; width: 500px; height: 100%; transform: translateX(510px); } .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 0; } .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 500px); margin-left: 500px; } .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-content { margin-left: 550px; } .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 500px); margin-right: 500px; } .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-content { margin-right: 550px; } .custom-size-500-static > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { .custom-size-500-static > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-header, .custom-size-500-static.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-header, .custom-size-500-static.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } /* // ----------------------------------------------------------------------------- // ~/scss/theme_uno/extensions/_dropcap.scss // Provides general styles for the J1 Dropcaps // // Product/Info: // https://jekyll.one // // Copyright (C) 2022 Juergen Adams // // J1 Template is licensed under the MIT License. // See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE // ----------------------------------------------------------------------------- */ .j1-dropcap { font: 2em/0.8 "Roboto Slab", sans-serif; line-height: 1.25rem; color: #757575; float: left; padding-right: .125rem; margin-right: .125rem !important; } p.dropcap { margin-right: 0.125rem !important; line-height: 1.5; } @media screen and (min-width: 992px) { .j1-dropcap { font-size: 3rem; } } @media screen and (max-width: 768px) { .j1-dropcap { font-size: 2rem; } } @media screen and (max-width: 480px) { .j1-dropcap { font-size: 2rem; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/fab.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Util styles added on button elements to create an PULSED animation # ----------------------------------------------------------------------------- */ .btn { position: relative; text-decoration: none; text-transform: uppercase; letter-spacing: 0; cursor: pointer; will-change: box-shadow, transform; } .btn.btn-fab:hover, .btn.btn-fab:focus, .btn-group-raised .btn:hover, .btn-group-raised .btn:focus { z-index: 1; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); } .btn.btn-fab.active, .btn.btn-fab:active, .btn-group-raised .btn.active, .btn-group-raised .btn:active { z-index: 1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); } .btn.btn-fab.focus, .btn.btn-fab:focus, .btn-group-raised .btn.focus, .btn-group-raised .btn:focus { outline: 0; } .btn.btn-fab { font-size: 1.5rem; line-height: 0; } .btn-group-lg .btn.btn-fab, .btn-group-sm .btn.btn-fab, .btn.btn-fab { padding: 0; border-radius: 50%; line-height: 0; } .btn.btn-fab { width: 3.5rem; min-width: 3.5rem; height: 3.5rem; box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26); } .btn.btn-fab .ripple-container { border-radius: 50%; } .btn.btn-fab.btn-fab-sm, .btn-group-sm .btn.btn-fab { width: 2.5rem; min-width: 2.5rem; height: 2.5rem; } .btn.btn-fab { overflow: visible; } .btn-fab, .btn.btn-fab:hover, .btn.btn-fab:focus { color: rgba(255, 255, 255, 0.8); } .fab-btn ul { left: 0; right: 0; text-align: center; position: absolute; bottom: 64px; margin: 0; visibility: hidden; padding-left: 0; list-style-type: none; } .btn-fab-floating.disabled, .btn-fab-floating[disabled] { pointer-events: none; -webkit-box-shadow: none; box-shadow: none; color: #9e9e9e; cursor: default; } .btn-fab-floating { display: inline-block; color: #fff; position: relative; z-index: 1; width: 40px; height: 40px; line-height: 40px; padding: 0; border-radius: 50%; -webkit-transition: background-color .3s; transition: background-color .3s; cursor: pointer; vertical-align: middle; } .btn-fab-floating:before { border-radius: 0; } .btn-fab-floating.btn-large { width: 56px; height: 56px; padding: 0; } .btn-fab-floating.btn-large.halfway-fab { bottom: -28px; } .btn-fab-floating.btn-large i { line-height: 56px; } .btn-fab-floating.btn-small { width: 32.4px; height: 32.4px; } .btn-fab-floating.btn-small.halfway-fab { bottom: -16.2px; } .btn-fab-floating.btn-small i { line-height: 32.4px; } .btn-fab-floating.halfway-fab { position: absolute; right: 24px; bottom: -20px; } .btn-fab-floating.halfway-fab.left { right: auto; left: 24px; } .btn-fab-floating i { width: inherit; display: inline-block; text-align: center; color: #fff; font-size: 1.6rem; line-height: 40px; } button.btn-fab-floating { border: none; } .fab-btn { position: fixed; right: 1rem; bottom: 1rem; padding-top: 4rem; margin-bottom: 0; z-index: 9; } .fab-btn.active ul { visibility: visible; } .fab-btn.direction-left, .fab-btn.direction-right { padding: 0 0 0 15px; } .fab-btn.direction-left ul, .fab-btn.direction-right ul { text-align: right; right: 64px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 100%; left: auto; width: 500px; } .fab-btn.direction-left ul li, .fab-btn.direction-right ul li { display: inline-block; margin: 7.5px 15px 0 0; } .fab-btn.direction-right { padding: 0 15px 0 0; } .fab-btn.direction-right ul { text-align: left; direction: rtl; left: 64px; right: auto; } .fab-btn.direction-right ul li { margin: 7.5px 0 0 15px; } .fab-btn.direction-bottom { padding: 0 0 15px 0; } .fab-btn.direction-bottom ul { top: 64px; bottom: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } .fab-btn.direction-bottom ul li { margin: 15px 0 0 0; } .fab-btn.toolbar { padding: 0; height: 56px; } .fab-btn.toolbar.active > a i { opacity: 0; } .fab-btn.toolbar ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; top: 0; bottom: 0; z-index: 1; } .fab-btn.toolbar ul li { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: inline-block; margin: 0; height: 100%; -webkit-transition: none; transition: none; } .fab-btn.toolbar ul li a { display: block; overflow: hidden; position: relative; width: 100%; height: 100%; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; color: #fff; line-height: 56px; z-index: 1; } .fab-btn.toolbar ul li a i { line-height: inherit; } .fab-btn ul { left: 0; right: 0; text-align: center; position: absolute; bottom: 64px; margin: 0; visibility: hidden; } .fab-btn ul li { margin-bottom: 15px; } .fab-btn ul a.btn-fab-floating { opacity: 0; } .fab-btn .fab-btn-backdrop { position: absolute; top: 0; left: 0; z-index: -1; width: 40px; height: 40px; background-color: #26a69a; border-radius: 50%; -webkit-transform: scale(0); transform: scale(0); } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_footer.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: General footer styles # ----------------------------------------------------------------------------- */ .footer { padding-top: 2em; background: #212121; border-top: 1px solid rgba(255, 255, 255, 0.3); } .footer__title_color { color: rgba(255, 255, 255, 0.5); font-size: 1.3em !important; } .footer p { color: rgba(255, 255, 255, 0.5); font-size: 1em; font-family: sans-serif; } .heading-footer { text-align: left; position: relative; margin-bottom: 30px; padding-bottom: 2px; } .heading-footer:after { left: 0; bottom: 0; height: 2px; width: 50px; content: " "; background: #204a87; position: absolute; } .heading-footer h2, .heading-footer .h2 { color: rgba(255, 255, 255, 0.5); font-size: 1.3em !important; text-transform: uppercase; } /*Link News*/ .footer .link-news { margin-bottom: 0; color: #9e9e9e !important; } .footer .link-news li { padding: 12px 0px; border-top: solid 1px rgba(255, 255, 255, 0.3); } .footer .link-news li:first-child { padding-top: 0; border-top: none; } .footer .link-news li a { color: rgba(255, 255, 255, 0.5) !important; margin-bottom: 0; font-size: 1em; font-weight: 700; } .footer .link-news a:hover { color: #FAFAFA !important; text-decoration: none; } .footer .link-news li small, .footer .link-news li .small { color: rgba(255, 255, 255, 0.8); display: block; } /*Link List*/ .footer-link-list li { padding: 9px 0px; border-top: solid 1px rgba(255, 255, 255, 0.3); } .footer-link-list li:first-child { padding-top: 0; border-top: none; } .footer-link-list li a { color: rgba(255, 255, 255, 0.5); font-size: 1em; display: inline-block; font-family: sans-serif; margin-bottom: 0; } .footer-link-list a:hover { color: #FAFAFA !important; text-decoration: none; } /*Contacts*/ .footer .contacts { margin-bottom: 0; } .footer .contacts li { margin-bottom: 20px; } .footer .contacts li:before, .footer .contacts li:after { content: " "; display: table; } .footer .contacts li:after { clear: both; } .footer .contacts li i { float: left; width: 55px; height: 55px; color: rgba(255, 255, 255, 0.5); padding: 15px 5px; background: #333; text-align: center; margin: 4px 10px 0 0; display: inline-block; } .footer .contacts li p { margin-bottom: 0; } .footer .contacts li a { color: rgba(255, 255, 255, 0.5); } .footer .contacts li a:hover { color: #FAFAFA !important; text-decoration: none; } /*Footer Copyright*/ /* Enable horizontal list */ #inline ul li { display: inline; } /* jadams: md_grey_800 */ .copyright { padding: 15px 0; background: #212121; font-family: sans-serif; } .copyright p { font-size: 0.8em; font-family: sans-serif; margin-top: 3px; } .copyright .terms-menu li a { color: rgba(255, 255, 255, 0.5) !important; } /*Social Icons*/ .dark-social { margin: 5px 0 0; } .dark-social li { margin-left: 5px; } .dark-social li i { color: rgba(255, 255, 255, 0.5); } /*Terms Menu*/ .copyright .terms-menu { margin: 7px 0 0; } .copyright .terms-menu li { color: rgba(255, 255, 255, 0.5); font-size: 0.8em; padding-left: 0px !important; padding-right: 0px !important; } .copyright .terms-menu li:first-child { border-left: none; padding: 0 7px 0 0; } .copyright .terms-menu li a { color: rgba(255, 255, 255, 0.5); } .copyright .terms-menu li:after { content: "\20 \B7 \20"; } .copyright .terms-menu li:last-child:after { content: ""; } .copyright .terms-menu li a:hover { color: #FAFAFA !important; text-decoration: none; } @media screen and (max-width: 992px) { .copyright .terms-menu, .copyright .dark-social.pull-right { text-align: left; float: none !important; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extentions/_images.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # See: https://www.digitalocean.com/community/tutorials/css-cropping-images__object--fit # ----------------------------------------------------------------------------- */ .img-bg--fill { background-size: cover; background-repeat: no-repeat; background-position: center; } .img-object--contain { object-fit: contain; } .img-object--cover { object-fit: cover; } .img-object--fill { object-fit: fill; } .img-object--none { object-fit: fill; } .img-object--scale-down { object-fit: scale-down; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_lane.scss # Helper classen for J! template lanes # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for J1 Template Lanes # ----------------------------------------------------------------------------- */ .elevated-z0 { background-color: transparent; padding-top: 0; padding-bottom: 0; border-top: 0; border-bottom: 0; } .elevated-z1 { background-color: rgba(0, 0, 0, 0.1); padding-top: .1rem; padding-bottom: .1rem; border-top: 0; border-bottom: 0; } .elevated-z2 { background-color: rgba(0, 0, 0, 0.2); padding-top: .1rem; padding-bottom: .1rem; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .elevated-z3 { background-color: rgba(0, 0, 0, 0.3); padding-top: .1rem; padding-bottom: .1rem; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .elevated-z4 { background-color: rgba(0, 0, 0, 0.4); padding-top: .1rem; padding-bottom: .1rem; border-top: 1px solid rgba(0, 0, 0, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .elevated-z5 { background-color: rgba(0, 0, 0, 0.5); padding-top: .1rem; padding-bottom: .1rem; border-top: 1px solid rgba(0, 0, 0, 0.4); border-bottom: 1px solid rgba(0, 0, 0, 0.4); } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_pages.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Additional styles for page articles (pages) # ----------------------------------------------------------------------------- */ .fix-height-150 { height: 150px; } .fix-height-300 { height: 300px; } .fix-height-600 { height: 600px; } .flex-container-v2 { padding: 0; margin: 0; list-style: none; background-color: #3F51B5; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; } .flex-container { display: flex; align-items: center; background-color: #3F51B5; margin-bottom: 2rem; } .flex-container div { background-color: #E8EAF6; width: 100px; margin: 10px; text-align: center; line-height: 75px; font-weight: bold; font-size: 3em; } .flex-item-v2 { background-color: #E8EAF6; width: 100px; margin: 10px; text-align: center; line-height: 75px; font-weight: bold; font-size: 3em; } .flex-direction-column { flex-direction: column; } .flex-direction-column-reverse { flex-direction: column-reverse; } .flex-direction-row { flex-direction: row; } .flex-direction-row-reverse { flex-direction: row-reverse; } .flex-wrap-nowrap { flex-wrap: nowrap; } .flex-wrap-wrap { flex-wrap: wrap; } .flex-wrap-wrap-reverse { flex-wrap: wrap-reverse; } .flex-flow-row-wrap { flex-flow: row wrap; } .flex-flow-row-nowrap { flex-flow: row nowrap; } .flex-justify-content-center { justify-content: center; } .flex-justify-content-flex-start { justify-content: flex-start; } .flex-justify-content-flex-end { justify-content: flex-end; } .flex-justify-content-space-around { justify-content: space-around; } .flex-justify-content-space-between { justify-content: space-between; } .flex-align-items-baseline { align-items: baseline; } .flex-align-items-center { align-items: center; } .flex-align-items-start { align-items: flex-start; } .flex-align-items-end { align-items: flex-end; } .flex-align-items-stretch { align-items: stretch; } .flex-align-content-center { align-content: center; } .flex-align-content-flex-start { align-content: flex-start; } .flex-align-content-flex-end { align-content: flex-end; } .flex-align-content-space-around { align-content: space-around; } .flex-align-content-space-between { align-content: space-between; } .flex-align-content-stretch { align-content: stretch; } .navigation { list-style: none; margin: 0; background: deepskyblue; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: flex-end; } .navigation a { text-decoration: none; display: block; padding: 1em; color: white; } .navigation a:hover { background-color: #3F51B5; } @media all and (max-width: 800px) { .navigation { justify-content: space-around; } } @media all and (max-width: 600px) { .navigation { -webkit-flex-flow: column wrap; flex-flow: column wrap; padding: 0; } .navigation a { text-align: center; padding: 10px; border-top: 1px solid rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .navigation li:last-of-type a { border-bottom: none; } } .wrapper-mobile { display: flex; flex-flow: row wrap; font-weight: bold; text-align: center; } .wrapper-mobile > * { padding: 10px; flex: 1 100%; } .header-mobile { background: tomato; } .footer-mobile { background: lightgreen; } .main-mobile { text-align: left; background: deepskyblue; } .aside-1 { background: gold; } .aside-2 { background: hotpink; } @media all and (min-width: 600px) { .aside { flex: 1 auto; } } @media all and (min-width: 800px) { .main-mobile { flex: 3 0px; } .aside-1 { order: 1; } .main-mobile { order: 2; } .aside-2 { order: 3; } .footer-mobile { order: 4; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_post.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: General styles for blog articles (posts) # ----------------------------------------------------------------------------- */ .post-category-icon .fa, .post-category-icon .mdi, .post-category-icon .zmdi { margin-right: .5rem; } .post-headline { margin-bottom: 2rem; border-bottom: 1px solid #E5E5E5; } .series-navigator { display: inline-block; position: relative; width: 100%; } .series-navigator .content { margin-top: 1rem; padding-bottom: 3rem; } .series-navigation { margin-top: 10px; } .series-navigation ul { margin: 0; padding: 0; list-style: none; } .series-navigation ul li { display: inline-block; } .series-navigation ul li a { position: relative; display: inline-block; line-height: 2.5rem; padding: 0 1rem 0 1rem; background-color: #2196F3; border-radius: 3px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff; font-size: .75rem !important; font-weight: 400; text-decoration: none; -webkit-transition: .2s; transition: .2s; } .series-navigation ul li.current a { background-color: rgba(0, 0, 0, 0.5); } .series-navigation ul li.current a:hover { background-color: rgba(0, 0, 0, 0.9) !important; color: #fff !important; } .series-navigation ul li a:hover { background-color: rgba(0, 0, 0, 0.9); color: #fff !important; } .series-exerpt { text-align: justify; padding: 0px 20px 10px 0px; } .series-exerpt-title { margin-top: 0; font-family: inherit; font-weight: 400; line-height: 1.1; } .series-navigator .series-navigator-footer { height: 10%; padding: 40px 0 0 0; } .series-navigator .series-navigator-footer button, .series-navigator .series-navigator-footer a { margin: 0px !important; position: relative; bottom: 25px; width: auto; } .series-navigator .series-navigator-footer button:first-child, .series-navigator .series-navigator-footer a:first-child { left: -5px; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/pulser.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Util styles added on button elements to create an PULSED animation # ----------------------------------------------------------------------------- */ .pulsed .pulsed-z1 .pulsed-z2 .pulsed-z3 { overflow: visible !important; position: relative; } .pulsed::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: inherit; border-radius: inherit; -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-animation: pulse-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; animation: pulse-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; z-index: -1; } .pulsed-z1::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: inherit; border-radius: inherit; -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-animation: pulsed-animation-z1 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; animation: pulsed-animation-z1 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; z-index: -1; } .pulsed-z2::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: inherit; border-radius: inherit; -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-animation: pulsed-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; animation: pulsed-animation-z2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; z-index: -1; } .pulsed-z3::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: inherit; border-radius: inherit; -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, transform .3s; transition: opacity .3s, transform .3s, -webkit-transform .3s; -webkit-animation: pulsed-animation-z3 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; animation: pulsed-animation-z3 1s cubic-bezier(0.24, 0, 0.38, 1) infinite; z-index: -1; } @-webkit-keyframes pulsed-animation-z1 { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.125); transform: scale(1.125); } 100% { opacity: 0; -webkit-transform: scale(1.125); transform: scale(1.125); } } @keyframes pulsed-animation-z1 { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.125); transform: scale(1.125); } 100% { opacity: 0; -webkit-transform: scale(1.125); transform: scale(1.125); } } @-webkit-keyframes pulsed-animation-z2 { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.25); transform: scale(1.25); } 100% { opacity: 0; -webkit-transform: scale(1.25); transform: scale(1.25); } } @keyframes pulsed-animation-z2 { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.25); transform: scale(1.25); } 100% { opacity: 0; -webkit-transform: scale(1.25); transform: scale(1.25); } } @-webkit-keyframes pulsed-animation-z3 { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } 100% { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } } @keyframes pulsed-animation-z3 { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } 100% { opacity: 0; -webkit-transform: scale(1.5); transform: scale(1.5); } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_radios.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .radio label, label.radio-inline { position: relative; padding-left: 1.5625rem; } .radio label .bmd-radio, label.radio-inline .bmd-radio { position: absolute; left: 0; display: inline-block; padding: .7em; margin: -.7em; line-height: .7; border-radius: 100%; } .radio label .bmd-radio::after, label.radio-inline .bmd-radio::after { display: inline-block; width: 1.25rem; height: 1.25rem; cursor: pointer; content: ""; border: 0.125rem solid #9e9e9e; border-radius: 50%; transition: border-color ease .28s; transition-duration: 0.2s; } .radio label .bmd-radio::before, label.radio-inline .bmd-radio::before { position: absolute; display: inline-block; width: 1.25rem; height: 1.25rem; content: ""; background-color: #1565c0; border-radius: 50%; transition: transform ease .28s; transform: scale3d(0, 0, 0); } .radio label input[type=radio], label.radio-inline input[type=radio] { position: absolute; left: 0; z-index: -1; width: 0; height: 0; margin: 0; overflow: hidden; pointer-events: none; opacity: 0; } .radio label input[type=radio]:checked ~ .bmd-radio::after, label.radio-inline input[type=radio]:checked ~ .bmd-radio::after { border-color: #1565c0; } .radio label input[type=radio]:checked ~ .bmd-radio::before, label.radio-inline input[type=radio]:checked ~ .bmd-radio::before { background-color: #1565c0; } .radio label input[type=radio]:checked ~ .bmd-radio::before, label.radio-inline input[type=radio]:checked ~ .bmd-radio::before { transform: scale3d(0.5, 0.5, 1); } .radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio, fieldset[disabled] .radio label input[type=radio] + .bmd-radio, label.radio-inline input[type=radio][disabled] + .bmd-radio, label.radio-inline input[type=radio]:disabled + .bmd-radio, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio { cursor: default; } .radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after, label.radio-inline input[type=radio][disabled] + .bmd-radio::after, label.radio-inline input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after { border-color: rgba(0, 0, 0, 0.26); } .radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before, label.radio-inline input[type=radio][disabled] + .bmd-radio::before, label.radio-inline input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before { background-color: rgba(0, 0, 0, 0.26); } .radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container, label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container, label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio .ripple-container { display: none; } .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after, .bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::after, .bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after { border-color: rgba(255, 255, 255, 0.3); } .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before, .bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::before, .bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before { background-color: rgba(255, 255, 255, 0.3); } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_ripples.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ .ripple { position: relative; } .ripple-container { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; overflow: hidden; pointer-events: none; border-radius: inherit; } .ripple-container .ripple-decorator { position: absolute; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; pointer-events: none; background-color: rgba(0, 0, 0, 0.05); border-radius: 100%; opacity: 0; transform: scale(1); transform-origin: 50%; } .ripple-container .ripple-decorator.ripple-on { opacity: 0.1; transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; } .ripple-container .ripple-decorator.ripple-out { opacity: 0; transition: opacity 0.1s linear 0s !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_scroll-group.scss # Class for the scoller|infinite scroll (based|modified from BS list_groups) # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .scroll-group { display: flex; flex-direction: row; flex-grow: 1; padding-left: 0; margin-bottom: 0; border-radius: 0.1rem; } .scroll-group-horizontal { flex-direction: row; } .scroll-group-item { display: flex; flex-flow: row wrap; align-items: center; padding: 1rem; line-height: 1; background-color: transparent; border: 0; margin-right: 1%; } @media only screen and (min-width: 576px) { .scroll-group-item.items-auto { width: 48.3%; } .scroll-group-item.items-1 { width: 96%; } .scroll-group-item.items-2 { width: 48.3%; } .scroll-group-item.items-3 { width: 48.3%; } .scroll-group-item.items-4 { width: 48.3%; } } @media only screen and (min-width: 768px) { .scroll-group-item.items-auto { width: 31.333%; } .scroll-group-item.items-1 { width: 96%; } .scroll-group-item.items-2 { width: 48.3%; } .scroll-group-item.items-3 { width: 48.3%; } .scroll-group-item.items-4 { width: 48.3%; } } @media only screen and (min-width: 992px) { .scroll-group-item.items-auto { width: 23.8%; } .scroll-group-item.items-1 { width: 96%; } .scroll-group-item.items-2 { width: 48.3%; } .scroll-group-item.items-3 { width: 31.333%; } .scroll-group-item.items-4 { width: 23.8%; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_scrollbars.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for custom scrollbars, see # https://codepen.io/devstreak/pen/dMYgeO # ----------------------------------------------------------------------------- */ .scrollbar { margin-left: 30px; height: 300px; width: 65px; overflow-y: scroll; margin-bottom: 25px; } .force-overflow { min-height: 450px; } #wrapper { text-align: center; width: 500px; margin: auto; } ::-webkit-scrollbar { width: 12px; background-color: #f5f5f5; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0px; background-color: #f5f5f5; } ::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); background-color: #424242; } ul.scrollable-menu { height: auto; max-height: 20.5rem; overflow-x: hidden; scrollbar-color: #424242 #f5f5f5; scrollbar-width: thin; } ul.scrollable-menu::-webkit-scrollbar { width: 12px; background-color: #f5f5f5; } ul.scrollable-menu::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0px; background-color: #f5f5f5; } ul.scrollable-menu::-webkit-scrollbar-thumb { -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); background-color: #424242; } .scroller-1::-webkit-scrollbar { width: 12px; background-color: #f5f5f5; } .scroller-1::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #f5f5f5; } .scroller-1::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); background-color: #424242; } .scroller-2::-webkit-scrollbar { width: 12px; background-color: #e0e0e0; } .scroller-2::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 0px; background-color: #f5f5f5; } .scroller-2::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); background-color: #424242; } .scroller-3::-webkit-scrollbar { width: 6px; background-color: #f5f5f5; } .scroller-3::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } .scroller-3::-webkit-scrollbar-thumb { background-color: #000; } .scroller-4::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-4::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } .scroller-4::-webkit-scrollbar-thumb { background-color: #000; border: 2px solid #424242; } .scroller-5::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-5::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } .scroller-5::-webkit-scrollbar-thumb { background-color: #03a9f4; background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent)); } .scroller-6::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-6::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } .scroller-6::-webkit-scrollbar-thumb { background-color: #ff9800; background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); } .scroller-7::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-7::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; border-radius: 10px; } .scroller-7::-webkit-scrollbar-thumb { border-radius: 10px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7986cb), color-stop(0.72, #3f51b5), color-stop(0.86, #1a237e)); } .scroller-8::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-8::-webkit-scrollbar-track { border: 1px solid black; background-color: #f5f5f5; } .scroller-8::-webkit-scrollbar-thumb { background-color: #000; } .scroller-9::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-9::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; } .scroller-9::-webkit-scrollbar-thumb { background-color: #ff9800; background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); } .scroller-10::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-10::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; border-radius: 10px; } .scroller-10::-webkit-scrollbar-thumb { background-color: #9e9e9e; border-radius: 10px; background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent); } .scroller-11::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-11::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #f5f5f5; border-radius: 10px; } .scroller-11::-webkit-scrollbar-thumb { background-color: #3f51b5; border-radius: 10px; background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent); } .scroller-12::-webkit-scrollbar { width: 12px; background-color: #f5f5f5; } .scroller-12::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); border-radius: 10px; background-color: #212121; } .scroller-12::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #f44336; background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent); } .scroller-13::-webkit-scrollbar { width: 12px; background-color: #f5f5f5; } .scroller-13::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); border-radius: 10px; background-color: #eee; } .scroller-13::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #b71c1c; background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent); } .scroller-14::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-14::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6); background-color: #eee; } .scroller-14::-webkit-scrollbar-thumb { background-color: #fff; background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 25%, transparent 100%, rgba(0, 0, 0, 0.1) 75%, transparent); } .scroller-15::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-15::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #f5f5f5; border-radius: 10px; } .scroller-15::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #fff; background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D)); } .scroller-16::-webkit-scrollbar { width: 10px; background-color: #f5f5f5; } .scroller-16::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #f5f5f5; border-radius: 10px; } .scroller-16::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #fff; background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%); } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_switches.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2020 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # ----------------------------------------------------------------------------- */ .switch label { position: relative; padding-left: 2.4375rem; } .switch label .bmd-switch-track { position: absolute; top: 0.3125rem; left: 0; display: inline-block; width: 2.125rem; height: 0.875rem; cursor: pointer; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #8db0d7 50%, #8db0d7 100%); background-position: 0%; background-size: 4.25rem 0.875rem; border-radius: 2.125rem; transition: background-position 0.2s ease-in; } .switch label .bmd-switch-track::after { position: absolute; top: 50%; left: 0; display: block; align-self: center; width: 1.25rem; height: 1.25rem; content: ""; background: #9e9e9e; border-radius: 100%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease; transform: translateY(-50%); } .switch label .bmd-switch-track:active::after { transform: translateY(-50%) scale3d(1.15, 0.85, 1); } .switch label input { position: absolute; display: block; width: 0; height: 0; opacity: 0; } .switch label input:checked + .bmd-switch-track { background-position: -100%; } .switch label input:checked + .bmd-switch-track::after { left: calc(100% - 1.25rem); background-color: #1565c0; } .switch label input:disabled + .bmd-switch-track:active::after { transform: translateY(-50%); } .switch label input:disabled + .bmd-switch-track { cursor: default; background: rgba(0, 0, 0, 0.12); } .switch label input:disabled + .bmd-switch-track::after { background: #bdbdbd; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_tags.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: General styles for tag boxes|clouds # ----------------------------------------------------------------------------- */ .tag__box:before, .tag__box:after { display: table; content: ""; line-height: 0; } .tag__box { list-style: none; margin: 0; padding: 4px 0; overflow: hidden; zoom: 1; } .tag__box:after { clear: both; } .tag__box a { padding: 4px 6px; margin: 2px; color: #fafafa; background-color: #e91e63; border-radius: 4px; text-decoration: none; } .tag__box a span { vertical-align: super; font-size: 0.9rem; } .tag__box.inline li { float: left; font-size: 1.25rem; font-weight: 600; line-height: 2.5; } .tag__cloud { margin-bottom: 10px; margin-top: 20px; } .tag__cloud ul { margin: 0; padding: 0; list-style: none; } .tag__cloud ul li { display: inline-block; margin: 0 .3em .3em 0; padding: 0; } .tag__cloud ul li a { position: relative; display: inline-block; line-height: 1.75rem; padding: 0 2.5em 0 1em; background-color: #2196f3; border-radius: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #000 !important; font-size: 1rem; font-weight: 400; text-decoration: none; transition: .2s; } .tag__cloud ul li a:hover span { color: #2196f3; } .tag__cloud ul li span { position: absolute; top: 5px; right: 6px; z-index: 2; width: 20px; height: 20px; line-height: 1.5; background-color: #fafafa; border-radius: 100%; color: #000; font-size: 11px; padding: 3px; margin: -1px 0 5px 5px; text-align: center; transition: .2s; } .tag__cloud ul.cloud li { margin: 0; } .tag__cloud ul.cloud li a { padding: 0 1em; padding-top: 5px; padding-bottom: 5px; } .tag-numerator .badge { padding: 5px 20px; background-color: #616161; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_timeline.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: General styles for blog|post generator of type 'timeline' # ----------------------------------------------------------------------------- */ .timeline-header-box { background: #fff; } .timeline-header-box .title { text-align: center; text-transform: uppercase; } .timeline-header-box .title:after { left: 50%; width: 70px; margin-left: -35px; } .timeline-header-box .tagline { padding-left: 60px; padding-right: 60px; font-size: 14px; } h2.timeline-header-box, .timeline-header-box.h2 { color: #212121; position: relative; margin-bottom: 30px; } h2.timeline-header-box:after, .timeline-header-box.h2:after { left: 0; width: 70px; height: 2px; content: " "; bottom: -10px; background: #212121; position: absolute; } .timeline-header-box p { position: relative; margin-bottom: 50px; } .timeline-header-box p:after { content: " "; left: 50%; height: 1px; width: 50px; bottom: -15px; position: absolute; margin-left: -25px; background: #607d8b; } .timeline { padding: 20px 0; list-style: none; position: relative; } .timeline-title { display: block; margin: 1.25rem 1.5rem .75rem .75rem; border-bottom: 1px solid #f5f5f5; } .timeline-title h2, .timeline-title .h2 { font-size: 24px; margin: 0 0 -1px 0; padding-bottom: 5px; padding-left: 10px; display: inline-block; border-bottom: 1px dotted theme-color(primary); } .timeline-title h4, .timeline-title .h4 { color: rgba(0, 0, 0, 0.5); font-weight: 400; margin: 0 0 -1px 0; padding-bottom: 5px; display: inline-block; border-bottom: 1px dotted theme-color(primary); } .timeline-title h4:hover, .timeline-title .h4:hover { color: rgba(0, 0, 0, 0.9); text-decoration: none; } .timeline-tagline { margin-bottom: 0.5rem; } .timeline-excerpt { display: block; } .timeline-icon { float: left; margin-right: 1.5rem; line-height: 1; } a.timeline-list-unstyled { color: #455a64; } a.timeline-list-unstyled, a.timeline-list-unstyled:active, a.timeline-list-unstyled:active, a.timeline-list-unstyled:hover { outline: none; font-size: 13px; text-decoration: none !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a.timeline-list-unstyled:hover { color: #607d8b; text-decoration: none; } .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 3px; background-color: #f5f5f5; left: 50%; margin-left: -1.5px; } .timeline > li { margin-bottom: 40px; position: relative; width: 50%; float: left; clear: left; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-panel { width: 94%; float: left; position: relative; } .timeline > li > .timeline-panel:after { position: absolute; top: 27px; right: -14px; display: inline-block; border-top: 14px solid transparent; border-left: 14px solid #2196f3; border-right: 0 solid #2196f3; border-bottom: 14px solid transparent; content: " "; } .timeline > li > .timeline-badge { width: 24px; text-align: center; position: absolute; top: 19px; right: -12px; z-index: 3; } .tmicon { top: 18px; border-radius: 50%; width: 10px; height: 10px; position: absolute; background: theme-color(primary); margin: 0 0 0 -5px; box-shadow: 0 0 0 4px #f5f5f5; -webkit-font-smoothing: antialiased; } .timeline > li.timeline-inverted > .timeline-panel { float: right; } .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto; } .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; } .timeline > li > .timeline-panel .timeline-heading { padding: 5px; } .timeline > li > .timeline-panel .timeline-heading img { width: 100%; } .timeline .timeline-body { padding: 12px; } .timeline .timeline-footer { padding: 7px 12px; overflow: hidden; border-top: 1px solid #f5f5f5; } .timeline .timeline-footer .blog-info { float: left; } .timeline .timeline-footer .blog-info i { color: #9e9e9e; } .timeline .timeline-footer .likes { float: right; } .timeline .timeline-footer .likes i { margin-right: 2px; color: #9e9e9e; } .timeline .timeline-footer .likes:hover { text-decoration: none; color: inherit; } .timeline .timeline-footer .likes:hover i { color: #607d8b; } .timeline > li.timeline-inverted { float: right; clear: right; margin-bottom: 40px; } .timeline > li:nth-child(even) { margin-top: 30px; } .timeline > li:nth-child(odd) { margin-top: 0px; } .timeline > li.timeline-inverted > .timeline-badge { left: -12px; } @media screen and (max-width: 992px) { .timeline > li > .timeline-panel:before { top: 31px; right: -11px; border-top: 11px solid transparent; border-left: 11px solid #f5f5f5; border-bottom: 11px solid transparent; } .timeline > li > .timeline-panel:after { top: 32px; right: -10px; border-top: 10px solid transparent; border-left: 10px solid #fafafa; border-bottom: 10px solid transparent; } .timeline > li.timeline-inverted > .timeline-panel:before { border-right-width: 11px; left: -11px; } .timeline > li.timeline-inverted > .timeline-panel:after { border-right-width: 10px; left: -10px; } } @media screen and (max-width: 767px) { ul.timeline:before { /* left: 40px; */ left: 0px; } ul.timeline > li { margin-bottom: 20px; position: relative; width: 100%; float: left; clear: left; } /* was: 70px */ ul.timeline > li > .timeline-panel { width: calc(100% - 25px); width: -moz-calc(100% - 25px); width: -webkit-calc(100% - 25px); } ul.timeline > li > .timeline-badge { /* was: left: 28px; */ left: -11px; margin-left: 0; top: 16px; } ul.timeline > li > .timeline-panel { float: right; } ul.timeline > li > .timeline-panel:before { top: 27px; right: -12px; border-top: 12px solid transparent; border-left: 12px solid #f5f5f5; border-bottom: 12px solid transparent; } ul.timeline > li > .timeline-panel:after { top: 28px; right: -11px; border-top: 11px solid transparent; border-left: 11px solid #fff; border-bottom: 11px solid transparent; } ul.timeline > li > .timeline-panel:before { border-left-width: 0; border-right-width: 12px; left: -12px; right: auto; } ul.timeline > li > .timeline-panel:after { border-left-width: 0; border-right-width: 11px; left: -11px; right: auto; } .timeline > li.timeline-inverted { float: left; clear: left; margin-top: 30px; margin-bottom: 30px; } .timeline > li.timeline-inverted > .timeline-badge { left: -11px; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_typography.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Typography styles for resposive text (rtext) # Provides flowting text styles for dynamic|responsible text. # Inspired by Materialize (http://materializecss.com/) # TODO:1 # ----------------------------------------------------------------------------- # SPEC: r-text - http://materializecss.com/typography.html # SPEC: general - https://www.google.com/design/spec/style/typography.html#typography-styles # ----------------------------------------------------------------------------- */ b, strong { font-weight: 500 !important; color: #757575; } cite, em, var, address, dfn { font-weight: 500 !important; color: #757575; } .no-r-text, .no-rtext { font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; } .r-text, .r-text-500 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text, .r-text-500 { font-size: calc(1rem) !important; } } @media only screen and (min-width: 360px) { .r-text, .r-text-500 { font-size: 1.2rem !important; } } @media only screen and (min-width: 390px) { .r-text, .r-text-500 { font-size: 1.224rem !important; } } @media only screen and (min-width: 420px) { .r-text, .r-text-500 { font-size: 1.248rem !important; } } @media only screen and (min-width: 450px) { .r-text, .r-text-500 { font-size: 1.272rem !important; } } @media only screen and (min-width: 480px) { .r-text, .r-text-500 { font-size: 1.296rem !important; } } @media only screen and (min-width: 510px) { .r-text, .r-text-500 { font-size: 1.32rem !important; } } @media only screen and (min-width: 540px) { .r-text, .r-text-500 { font-size: 1.344rem !important; } } @media only screen and (min-width: 570px) { .r-text, .r-text-500 { font-size: 1.368rem !important; } } @media only screen and (min-width: 600px) { .r-text, .r-text-500 { font-size: 1.392rem !important; } } @media only screen and (min-width: 630px) { .r-text, .r-text-500 { font-size: 1.416rem !important; } } @media only screen and (min-width: 660px) { .r-text, .r-text-500 { font-size: 1.44rem !important; } } @media only screen and (min-width: 690px) { .r-text, .r-text-500 { font-size: 1.464rem !important; } } @media only screen and (min-width: 720px) { .r-text, .r-text-500 { font-size: 1.488rem !important; } } @media only screen and (min-width: 750px) { .r-text, .r-text-500 { font-size: 1.512rem !important; } } @media only screen and (min-width: 780px) { .r-text, .r-text-500 { font-size: 1.536rem !important; } } @media only screen and (min-width: 810px) { .r-text, .r-text-500 { font-size: 1.56rem !important; } } @media only screen and (min-width: 840px) { .r-text, .r-text-500 { font-size: 1.584rem !important; } } @media only screen and (min-width: 870px) { .r-text, .r-text-500 { font-size: 1.608rem !important; } } @media only screen and (min-width: 900px) { .r-text, .r-text-500 { font-size: 1.632rem !important; } } @media only screen and (min-width: 930px) { .r-text, .r-text-500 { font-size: 1.656rem !important; } } @media only screen and (min-width: 960px) { .r-text, .r-text-500 { font-size: 1.68rem !important; } } .r-text-100 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text-600 { font-size: calc(1rem * 0.5) !important; } } @media only screen and (min-width: 360px) { .r-text-100 { font-size: calc(1.2rem * 0.5) !important; } } @media only screen and (min-width: 390px) { .r-text-100 { font-size: calc(1.224rem * 0.5) !important; } } @media only screen and (min-width: 420px) { .r-text-100 { font-size: calc(1.248rem * 0.5) !important; } } @media only screen and (min-width: 450px) { .r-text-100 { font-size: calc(1.272rem * 0.5) !important; } } @media only screen and (min-width: 480px) { .r-text-100 { font-size: calc(1.296rem * 0.5) !important; } } @media only screen and (min-width: 510px) { .r-text-100 { font-size: calc(1.32rem * 0.5) !important; } } @media only screen and (min-width: 540px) { .r-text-100 { font-size: calc(1.344rem * 0.5) !important; } } @media only screen and (min-width: 570px) { .r-text-100 { font-size: calc(1.368rem * 0.5) !important; } } @media only screen and (min-width: 600px) { .r-text-100 { font-size: calc(1.392rem * 0.5) !important; } } @media only screen and (min-width: 630px) { .r-text-100 { font-size: calc(1.416rem* 0.5) !important; } } @media only screen and (min-width: 660px) { .r-text-100 { font-size: calc(1.44rem * 0.5) !important; } } @media only screen and (min-width: 690px) { .r-text-100 { font-size: calc(1.464rem * 0.5) !important; } } @media only screen and (min-width: 720px) { .r-text-100 { font-size: calc(1.488rem * 0.5) !important; } } @media only screen and (min-width: 750px) { .r-text-100 { font-size: calc(1.512rem * 0.5) !important; } } @media only screen and (min-width: 780px) { .r-text-100 { font-size: calc(1.536rem * 0.5) !important; } } @media only screen and (min-width: 810px) { .r-text-100 { font-size: calc(1.56rem * 0.5) !important; } } @media only screen and (min-width: 840px) { .r-text-100 { font-size: calc(1.584rem * 0.5) !important; } } @media only screen and (min-width: 870px) { .r-text-100 { font-size: calc(1.608rem * 0.5) !important; } } @media only screen and (min-width: 900px) { .r-text-100 { font-size: calc(1.632rem * 0.5) !important; } } @media only screen and (min-width: 930px) { .r-text-100 { font-size: calc(1.656rem * 0.5) !important; } } @media only screen and (min-width: 960px) { .r-text-100 { font-size: calc(1.68rem * 0.5) !important; } } .r-text-200 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text-600 { font-size: calc(1rem * 0.6) !important; } } @media only screen and (min-width: 360px) { .r-text-200 { font-size: calc(1.2rem * 0.6) !important; } } @media only screen and (min-width: 390px) { .r-text-200 { font-size: calc(1.224rem * 0.6) !important; } } @media only screen and (min-width: 420px) { .r-text-200 { font-size: calc(1.248rem * 0.6) !important; } } @media only screen and (min-width: 450px) { .r-text-200 { font-size: calc(1.272rem * 0.6) !important; } } @media only screen and (min-width: 480px) { .r-text-200 { font-size: calc(1.296rem * 0.6) !important; } } @media only screen and (min-width: 510px) { .r-text-200 { font-size: calc(1.32rem * 0.6) !important; } } @media only screen and (min-width: 540px) { .r-text-200 { font-size: calc(1.344rem * 0.6) !important; } } @media only screen and (min-width: 570px) { .r-text-200 { font-size: calc(1.368rem * 0.6) !important; } } @media only screen and (min-width: 600px) { .r-text-200 { font-size: calc(1.392rem * 0.6) !important; } } @media only screen and (min-width: 630px) { .r-text-200 { font-size: calc(1.416rem* 0.6) !important; } } @media only screen and (min-width: 660px) { .r-text-200 { font-size: calc(1.44rem * 0.6) !important; } } @media only screen and (min-width: 690px) { .r-text-200 { font-size: calc(1.464rem * 0.6) !important; } } @media only screen and (min-width: 720px) { .r-text-200 { font-size: calc(1.488rem * 0.6) !important; } } @media only screen and (min-width: 750px) { .r-text-200 { font-size: calc(1.512rem * 0.6) !important; } } @media only screen and (min-width: 780px) { .r-text-200 { font-size: calc(1.536rem * 0.6) !important; } } @media only screen and (min-width: 810px) { .r-text-200 { font-size: calc(1.56rem * 0.6) !important; } } @media only screen and (min-width: 840px) { .r-text-200 { font-size: calc(1.584rem * 0.6) !important; } } @media only screen and (min-width: 870px) { .r-text-200 { font-size: calc(1.608rem * 0.6) !important; } } @media only screen and (min-width: 900px) { .r-text-200 { font-size: calc(1.632rem * 0.6) !important; } } @media only screen and (min-width: 930px) { .r-text-200 { font-size: calc(1.656rem * 0.6) !important; } } @media only screen and (min-width: 960px) { .r-text-200 { font-size: calc(1.68rem * 0.6) !important; } } .r-text-300 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text-600 { font-size: calc(1rem * 0.7) !important; } } @media only screen and (min-width: 360px) { .r-text-300 { font-size: calc(1.2rem * 0.7) !important; } } @media only screen and (min-width: 390px) { .r-text-300 { font-size: calc(1.224rem * 0.7) !important; } } @media only screen and (min-width: 420px) { .r-text-300 { font-size: calc(1.248rem * 0.7) !important; } } @media only screen and (min-width: 450px) { .r-text-300 { font-size: calc(1.272rem * 0.7) !important; } } @media only screen and (min-width: 480px) { .r-text-300 { font-size: calc(1.296rem * 0.7) !important; } } @media only screen and (min-width: 510px) { .r-text-300 { font-size: calc(1.32rem * 0.7) !important; } } @media only screen and (min-width: 540px) { .r-text-300 { font-size: calc(1.344rem * 0.7) !important; } } @media only screen and (min-width: 570px) { .r-text-300 { font-size: calc(1.368rem * 0.7) !important; } } @media only screen and (min-width: 600px) { .r-text-300 { font-size: calc(1.392rem * 0.7) !important; } } @media only screen and (min-width: 630px) { .r-text-300 { font-size: calc(1.416rem* 0.7) !important; } } @media only screen and (min-width: 660px) { .r-text-300 { font-size: calc(1.44rem * 0.7) !important; } } @media only screen and (min-width: 690px) { .r-text-300 { font-size: calc(1.464rem * 0.7) !important; } } @media only screen and (min-width: 720px) { .r-text-300 { font-size: calc(1.488rem * 0.7) !important; } } @media only screen and (min-width: 750px) { .r-text-300 { font-size: calc(1.512rem * 0.7) !important; } } @media only screen and (min-width: 780px) { .r-text-300 { font-size: calc(1.536rem * 0.7) !important; } } @media only screen and (min-width: 810px) { .r-text-300 { font-size: calc(1.56rem * 0.7) !important; } } @media only screen and (min-width: 840px) { .r-text-300 { font-size: calc(1.584rem * 0.7) !important; } } @media only screen and (min-width: 870px) { .r-text-300 { font-size: calc(1.608rem * 0.7) !important; } } @media only screen and (min-width: 900px) { .r-text-300 { font-size: calc(1.632rem * 0.7) !important; } } @media only screen and (min-width: 930px) { .r-text-300 { font-size: calc(1.656rem * 0.7) !important; } } @media only screen and (min-width: 960px) { .r-text-300 { font-size: calc(1.68rem * 0.7) !important; } } .r-text-400 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text-600 { font-size: calc(1rem * 0.8) !important; } } @media only screen and (min-width: 360px) { .r-text-400 { font-size: calc(1.2rem * 0.8) !important; } } @media only screen and (min-width: 390px) { .r-text-400 { font-size: calc(1.224rem * 0.8) !important; } } @media only screen and (min-width: 420px) { .r-text-400 { font-size: calc(1.248rem * 0.8) !important; } } @media only screen and (min-width: 450px) { .r-text-400 { font-size: calc(1.272rem * 0.8) !important; } } @media only screen and (min-width: 480px) { .r-text-400 { font-size: calc(1.296rem * 0.8) !important; } } @media only screen and (min-width: 510px) { .r-text-400 { font-size: calc(1.32rem * 0.8) !important; } } @media only screen and (min-width: 540px) { .r-text-400 { font-size: calc(1.344rem * 0.8) !important; } } @media only screen and (min-width: 570px) { .r-text-400 { font-size: calc(1.368rem * 0.8) !important; } } @media only screen and (min-width: 600px) { .r-text-400 { font-size: calc(1.392rem * 0.8) !important; } } @media only screen and (min-width: 630px) { .r-text-400 { font-size: calc(1.416rem* 0.8) !important; } } @media only screen and (min-width: 660px) { .r-text-400 { font-size: calc(1.44rem * 0.8) !important; } } @media only screen and (min-width: 690px) { .r-text-400 { font-size: calc(1.464rem * 0.8) !important; } } @media only screen and (min-width: 720px) { .r-text-400 { font-size: calc(1.488rem * 0.8) !important; } } @media only screen and (min-width: 750px) { .r-text-400 { font-size: calc(1.512rem * 0.8) !important; } } @media only screen and (min-width: 780px) { .r-text-400 { font-size: calc(1.536rem * 0.8) !important; } } @media only screen and (min-width: 810px) { .r-text-400 { font-size: calc(1.56rem * 0.8) !important; } } @media only screen and (min-width: 840px) { .r-text-400 { font-size: calc(1.584rem * 0.8) !important; } } @media only screen and (min-width: 870px) { .r-text-400 { font-size: calc(1.608rem * 0.8) !important; } } @media only screen and (min-width: 900px) { .r-text-400 { font-size: calc(1.632rem * 0.8) !important; } } @media only screen and (min-width: 930px) { .r-text-400 { font-size: calc(1.656rem * 0.8) !important; } } @media only screen and (min-width: 960px) { .r-text-400 { font-size: calc(1.68rem * 0.8) !important; } } @media only screen and (max-width: 360px) { .r-text-400 { font-size: calc(1.2rem * 0.8) !important; } } .r-text-600 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text-600 { font-size: calc(1rem * 1.25) !important; } } @media only screen and (min-width: 360px) { .r-text-600 { font-size: calc(1.2rem * 1.25) !important; } } @media only screen and (min-width: 390px) { .r-text-600 { font-size: calc(1.224rem * 1.25) !important; } } @media only screen and (min-width: 420px) { .r-text-600 { font-size: calc(1.248rem * 1.25) !important; } } @media only screen and (min-width: 450px) { .r-text-600 { font-size: calc(1.272rem * 1.25) !important; } } @media only screen and (min-width: 480px) { .r-text-600 { font-size: calc(1.296rem * 1.25) !important; } } @media only screen and (min-width: 510px) { .r-text-600 { font-size: calc(1.32rem * 1.25) !important; } } @media only screen and (min-width: 540px) { .r-text-600 { font-size: calc(1.344rem * 1.25) !important; } } @media only screen and (min-width: 570px) { .r-text-600 { font-size: calc(1.368rem * 1.25) !important; } } @media only screen and (min-width: 600px) { .r-text-600 { font-size: calc(1.392rem * 1.25) !important; } } @media only screen and (min-width: 630px) { .r-text-600 { font-size: calc(1.416rem* 1.25) !important; } } @media only screen and (min-width: 660px) { .r-text-600 { font-size: calc(1.44rem * 1.25) !important; } } @media only screen and (min-width: 690px) { .r-text-600 { font-size: calc(1.464rem * 1.25) !important; } } @media only screen and (min-width: 720px) { .r-text-600 { font-size: calc(1.488rem * 1.25) !important; } } @media only screen and (min-width: 750px) { .r-text-600 { font-size: calc(1.512rem * 1.25) !important; } } @media only screen and (min-width: 780px) { .r-text-600 { font-size: calc(1.536rem * 1.25) !important; } } @media only screen and (min-width: 810px) { .r-text-600 { font-size: calc(1.56rem * 1.25) !important; } } @media only screen and (min-width: 840px) { .r-text-600 { font-size: calc(1.584rem * 1.25) !important; } } @media only screen and (min-width: 870px) { .r-text-600 { font-size: calc(1.608rem * 1.25) !important; } } @media only screen and (min-width: 900px) { .r-text-600 { font-size: calc(1.632rem * 1.25) !important; } } @media only screen and (min-width: 930px) { .r-text-600 { font-size: calc(1.656rem * 1.25) !important; } } @media only screen and (min-width: 960px) { .r-text-600 { font-size: calc(1.68rem * 1.25) !important; } } .r-text-700 { font-weight: 300; } @media only screen and (max-width: 320px) { .r-text-600 { font-size: calc(1rem * 1.5) !important; } } @media only screen and (min-width: 360px) { .r-text-700 { font-size: 1.8rem !important; } } @media only screen and (min-width: 390px) { .r-text-700 { font-size: 1.836rem !important; } } @media only screen and (min-width: 420px) { .r-text-700 { font-size: 1.872rem !important; } } @media only screen and (min-width: 450px) { .r-text-700 { font-size: 1.908rem !important; } } @media only screen and (min-width: 480px) { .r-text-700 { font-size: 1.944rem !important; } } @media only screen and (min-width: 510px) { .r-text-700 { font-size: 1.98rem !important; } } @media only screen and (min-width: 540px) { .r-text-700 { font-size: 2.016rem !important; } } @media only screen and (min-width: 570px) { .r-text-700 { font-size: 2.052rem !important; } } @media only screen and (min-width: 600px) { .r-text-700 { font-size: 2.088rem !important; } } @media only screen and (min-width: 630px) { .r-text-700 { font-size: 2.124rem !important; } } @media only screen and (min-width: 660px) { .r-text-700 { font-size: 2.16rem !important; } } @media only screen and (min-width: 690px) { .r-text-700 { font-size: 2.196rem !important; } } @media only screen and (min-width: 720px) { .r-text-700 { font-size: 2.232rem !important; } } @media only screen and (min-width: 750px) { .r-text-700 { font-size: 2.268rem !important; } } @media only screen and (min-width: 780px) { .r-text-700 { font-size: 2.304rem !important; } } @media only screen and (min-width: 810px) { .r-text-700 { font-size: 2.34rem !important; } } @media only screen and (min-width: 840px) { .r-text-700 { font-size: 2.376rem !important; } } @media only screen and (min-width: 870px) { .r-text-700 { font-size: 2.412rem !important; } } @media only screen and (min-width: 900px) { .r-text-700 { font-size: 2.448rem !important; } } @media only screen and (min-width: 930px) { .r-text-700 { font-size: 2.484rem !important; } } @media only screen and (min-width: 960px) { .r-text-700 { font-size: 2.52rem !important; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/extensions/_utilities.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Additional utility styles # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/variables.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: This is the (SASS) entry point for global theme variables # ----------------------------------------------------------------------------- */ .show { display: block; } .hide { display: none; } .border--solid { border: 1px solid #616161; } .border--dotted { border: 1px dotted #616161; } .wm-200, .wmax-200 { max-width: 200px !important; } .wm-400, .wmax-400 { max-width: 400px !important; } .wm-600, .wmax-600 { max-width: 600px !important; } .wm-800, .wmax-800 { max-width: 800px !important; } .g-color-white-opacity-0_6, .g-color-white-opacity-0_6--hover:hover { color: rgba(255, 255, 255, 0.6) !important; } .g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover { color: rgba(255, 255, 255, 0.9) !important; } .g-mb-0 { margin-bottom: 0 !important; } .g-mb-5 { margin-bottom: 0.35714rem !important; } .g-mb-10 { margin-bottom: 0.71429rem !important; } .g-width-50 { width: 50px !important; } .g-height-2 { height: 2px; } .g-line-height-1_4 { line-height: 1.4 !important; } .g-line-height-1_6 { line-height: 1.6 !important; } .g-font-weight-400 { font-weight: 400; } .g-font-weight-500 { font-weight: 500; } .g-font-weight-600 { font-weight: 600; } .g-text-upper { text-transform: uppercase; } .g-font-size-12 { font-size: 0.85714rem !important; } .g-font-size-18 { font-size: 1.28571rem !important; } .g-height-100 { height: 100px !important; } .g-height-150 { height: 150px !important; } .g-height-200 { height: 200px !important; } .g-height-300 { height: 300px !important; } .g-height-400 { height: 400px !important; } .g-height-500 { height: 500px !important; } .g-min-height-100 { min-height: 100px !important; } .g-min-height-150 { min-height: 150px !important; } .g-min-height-200 { min-height: 200px !important; } .g-min-height-300 { min-height: 300px !important; } .g-min-height-400 { min-height: 400px !important; } .g-min-height-500 { min-height: 500px !important; } .g-max-height-100 { min-height: 100px !important; } .g-max-height-150 { min-height: 150px !important; } .g-max-height-200 { min-height: 200px !important; } .g-max-height-300 { min-height: 300px !important; } .g-max-height-400 { min-height: 400px !important; } .g-max-height-500 { min-height: 500px !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/mde/_buttons.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: MDE button styles # ----------------------------------------------------------------------------- */ /* jadams, 2017-12-07, enlarge button size */ .btn { padding: .5rem 1rem .5rem 1rem; } .btn.btn-xs { line-height: 1.4; padding: 0.14286rem 0.5rem; font-size: 0.78571rem; } .btn.btn-md { line-height: 1.4; padding: 0.57143rem 1.42857rem; font-size: 1.07143rem; } .btn.btn-xl { line-height: 1.4; padding: 0.92857rem 1.85714rem; font-size: 1.28571rem; } .btn.btn-xxl { line-height: 1.4; padding: 1.07143rem 2.14286rem; font-size: 1.5rem; } .btn.btn-round { border-radius: 30px; } .btn.btn-skew { -webkit-transform: skewX(-20deg); -ms-transform: skewX(-20deg); transform: skewX(-20deg); } .btn.skew__inner { -webkit-transform: skewX(20deg); -ms-transform: skewX(20deg); transform: skewX(20deg); display: block; } .btn.btn-flex { display: inline-flex !important; align-items: center; } /* .btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .fa { // margin-right: .5rem; } .btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .mdi { // margin-right: .5rem; } .btn:not(.btn-just-icon):not(.btn-fab):not(.btn-text) .zmdi { // margin-right: .5rem; } */ .btn.btn-facebook { background-color: #3b5998; color: #fff; box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12); } .btn.btn-facebook:focus, .btn.btn-facebook:active, .btn.btn-facebook:hover { background-color: #3b5998; color: #fff; box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2); } .btn.btn-facebook.btn-simple { color: #3b5998; background-color: transparent; box-shadow: none; } .btn.btn-twitter { background-color: #55acee; color: #fff; box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12); } .btn.btn-twitter:focus, .btn.btn-twitter:active, .btn.btn-twitter:hover { background-color: #55acee; color: #fff; box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2); } .btn.btn-twitter.btn-simple { color: #55acee; background-color: transparent; box-shadow: none; } .btn.btn-pinterest { background-color: #cc2127; color: #fff; box-shadow: 0 2px 2px 0 rgba(204, 33, 39, 0.14), 0 3px 1px -2px rgba(204, 33, 39, 0.2), 0 1px 5px 0 rgba(204, 33, 39, 0.12); } .btn.btn-pinterest:focus, .btn.btn-pinterest:active, .btn.btn-pinterest:hover { background-color: #cc2127; color: #fff; box-shadow: 0 14px 26px -12px rgba(204, 33, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(204, 33, 39, 0.2); } .btn.btn-pinterest.btn-simple { color: #cc2127; background-color: transparent; box-shadow: none; } .btn.btn-google { background-color: #dd4b39; color: #fff; box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12); } .btn.btn-google:focus, .btn.btn-google:active, .btn.btn-google:hover { background-color: #dd4b39; color: #fff; box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2); } .btn.btn-google.btn-simple { color: #dd4b39; background-color: transparent; box-shadow: none; } .btn.btn-linkedin { background-color: #0976b4; color: #fff; box-shadow: 0 2px 2px 0 rgba(9, 118, 180, 0.14), 0 3px 1px -2px rgba(9, 118, 180, 0.2), 0 1px 5px 0 rgba(9, 118, 180, 0.12); } .btn.btn-linkedin:focus, .btn.btn-linkedin:active, .btn.btn-linkedin:hover { background-color: #0976b4; color: #fff; box-shadow: 0 14px 26px -12px rgba(9, 118, 180, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(9, 118, 180, 0.2); } .btn.btn-linkedin.btn-simple { color: #0976b4; background-color: transparent; box-shadow: none; } .btn.btn-dribbble { background-color: #ea4c89; color: #fff; box-shadow: 0 2px 2px 0 rgba(234, 76, 137, 0.14), 0 3px 1px -2px rgba(234, 76, 137, 0.2), 0 1px 5px 0 rgba(234, 76, 137, 0.12); } .btn.btn-dribbble:focus, .btn.btn-dribbble:active, .btn.btn-dribbble:hover { background-color: #ea4c89; color: #fff; box-shadow: 0 14px 26px -12px rgba(234, 76, 137, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(234, 76, 137, 0.2); } .btn.btn-dribbble.btn-simple { color: #ea4c89; background-color: transparent; box-shadow: none; } .btn.btn-github { background-color: #333333; color: #fff; box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12); } .btn.btn-github:focus, .btn.btn-github:active, .btn.btn-github:hover { background-color: #333333; color: #fff; box-shadow: 0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2); } .btn.btn-github.btn-simple { color: #333333; background-color: transparent; box-shadow: none; } .btn.btn-youtube { background-color: #e52d27; color: #fff; box-shadow: 0 2px 2px 0 rgba(229, 45, 39, 0.14), 0 3px 1px -2px rgba(229, 45, 39, 0.2), 0 1px 5px 0 rgba(229, 45, 39, 0.12); } .btn.btn-youtube:focus, .btn.btn-youtube:active, .btn.btn-youtube:hover { background-color: #e52d27; color: #fff; box-shadow: 0 14px 26px -12px rgba(229, 45, 39, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(229, 45, 39, 0.2); } .btn.btn-youtube.btn-simple { color: #e52d27; background-color: transparent; box-shadow: none; } .btn.btn-instagram { background-color: #125688; color: #fff; box-shadow: 0 2px 2px 0 rgba(18, 86, 136, 0.14), 0 3px 1px -2px rgba(18, 86, 136, 0.2), 0 1px 5px 0 rgba(18, 86, 136, 0.12); } .btn.btn-instagram:focus, .btn.btn-instagram:active, .btn.btn-instagram:hover { background-color: #125688; color: #fff; box-shadow: 0 14px 26px -12px rgba(18, 86, 136, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(18, 86, 136, 0.2); } .btn.btn-instagram.btn-simple { color: #125688; background-color: transparent; box-shadow: none; } .btn.btn-reddit { background-color: #ff4500; color: #fff; box-shadow: 0 2px 2px 0 rgba(255, 69, 0, 0.14), 0 3px 1px -2px rgba(255, 69, 0, 0.2), 0 1px 5px 0 rgba(255, 69, 0, 0.12); } .btn.btn-reddit:focus, .btn.btn-reddit:active, .btn.btn-reddit:hover { background-color: #ff4500; color: #fff; box-shadow: 0 14px 26px -12px rgba(255, 69, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 69, 0, 0.2); } .btn.btn-reddit.btn-simple { color: #ff4500; background-color: transparent; box-shadow: none; } .btn.btn-tumblr { background-color: #35465c; color: #fff; box-shadow: 0 2px 2px 0 rgba(53, 70, 92, 0.14), 0 3px 1px -2px rgba(53, 70, 92, 0.2), 0 1px 5px 0 rgba(53, 70, 92, 0.12); } .btn.btn-tumblr:focus, .btn.btn-tumblr:active, .btn.btn-tumblr:hover { background-color: #35465c; color: #fff; box-shadow: 0 14px 26px -12px rgba(53, 70, 92, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(53, 70, 92, 0.2); } .btn.btn-tumblr.btn-simple { color: #35465c; background-color: transparent; box-shadow: none; } .btn.btn-behance { background-color: #1769ff; color: #fff; box-shadow: 0 2px 2px 0 rgba(23, 105, 255, 0.14), 0 3px 1px -2px rgba(23, 105, 255, 0.2), 0 1px 5px 0 rgba(23, 105, 255, 0.12); } .btn.btn-behance:focus, .btn.btn-behance:active, .btn.btn-behance:hover { background-color: #1769ff; color: #fff; box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2); } .btn.btn-behance.btn-simple { color: #1769ff; background-color: transparent; box-shadow: none; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/extensions/mde/_color_palette.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: MD Color Palette # ----------------------------------------------------------------------------- */ .md-white { color: #fff !important; } a.md-white:hover, a.md-white:focus { color: #424242; } .md-black { color: #000 !important; } a.md-black:hover, a.md-black:focus { color: #f5f5f5 !important; } .md-red { color: #f44336 !important; } a.md-red:hover, a.md-red:focus { color: #424242; } .md-red-50 { color: #ffebee !important; } a.md-red-50:hover, a.md-red-50:focus { color: #424242; } .md-red-100 { color: #ffcdd2 !important; } a.md-red-100:hover, a.md-red-100:focus { color: #424242; } .md-red-200 { color: #ef9a9a !important; } a.md-red-200:hover, a.md-red-200:focus { color: #424242; } .md-red-300 { color: #e57373 !important; } a.md-red-300:hover, a.md-red-300:focus { color: #424242; } .md-red-400 { color: #ef5350 !important; } a.md-red-400:hover, a.md-red-400:focus { color: #424242; } .md-red-500 { color: #f44336 !important; } a.md-red-500:hover, a.md-red-500:focus { color: #424242; } .md-red-600 { color: #e53935 !important; } a.md-red-600:hover, a.md-red-600:focus { color: #424242; } .md-red-700 { color: #c62828 !important; } a.md-red-700:hover, a.md-red-700:focus { color: #424242; } .md-red-800 { color: #c62828 !important; } a.md-red-800:hover, a.md-red-800:focus { color: #424242; } .md-red-900 { color: #b71c1c !important; } a.md-red-900:hover, a.md-red-900:focus { color: #424242; } .md-red-A100 { color: #ff8a80 !important; } a.md-red-A100:hover, a.md-red-A100:focus { color: #424242; } .md-red-A200 { color: #ff5252 !important; } a.md-red-A200:hover, a.md-red-A200:focus { color: #424242; } .md-red-A400 { color: #ff1744 !important; } a.md-red-A400:hover, a.md-red-A400:focus { color: #424242; } .md-red-A700 { color: #d50000 !important; } a.md-red-A700:hover, a.md-red-A700:focus { color: #424242; } .md-bg-red { background-color: #f44336 !important; } a.md-bg-red:hover, a.md-bg-red:focus { background-color: #424242; } .md-bg-red-50 { background-color: #ffebee !important; } a.md-bg-red-50:hover, a.md-bg-red-50:focus { background-color: #424242; } .md-bg-red-100 { background-color: #ffcdd2 !important; } a.md-bg-red-100:hover, a.md-bg-red-100:focus { background-color: #424242; } .md-bg-red-200 { background-color: #ef9a9a !important; } a.md-bg-red-200:hover, a.md-bg-red-200:focus { background-color: #424242; } .md-bg-red-300 { background-color: #e57373 !important; } a.md-bg-red-300:hover, a.md-bg-red-300:focus { background-color: #424242; } .md-bg-red-400 { background-color: #ef5350 !important; } a.md-bg-red-400:hover, a.md-bg-red-400:focus { background-color: #424242; } .md-bg-red-500 { background-color: #f44336 !important; } a.md-bg-red-500:hover, a.md-bg-red-500:focus { background-color: #424242; } .md-bg-red-600 { background-color: #e53935 !important; } a.md-bg-red-600:hover, a.md-bg-red-600:focus { background-color: #424242; } .md-bg-red-700 { background-color: #c62828 !important; } a.md-bg-red-700:hover, a.md-bg-red-700:focus { background-color: #424242; } .md-bg-red-800 { background-color: #c62828 !important; } a.md-bg-red-800:hover, a.md-bg-red-800:focus { background-color: #424242; } .md-bg-red-900 { background-color: #b71c1c !important; } a.md-bg-red-900:hover, a.md-bg-red-900:focus { background-color: #424242; } .md-bg-red-A100 { background-color: #ff8a80 !important; } a.md-bg-red-A100:hover, a.md-bg-red-A100:focus { background-color: #424242; } .md-bg-red-A200 { background-color: #ff5252 !important; } a.md-bg-red-A200:hover, a.md-bg-red-A200:focus { background-color: #424242; } .md-bg-red-A400 { background-color: #ff1744 !important; } a.md-bg-red-A400:hover, a.md-bg-red-A400:focus { background-color: #424242; } .md-bg-red-A700 { background-color: #d50000 !important; } a.md-bg-red-A700:hover, a.md-bg-red-A700:focus { background-color: #424242; } .md-pink { color: #e91e63 !important; } a.md-pink:hover, a.md-pink:focus { color: #C2185B !important; } .md-pink-50 { color: #fce4ec !important; } a.md-pink-50:hover, a.md-pink-50:focus { color: #f8bbd0 !important; } .md-pink-100 { color: #f8bbd0 !important; } a.md-pink-100:hover, a.md-pink-100:focus { color: #f48fb1 !important; } .md-pink-200 { color: #f48fb1 !important; } a.md-pink-200:hover, a.md-pink-200:focus { color: #f06292 !important; } .md-pink-300 { color: #f06292 !important; } a.md-pink-300:hover, a.md-pink-300:focus { color: #ec407a !important; } .md-pink-400 { color: #ec407a !important; } a.md-pink-400:hover, a.md-pink-400:focus { color: #e91e63 !important; } .md-pink-500 { color: #e91e63 !important; } a.md-pink-500:hover, a.md-pink-500:focus { color: #d81b60 !important; } .md-pink-600 { color: #d81b60 !important; } a.md-pink-600:hover, a.md-pink-600:focus { color: #c2185b !important; } .md-pink-700 { color: #c2185b !important; } a.md-pink-700:hover, a.md-pink-700:focus { color: #ad1457 !important; } .md-pink-800 { color: #ad1457 !important; } a.md-pink-800:hover, a.md-pink-800:focus { color: #880e4f !important; } .md-pink-900 { color: #880e4f !important; } a.md-pink-900:hover, a.md-pink-900:focus { color: #5a0934 !important; } .md-pink-A100 { color: #ff80ab !important; } a.md-pink-A100:hover, a.md-pink-A100:focus { color: #ff4d89 !important; } .md-pink-A200 { color: #ff4081 !important; } a.md-pink-A200:hover, a.md-pink-A200:focus { color: #ff0d5f !important; } .md-pink-A400 { color: #f50057 !important; } a.md-pink-A400:hover, a.md-pink-A400:focus { color: #c20045 !important; } .md-pink-A700 { color: #c51162 !important; } a.md-pink-A700:hover, a.md-pink-A700:focus { color: #960d4b !important; } .md-bg-pink { background-color: #e91e63 !important; } a.md-bg-pink:hover, a.md-bg-pink:focus { background-color: #C2185B !important; } .md-bg-pink-50 { background-color: #fce4ec !important; } a.md-bg-pink-50:hover, a.md-bg-pink-50:focus { background-color: #f8bbd0 !important; } .md-bg-pink-100 { background-color: #f8bbd0 !important; } a.md-bg-pink-100:hover, a.md-bg-pink-100:focus { background-color: #f48fb1 !important; } .md-bg-pink-200 { background-color: #f48fb1 !important; } a.md-bg-pink-200:hover, a.md-bg-pink-200:focus { background-color: #f06292 !important; } .md-bg-pink-300 { background-color: #f06292 !important; } a.md-bg-pink-300:hover, a.md-bg-pink-300:focus { background-color: #ec407a !important; } .md-bg-pink-400 { background-color: #ec407a !important; } a.md-bg-pink-400:hover, a.md-bg-pink-400:focus { background-color: #e91e63 !important; } .md-bg-pink-500 { background-color: #e91e63 !important; } a.md-bg-pink-500:hover, a.md-bg-pink-500:focus { background-color: #d81b60 !important; } .md-bg-pink-600 { background-color: #d81b60 !important; } a.md-bg-pink-600:hover, a.md-bg-pink-600:focus { background-color: #c2185b !important; } .md-bg-pink-700 { background-color: #c2185b !important; } a.md-bg-pink-700:hover, a.md-bg-pink-700:focus { background-color: #ad1457 !important; } .md-bg-pink-800 { background-color: #ad1457 !important; } a.md-bg-pink-800:hover, a.md-bg-pink-800:focus { background-color: #880e4f !important; } .md-bg-pink-900 { background-color: #880e4f !important; } a.md-bg-pink-900:hover, a.md-bg-pink-900:focus { background-color: #5a0934 !important; } .md-bg-pink-A100 { background-color: #ff80ab !important; } a.md-bg-pink-A100:hover, a.md-bg-pink-A100:focus { background-color: #ff4d89 !important; } .md-bg-pink-A200 { background-color: #ff4081 !important; } a.md-bg-pink-A200:hover, a.md-bg-pink-A200:focus { background-color: #ff0d5f !important; } .md-bg-pink-A400 { background-color: #f50057 !important; } a.md-bg-pink-A400:hover, a.md-bg-pink-A400:focus { background-color: #c20045 !important; } .md-bg-pink-A700 { background-color: #c51162 !important; } a.md-bg-pink-A700:hover, a.md-bg-pink-A700:focus { background-color: #960d4b !important; } .md-purple { color: #9c27b0 !important; } a.md-purple:hover, a.md-purple:focus { color: #7B1FA2 !important; } .md-purple-50 { color: #f3e5f5 !important; } a.md-purple-50:hover, a.md-purple-50:focus { color: #e1bee7 !important; } .md-purple-100 { color: #e1bee7 !important; } a.md-purple-100:hover, a.md-purple-100:focus { color: #ce93d8 !important; } .md-purple-200 { color: #ce93d8 !important; } a.md-purple-200:hover, a.md-purple-200:focus { color: #ba68c8 !important; } .md-purple-300 { color: #ba68c8 !important; } a.md-purple-300:hover, a.md-purple-300:focus { color: #ab47bc !important; } .md-purple-400 { color: #ab47bc !important; } a.md-purple-400:hover, a.md-purple-400:focus { color: #9c27b0 !important; } .md-purple-500 { color: #9c27b0 !important; } a.md-purple-500:hover, a.md-purple-500:focus { color: #7B1FA2 !important; } .md-purple-600 { color: #8e24aa !important; } a.md-purple-600:hover, a.md-purple-600:focus { color: #7b1fa2 !important; } .md-purple-700 { color: #7b1fa2 !important; } a.md-purple-700:hover, a.md-purple-700:focus { color: #6a1b9a !important; } .md-purple-800 { color: #6a1b9a !important; } a.md-purple-800:hover, a.md-purple-800:focus { color: #4a148c !important; } .md-purple-900 { color: #4a148c !important; } a.md-purple-900:hover, a.md-purple-900:focus { color: #320e5f !important; } .md-purple-A100 { color: #ea80fc !important; } a.md-purple-A100:hover, a.md-purple-A100:focus { color: #e24efb !important; } .md-purple-A200 { color: #e040fb !important; } a.md-purple-A200:hover, a.md-purple-A200:focus { color: #d80efa !important; } .md-purple-A400 { color: #d500f9 !important; } a.md-purple-A400:hover, a.md-purple-A400:focus { color: #a900c6 !important; } .md-purple-A700 { color: #aa00ff !important; } a.md-purple-A700:hover, a.md-purple-A700:focus { color: #8800cc !important; } .md-bg-purple { background-color: #9c27b0 !important; } a.md-bg-purple:hover, a.md-bg-purple:focus { background-color: #7B1FA2 !important; } .md-bg-purple-50 { background-color: #f3e5f5 !important; } a.md-bg-purple-50:hover, a.md-bg-purple-50:focus { background-color: #e1bee7 !important; } .md-bg-purple-100 { background-color: #e1bee7 !important; } a.md-bg-purple-100:hover, a.md-bg-purple-100:focus { background-color: #ce93d8 !important; } .md-bg-purple-200 { background-color: #ce93d8 !important; } a.md-bg-purple-200:hover, a.md-bg-purple-200:focus { background-color: #ba68c8 !important; } .md-bg-purple-300 { background-color: #ba68c8 !important; } a.md-bg-purple-300:hover, a.md-bg-purple-300:focus { background-color: #ab47bc !important; } .md-bg-purple-400 { background-color: #ab47bc !important; } a.md-bg-purple-400:hover, a.md-bg-purple-400:focus { background-color: #9c27b0 !important; } .md-bg-purple-500 { background-color: #9c27b0 !important; } a.md-bg-purple-500:hover, a.md-bg-purple-500:focus { background-color: #8e24aa !important; } .md-bg-purple-600 { background-color: #8e24aa !important; } a.md-bg-purple-600:hover, a.md-bg-purple-600:focus { background-color: #7b1fa2 !important; } .md-bg-purple-700 { background-color: #7b1fa2 !important; } a.md-bg-purple-700:hover, a.md-bg-purple-700:focus { background-color: #6a1b9a !important; } .md-bg-purple-800 { background-color: #6a1b9a !important; } a.md-bg-purple-800:hover, a.md-bg-purple-800:focus { background-color: #4a148c !important; } .md-bg-purple-900 { background-color: #4a148c !important; } a.md-bg-purple-900:hover, a.md-bg-purple-900:focus { background-color: #320e5f !important; } .md-bg-purple-A100 { background-color: #ea80fc !important; } a.md-bg-purple-A100:hover, a.md-bg-purple-A100:focus { background-color: #e24efb !important; } .md-bg-purple-A200 { background-color: #e040fb !important; } a.md-bg-purple-A200:hover, a.md-bg-purple-A200:focus { background-color: #d80efa !important; } .md-bg-purple-A400 { background-color: #d500f9 !important; } a.md-bg-purple-A400:hover, a.md-bg-purple-A400:focus { background-color: #a900c6 !important; } .md-bg-purple-A700 { background-color: #aa00ff !important; } a.md-bg-purple-A700:hover, a.md-bg-purple-A700:focus { background-color: #8800cc !important; } .md-deep-purple { color: #673ab7 !important; } a.md-deep-purple:hover, a.md-deep-purple:focus { color: #5e35b1 !important; } .md-deep-purple-50 { color: #ede7f6 !important; } a.md-deep-purple-50:hover, a.md-deep-purple-50:focus { color: #d1c4e9 !important; } .md-deep-purple-100 { color: #d1c4e9 !important; } a.md-deep-purple-100:hover, a.md-deep-purple-100:focus { color: #b39ddb !important; } .md-deep-purple-200 { color: #b39ddb !important; } a.md-deep-purple-200:hover, a.md-deep-purple-200:focus { color: #9575cd !important; } .md-deep-purple-300 { color: #9575cd !important; } a.md-deep-purple-300:hover, a.md-deep-purple-300:focus { color: #7e57c2 !important; } .md-deep-purple-400 { color: #7e57c2 !important; } a.md-deep-purple-400:hover, a.md-deep-purple-400:focus { color: #673ab7 !important; } .md-deep-purple-500 { color: #673ab7 !important; } a.md-deep-purple-500:hover, a.md-deep-purple-500:focus { color: #5e35b1 !important; } .md-deep-purple-600 { color: #5e35b1 !important; } a.md-deep-purple-600:hover, a.md-deep-purple-600:focus { color: #512da8 !important; } .md-deep-purple-700 { color: #512da8 !important; } a.md-deep-purple-700:hover, a.md-deep-purple-700:focus { color: #4527a0 !important; } .md-deep-purple-800 { color: #4527a0 !important; } a.md-deep-purple-800:hover, a.md-deep-purple-800:focus { color: #311b92 !important; } .md-deep-purple-900 { color: #311b92 !important; } a.md-deep-purple-900:hover, a.md-deep-purple-900:focus { color: #231367 !important; } .md-deep-purple-A100 { color: #b388ff !important; } a.md-deep-purple-A100:hover, a.md-deep-purple-A100:focus { color: #9255ff !important; } .md-deep-purple-A200 { color: #7c4dff !important; } a.md-deep-purple-A200:hover, a.md-deep-purple-A200:focus { color: #561aff !important; } .md-deep-purple-A400 { color: #651fff !important; } a.md-deep-purple-A400:hover, a.md-deep-purple-A400:focus { color: #4900eb !important; } .md-deep-purple-A700 { color: #6200ea !important; } a.md-deep-purple-A700:hover, a.md-deep-purple-A700:focus { color: #4d00b7 !important; } .md-bg-deep-purple { background-color: #673ab7 !important; } a.md-bg-deep-purple:hover, a.md-bg-deep-purple:focus { background-color: #5e35b1 !important; } .md-bg-deep-purple-50 { background-color: #ede7f6 !important; } a.md-bg-deep-purple-50:hover, a.md-bg-deep-purple-50:focus { background-color: #d1c4e9 !important; } .md-bg-deep-purple-100 { background-color: #d1c4e9 !important; } a.md-bg-deep-purple-100:hover, a.md-bg-deep-purple-100:focus { background-color: #b39ddb !important; } .md-bg-deep-purple-200 { background-color: #b39ddb !important; } a.md-bg-deep-purple-200:hover, a.md-bg-deep-purple-200:focus { background-color: #9575cd !important; } .md-bg-deep-purple-300 { background-color: #9575cd !important; } a.md-bg-deep-purple-300:hover, a.md-bg-deep-purple-300:focus { background-color: #7e57c2 !important; } .md-bg-deep-purple-400 { background-color: #7e57c2 !important; } a.md-bg-deep-purple-400:hover, a.md-bg-deep-purple-400:focus { background-color: #673ab7 !important; } .md-bg-deep-purple-500 { background-color: #673ab7 !important; } a.md-bg-deep-purple-500:hover, a.md-bg-deep-purple-500:focus { background-color: #5e35b1 !important; } .md-bg-deep-purple-600 { background-color: #5e35b1 !important; } a.md-bg-deep-purple-600:hover, a.md-bg-deep-purple-600:focus { background-color: #512da8 !important; } .md-bg-deep-purple-700 { background-color: #512da8 !important; } a.md-bg-deep-purple-700:hover, a.md-bg-deep-purple-700:focus { background-color: #4527a0 !important; } .md-bg-deep-purple-800 { background-color: #4527a0 !important; } a.md-bg-deep-purple-800:hover, a.md-bg-deep-purple-800:focus { background-color: #311b92 !important; } .md-bg-deep-purple-900 { background-color: #311b92 !important; } a.md-bg-deep-purple-900:hover, a.md-bg-deep-purple-900:focus { background-color: #231367 !important; } .md-bg-deep-purple-A100 { background-color: #b388ff !important; } a.md-bg-deep-purple-A100:hover, a.md-bg-deep-purple-A100:focus { background-color: #9255ff !important; } .md-bg-deep-purple-A200 { background-color: #7c4dff !important; } a.md-bg-deep-purple-A200:hover, a.md-bg-deep-purple-A200:focus { background-color: #561aff !important; } .md-bg-deep-purple-A400 { background-color: #651fff !important; } a.md-bg-deep-purple-A400:hover, a.md-bg-deep-purple-A400:focus { background-color: #4900eb !important; } .md-bg-deep-purple-A700 { background-color: #6200ea !important; } a.md-bg-deep-purple-A700:hover, a.md-bg-deep-purple-A700:focus { background-color: #4d00b7 !important; } .md-indigo { color: #3f51b5 !important; } a.md-indigo:hover, a.md-indigo:focus { color: #3949ab !important; } .md-indigo-50 { color: #e8eaf6 !important; } a.md-indigo-50:hover, a.md-indigo-50:focus { color: #c5cae9 !important; } .md-indigo-100 { color: #c5cae9 !important; } a.md-indigo-100:hover, a.md-indigo-100:focus { color: #9fa8da !important; } .md-indigo-200 { color: #9fa8da !important; } a.md-indigo-200:hover, a.md-indigo-200:focus { color: #7986cb !important; } .md-indigo-300 { color: #7986cb !important; } a.md-indigo-300:hover, a.md-indigo-300:focus { color: #5c6bc0 !important; } .md-indigo-400 { color: #5c6bc0 !important; } a.md-indigo-400:hover, a.md-indigo-400:focus { color: #3f51b5 !important; } .md-indigo-500 { color: #3f51b5 !important; } a.md-indigo-500:hover, a.md-indigo-500:focus { color: #3949ab !important; } .md-indigo-600 { color: #3949ab !important; } a.md-indigo-600:hover, a.md-indigo-600:focus { color: #303f9f !important; } .md-indigo-700 { color: #303f9f !important; } a.md-indigo-700:hover, a.md-indigo-700:focus { color: #283593 !important; } .md-indigo-800 { color: #283593 !important; } a.md-indigo-800:hover, a.md-indigo-800:focus { color: #1a237e !important; } .md-indigo-900 { color: #1a237e !important; } a.md-indigo-900:hover, a.md-indigo-900:focus { color: #111754 !important; } .md-indigo-A100 { color: #8c9eff !important; } a.md-indigo-A100:hover, a.md-indigo-A100:focus { color: #5973ff !important; } .md-indigo-A200 { color: #536dfe !important; } a.md-indigo-A200:hover, a.md-indigo-A200:focus { color: #2042fe !important; } .md-indigo-A400 { color: #3d5afe !important; } a.md-indigo-A400:hover, a.md-indigo-A400:focus { color: #0a2ffe !important; } .md-indigo-A700 { color: #304ffe !important; } a.md-indigo-A700:hover, a.md-indigo-A700:focus { color: #0127fa !important; } .md-bg-indigo { background-color: #3f51b5 !important; } a.md-bg-indigo:hover, a.md-bg-indigo:focus { background-color: #3949ab !important; } .md-bg-indigo-50 { background-color: #e8eaf6 !important; } a.md-bg-indigo-50:hover, a.md-bg-indigo-50:focus { background-color: #c5cae9 !important; } .md-bg-indigo-100 { background-color: #c5cae9 !important; } a.md-bg-indigo-100:hover, a.md-bg-indigo-100:focus { background-color: #9fa8da !important; } .md-bg-indigo-200 { background-color: #9fa8da !important; } a.md-bg-indigo-200:hover, a.md-bg-indigo-200:focus { background-color: #7986cb !important; } .md-bg-indigo-300 { background-color: #7986cb !important; } a.md-bg-indigo-300:hover, a.md-bg-indigo-300:focus { background-color: #5c6bc0 !important; } .md-bg-indigo-400 { background-color: #5c6bc0 !important; } a.md-bg-indigo-400:hover, a.md-bg-indigo-400:focus { background-color: #3f51b5 !important; } .md-bg-indigo-500 { background-color: #3f51b5 !important; } a.md-bg-indigo-500:hover, a.md-bg-indigo-500:focus { background-color: #3949ab !important; } .md-bg-indigo-600 { background-color: #3949ab !important; } a.md-bg-indigo-600:hover, a.md-bg-indigo-600:focus { background-color: #303f9f !important; } .md-bg-indigo-700 { background-color: #303f9f !important; } a.md-bg-indigo-700:hover, a.md-bg-indigo-700:focus { background-color: #283593 !important; } .md-bg-indigo-800 { background-color: #283593 !important; } a.md-bg-indigo-800:hover, a.md-bg-indigo-800:focus { background-color: #1a237e !important; } .md-bg-indigo-900 { background-color: #1a237e !important; } a.md-bg-indigo-900:hover, a.md-bg-indigo-900:focus { background-color: #111754 !important; } .md-bg-indigo-A100 { background-color: #8c9eff !important; } a.md-bg-indigo-A100:hover, a.md-bg-indigo-A100:focus { background-color: #5973ff !important; } .md-bg-indigo-A200 { background-color: #536dfe !important; } a.md-bg-indigo-A200:hover, a.md-bg-indigo-A200:focus { background-color: #2042fe !important; } .md-bg-indigo-A400 { background-color: #3d5afe !important; } a.md-bg-indigo-A400:hover, a.md-bg-indigo-A400:focus { background-color: #0a2ffe !important; } .md-bg-indigo-A700 { background-color: #304ffe !important; } a.md-bg-indigo-A700:hover, a.md-bg-indigo-A700:focus { background-color: #0127fa !important; } .md-blue { color: #2196f3 !important; } a.md-blue:hover, a.md-blue:focus { color: #424242; } .md-blue-50 { color: #e3f2fd !important; } a.md-blue-50:hover, a.md-blue-50:focus { color: #424242; } .md-blue-100 { color: #bbdefb !important; } a.md-blue-100:hover, a.md-blue-100:focus { color: #424242; } .md-blue-200 { color: #90caf9 !important; } a.md-blue-200:hover, a.md-blue-200:focus { color: #424242; } .md-blue-300 { color: #64b5f6 !important; } a.md-blue-300:hover, a.md-blue-300:focus { color: #424242; } .md-blue-400 { color: #42a5f5 !important; } a.md-blue-400:hover, a.md-blue-400:focus { color: #424242; } .md-blue-500 { color: #2196f3 !important; } a.md-blue-500:hover, a.md-blue-500:focus { color: #424242; } .md-blue-600 { color: #1e88e5 !important; } a.md-blue-600:hover, a.md-blue-600:focus { color: #424242; } .md-blue-700 { color: #1565c0 !important; } a.md-blue-700:hover, a.md-blue-700:focus { color: #424242; } .md-blue-800 { color: #1565c0 !important; } a.md-blue-800:hover, a.md-blue-800:focus { color: #424242; } .md-blue-900 { color: #0d47a1 !important; } a.md-blue-900:hover, a.md-blue-900:focus { color: #424242; } .md-blue-A100 { color: #82b1ff !important; } a.md-blue-A100:hover, a.md-blue-A100:focus { color: #424242; } .md-blue-A200 { color: #448aff !important; } a.md-blue-A200:hover, a.md-blue-A200:focus { color: #424242; } .md-blue-A400 { color: #2979ff !important; } a.md-blue-A400:hover, a.md-blue-A400:focus { color: #424242; } .md-blue-A700 { color: #2962ff !important; } a.md-blue-A700:hover, a.md-blue-A700:focus { color: #424242; } .md-bg-blue { background-color: #2196f3 !important; } a.md-bg-blue:hover, a.md-bg-blue:focus { background-color: #424242; } .md-bg-blue-50 { background-color: #e3f2fd !important; } a.md-bg-blue-50:hover, a.md-bg-blue-50:focus { background-color: #424242; } .md-bg-blue-100 { background-color: #bbdefb !important; } a.md-bg-blue-100:hover, a.md-bg-blue-100:focus { background-color: #424242; } .md-bg-blue-200 { background-color: #90caf9 !important; } a.md-bg-blue-200:hover, a.md-bg-blue-200:focus { background-color: #424242; } .md-bg-blue-300 { background-color: #64b5f6 !important; } a.md-bg-blue-300:hover, a.md-bg-blue-300:focus { background-color: #424242; } .md-bg-blue-400 { background-color: #42a5f5 !important; } a.md-bg-blue-400:hover, a.md-bg-blue-400:focus { background-color: #424242; } .md-bg-blue-500 { background-color: #2196f3 !important; } a.md-bg-blue-500:hover, a.md-bg-blue-500:focus { background-color: #424242; } .md-bg-blue-600 { background-color: #1e88e5 !important; } a.md-bg-blue-600:hover, a.md-bg-blue-600:focus { background-color: #424242; } .md-bg-blue-700 { background-color: #1565c0 !important; } a.md-bg-blue-700:hover, a.md-bg-blue-700:focus { background-color: #424242; } .md-bg-blue-800 { background-color: #1565c0 !important; } a.md-bg-blue-800:hover, a.md-bg-blue-800:focus { background-color: #424242; } .md-bg-blue-900 { background-color: #0d47a1 !important; } a.md-bg-blue-900:hover, a.md-bg-blue-900:focus { background-color: #424242; } .md-bg-blue-A100 { background-color: #82b1ff !important; } a.md-bg-blue-A100:hover, a.md-bg-blue-A100:focus { background-color: #424242; } .md-bg-blue-A200 { background-color: #448aff !important; } a.md-bg-blue-A200:hover, a.md-bg-blue-A200:focus { background-color: #424242; } .md-bg-blue-A400 { background-color: #2979ff !important; } a.md-bg-blue-A400:hover, a.md-bg-blue-A400:focus { background-color: #424242; } .md-bg-blue-A700 { background-color: #2962ff !important; } a.md-bg-blue-A700:hover, a.md-bg-blue-A700:focus { background-color: #424242; } .md-light-blue { color: #03a9f4 !important; } a.md-light-blue:hover, a.md-light-blue:focus { color: #039be5 !important; } .md-light-blue-50 { color: #e1f5fe !important; } a.md-light-blue-50:hover, a.md-light-blue-50:focus { color: #b3e5fc !important; } .md-light-blue-100 { color: #b3e5fc !important; } a.md-light-blue-100:hover, a.md-light-blue-100:focus { color: #81d4fa !important; } .md-light-blue-200 { color: #81d4fa !important; } a.md-light-blue-200:hover, a.md-light-blue-200:focus { color: #4fc3f7 !important; } .md-light-blue-300 { color: #4fc3f7 !important; } a.md-light-blue-300:hover, a.md-light-blue-300:focus { color: #29b6f6 !important; } .md-light-blue-400 { color: #29b6f6 !important; } a.md-light-blue-400:hover, a.md-light-blue-400:focus { color: #03a9f4 !important; } .md-light-blue-500 { color: #03a9f4 !important; } a.md-light-blue-500:hover, a.md-light-blue-500:focus { color: #039be5 !important; } .md-light-blue-600 { color: #039be5 !important; } a.md-light-blue-600:hover, a.md-light-blue-600:focus { color: #0288d1 !important; } .md-light-blue-700 { color: #0288d1 !important; } a.md-light-blue-700:hover, a.md-light-blue-700:focus { color: #0277bd !important; } .md-light-blue-800 { color: #0277bd !important; } a.md-light-blue-800:hover, a.md-light-blue-800:focus { color: #01579b !important; } .md-light-blue-900 { color: #01579b !important; } a.md-light-blue-900:hover, a.md-light-blue-900:focus { color: #013b68 !important; } .md-light-blue-A100 { color: #80d8ff !important; } a.md-light-blue-A100:hover, a.md-light-blue-A100:focus { color: #4dc8ff !important; } .md-light-blue-A200 { color: #40c4ff !important; } a.md-light-blue-A200:hover, a.md-light-blue-A200:focus { color: #0db4ff !important; } .md-light-blue-A400 { color: #00b0ff !important; } a.md-light-blue-A400:hover, a.md-light-blue-A400:focus { color: #008dcc !important; } .md-light-blue-A700 { color: #0091ea !important; } a.md-light-blue-A700:hover, a.md-light-blue-A700:focus { color: #0071b7 !important; } .md-bg-light-blue { background-color: #03a9f4 !important; } a.md-bg-light-blue:hover, a.md-bg-light-blue:focus { background-color: #039be5 !important; } .md-bg-light-blue-50 { background-color: #e1f5fe !important; } a.md-bg-light-blue-50:hover, a.md-bg-light-blue-50:focus { background-color: #b3e5fc !important; } .md-bg-light-blue-100 { background-color: #b3e5fc !important; } a.md-bg-light-blue-100:hover, a.md-bg-light-blue-100:focus { background-color: #81d4fa !important; } .md-bg-light-blue-200 { background-color: #81d4fa !important; } a.md-bg-light-blue-200:hover, a.md-bg-light-blue-200:focus { background-color: #4fc3f7 !important; } .md-bg-light-blue-300 { background-color: #4fc3f7 !important; } a.md-bg-light-blue-300:hover, a.md-bg-light-blue-300:focus { background-color: #29b6f6 !important; } .md-bg-light-blue-400 { background-color: #29b6f6 !important; } a.md-bg-light-blue-400:hover, a.md-bg-light-blue-400:focus { background-color: #03a9f4 !important; } .md-bg-light-blue-500 { background-color: #03a9f4 !important; } a.md-bg-light-blue-500:hover, a.md-bg-light-blue-500:focus { background-color: #039be5 !important; } .md-bg-light-blue-600 { background-color: #039be5 !important; } a.md-bg-light-blue-600:hover, a.md-bg-light-blue-600:focus { background-color: #0288d1 !important; } .md-bg-light-blue-700 { background-color: #0288d1 !important; } a.md-bg-light-blue-700:hover, a.md-bg-light-blue-700:focus { background-color: #0277bd !important; } .md-bg-light-blue-800 { background-color: #0277bd !important; } a.md-bg-light-blue-800:hover, a.md-bg-light-blue-800:focus { background-color: #01579b !important; } .md-bg-light-blue-900 { background-color: #01579b !important; } a.md-bg-light-blue-900:hover, a.md-bg-light-blue-900:focus { background-color: #013b68 !important; } .md-bg-light-blue-A100 { background-color: #80d8ff !important; } a.md-bg-light-blue-A100:hover, a.md-bg-light-blue-A100:focus { background-color: #4dc8ff !important; } .md-bg-light-blue-A200 { background-color: #40c4ff !important; } a.md-bg-light-blue-A200:hover, a.md-bg-light-blue-A200:focus { background-color: #0db4ff !important; } .md-bg-light-blue-A400 { background-color: #00b0ff !important; } a.md-bg-light-blue-A400:hover, a.md-bg-light-blue-A400:focus { background-color: #008dcc !important; } .md-bg-light-blue-A700 { background-color: #0091ea !important; } a.md-bg-light-blue-A700:hover, a.md-bg-light-blue-A700:focus { background-color: #0071b7 !important; } .md-cyan { color: #00bcd4 !important; } a.md-cyan:hover, a.md-cyan:focus { color: #00acc1 !important; } .md-cyan-50 { color: #e0f7fa !important; } a.md-cyan-50:hover, a.md-cyan-50:focus { color: #b2ebf2 !important; } .md-cyan-100 { color: #b2ebf2 !important; } a.md-cyan-100:hover, a.md-cyan-100:focus { color: #80deea !important; } .md-cyan-200 { color: #80deea !important; } a.md-cyan-200:hover, a.md-cyan-200:focus { color: #4dd0e1 !important; } .md-cyan-300 { color: #4dd0e1 !important; } a.md-cyan-300:hover, a.md-cyan-300:focus { color: #26c6da !important; } .md-cyan-400 { color: #26c6da !important; } a.md-cyan-400:hover, a.md-cyan-400:focus { color: #00bcd4 !important; } .md-cyan-500 { color: #00bcd4 !important; } a.md-cyan-500:hover, a.md-cyan-500:focus { color: #00acc1 !important; } .md-cyan-600 { color: #00acc1 !important; } a.md-cyan-600:hover, a.md-cyan-600:focus { color: #0097a7 !important; } .md-cyan-700 { color: #0097a7 !important; } a.md-cyan-700:hover, a.md-cyan-700:focus { color: #00838f !important; } .md-cyan-800 { color: #00838f !important; } a.md-cyan-800:hover, a.md-cyan-800:focus { color: #006064 !important; } .md-cyan-900 { color: #006064 !important; } a.md-cyan-900:hover, a.md-cyan-900:focus { color: #002f31 !important; } .md-cyan-A100 { color: #84ffff !important; } a.md-cyan-A100:hover, a.md-cyan-A100:focus { color: #51ffff !important; } .md-cyan-A200 { color: #18ffff !important; } a.md-cyan-A200:hover, a.md-cyan-A200:focus { color: #00e4e4 !important; } .md-cyan-A400 { color: #00e5ff !important; } a.md-cyan-A400:hover, a.md-cyan-A400:focus { color: #00b7cc !important; } .md-cyan-A700 { color: #00b8d4 !important; } a.md-cyan-A700:hover, a.md-cyan-A700:focus { color: #008ca1 !important; } .md-bg-cyan { background-color: #00bcd4 !important; } a.md-bg-cyan:hover, a.md-bg-cyan:focus { background-color: #00acc1 !important; } .md-bg-cyan-50 { background-color: #e0f7fa !important; } a.md-bg-cyan-50:hover, a.md-bg-cyan-50:focus { background-color: #b2ebf2 !important; } .md-bg-cyan-100 { background-color: #b2ebf2 !important; } a.md-bg-cyan-100:hover, a.md-bg-cyan-100:focus { background-color: #80deea !important; } .md-bg-cyan-200 { background-color: #80deea !important; } a.md-bg-cyan-200:hover, a.md-bg-cyan-200:focus { background-color: #4dd0e1 !important; } .md-bg-cyan-300 { background-color: #4dd0e1 !important; } a.md-bg-cyan-300:hover, a.md-bg-cyan-300:focus { background-color: #26c6da !important; } .md-bg-cyan-400 { background-color: #26c6da !important; } a.md-bg-cyan-400:hover, a.md-bg-cyan-400:focus { background-color: #00bcd4 !important; } .md-bg-cyan-500 { background-color: #00bcd4 !important; } a.md-bg-cyan-500:hover, a.md-bg-cyan-500:focus { background-color: #00acc1 !important; } .md-bg-cyan-600 { background-color: #00acc1 !important; } a.md-bg-cyan-600:hover, a.md-bg-cyan-600:focus { background-color: #0097a7 !important; } .md-bg-cyan-700 { background-color: #0097a7 !important; } a.md-bg-cyan-700:hover, a.md-bg-cyan-700:focus { background-color: #00838f !important; } .md-bg-cyan-800 { background-color: #00838f !important; } a.md-bg-cyan-800:hover, a.md-bg-cyan-800:focus { background-color: #006064 !important; } .md-bg-cyan-900 { background-color: #006064 !important; } a.md-bg-cyan-900:hover, a.md-bg-cyan-900:focus { background-color: #002f31 !important; } .md-bg-cyan-A100 { background-color: #84ffff !important; } a.md-bg-cyan-A100:hover, a.md-bg-cyan-A100:focus { background-color: #51ffff !important; } .md-bg-cyan-A200 { background-color: #18ffff !important; } a.md-bg-cyan-A200:hover, a.md-bg-cyan-A200:focus { background-color: #00e4e4 !important; } .md-bg-cyan-A400 { background-color: #00e5ff !important; } a.md-bg-cyan-A400:hover, a.md-bg-cyan-A400:focus { background-color: #00b7cc !important; } .md-bg-cyan-A700 { background-color: #00b8d4 !important; } a.md-bg-cyan-A700:hover, a.md-bg-cyan-A700:focus { background-color: #008ca1 !important; } .md-teal { color: #009688 !important; } a.md-teal:hover, a.md-teal:focus { color: #00897b !important; } .md-teal-50 { color: #e0f2f1 !important; } a.md-teal-50:hover, a.md-teal-50:focus { color: #b2dfdb !important; } .md-teal-100 { color: #b2dfdb !important; } a.md-teal-100:hover, a.md-teal-100:focus { color: #80cbc4 !important; } .md-teal-200 { color: #80cbc4 !important; } a.md-teal-200:hover, a.md-teal-200:focus { color: #4db6ac !important; } .md-teal-300 { color: #4db6ac !important; } a.md-teal-300:hover, a.md-teal-300:focus { color: #26a69a !important; } .md-teal-400 { color: #26a69a !important; } a.md-teal-400:hover, a.md-teal-400:focus { color: #009688 !important; } .md-teal-500 { color: #009688 !important; } a.md-teal-500:hover, a.md-teal-500:focus { color: #00897b !important; } .md-teal-600 { color: #00897b !important; } a.md-teal-600:hover, a.md-teal-600:focus { color: #00796b !important; } .md-teal-700 { color: #00796b !important; } a.md-teal-700:hover, a.md-teal-700:focus { color: #00695c !important; } .md-teal-800 { color: #00695c !important; } a.md-teal-800:hover, a.md-teal-800:focus { color: #004d40 !important; } .md-teal-900 { color: #004d40 !important; } a.md-teal-900:hover, a.md-teal-900:focus { color: #001a16 !important; } .md-teal-A100 { color: #a7ffeb !important; } a.md-teal-A100:hover, a.md-teal-A100:focus { color: #74ffdf !important; } .md-teal-A200 { color: #64ffda !important; } a.md-teal-A200:hover, a.md-teal-A200:focus { color: #31ffce !important; } .md-teal-A400 { color: #1de9b6 !important; } a.md-teal-A400:hover, a.md-teal-A400:focus { color: #13c095 !important; } .md-teal-A700 { color: #00bfa5 !important; } a.md-teal-A700:hover, a.md-teal-A700:focus { color: #008c79 !important; } .md-bg-teal { background-color: #009688 !important; } a.md-bg-teal:hover, a.md-bg-teal:focus { background-color: #00897b !important; } .md-bg-teal-50 { background-color: #e0f2f1 !important; } a.md-bg-teal-50:hover, a.md-bg-teal-50:focus { background-color: #b2dfdb !important; } .md-bg-teal-100 { background-color: #b2dfdb !important; } a.md-bg-teal-100:hover, a.md-bg-teal-100:focus { background-color: #80cbc4 !important; } .md-bg-teal-200 { background-color: #80cbc4 !important; } a.md-bg-teal-200:hover, a.md-bg-teal-200:focus { background-color: #4db6ac !important; } .md-bg-teal-300 { background-color: #4db6ac !important; } a.md-bg-teal-300:hover, a.md-bg-teal-300:focus { background-color: #26a69a !important; } .md-bg-teal-400 { background-color: #26a69a !important; } a.md-bg-teal-400:hover, a.md-bg-teal-400:focus { background-color: #009688 !important; } .md-bg-teal-500 { background-color: #009688 !important; } a.md-bg-teal-500:hover, a.md-bg-teal-500:focus { background-color: #00897b !important; } .md-bg-teal-600 { background-color: #00897b !important; } a.md-bg-teal-600:hover, a.md-bg-teal-600:focus { background-color: #00796b !important; } .md-bg-teal-700 { background-color: #00796b !important; } a.md-bg-teal-700:hover, a.md-bg-teal-700:focus { background-color: #00695c !important; } .md-bg-teal-800 { background-color: #00695c !important; } a.md-bg-teal-800:hover, a.md-bg-teal-800:focus { background-color: #004d40 !important; } .md-bg-teal-900 { background-color: #004d40 !important; } a.md-bg-teal-900:hover, a.md-bg-teal-900:focus { background-color: #001a16 !important; } .md-bg-teal-A100 { background-color: #a7ffeb !important; } a.md-bg-teal-A100:hover, a.md-bg-teal-A100:focus { background-color: #74ffdf !important; } .md-bg-teal-A200 { background-color: #64ffda !important; } a.md-bg-teal-A200:hover, a.md-bg-teal-A200:focus { background-color: #31ffce !important; } .md-bg-teal-A400 { background-color: #1de9b6 !important; } a.md-bg-teal-A400:hover, a.md-bg-teal-A400:focus { background-color: #13c095 !important; } .md-bg-teal-A700 { background-color: #00bfa5 !important; } a.md-bg-teal-A700:hover, a.md-bg-teal-A700:focus { background-color: #008c79 !important; } .md-green { color: #4caf50 !important; } a.md-green:hover, a.md-green:focus { color: #43a047 !important; } .md-green-50 { color: #e8f5e9 !important; } a.md-green-50:hover, a.md-green-50:focus { color: #c8e6c9 !important; } .md-green-100 { color: #c8e6c9 !important; } a.md-green-100:hover, a.md-green-100:focus { color: #a5d6a7 !important; } .md-green-200 { color: #a5d6a7 !important; } a.md-green-200:hover, a.md-green-200:focus { color: #81c784 !important; } .md-green-300 { color: #81c784 !important; } a.md-green-300:hover, a.md-green-300:focus { color: #66bb6a !important; } .md-green-400 { color: #66bb6a !important; } a.md-green-400:hover, a.md-green-400:focus { color: #4caf50 !important; } .md-green-500 { color: #4caf50 !important; } a.md-green-500:hover, a.md-green-500:focus { color: #43a047 !important; } .md-green-600 { color: #43a047 !important; } a.md-green-600:hover, a.md-green-600:focus { color: #388e3c !important; } .md-green-700 { color: #388e3c !important; } a.md-green-700:hover, a.md-green-700:focus { color: #2e7d32 !important; } .md-green-800 { color: #2e7d32 !important; } a.md-green-800:hover, a.md-green-800:focus { color: #1b5e20 !important; } .md-green-900 { color: #1b5e20 !important; } a.md-green-900:hover, a.md-green-900:focus { color: #103613 !important; } .md-green-A100 { color: #b9f6ca !important; } a.md-green-A100:hover, a.md-green-A100:focus { color: #8cf0a8 !important; } .md-green-A200 { color: #69f0ae !important; } a.md-green-A200:hover, a.md-green-A200:focus { color: #3beb95 !important; } .md-green-A400 { color: #00e676 !important; } a.md-green-A400:hover, a.md-green-A400:focus { color: #00b35c !important; } .md-green-A700 { color: #00c853 !important; } a.md-green-A700:hover, a.md-green-A700:focus { color: #00953e !important; } .md-bg-green { background-color: #4caf50 !important; } a.md-bg-green:hover, a.md-bg-green:focus { background-color: #43a047 !important; } .md-bg-green-50 { background-color: #e8f5e9 !important; } a.md-bg-green-50:hover, a.md-bg-green-50:focus { background-color: #c8e6c9 !important; } .md-bg-green-100 { background-color: #c8e6c9 !important; } a.md-bg-green-100:hover, a.md-bg-green-100:focus { background-color: #a5d6a7 !important; } .md-bg-green-200 { background-color: #a5d6a7 !important; } a.md-bg-green-200:hover, a.md-bg-green-200:focus { background-color: #81c784 !important; } .md-bg-green-300 { background-color: #81c784 !important; } a.md-bg-green-300:hover, a.md-bg-green-300:focus { background-color: #66bb6a !important; } .md-bg-green-400 { background-color: #66bb6a !important; } a.md-bg-green-400:hover, a.md-bg-green-400:focus { background-color: #4caf50 !important; } .md-bg-green-500 { background-color: #4caf50 !important; } a.md-bg-green-500:hover, a.md-bg-green-500:focus { background-color: #43a047 !important; } .md-bg-green-600 { background-color: #43a047 !important; } a.md-bg-green-600:hover, a.md-bg-green-600:focus { background-color: #388e3c !important; } .md-bg-green-700 { background-color: #388e3c !important; } a.md-bg-green-700:hover, a.md-bg-green-700:focus { background-color: #2e7d32 !important; } .md-bg-green-800 { background-color: #2e7d32 !important; } a.md-bg-green-800:hover, a.md-bg-green-800:focus { background-color: #1b5e20 !important; } .md-bg-green-900 { background-color: #1b5e20 !important; } a.md-bg-green-900:hover, a.md-bg-green-900:focus { background-color: #103613 !important; } .md-bg-green-A100 { background-color: #b9f6ca !important; } a.md-bg-green-A100:hover, a.md-bg-green-A100:focus { background-color: #8cf0a8 !important; } .md-bg-green-A200 { background-color: #69f0ae !important; } a.md-bg-green-A200:hover, a.md-bg-green-A200:focus { background-color: #3beb95 !important; } .md-bg-green-A400 { background-color: #00e676 !important; } a.md-bg-green-A400:hover, a.md-bg-green-A400:focus { background-color: #00b35c !important; } .md-bg-green-A700 { background-color: #00c853 !important; } a.md-bg-green-A700:hover, a.md-bg-green-A700:focus { background-color: #00953e !important; } .md-light-green { color: #8bc34a !important; } a.md-light-green:hover, a.md-light-green:focus { color: #7cb342 !important; } .md-light-green-50 { color: #f1f8e9 !important; } a.md-light-green-50:hover, a.md-light-green-50:focus { color: #dcedc8 !important; } .md-light-green-100 { color: #dcedc8 !important; } a.md-light-green-100:hover, a.md-light-green-100:focus { color: #c5e1a5 !important; } .md-light-green-200 { color: #c5e1a5 !important; } a.md-light-green-200:hover, a.md-light-green-200:focus { color: #aed581 !important; } .md-light-green-300 { color: #aed581 !important; } a.md-light-green-300:hover, a.md-light-green-300:focus { color: #9ccc65 !important; } .md-light-green-400 { color: #9ccc65 !important; } a.md-light-green-400:hover, a.md-light-green-400:focus { color: #8bc34a !important; } .md-light-green-500 { color: #8bc34a !important; } a.md-light-green-500:hover, a.md-light-green-500:focus { color: #7cb342 !important; } .md-light-green-600 { color: #7cb342 !important; } a.md-light-green-600:hover, a.md-light-green-600:focus { color: #689f38 !important; } .md-light-green-700 { color: #689f38 !important; } a.md-light-green-700:hover, a.md-light-green-700:focus { color: #558b2f !important; } .md-light-green-800 { color: #558b2f !important; } a.md-light-green-800:hover, a.md-light-green-800:focus { color: #33691e !important; } .md-light-green-900 { color: #33691e !important; } a.md-light-green-900:hover, a.md-light-green-900:focus { color: #204113 !important; } .md-light-green-A100 { color: #ccff90 !important; } a.md-light-green-A100:hover, a.md-light-green-A100:focus { color: #b5ff5d !important; } .md-light-green-A200 { color: #b2ff59 !important; } a.md-light-green-A200:hover, a.md-light-green-A200:focus { color: #9aff26 !important; } .md-light-green-A400 { color: #76ff03 !important; } a.md-light-green-A400:hover, a.md-light-green-A400:focus { color: #5ecf00 !important; } .md-light-green-A700 { color: #64dd17 !important; } a.md-light-green-A700:hover, a.md-light-green-A700:focus { color: #4faf12 !important; } .md-bg-light-green { background-color: #8bc34a !important; } a.md-bg-light-green:hover, a.md-bg-light-green:focus { background-color: #7cb342 !important; } .md-bg-light-green-50 { background-color: #f1f8e9 !important; } a.md-bg-light-green-50:hover, a.md-bg-light-green-50:focus { background-color: #dcedc8 !important; } .md-bg-light-green-100 { background-color: #dcedc8 !important; } a.md-bg-light-green-100:hover, a.md-bg-light-green-100:focus { background-color: #c5e1a5 !important; } .md-bg-light-green-200 { background-color: #c5e1a5 !important; } a.md-bg-light-green-200:hover, a.md-bg-light-green-200:focus { background-color: #aed581 !important; } .md-bg-light-green-300 { background-color: #aed581 !important; } a.md-bg-light-green-300:hover, a.md-bg-light-green-300:focus { background-color: #9ccc65 !important; } .md-bg-light-green-400 { background-color: #9ccc65 !important; } a.md-bg-light-green-400:hover, a.md-bg-light-green-400:focus { background-color: #8bc34a !important; } .md-bg-light-green-500 { background-color: #8bc34a !important; } a.md-bg-light-green-500:hover, a.md-bg-light-green-500:focus { background-color: #7cb342 !important; } .md-bg-light-green-600 { background-color: #7cb342 !important; } a.md-bg-light-green-600:hover, a.md-bg-light-green-600:focus { background-color: #689f38 !important; } .md-bg-light-green-700 { background-color: #689f38 !important; } a.md-bg-light-green-700:hover, a.md-bg-light-green-700:focus { background-color: #558b2f !important; } .md-bg-light-green-800 { background-color: #558b2f !important; } a.md-bg-light-green-800:hover, a.md-bg-light-green-800:focus { background-color: #33691e !important; } .md-bg-light-green-900 { background-color: #33691e !important; } a.md-bg-light-green-900:hover, a.md-bg-light-green-900:focus { background-color: #204113 !important; } .md-bg-light-green-A100 { background-color: #ccff90 !important; } a.md-bg-light-green-A100:hover, a.md-bg-light-green-A100:focus { background-color: #b5ff5d !important; } .md-bg-light-green-A200 { background-color: #b2ff59 !important; } a.md-bg-light-green-A200:hover, a.md-bg-light-green-A200:focus { background-color: #9aff26 !important; } .md-bg-light-green-A400 { background-color: #76ff03 !important; } a.md-bg-light-green-A400:hover, a.md-bg-light-green-A400:focus { background-color: #5ecf00 !important; } .md-bg-light-green-A700 { background-color: #64dd17 !important; } a.md-bg-light-green-A700:hover, a.md-bg-light-green-A700:focus { background-color: #4faf12 !important; } .md-lime { color: #cddc39 !important; } a.md-lime:hover, a.md-lime:focus { color: #c0ca33 !important; } .md-lime-50 { color: #f9fbe7 !important; } a.md-lime-50:hover, a.md-lime-50:focus { color: #f0f4c3 !important; } .md-lime-100 { color: #f0f4c3 !important; } a.md-lime-100:hover, a.md-lime-100:focus { color: #e6ee9c !important; } .md-lime-200 { color: #e6ee9c !important; } a.md-lime-200:hover, a.md-lime-200:focus { color: #dce775 !important; } .md-lime-300 { color: #dce775 !important; } a.md-lime-300:hover, a.md-lime-300:focus { color: #d4e157 !important; } .md-lime-400 { color: #d4e157 !important; } a.md-lime-400:hover, a.md-lime-400:focus { color: #cddc39 !important; } .md-lime-500 { color: #cddc39 !important; } a.md-lime-500:hover, a.md-lime-500:focus { color: #c0ca33 !important; } .md-lime-600 { color: #c0ca33 !important; } a.md-lime-600:hover, a.md-lime-600:focus { color: #afb42b !important; } .md-lime-700 { color: #afb42b !important; } a.md-lime-700:hover, a.md-lime-700:focus { color: #9e9d24 !important; } .md-lime-800 { color: #9e9d24 !important; } a.md-lime-800:hover, a.md-lime-800:focus { color: #827717 !important; } .md-lime-900 { color: #827717 !important; } a.md-lime-900:hover, a.md-lime-900:focus { color: #574f0f !important; } .md-lime-A100 { color: #f4ff81 !important; } a.md-lime-A100:hover, a.md-lime-A100:focus { color: #f0ff4e !important; } .md-lime-A200 { color: #eeff41 !important; } a.md-lime-A200:hover, a.md-lime-A200:focus { color: #e9ff0e !important; } .md-lime-A400 { color: #c6ff00 !important; } a.md-lime-A400:hover, a.md-lime-A400:focus { color: #9ecc00 !important; } .md-lime-A700 { color: #aeea00 !important; } a.md-lime-A700:hover, a.md-lime-A700:focus { color: #88b700 !important; } .md-bg-lime { background-color: #cddc39 !important; } a.md-bg-lime:hover, a.md-bg-lime:focus { background-color: #c0ca33 !important; } .md-bg-lime-50 { background-color: #f9fbe7 !important; } a.md-bg-lime-50:hover, a.md-bg-lime-50:focus { background-color: #f0f4c3 !important; } .md-bg-lime-100 { background-color: #f0f4c3 !important; } a.md-bg-lime-100:hover, a.md-bg-lime-100:focus { background-color: #e6ee9c !important; } .md-bg-lime-200 { background-color: #e6ee9c !important; } a.md-bg-lime-200:hover, a.md-bg-lime-200:focus { background-color: #dce775 !important; } .md-bg-lime-300 { background-color: #dce775 !important; } a.md-bg-lime-300:hover, a.md-bg-lime-300:focus { background-color: #d4e157 !important; } .md-bg-lime-400 { background-color: #d4e157 !important; } a.md-bg-lime-400:hover, a.md-bg-lime-400:focus { background-color: #cddc39 !important; } .md-bg-lime-500 { background-color: #cddc39 !important; } a.md-bg-lime-500:hover, a.md-bg-lime-500:focus { background-color: #c0ca33 !important; } .md-bg-lime-600 { background-color: #c0ca33 !important; } a.md-bg-lime-600:hover, a.md-bg-lime-600:focus { background-color: #afb42b !important; } .md-bg-lime-700 { background-color: #afb42b !important; } a.md-bg-lime-700:hover, a.md-bg-lime-700:focus { background-color: #9e9d24 !important; } .md-bg-lime-800 { background-color: #9e9d24 !important; } a.md-bg-lime-800:hover, a.md-bg-lime-800:focus { background-color: #827717 !important; } .md-bg-lime-900 { background-color: #827717 !important; } a.md-bg-lime-900:hover, a.md-bg-lime-900:focus { background-color: #574f0f !important; } .md-bg-lime-A100 { background-color: #f4ff81 !important; } a.md-bg-lime-A100:hover, a.md-bg-lime-A100:focus { background-color: #f0ff4e !important; } .md-bg-lime-A200 { background-color: #eeff41 !important; } a.md-bg-lime-A200:hover, a.md-bg-lime-A200:focus { background-color: #e9ff0e !important; } .md-bg-lime-A400 { background-color: #c6ff00 !important; } a.md-bg-lime-A400:hover, a.md-bg-lime-A400:focus { background-color: #9ecc00 !important; } .md-bg-lime-A700 { background-color: #aeea00 !important; } a.md-bg-lime-A700:hover, a.md-bg-lime-A700:focus { background-color: #88b700 !important; } .md-yellow { color: #ffeb3b !important; } a.md-yellow:hover, a.md-yellow:focus { color: #fdd835 !important; } .md-yellow-50 { color: #fffde7 !important; } a.md-yellow-50:hover, a.md-yellow-50:focus { color: #fff9c4 !important; } .md-yellow-100 { color: #fff9c4 !important; } a.md-yellow-100:hover, a.md-yellow-100:focus { color: #fff59d !important; } .md-yellow-200 { color: #fff59d !important; } a.md-yellow-200:hover, a.md-yellow-200:focus { color: #fff176 !important; } .md-yellow-300 { color: #fff176 !important; } a.md-yellow-300:hover, a.md-yellow-300:focus { color: #ffee58 !important; } .md-yellow-400 { color: #ffee58 !important; } a.md-yellow-400:hover, a.md-yellow-400:focus { color: #ffeb3b !important; } .md-yellow-500 { color: #ffeb3b !important; } a.md-yellow-500:hover, a.md-yellow-500:focus { color: #fdd835 !important; } .md-yellow-600 { color: #fdd835 !important; } a.md-yellow-600:hover, a.md-yellow-600:focus { color: #fbc02d !important; } .md-yellow-700 { color: #fbc02d !important; } a.md-yellow-700:hover, a.md-yellow-700:focus { color: #f9a825 !important; } .md-yellow-800 { color: #f9a825 !important; } a.md-yellow-800:hover, a.md-yellow-800:focus { color: #f57f17 !important; } .md-yellow-900 { color: #f57f17 !important; } a.md-yellow-900:hover, a.md-yellow-900:focus { color: #d06609 !important; } .md-yellow-A100 { color: #ffff8d !important; } a.md-yellow-A100:hover, a.md-yellow-A100:focus { color: #ffff5a !important; } .md-yellow-A200 { color: #ffff00 !important; } a.md-yellow-A200:hover, a.md-yellow-A200:focus { color: #cccc00 !important; } .md-yellow-A400 { color: #ffea00 !important; } a.md-yellow-A400:hover, a.md-yellow-A400:focus { color: #ccbb00 !important; } .md-yellow-A700 { color: #ffd600 !important; } a.md-yellow-A700:hover, a.md-yellow-A700:focus { color: #ccab00 !important; } .md-bg-yellow { background-color: #ffeb3b !important; } a.md-bg-yellow:hover, a.md-bg-yellow:focus { background-color: #fdd835 !important; } .md-bg-yellow-50 { background-color: #fffde7 !important; } a.md-bg-yellow-50:hover, a.md-bg-yellow-50:focus { background-color: #fff9c4 !important; } .md-bg-yellow-100 { background-color: #fff9c4 !important; } a.md-bg-yellow-100:hover, a.md-bg-yellow-100:focus { background-color: #fff59d !important; } .md-bg-yellow-200 { background-color: #fff59d !important; } a.md-bg-yellow-200:hover, a.md-bg-yellow-200:focus { background-color: #fff176 !important; } .md-bg-yellow-300 { background-color: #fff176 !important; } a.md-bg-yellow-300:hover, a.md-bg-yellow-300:focus { background-color: #ffee58 !important; } .md-bg-yellow-400 { background-color: #ffee58 !important; } a.md-bg-yellow-400:hover, a.md-bg-yellow-400:focus { background-color: #ffeb3b !important; } .md-bg-yellow-500 { background-color: #ffeb3b !important; } a.md-bg-yellow-500:hover, a.md-bg-yellow-500:focus { background-color: #fdd835 !important; } .md-bg-yellow-600 { background-color: #fdd835 !important; } a.md-bg-yellow-600:hover, a.md-bg-yellow-600:focus { background-color: #fbc02d !important; } .md-bg-yellow-700 { background-color: #fbc02d !important; } a.md-bg-yellow-700:hover, a.md-bg-yellow-700:focus { background-color: #f9a825 !important; } .md-bg-yellow-800 { background-color: #f9a825 !important; } a.md-bg-yellow-800:hover, a.md-bg-yellow-800:focus { background-color: #f57f17 !important; } .md-bg-yellow-900 { background-color: #f57f17 !important; } a.md-bg-yellow-900:hover, a.md-bg-yellow-900:focus { background-color: #d06609 !important; } .md-bg-yellow-A100 { background-color: #ffff8d !important; } a.md-bg-yellow-A100:hover, a.md-bg-yellow-A100:focus { background-color: #ffff5a !important; } .md-bg-yellow-A200 { background-color: #ffff00 !important; } a.md-bg-yellow-A200:hover, a.md-bg-yellow-A200:focus { background-color: #cccc00 !important; } .md-bg-yellow-A400 { background-color: #ffea00 !important; } a.md-bg-yellow-A400:hover, a.md-bg-yellow-A400:focus { background-color: #ccbb00 !important; } .md-bg-yellow-A700 { background-color: #ffd600 !important; } a.md-bg-yellow-A700:hover, a.md-bg-yellow-A700:focus { background-color: #ccab00 !important; } .md-amber { color: #ffc107 !important; } a.md-amber:hover, a.md-amber:focus { color: #ffb300 !important; } .md-amber-50 { color: #fff8e1 !important; } a.md-amber-50:hover, a.md-amber-50:focus { color: #ffecb3 !important; } .md-amber-100 { color: #ffecb3 !important; } a.md-amber-100:hover, a.md-amber-100:focus { color: #ffe082 !important; } .md-amber-200 { color: #ffe082 !important; } a.md-amber-200:hover, a.md-amber-200:focus { color: #ffd54f !important; } .md-amber-300 { color: #ffd54f !important; } a.md-amber-300:hover, a.md-amber-300:focus { color: #ffca28 !important; } .md-amber-400 { color: #ffca28 !important; } a.md-amber-400:hover, a.md-amber-400:focus { color: #ffc107 !important; } .md-amber-500 { color: #ffc107 !important; } a.md-amber-500:hover, a.md-amber-500:focus { color: #ffb300 !important; } .md-amber-600 { color: #ffb300 !important; } a.md-amber-600:hover, a.md-amber-600:focus { color: #ffa000 !important; } .md-amber-700 { color: #ffa000 !important; } a.md-amber-700:hover, a.md-amber-700:focus { color: #ff8f00 !important; } .md-amber-800 { color: #ff8f00 !important; } a.md-amber-800:hover, a.md-amber-800:focus { color: #ff6f00 !important; } .md-amber-900 { color: #ff6f00 !important; } a.md-amber-900:hover, a.md-amber-900:focus { color: #cc5900 !important; } .md-amber-A100 { color: #ffe57f !important; } a.md-amber-A100:hover, a.md-amber-A100:focus { color: #ffdb4c !important; } .md-amber-A200 { color: #ffd740 !important; } a.md-amber-A200:hover, a.md-amber-A200:focus { color: #ffcc0d !important; } .md-amber-A400 { color: #ffc400 !important; } a.md-amber-A400:hover, a.md-amber-A400:focus { color: #cc9d00 !important; } .md-amber-A700 { color: #ffab00 !important; } a.md-amber-A700:hover, a.md-amber-A700:focus { color: #cc8900 !important; } .md-bg-amber { background-color: #ffc107 !important; } a.md-bg-amber:hover, a.md-bg-amber:focus { background-color: #ffb300 !important; } .md-bg-amber-50 { background-color: #fff8e1 !important; } a.md-bg-amber-50:hover, a.md-bg-amber-50:focus { background-color: #ffecb3 !important; } .md-bg-amber-100 { background-color: #ffecb3 !important; } a.md-bg-amber-100:hover, a.md-bg-amber-100:focus { background-color: #ffe082 !important; } .md-bg-amber-200 { background-color: #ffe082 !important; } a.md-bg-amber-200:hover, a.md-bg-amber-200:focus { background-color: #ffd54f !important; } .md-bg-amber-300 { background-color: #ffd54f !important; } a.md-bg-amber-300:hover, a.md-bg-amber-300:focus { background-color: #ffca28 !important; } .md-bg-amber-400 { background-color: #ffca28 !important; } a.md-bg-amber-400:hover, a.md-bg-amber-400:focus { background-color: #ffc107 !important; } .md-bg-amber-500 { background-color: #ffc107 !important; } a.md-bg-amber-500:hover, a.md-bg-amber-500:focus { background-color: #ffb300 !important; } .md-bg-amber-600 { background-color: #ffb300 !important; } a.md-bg-amber-600:hover, a.md-bg-amber-600:focus { background-color: #ffa000 !important; } .md-bg-amber-700 { background-color: #ffa000 !important; } a.md-bg-amber-700:hover, a.md-bg-amber-700:focus { background-color: #ff8f00 !important; } .md-bg-amber-800 { background-color: #ff8f00 !important; } a.md-bg-amber-800:hover, a.md-bg-amber-800:focus { background-color: #ff6f00 !important; } .md-bg-amber-900 { background-color: #ff6f00 !important; } a.md-bg-amber-900:hover, a.md-bg-amber-900:focus { background-color: #cc5900 !important; } .md-bg-amber-A100 { background-color: #ffe57f !important; } a.md-bg-amber-A100:hover, a.md-bg-amber-A100:focus { background-color: #ffdb4c !important; } .md-bg-amber-A200 { background-color: #ffd740 !important; } a.md-bg-amber-A200:hover, a.md-bg-amber-A200:focus { background-color: #ffcc0d !important; } .md-bg-amber-A400 { background-color: #ffc400 !important; } a.md-bg-amber-A400:hover, a.md-bg-amber-A400:focus { background-color: #cc9d00 !important; } .md-bg-amber-A700 { background-color: #ffab00 !important; } a.md-bg-amber-A700:hover, a.md-bg-amber-A700:focus { background-color: #cc8900 !important; } .md-orange { color: #ff9800 !important; } a.md-orange:hover, a.md-orange:focus { color: #fb8c00 !important; } .md-orange-50 { color: #fff3e0 !important; } a.md-orange-50:hover, a.md-orange-50:focus { color: #ffe0b2 !important; } .md-orange-100 { color: #ffe0b2 !important; } a.md-orange-100:hover, a.md-orange-100:focus { color: #ffcc80 !important; } .md-orange-200 { color: #ffcc80 !important; } a.md-orange-200:hover, a.md-orange-200:focus { color: #ffb74d !important; } .md-orange-300 { color: #ffb74d !important; } a.md-orange-300:hover, a.md-orange-300:focus { color: #ffa726 !important; } .md-orange-400 { color: #ffa726 !important; } a.md-orange-400:hover, a.md-orange-400:focus { color: #ff9800 !important; } .md-orange-500 { color: #ff9800 !important; } a.md-orange-500:hover, a.md-orange-500:focus { color: #fb8c00 !important; } .md-orange-600 { color: #fb8c00 !important; } a.md-orange-600:hover, a.md-orange-600:focus { color: #f57c00 !important; } .md-orange-700 { color: #f57c00 !important; } a.md-orange-700:hover, a.md-orange-700:focus { color: #ef6c00 !important; } .md-orange-800 { color: #ef6c00 !important; } a.md-orange-800:hover, a.md-orange-800:focus { color: #e65100 !important; } .md-orange-900 { color: #e65100 !important; } a.md-orange-900:hover, a.md-orange-900:focus { color: #b33f00 !important; } .md-orange-A100 { color: #ffd180 !important; } a.md-orange-A100:hover, a.md-orange-A100:focus { color: #ffbf4d !important; } .md-orange-A200 { color: #ffab40 !important; } a.md-orange-A200:hover, a.md-orange-A200:focus { color: #ff950d !important; } .md-orange-A400 { color: #ff9100 !important; } a.md-orange-A400:hover, a.md-orange-A400:focus { color: #cc7400 !important; } .md-orange-A700 { color: #ff6d00 !important; } a.md-orange-A700:hover, a.md-orange-A700:focus { color: #cc5700 !important; } .md-bg-orange { background-color: #ff9800 !important; } a.md-bg-orange:hover, a.md-bg-orange:focus { background-color: #fb8c00 !important; } .md-bg-orange-50 { background-color: #fff3e0 !important; } a.md-bg-orange-50:hover, a.md-bg-orange-50:focus { background-color: #ffe0b2 !important; } .md-bg-orange-100 { background-color: #ffe0b2 !important; } a.md-bg-orange-100:hover, a.md-bg-orange-100:focus { background-color: #ffcc80 !important; } .md-bg-orange-200 { background-color: #ffcc80 !important; } a.md-bg-orange-200:hover, a.md-bg-orange-200:focus { background-color: #ffb74d !important; } .md-bg-orange-300 { background-color: #ffb74d !important; } a.md-bg-orange-300:hover, a.md-bg-orange-300:focus { background-color: #ffa726 !important; } .md-bg-orange-400 { background-color: #ffa726 !important; } a.md-bg-orange-400:hover, a.md-bg-orange-400:focus { background-color: #ff9800 !important; } .md-bg-orange-500 { background-color: #ff9800 !important; } a.md-bg-orange-500:hover, a.md-bg-orange-500:focus { background-color: #fb8c00 !important; } .md-bg-orange-600 { background-color: #fb8c00 !important; } a.md-bg-orange-600:hover, a.md-bg-orange-600:focus { background-color: #f57c00 !important; } .md-bg-orange-700 { background-color: #f57c00 !important; } a.md-bg-orange-700:hover, a.md-bg-orange-700:focus { background-color: #ef6c00 !important; } .md-bg-orange-800 { background-color: #ef6c00 !important; } a.md-bg-orange-800:hover, a.md-bg-orange-800:focus { background-color: #e65100 !important; } .md-bg-orange-900 { background-color: #e65100 !important; } a.md-bg-orange-900:hover, a.md-bg-orange-900:focus { background-color: #b33f00 !important; } .md-bg-orange-A100 { background-color: #ffd180 !important; } a.md-bg-orange-A100:hover, a.md-bg-orange-A100:focus { background-color: #ffbf4d !important; } .md-bg-orange-A200 { background-color: #ffab40 !important; } a.md-bg-orange-A200:hover, a.md-bg-orange-A200:focus { background-color: #ff950d !important; } .md-bg-orange-A400 { background-color: #ff9100 !important; } a.md-bg-orange-A400:hover, a.md-bg-orange-A400:focus { background-color: #cc7400 !important; } .md-bg-orange-A700 { background-color: #ff6d00 !important; } a.md-bg-orange-A700:hover, a.md-bg-orange-A700:focus { background-color: #cc5700 !important; } .md-deep-orange { color: #ff5722 !important; } a.md-deep-orange:hover, a.md-deep-orange:focus { color: #f4511e !important; } .md-deep-orange-50 { color: #fbe9e7 !important; } a.md-deep-orange-50:hover, a.md-deep-orange-50:focus { color: #ffccbc !important; } .md-deep-orange-100 { color: #ffccbc !important; } a.md-deep-orange-100:hover, a.md-deep-orange-100:focus { color: #ffab91 !important; } .md-deep-orange-200 { color: #ffab91 !important; } a.md-deep-orange-200:hover, a.md-deep-orange-200:focus { color: #ff8a65 !important; } .md-deep-orange-300 { color: #ff8a65 !important; } a.md-deep-orange-300:hover, a.md-deep-orange-300:focus { color: #ff7043 !important; } .md-deep-orange-400 { color: #ff7043 !important; } a.md-deep-orange-400:hover, a.md-deep-orange-400:focus { color: #ff5722 !important; } .md-deep-orange-500 { color: #ff5722 !important; } a.md-deep-orange-500:hover, a.md-deep-orange-500:focus { color: #f4511e !important; } .md-deep-orange-600 { color: #f4511e !important; } a.md-deep-orange-600:hover, a.md-deep-orange-600:focus { color: #e64a19 !important; } .md-deep-orange-700 { color: #e64a19 !important; } a.md-deep-orange-700:hover, a.md-deep-orange-700:focus { color: #d84315 !important; } .md-deep-orange-800 { color: #d84315 !important; } a.md-deep-orange-800:hover, a.md-deep-orange-800:focus { color: #bf360c !important; } .md-deep-orange-900 { color: #bf360c !important; } a.md-deep-orange-900:hover, a.md-deep-orange-900:focus { color: #8f2809 !important; } .md-deep-orange-A100 { color: #ff9e80 !important; } a.md-deep-orange-A100:hover, a.md-deep-orange-A100:focus { color: #ff774d !important; } .md-deep-orange-A200 { color: #ff6e40 !important; } a.md-deep-orange-A200:hover, a.md-deep-orange-A200:focus { color: #ff470d !important; } .md-deep-orange-A400 { color: #ff3d00 !important; } a.md-deep-orange-A400:hover, a.md-deep-orange-A400:focus { color: #cc3100 !important; } .md-deep-orange-A700 { color: #dd2c00 !important; } a.md-deep-orange-A700:hover, a.md-deep-orange-A700:focus { color: #aa2200 !important; } .md-bg-deep-orange { background-color: #ff5722 !important; } a.md-bg-deep-orange:hover, a.md-bg-deep-orange:focus { background-color: #f4511e !important; } .md-bg-deep-orange-50 { background-color: #fbe9e7 !important; } a.md-bg-deep-orange-50:hover, a.md-bg-deep-orange-50:focus { background-color: #ffccbc !important; } .md-bg-deep-orange-100 { background-color: #ffccbc !important; } a.md-bg-deep-orange-100:hover, a.md-bg-deep-orange-100:focus { background-color: #ffab91 !important; } .md-bg-deep-orange-200 { background-color: #ffab91 !important; } a.md-bg-deep-orange-200:hover, a.md-bg-deep-orange-200:focus { background-color: #ff8a65 !important; } .md-bg-deep-orange-300 { background-color: #ff8a65 !important; } a.md-bg-deep-orange-300:hover, a.md-bg-deep-orange-300:focus { background-color: #ff7043 !important; } .md-bg-deep-orange-400 { background-color: #ff7043 !important; } a.md-bg-deep-orange-400:hover, a.md-bg-deep-orange-400:focus { background-color: #ff5722 !important; } .md-bg-deep-orange-500 { background-color: #ff5722 !important; } a.md-bg-deep-orange-500:hover, a.md-bg-deep-orange-500:focus { background-color: #f4511e !important; } .md-bg-deep-orange-600 { background-color: #f4511e !important; } a.md-bg-deep-orange-600:hover, a.md-bg-deep-orange-600:focus { background-color: #e64a19 !important; } .md-bg-deep-orange-700 { background-color: #e64a19 !important; } a.md-bg-deep-orange-700:hover, a.md-bg-deep-orange-700:focus { background-color: #d84315 !important; } .md-bg-deep-orange-800 { background-color: #d84315 !important; } a.md-bg-deep-orange-800:hover, a.md-bg-deep-orange-800:focus { background-color: #bf360c !important; } .md-bg-deep-orange-900 { background-color: #bf360c !important; } a.md-bg-deep-orange-900:hover, a.md-bg-deep-orange-900:focus { background-color: #8f2809 !important; } .md-bg-deep-orange-A100 { background-color: #ff9e80 !important; } a.md-bg-deep-orange-A100:hover, a.md-bg-deep-orange-A100:focus { background-color: #ff774d !important; } .md-bg-deep-orange-A200 { background-color: #ff6e40 !important; } a.md-bg-deep-orange-A200:hover, a.md-bg-deep-orange-A200:focus { background-color: #ff470d !important; } .md-bg-deep-orange-A400 { background-color: #ff3d00 !important; } a.md-bg-deep-orange-A400:hover, a.md-bg-deep-orange-A400:focus { background-color: #cc3100 !important; } .md-bg-deep-orange-A700 { background-color: #dd2c00 !important; } a.md-bg-deep-orange-A700:hover, a.md-bg-deep-orange-A700:focus { background-color: #aa2200 !important; } .md-brown { color: #795548 !important; } a.md-brown:hover, a.md-brown:focus { color: #6d4c41 !important; } .md-brown-50 { color: #efebe9 !important; } a.md-brown-50:hover, a.md-brown-50:focus { color: #d7ccc8 !important; } .md-brown-100 { color: #d7ccc8 !important; } a.md-brown-100:hover, a.md-brown-100:focus { color: #bcaaa4 !important; } .md-brown-200 { color: #bcaaa4 !important; } a.md-brown-200:hover, a.md-brown-200:focus { color: #a1887f !important; } .md-brown-300 { color: #a1887f !important; } a.md-brown-300:hover, a.md-brown-300:focus { color: #8d6e63 !important; } .md-brown-400 { color: #8d6e63 !important; } a.md-brown-400:hover, a.md-brown-400:focus { color: #795548 !important; } .md-brown-500 { color: #795548 !important; } a.md-brown-500:hover, a.md-brown-500:focus { color: #6d4c41 !important; } .md-brown-600 { color: #6d4c41 !important; } a.md-brown-600:hover, a.md-brown-600:focus { color: #5d4037 !important; } .md-brown-700 { color: #5d4037 !important; } a.md-brown-700:hover, a.md-brown-700:focus { color: #4e342e !important; } .md-brown-800 { color: #4e342e !important; } a.md-brown-800:hover, a.md-brown-800:focus { color: #3e2723 !important; } .md-brown-900 { color: #3e2723 !important; } a.md-brown-900:hover, a.md-brown-900:focus { color: #1d1211 !important; } .md-bg-brown { background-color: #795548 !important; } a.md-bg-brown:hover, a.md-bg-brown:focus { background-color: #6d4c41 !important; } .md-bg-brown-50 { background-color: #efebe9 !important; } a.md-bg-brown-50:hover, a.md-bg-brown-50:focus { background-color: #d7ccc8 !important; } .md-bg-brown-100 { background-color: #d7ccc8 !important; } a.md-bg-brown-100:hover, a.md-bg-brown-100:focus { background-color: #bcaaa4 !important; } .md-bg-brown-200 { background-color: #bcaaa4 !important; } a.md-bg-brown-200:hover, a.md-bg-brown-200:focus { background-color: #a1887f !important; } .md-bg-brown-300 { background-color: #a1887f !important; } a.md-bg-brown-300:hover, a.md-bg-brown-300:focus { background-color: #8d6e63 !important; } .md-bg-brown-400 { background-color: #8d6e63 !important; } a.md-bg-brown-400:hover, a.md-bg-brown-400:focus { background-color: #795548 !important; } .md-bg-brown-500 { background-color: #795548 !important; } a.md-bg-brown-500:hover, a.md-bg-brown-500:focus { background-color: #6d4c41 !important; } .md-bg-brown-600 { background-color: #6d4c41 !important; } a.md-bg-brown-600:hover, a.md-bg-brown-600:focus { background-color: #5d4037 !important; } .md-bg-brown-700 { background-color: #5d4037 !important; } a.md-bg-brown-700:hover, a.md-bg-brown-700:focus { background-color: #4e342e !important; } .md-bg-brown-800 { background-color: #4e342e !important; } a.md-bg-brown-800:hover, a.md-bg-brown-800:focus { background-color: #3e2723 !important; } .md-bg-brown-900 { background-color: #3e2723 !important; } a.md-bg-brown-900:hover, a.md-bg-brown-900:focus { background-color: #1d1211 !important; } .md-gray { color: #9e9e9e !important; } a.md-gray:hover, a.md-gray:focus { color: #757575 !important; } .md-gray-50 { color: #fafafa !important; } a.md-gray-50:hover, a.md-gray-50:focus { color: #f5f5f5 !important; } .md-gray-100 { color: #f5f5f5 !important; } a.md-gray-100:hover, a.md-gray-100:focus { color: #eeeeee !important; } .md-gray-200 { color: #eeeeee !important; } a.md-gray-200:hover, a.md-gray-200:focus { color: #e0e0e0 !important; } .md-gray-300 { color: #e0e0e0 !important; } a.md-gray-300:hover, a.md-gray-300:focus { color: #bdbdbd !important; } .md-gray-400 { color: #bdbdbd !important; } a.md-gray-400:hover, a.md-gray-400:focus { color: #9e9e9e !important; } .md-gray-500 { color: #9e9e9e !important; } a.md-gray-500:hover, a.md-gray-500:focus { color: #757575 !important; } .md-gray-600 { color: #757575 !important; } a.md-gray-600:hover, a.md-gray-600:focus { color: #616161 !important; } .md-gray-700 { color: #616161 !important; } a.md-gray-700:hover, a.md-gray-700:focus { color: #424242 !important; } .md-gray-800 { color: #424242 !important; } a.md-gray-800:hover, a.md-gray-800:focus { color: #2196f3 !important; } .md-gray-900 { color: #212121 !important; } a.md-gray-900:hover, a.md-gray-900:focus { color: #2196f3 !important; } .md-bg-gray { background-color: #9e9e9e !important; } a.md-bg-gray:hover, a.md-bg-gray:focus { background-color: #fafafa !important; } .md-bg-gray-50 { background-color: #fafafa !important; } a.md-bg-gray-50:hover, a.md-bg-gray-50:focus { background-color: #f5f5f5 !important; } .md-bg-gray-100 { background-color: #f5f5f5 !important; } a.md-bg-gray-100:hover, a.md-bg-gray-100:focus { background-color: #eeeeee !important; } .md-bg-gray-200 { background-color: #eeeeee !important; } a.md-bg-gray-200:hover, a.md-bg-gray-200:focus { background-color: #e0e0e0 !important; } .md-bg-gray-300 { background-color: #e0e0e0 !important; } a.md-bg-gray-300:hover, a.md-bg-gray-300:focus { background-color: #bdbdbd !important; } .md-bg-gray-400 { background-color: #bdbdbd !important; } a.md-bg-gray-400:hover, a.md-bg-gray-400:focus { background-color: #9e9e9e !important; } .md-bg-gray-500 { background-color: #9e9e9e !important; } a.md-bg-gray-500:hover, a.md-bg-gray-500:focus { background-color: #757575 !important; } .md-bg-gray-600 { background-color: #757575 !important; } a.md-bg-gray-600:hover, a.md-bg-gray-600:focus { background-color: #616161 !important; } .md-bg-gray-700 { background-color: #616161 !important; } a.md-bg-gray-700:hover, a.md-bg-gray-700:focus { background-color: #424242 !important; } .md-bg-gray-800 { background-color: #424242 !important; } a.md-bg-gray-800:hover, a.md-bg-gray-800:focus { background-color: #2196f3 !important; } .md-bg-gray-900 { background-color: #212121 !important; } a.md-bg-gray-900:hover, a.md-bg-gray-900:focus { background-color: #2196f3 !important; } .md-blue-gray { color: #607d8b !important; } a.md-blue-gray:hover, a.md-blue-gray:focus { color: #546e7a !important; } .md-blue-gray-50 { color: #eceff1 !important; } a.md-blue-gray-50:hover, a.md-blue-gray-50:focus { color: #cfd8dc !important; } .md-blue-gray-100 { color: #cfd8dc !important; } a.md-blue-gray-100:hover, a.md-blue-gray-100:focus { color: #b0bec5 !important; } .md-blue-gray-200 { color: #b0bec5 !important; } a.md-blue-gray-200:hover, a.md-blue-gray-200:focus { color: #90a4ae !important; } .md-blue-gray-300 { color: #90a4ae !important; } a.md-blue-gray-300:hover, a.md-blue-gray-300:focus { color: #78909c !important; } .md-blue-gray-400 { color: #78909c !important; } a.md-blue-gray-400:hover, a.md-blue-gray-400:focus { color: #607d8b !important; } .md-blue-gray-500 { color: #607d8b !important; } a.md-blue-gray-500:hover, a.md-blue-gray-500:focus { color: #546e7a !important; } .md-blue-gray-600 { color: #546e7a !important; } a.md-blue-gray-600:hover, a.md-blue-gray-600:focus { color: #455a64 !important; } .md-blue-gray-700 { color: #455a64 !important; } a.md-blue-gray-700:hover, a.md-blue-gray-700:focus { color: #37474f !important; } .md-blue-gray-800 { color: #37474f !important; } a.md-blue-gray-800:hover, a.md-blue-gray-800:focus { color: #2196f3 !important; } .md-blue-gray-900 { color: #263238 !important; } a.md-blue-gray-900:hover, a.md-blue-gray-900:focus { color: #2196f3 !important; } .md-bg-blue-gray { background-color: #607d8b !important; } a.md-bg-blue-gray:hover, a.md-bg-blue-gray:focus { background-color: #546e7a !important; } .md-bg-blue-gray-50 { background-color: #eceff1 !important; } a.md-bg-blue-gray-50:hover, a.md-bg-blue-gray-50:focus { background-color: #cfd8dc !important; } .md-bg-blue-gray-100 { background-color: #cfd8dc !important; } a.md-bg-blue-gray-100:hover, a.md-bg-blue-gray-100:focus { background-color: #b0bec5 !important; } .md-bg-blue-gray-200 { background-color: #b0bec5 !important; } a.md-bg-blue-gray-200:hover, a.md-bg-blue-gray-200:focus { background-color: #90a4ae !important; } .md-bg-blue-gray-300 { background-color: #90a4ae !important; } a.md-bg-blue-gray-300:hover, a.md-bg-blue-gray-300:focus { background-color: #78909c !important; } .md-bg-blue-gray-400 { background-color: #78909c !important; } a.md-bg-blue-gray-400:hover, a.md-bg-blue-gray-400:focus { background-color: #607d8b !important; } .md-bg-blue-gray-500 { background-color: #607d8b !important; } a.md-bg-blue-gray-500:hover, a.md-bg-blue-gray-500:focus { background-color: #546e7a !important; } .md-bg-blue-gray-600 { background-color: #546e7a !important; } a.md-bg-blue-gray-600:hover, a.md-bg-blue-gray-600:focus { background-color: #455a64 !important; } .md-bg-blue-gray-700 { background-color: #455a64 !important; } a.md-bg-blue-gray-700:hover, a.md-bg-blue-gray-700:focus { background-color: #37474f !important; } .md-bg-blue-gray-800 { background-color: #37474f !important; } a.md-bg-blue-gray-800:hover, a.md-bg-blue-gray-800:focus { background-color: #2196f3 !important; } .md-bg-blue-gray-900 { background-color: #263238 !important; } a.md-bg-blue-gray-900:hover, a.md-bg-blue-gray-900:focus { background-color: #2196f3 !important; } .md-grey { color: #9e9e9e !important; } a.md-grey:hover, a.md-grey:focus { color: #757575 !important; } .md-grey-50 { color: #fafafa !important; } a.md-grey-50:hover, a.md-grey-50:focus { color: #f5f5f5 !important; } .md-grey-100 { color: #f5f5f5 !important; } a.md-grey-100:hover, a.md-grey-100:focus { color: #eeeeee !important; } .md-grey-200 { color: #eeeeee !important; } a.md-grey-200:hover, a.md-grey-200:focus { color: #e0e0e0 !important; } .md-grey-300 { color: #e0e0e0 !important; } a.md-grey-300:hover, a.md-grey-300:focus { color: #bdbdbd !important; } .md-grey-400 { color: #bdbdbd !important; } a.md-grey-400:hover, a.md-grey-400:focus { color: #9e9e9e !important; } .md-grey-500 { color: #9e9e9e !important; } a.md-grey-500:hover, a.md-grey-500:focus { color: #757575 !important; } .md-grey-600 { color: #757575 !important; } a.md-grey-600:hover, a.md-grey-600:focus { color: #616161 !important; } .md-grey-700 { color: #616161 !important; } a.md-grey-700:hover, a.md-grey-700:focus { color: #424242 !important; } .md-grey-800 { color: #424242 !important; } a.md-grey-800:hover, a.md-grey-800:focus { color: #2196f3 !important; } .md-grey-900 { color: #212121 !important; } a.md-grey-900:hover, a.md-grey-900:focus { color: #2196f3 !important; } .md-bg-grey { background-color: #9e9e9e !important; } a.md-bg-grey:hover, a.md-bg-grey:focus { background-color: #fafafa !important; } .md-bg-grey-50 { background-color: #fafafa !important; } a.md-bg-grey-50:hover, a.md-bg-grey-50:focus { background-color: #f5f5f5 !important; } .md-bg-grey-100 { background-color: #f5f5f5 !important; } a.md-bg-grey-100:hover, a.md-bg-grey-100:focus { background-color: #eeeeee !important; } .md-bg-grey-200 { background-color: #eeeeee !important; } a.md-bg-grey-200:hover, a.md-bg-grey-200:focus { background-color: #e0e0e0 !important; } .md-bg-grey-300 { background-color: #e0e0e0 !important; } a.md-bg-grey-300:hover, a.md-bg-grey-300:focus { background-color: #bdbdbd !important; } .md-bg-grey-400 { background-color: #bdbdbd !important; } a.md-bg-grey-400:hover, a.md-bg-grey-400:focus { background-color: #9e9e9e !important; } .md-bg-grey-500 { background-color: #9e9e9e !important; } a.md-bg-grey-500:hover, a.md-bg-grey-500:focus { background-color: #757575 !important; } .md-bg-grey-600 { background-color: #757575 !important; } a.md-bg-grey-600:hover, a.md-bg-grey-600:focus { background-color: #616161 !important; } .md-bg-grey-700 { background-color: #616161 !important; } a.md-bg-grey-700:hover, a.md-bg-grey-700:focus { background-color: #424242 !important; } .md-bg-grey-800 { background-color: #424242 !important; } a.md-bg-grey-800:hover, a.md-bg-grey-800:focus { background-color: #2196f3 !important; } .md-bg-grey-900 { background-color: #212121 !important; } a.md-bg-grey-900:hover, a.md-bg-grey-900:focus { background-color: #2196f3 !important; } .md-blue-grey { color: #607d8b !important; } a.md-blue-grey:hover, a.md-blue-grey:focus { color: #546e7a !important; } .md-blue-grey-50 { color: #eceff1 !important; } a.md-blue-grey-50:hover, a.md-blue-grey-50:focus { color: #cfd8dc !important; } .md-blue-grey-100 { color: #cfd8dc !important; } a.md-blue-grey-100:hover, a.md-blue-grey-100:focus { color: #b0bec5 !important; } .md-blue-grey-200 { color: #b0bec5 !important; } a.md-blue-grey-200:hover, a.md-blue-grey-200:focus { color: #90a4ae !important; } .md-blue-grey-300 { color: #90a4ae !important; } a.md-blue-grey-300:hover, a.md-blue-grey-300:focus { color: #78909c !important; } .md-blue-grey-400 { color: #78909c !important; } a.md-blue-grey-400:hover, a.md-blue-grey-400:focus { color: #607d8b !important; } .md-blue-grey-500 { color: #607d8b !important; } a.md-blue-grey-500:hover, a.md-blue-grey-500:focus { color: #546e7a !important; } .md-blue-grey-600 { color: #546e7a !important; } a.md-blue-grey-600:hover, a.md-blue-grey-600:focus { color: #455a64 !important; } .md-blue-grey-700 { color: #455a64 !important; } a.md-blue-grey-700:hover, a.md-blue-grey-700:focus { color: #37474f !important; } .md-blue-grey-800 { color: #37474f !important; } a.md-blue-grey-800:hover, a.md-blue-grey-800:focus { color: #2196f3 !important; } .md-blue-grey-900 { color: #263238 !important; } a.md-blue-grey-900:hover, a.md-blue-grey-900:focus { color: #2196f3 !important; } .md-bg-blue-grey { background-color: #607d8b !important; } a.md-bg-blue-grey:hover, a.md-bg-blue-grey:focus { background-color: #546e7a !important; } .md-bg-blue-grey-50 { background-color: #eceff1 !important; } a.md-bg-blue-grey-50:hover, a.md-bg-blue-grey-50:focus { background-color: #cfd8dc !important; } .md-bg-blue-grey-100 { background-color: #cfd8dc !important; } a.md-bg-blue-grey-100:hover, a.md-bg-blue-grey-100:focus { background-color: #b0bec5 !important; } .md-bg-blue-grey-200 { background-color: #b0bec5 !important; } a.md-bg-blue-grey-200:hover, a.md-bg-blue-grey-200:focus { background-color: #90a4ae !important; } .md-bg-blue-grey-300 { background-color: #90a4ae !important; } a.md-bg-blue-grey-300:hover, a.md-bg-blue-grey-300:focus { background-color: #78909c !important; } .md-bg-blue-grey-400 { background-color: #78909c !important; } a.md-bg-blue-grey-400:hover, a.md-bg-blue-grey-400:focus { background-color: #607d8b !important; } .md-bg-blue-grey-500 { background-color: #607d8b !important; } a.md-bg-blue-grey-500:hover, a.md-bg-blue-grey-500:focus { background-color: #546e7a !important; } .md-bg-blue-grey-600 { background-color: #546e7a !important; } a.md-bg-blue-grey-600:hover, a.md-bg-blue-grey-600:focus { background-color: #455a64 !important; } .md-bg-blue-grey-700 { background-color: #455a64 !important; } a.md-bg-blue-grey-700:hover, a.md-bg-blue-grey-700:focus { background-color: #37474f !important; } .md-bg-blue-grey-800 { background-color: #37474f !important; } a.md-bg-blue-grey-800:hover, a.md-bg-blue-grey-800:focus { background-color: #2196f3 !important; } .md-bg-blue-grey-900 { background-color: #263238 !important; } a.md-bg-blue-grey-900:hover, a.md-bg-blue-grey-900:focus { background-color: #2196f3 !important; } .md-white-lighter { color: rgba(255, 255, 255, 0.12) !important; } a.md-white-lighter:hover, a.md-white-lighter:focus { color: rgba(255, 255, 255, 0.3) !important; } .md-white-light { color: rgba(255, 255, 255, 0.3) !important; } a.md-white-light:hover, a.md-white-light:focus { color: rgba(255, 255, 255, 0.7) !important; } .md-white-dark { color: rgba(255, 255, 255, 0.7) !important; } a.md-white-dark:hover, a.md-white-dark:focus { color: #ffffff !important; } .md-white-darker { color: #ffffff !important; } a.md-white-darker:hover, a.md-white-darker:focus { color: white !important; } .md-white-lighter { color: rgba(255, 255, 255, 0.12) !important; } a.md-white-lighter:hover, a.md-white-lighter:focus { color: rgba(255, 255, 255, 0.3) !important; } .md-white-light { color: rgba(255, 255, 255, 0.3) !important; } a.md-white-light:hover, a.md-white-light:focus { color: rgba(255, 255, 255, 0.7) !important; } .md-white-dark { color: rgba(255, 255, 255, 0.7) !important; } a.md-white-dark:hover, a.md-white-dark:focus { color: #ffffff !important; } .md-white-darker { color: #ffffff !important; } a.md-white-darker:hover, a.md-white-darker:focus { color: white !important; } .md-black-lighter { color: rgba(0, 0, 0, 0.12) !important; } a.md-black-lighter:hover, a.md-black-lighter:focus { color: rgba(0, 0, 0, 0.26) !important; } .md-black-light { color: rgba(0, 0, 0, 0.26) !important; } a.md-black-light:hover, a.md-black-light:focus { color: rgba(0, 0, 0, 0.54) !important; } .md-black-dark { color: rgba(0, 0, 0, 0.54) !important; } a.md-black-dark:hover, a.md-black-dark:focus { color: rgba(0, 0, 0, 0.87) !important; } .md-black-darker { color: rgba(0, 0, 0, 0.87) !important; } a.md-black-darker:hover, a.md-black-darker:focus { color: black !important; } .md-black-lighter { color: rgba(0, 0, 0, 0.12) !important; } a.md-black-lighter:hover, a.md-black-lighter:focus { color: rgba(0, 0, 0, 0.26) !important; } .md-black-light { color: rgba(0, 0, 0, 0.26) !important; } a.md-black-light:hover, a.md-black-light:focus { color: rgba(0, 0, 0, 0.54) !important; } .md-black-dark { color: rgba(0, 0, 0, 0.54) !important; } a.md-black-dark:hover, a.md-black-dark:focus { color: rgba(0, 0, 0, 0.87) !important; } .md-black-darker { color: rgba(0, 0, 0, 0.87) !important; } a.md-black-darker:hover, a.md-black-darker:focus { color: black !important; } .btn-md-red { background-color: #f44336 !important; } .btn-md-red:hover { background-color: #c62828 !important; } .btn-md-pink { background-color: #e91e63 !important; } .btn-md-pink:hover { background-color: #ad1457 !important; } .btn-md-purple { background-color: #9c27b0 !important; } .btn-md-purple:hover { background-color: #6a1b9a !important; } .btn-md-deep-purple { background-color: #673ab7 !important; } .btn-md-deep-purple:hover { background-color: #4527a0 !important; } .btn-md-indigo { background-color: #3f51b5 !important; } .btn-md-indigo:hover { background-color: #283593 !important; } .btn-md-blue { background-color: #2196f3 !important; } .btn-md-blue:hover { background-color: #1565c0 !important; } .btn-md-light-blue { background-color: #03a9f4 !important; } .btn-md-light-blue:hover { background-color: #0277bd !important; } .btn-md-cyan { background-color: #00bcd4 !important; } .btn-md-cyan:hover { background-color: #00838f !important; } .btn-md-teal { background-color: #009688 !important; } .btn-md-teal:hover { background-color: #00695c !important; } .btn-md-green { background-color: #4caf50 !important; } .btn-md-green:hover { background-color: #2e7d32 !important; } .btn-md-light-green { background-color: #8bc34a !important; } .btn-md-light-green:hover { background-color: #558b2f !important; } .btn-md-lime { background-color: #cddc39 !important; } .btn-md-lime:hover { background-color: #9e9d24 !important; } .btn-md-yellow { background-color: #ffeb3b !important; } .btn-md-yellow:hover { background-color: #f9a825 !important; } .btn-md-amber { background-color: #ffc107 !important; } .btn-md-amber:hover { background-color: #ff8f00 !important; } .btn-md-orange { background-color: #ff9800 !important; } .btn-md-orange:hover { background-color: #ef6c00 !important; } .btn-md-deep-orange { background-color: #ff5722 !important; } .btn-md-deep-orange:hover { background-color: #d84315 !important; } .btn-md-brown { background-color: #795548 !important; } .btn-md-brown:hover { background-color: #4e342e !important; } .btn-md-grey { background-color: #9e9e9e !important; } .btn-md-grey:hover { background-color: #424242 !important; } .btn-md-blue-grey { background-color: #607d8b !important; } .btn-md-blue-grey:hover { background-color: #37474f !important; } .btn-md-gray { background-color: #9e9e9e !important; } .btn-md-gray:hover { background-color: #424242 !important; } .btn-md-blue-gray { background-color: #607d8b !important; } .btn-md-blue-gray:hover { background-color: #37474f !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/extensions/mde/_color_table.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Color Palette for MD tables, taken from Google MDC Web. # ----------------------------------------------------------------------------- # TODO: Should be integrated into J1 page styles # SPEC: https://material.io/guidelines/ # SPEC: https://material.io/guidelines/style/color.html#color-color-palette # ----------------------------------------------------------------------------- */ table.s-tag-table { width: 100%; } table.s-tag-table td { padding: 12px 12px 12px 24px; vertical-align: top; } .col-list table.s-tag-table { background-color: #fff; font-size: 13px; table-layout: auto; width: 100%; margin-bottom: 40px; } .col-list table.s-tag-table td { border: 1px solid #EEE; line-height: 24px; padding: 12px 12px 12px 24px; color: #212121; vertical-align: middle; } .col-list table.s-tag-table td > :last-child { margin-bottom: 0; } .col-list table.s-tag-table tr:first-child { background-color: #FAFAFA; font-weight: 500; } .col-list table.s-tag-table tr:first-child td { border-top: 1px solid #E5E5E5; } .col-list table.s-tag-table tr:first-child td p { color: #757575; } .col-list table.s-tag-table tr:last-child td { border-bottom: 1px solid #E5E5E5; } .col-list table.s-tag-table tr td:last-child { border-right: 1px solid #E5E5E5; } .col-list table.s-tag-table tr td:first-child { border-left: 1px solid #E5E5E5; } .color-palette ul { list-style: none; } .col-list { margin: 40px 0; font-size: 0; } .col-list .figure, .col-list .module { vertical-align: top; font-size: 13px; } .col-list .col-2, .col-list .col-3 { padding-bottom: 40px; } .col-list .col-2 > div, .col-list .col-3 > div { display: inline-block; padding-bottom: 20px; } .col-list .col-2 > div:nth-child(1) { width: 360px; margin-right: 40px; } .col-list .col-2 > div:nth-child(2) { display: inline-block; width: 760px; vertical-align: top; } .col-list .col-3 > div { width: 360px; margin-right: 40px; } .col-list .col-3 > div:nth-child(3) { margin-right: 0; } @media screen and (max-width: 1240px) { .col-list .figure-figure-figure.col-3 > div:nth-child(2), .col-list .figure-figure-module.col-3 > div:nth-child(2), .col-list .module-module-module.col-3 > div:nth-child(2) { margin-right: 0; } .col-list .col-2 > div:nth-child(1), .col-list .col-2 > div:nth-child(2) { width: auto; } .col-list .figure-module-module.col-3 > div:nth-child(1), .col-list .module-figure-figure.col-3 > div:nth-child(1) { display: block; width: auto; } } @media screen and (max-width: 800px) { .col-list .module { overflow-x: auto; } .col-list .col-2 > div, .col-list .col-3 > div { width: 100%; margin: 20px 0; } } .s-tag-caption.do, .s-tag-caption.dont, figure.s-tag-media figcaption .s-tag-caption.do, figure.s-tag-media figcaption .s-tag-caption.dont { border-top: 15px solid; font-weight: 500; margin: 10px 0 0; padding: 10px 0 0; } .s-tag-caption.dont, figure.s-tag-media figcaption .s-tag-caption.dont { border-color: #d32F2f; color: #d32F2f; } .s-tag-caption.do, figure.s-tag-media figcaption .s-tag-caption.do { border-color: #4caf50; color: #2e7b32; } .text-box { background-color: #fff; border: 1px solid #e0e0e0; font-size: 14px; padding: 24px 24px 0; } figure.s-tag-media img, figure.s-tag-media video { display: block; margin-bottom: 0; max-width: 100%; } figcaption { margin-top: 10px; } figcaption h1, figcaption .h1, figcaption h2, figcaption .h2, figcaption h3, figcaption .h3, figcaption h4, figcaption .h4, figcaption h5, figcaption .h5, figcaption h6, figcaption .h6 { margin-top: 40px; } figcaption li, figcaption p { color: #616161; font-size: 13px; line-height: 24px; } figcaption .caption-title { font-weight: 500; } .color-palette { /* width: 1160px; */ /* padding-bottom: 60px; */ line-height: 1; } .color-palette ul { margin: 0; padding: 0; } .color-palette span { color: rgba(255, 255, 255, 0.87); font-size: 14px; font-weight: 500; } @media screen and (max-width: 1240px) { .color-palette { padding-right: 25px; padding-left: 0; width: 760px; } } @media screen and (max-width: 800px) { .color-palette { padding-right: 25px; padding-left: 0; width: 360px; } } @media screen and (max-width: 360px) { .color-palette { padding-right: 0; padding-left: 0; width: 100%; } } .color-palette .module-end { clear: left; } .color-palette .light span, .color-palette span.light { color: rgba(255, 255, 255, 0.87); } .color-palette .light-strong span, .color-palette span.light-strong { color: #fff; } .color-palette .dark span, .color-palette .dark-when-small span, .color-palette span.dark, .color-palette span.dark-when-small { color: rgba(0, 0, 0, 0.87); } .color-palette .dark-strong span, .color-palette span.dark-strong { color: #000; } .color-palette .color-group, .color-palette .color-group:last-child { float: left; padding-bottom: 40px; } @media screen and (max-width: 800px) { .color-palette .color-group, .color-palette .color-group:last-child { margin-left: 0; padding-right: 0; width: 450px; } } @media screen and (max-width: 360px) { .color-palette .color-group, .color-palette .color-group:last-child { padding-right: 0; padding-left: 0; width: 100%; } } .color-palette .color-group:first-child, .color-palette .color-group:last-child:first-child, .color-palette .color-group:last-child:nth-of-type(2n+1), .color-palette .color-group:nth-of-type(2n+1) { clear: left; margin-left: 0; } @media screen and (max-width: 1240px) { .color-palette .color-group:first-child, .color-palette .color-group:last-child:first-child, .color-palette .color-group:last-child:nth-of-type(2n+1), .color-palette .color-group:nth-of-type(2n+1) { clear: none; } .color-palette .color-group:last-child:nth-of-type(2n+1), .color-palette .color-group:nth-of-type(2n+1) { clear: left; margin-left: 0; } } @media screen and (max-width: 800px) { .color-palette .color-group:first-child, .color-palette .color-group:last-child:first-child, .color-palette .color-group:last-child:nth-of-type(2n+1), .color-palette .color-group:nth-of-type(2n+1) { margin-left: 0; } } .color-palette .color-group li.color, .color-palette .color-group:last-child li.color { padding: 10px 15px 11px; margin: 0; } .color-palette .color-group li.color .hex, .color-palette .color-group:last-child li.color .hex { float: right; text-transform: uppercase; display: block; } .color-palette .color-group li.main-color, .color-palette .color-group:last-child li.main-color { border-bottom: 4px solid #fafafa; } .color-palette .color-group li.main-color .name, .color-palette .color-group:last-child li.main-color .name { display: block; margin-bottom: 53px; } .color-palette .color-group li.divide, .color-palette .color-group:last-child li.divide { border-top: 4px solid #fafafa; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/extensions/mde/_elevation.scss # Provides (Helper) Styles for standard elevations (raised level) # Inspired by Google MDC Web # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: MDE elevation styles # SPEC: https://material.io/guidelines/ # ----------------------------------------------------------------------------- */ /* * Applies the correct css rules needed to have an element transition * between elevations. This mixin should be applied to elements whose * elevation values will change depending on their context (e.g. when * active or disabled). */ .raised-z0 { box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z1 { box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z2 { box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z3 { box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z4 { box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z5 { box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z6 { box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12) !important; } .raised-z7 { box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12) !important; } .raised-z8 { box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important; } .raised-z9 { box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12) !important; } .raised-z10 { box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12) !important; } .raised-z11 { box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12) !important; } .raised-z12 { box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12) !important; } .raised-z13 { box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12) !important; } .raised-z14 { box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12) !important; } .raised-z15 { box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12) !important; } .raised-z16 { box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12) !important; } .raised-z17 { box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12) !important; } .raised-z18 { box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12) !important; } .raised-z19 { box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12) !important; } .raised-z20 { box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12) !important; } .raised-z21 { box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12) !important; } .raised-z22 { box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12) !important; } .raised-z23 { box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12) !important; } .raised-z24 { box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12) !important; } .raised-transition { transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); will-change: box-shadow; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/bootstrap/modules.scss # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: This is the (SASS) entry point for build-in theme MODULES # ----------------------------------------------------------------------------- */ /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/_cookiebar.scss # # Product/Info: # http://jekyll.one # http://www.primebox.co.uk/projects/jquery-cookiebar/ # # Copyright (C) 2022 Juergen Adams # Copyright (C) 2016 Ant Parsons (primebox.co.uk) # # J1 Template is licensed under the MIT License # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # Cookiebar is licensed under Creative Commons Attribution 3.0 Unported License # See: http://creativecommons.org/licenses/by/3.0/ # ----------------------------------------------------------------------------- # NOTE: Provides styles for the J1 CookieBar module # NOTE: Settings for text_color|background_color are set dynamicall by the JS adapter # ----------------------------------------------------------------------------- */ #cookie-bar { background: #354a60; height: auto; line-height: 24px; color: #eeeeee; text-align: center; padding: 3px 0; } #cookie-bar.fixed { position: fixed; top: 0; left: 0; width: 100%; } #cookie-bar.fixed.bottom { bottom: 0; top: auto; } #cookie-bar p { margin: 0; padding: 0; } #cookie-bar a { color: #ffffff; display: inline-block; border-radius: 3px; text-decoration: none; padding: 0 6px; margin-left: 8px; margin-bottom: 20px; } #cookie-bar .cb-enable { background: #007700; } #cookie-bar .cb-enable:hover { background: #007700; } #cookie-bar .cb-disable { background: #990000; } #cookie-bar .cb-disable:hover { background: #bb0000; } #cookie-bar .cb-policy { background: #0033bb; } #cookie-bar .cb-policy:hover { background: #0055dd; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/_enhanced-modals.scss # # Product/Info: # http://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: NO fa icons should be used with enhanced modals to NOT conflict # with asciidoc ICON colors # NOTE: Styles should be moved to bootstrap folder as modals NOT belong # to a J1 Module (js) # ----------------------------------------------------------------------------- # TODO: Full height modals: NOT responsive # TODO: Full height modals: Media breakpoints needed to adjust modal # header height to navbar # ----------------------------------------------------------------------------- */ body.modal-open { padding-right: 0 !important; } body.scrollable { overflow-y: auto; } .modal .modal-content { border-radius: 0.1rem !important; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important; } .modal .modal-header { border-top-left-radius: 0; border-top-right-radius: 0; height: 80px; } .modal .modal-header .modal-title { font-weight: 300; } .modal .modal-header .lead { font-size: 1.5rem; font-weight: 400; } .modal .modal-header .close { padding-top: 1rem; padding-bottom: 2rem; border: 0; background-color: transparent; } .modal .modal-footer { padding: 2rem 2rem 2rem 2rem !important; border-top: 1px solid #e0e0e0 !important; } .modal .modal-footer-show { padding: 1rem 2rem 1.75rem 2rem; } .modal .modal-footer-hidden { padding: 0; } @media screen and (min-width: 768px) { .modal .modal-dialog.modal-top { top: 0; } .modal .modal-dialog.modal-left { left: 0; } .modal .modal-dialog.modal-right { right: 0; } .modal .modal-dialog.modal-bottom { bottom: 0; } .modal .modal-dialog.modal-top-left { top: 10px; left: 10px; } .modal .modal-dialog.modal-top-right { top: 10px; right: 10px; } .modal .modal-dialog.modal-bottom-left { left: 10px; bottom: 10px; } .modal .modal-dialog.modal-bottom-right { right: 10px; bottom: 10px; } } .modal.fade.top:not(.show) .modal-dialog { transform: translate3d(0, -25%, 0); } .modal.fade.left:not(.show) .modal-dialog { transform: translate3d(-25%, 0, 0); } .modal.fade.right:not(.show) .modal-dialog { transform: translate3d(25%, 0, 0); } .modal.fade.bottom:not(.show) .modal-dialog { transform: translate3d(0, 25%, 0); } @media screen and (min-width: 768px) { .modal.modal-scrolling { position: relative; } .modal.modal-scrolling .modal-dialog { position: fixed; z-index: 1050; } .modal .modal-fluid { width: 100%; max-width: 100%; } .modal .modal-fluid .modal-content { width: 100%; border-radius: 0.3rem !important; } .modal .modal-frame { position: absolute; width: 100%; max-width: 100%; margin: 0; } .modal .modal-frame.modal-bottom { bottom: 0; } .modal .modal-full-height { display: flex; position: absolute; width: 400px; height: 100%; margin: 0; top: 0; bottom: 0; right: 0; } .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom { display: block; width: 100%; max-width: 100%; height: auto; } .modal .modal-full-height.modal-top { bottom: auto; } .modal .modal-full-height.modal-bottom { top: auto; } .modal .modal-side { position: absolute; right: 10px; bottom: 10px; margin: 0; width: 400px; } } @media screen and (min-width: 576px), screen and (max-width: 575px) { .modal.modal-scrolling { position: relative; } .modal.modal-scrolling .modal-dialog { position: fixed; z-index: 1050; } .modal .modal-fluid { width: 100%; max-width: 100%; } .modal .modal-fluid .modal-content { width: 100%; border-radius: 0.3rem !important; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); } .modal .modal-frame { position: absolute; width: 100%; max-width: 100%; margin: 0; } .modal .modal-frame.modal-bottom { bottom: 0; } .modal .modal-full-height { display: flex; position: absolute; width: 400px; height: 100%; margin: 0; top: 0; bottom: 0; right: 0; } .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom { display: block; width: 100%; max-width: 100%; height: auto; } .modal .modal-full-height.modal-top { bottom: auto; } .modal .modal-full-height.modal-bottom { top: auto; } .modal .modal-side { position: absolute; right: 10px; bottom: 10px; margin: 0; width: 400px; } } .modal-dialog.modal-notify.modal-primary .badge { background-color: #2196f3; } .modal-dialog.modal-notify.modal-primary .modal-header { background-color: #2196f3; } .modal-dialog.modal-notify.modal-primary .mdi { color: #f5f5f5; } .modal-dialog.modal-notify.modal-info .badge { background-color: #00bcd4; } .modal-dialog.modal-notify.modal-info .modal-header { background-color: #00bcd4; } .modal-dialog.modal-notify.modal-info .mdi { color: #f5f5f5; } .modal-dialog.modal-notify.modal-warning .badge { background-color: #fbc02d; } .modal-dialog.modal-notify.modal-warning .modal-header { background-color: #fbc02d; } .modal-dialog.modal-notify.modal-warning .mdi { color: #f5f5f5; } .modal-dialog.modal-notify.modal-success .badge { background-color: #4caf50; } .modal-dialog.modal-notify.modal-success .modal-header { background-color: #4caf50; } .modal-dialog.modal-notify.modal-success .mdi { color: #f5f5f5; } .modal-dialog.modal-notify.modal-danger .badge { background-color: #f44336; } .modal-dialog.modal-notify.modal-danger .modal-header { background-color: #f44336; } .modal-dialog.modal-notify.modal-danger .mdi { color: #f5f5f5; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/_galleries.scss # # Product/Info: # http://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for J1 Galleries (all) # ----------------------------------------------------------------------------- */ .gallery-title { line-height: 1.25rem; font-size: 1.125rem; font-weight: 500; margin-bottom: .5rem; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/_navigator.scss # # Product/Info: # http://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for module J1 Navigator (NAV Module) # ----------------------------------------------------------------------------- # TODO: dropdown-menu|max-width: should be configurable # ----------------------------------------------------------------------------- */ .nav-primary { background-color: #2196f3; } .stop-scrolling { overflow: hidden; -ms-scroll-chaining: none; overscroll-behavior: none; } @media screen and (max-width: 575px) { .stop-scrolling { position: fixed; } } .stop-scrolling-freeze { position: fixed; overflow-y: scroll; -ms-scroll-chaining: none; overscroll-behavior: none; top: 0; right: 0; bottom: 0; left: 0; } li.dropdown.nav-item.nav-sub-item:before { content: ''; display: block; position: absolute; top: 20px; right: 25px; z-index: 0; width: 10px; height: 10px; border-top: 2px solid; border-right: 2px solid; opacity: .4; -webkit-transform: rotate(45deg) translate(0, -50%); -ms-transform: rotate(45deg) translate(0, -50%); transform: rotate(45deg) translate(0, -50%); } .dropdown-menu { padding-bottom: 0.1rem; } .dropdown-menu { scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE 10+ */ } .dropdown-menu::-webkit-scrollbar { width: 0px; /* WebKit */ } #bootsnav_nav_menu .dropdown-menu { transform: scale(1); padding-bottom: unset; } @media all { .nav.navigator { flex-wrap: nowrap; } .nav.navbar-nav.navigator { margin-top: 0px; padding-top: 0; font-family: "Roboto Slab", Helvetica, Arial, sans-serif; } ul.menu-col { padding: 0; margin: 0; font-size: 13px; } ul.menu-col li a { color: #424242; } ul.menu-col li a:hover { text-decoration: none; } ul.menu-col li a:focus { text-decoration: none; } li.close-full-menu { padding-top: 30px !important; padding-bottom: 30px !important; } li.close-full-menu > a { padding-top: 0 !important; padding-bottom: 0 !important; } .heading:after { left: 0; bottom: 0; height: 2px; width: 50px; content: " "; background: #2196f3; position: absolute; } .heading-footer h2, .heading-footer .h2 { color: #eee; font-size: 18px; text-transform: uppercase; } .navbar-default .navbar-nav > li > a:focus { background-color: transparent !important; } .navbar-default .navbar-nav > li > a:hover { background-color: transparent !important; } .nav.navbar.navigator.open ul.dropdown-menu.megamenu-content .content { display: block !important; height: auto !important; } nav.navbar.navigator .navbar-nav .nav-item.open { border-bottom: 0px; } nav.navigator .container { position: relative; } nav.navigator .megamenu-content { padding: 15px; width: 100% !important; } nav.navigator .megamenu-content .title { margin-top: 0; } nav.navigator.navbar-full { padding-bottom: 10px; padding-top: 10px; } nav.navigator.navbar-full .navbar-header { display: block; width: 100%; } nav.navigator.navbar-full .navbar-toggle { display: inline-block; margin-right: 0; position: relative; top: 0; font-size: 30px; transition: all 1s ease-in-out; } nav.navigator.navbar-full .navbar-collapse { position: fixed; width: 100%; height: 100% !important; top: 0; left: 0; padding: 0; display: none !important; z-index: 99; } nav.navigator.navbar-full .navbar-collapse.in { display: block !important; } nav.navigator.navbar-full .navbar-collapse .nav-full { overflow: auto; } nav.navigator.navbar-full .navbar-collapse .wrap-full-menu { display: table-cell; vertical-align: middle; background-color: #ffffff; overflow: auto; } nav.navigator.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse .nav-full::-moz-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse .nav-full::-ms-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse .nav-full::-o-scrollbar { width: 0; } nav.navigator.navbar-full .navbar-collapse ul.nav { display: block; width: 100%; overflow: auto; } nav.navigator.navbar-full .navbar-collapse ul.nav a { background-color: transparent; } nav.navigator.navbar-full .navbar-collapse ul.nav a:hover { background-color: transparent; } nav.navigator.navbar-full .navbar-collapse ul.nav a:focus { background-color: transparent; } nav.navigator.navbar-full .navbar-collapse ul.nav > li { float: none; display: block; text-align: center; } nav.navigator.navbar-full .navbar-collapse ul.nav > li > a { display: table; margin: auto; text-transform: uppercase; font-weight: bold; letter-spacing: 2px; font-size: 24px; padding: 10px 15px; } nav.navigator.navbar-brand-top .navbar-header { display: block; width: 100%; text-align: center; } nav.navigator.navbar-brand-top .navbar-header .navbar-brand { display: inline-block; float: none; margin: 0; } nav.navigator.navbar-brand-top .navbar-collapse { text-align: center; } nav.navigator.navbar-brand-top ul.nav { display: inline-block; float: none; margin: 0 0 -5px 0; } nav.navigator.navbar-brand-top ul.nav > li.dropdown > ul.dropdown-menu { margin-top: 2px; } nav.navigator.navbar-brand-top ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu { margin-top: 0; } nav.navigator.brand-center .navbar-header { display: block; width: 100%; position: absolute; text-align: center; top: 0; left: 0; } nav.navigator.brand-center .navbar-brand { display: inline-block; float: none; } nav.navigator.brand-center .navbar-collapse { text-align: center; display: inline-block; padding-left: 0; padding-right: 0; } nav.navigator.brand-center .navbar-collapse .col-half { width: 50%; float: left; display: block; } nav.navigator.brand-center .navbar-collapse .col-half.left { text-align: right; padding-right: 100px; } nav.navigator.brand-center .navbar-collapse .col-half.right { text-align: left; padding-left: 100px; } nav.navigator.brand-center ul.nav { float: none !important; margin-bottom: -5px !important; display: inline-block !important; } nav.navigator.brand-center ul.nav.navbar-right { margin: 0; } nav.navigator.brand-center ul.nav > li.dropdown > ul.dropdown-menu { margin-top: 2px; } nav.navigator.brand-center ul.nav > li.dropdown.megamenu-fw > ul.dropdown-menu { margin-top: 0; } nav.navigator.brand-center.center-side .navbar-collapse .col-half.left { text-align: left; padding-right: 100px; } nav.navigator.brand-center.center-side .navbar-collapse .col-half.right { text-align: right; padding-left: 100px; } nav.navigator.navbar-sidebar { position: fixed; width: 260px; overflow: hidden; left: 0; padding: 0 0 0 0 !important; background: #ffffff; box-shadow: 1px 0 1px 0 #eee; } nav.navigator.navbar-sidebar .scroller { width: 280px; overflow-y: auto; overflow-x: hidden; } nav.navigator.navbar-sidebar .container-fluid, nav.navigator.navbar-sidebar .container-sm, nav.navigator.navbar-sidebar .container-md, nav.navigator.navbar-sidebar .container-lg, nav.navigator.navbar-sidebar .container-xl, nav.navigator.navbar-sidebar .container-xxl { padding: 0 !important; } nav.navigator.navbar-sidebar .container { padding: 0 !important; } nav.navigator.navbar-sidebar .navbar-header { float: none; display: block; width: 260px; padding: 10px 15px; margin: 10px 0 0 0 !important; } nav.navigator.navbar-sidebar .navbar-collapse { padding: 0 !important; width: 260px; } nav.navigator.navbar-sidebar ul.nav { float: none; display: block; width: 100%; padding: 0 15px !important; margin: 0 0 30px 0; } nav.navigator.navbar-sidebar ul.nav li { float: none !important; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu { left: 100%; top: 0; position: relative !important; left: 0 !important; width: 100% !important; height: auto !important; background-color: transparent; border: none !important; padding: 0; box-shadow: 0 0 0; padding-left: 0; float: none; margin-bottom: 0; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a { padding: 5px 15px; color: #424242; border: none; } nav.navigator.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu { padding-left: 15px; margin-top: 0; } nav.navigator.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.open > a:before { content: "\f795"; } nav.navigator.navbar-sidebar ul.nav > li > a { padding: 10px 15px; font-weight: bold; } nav.navigator.navbar-sidebar ul.nav > li.dropdown > a:after { float: right; } nav.navigator.navbar-sidebar ul.nav > li.dropdown > ul.dropdown-menu { margin-bottom: 15px; } nav.navigator.navbar-sidebar ul.nav .megamenu-content .col-menu { border: none !important; } nav.navigator.navbar-sidebar ul.dropdown-menu.megamenu-content > li { padding: 0 !important; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu { display: block; float: none !important; padding: 0; margin: 0; width: 100%; border: none; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .title { padding: 7px 0; text-transform: none; font-weight: 400; letter-spacing: 0; margin-bottom: 0; cursor: pointer; color: #424242; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu .content { padding: 0 0 0 15px; } nav.navigator.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a { padding: 3px 0 !important; } nav.navigator .dropdown.megamenu-fw { position: static; } nav.navigator .dropdown.megamenu-fw .dropdown-menu { left: 0; right: 0; } nav.navigator .megamenu-fw .dropdown-menu { left: auto; } nav.navbar.navigator { margin-bottom: 0; border-radius: 0; background-color: #2196f3; border: none; z-index: 9; padding: 0; width: 100%; box-shadow: unset; height: 80px; } nav.navbar.navigator ul.nav li.megamenu-fw > a:hover { background-color: transparent; } nav.navbar.navigator ul.nav li.megamenu-fw > a:focus { background-color: transparent; } nav.navbar.navigator ul.nav li.active > a { background-color: transparent; } nav.navbar.navigator ul.nav li.active > a:hover { background-color: transparent; } nav.navbar.navigator ul.nav li.active > a:focus { background-color: transparent; } nav.navbar.navigator ul.nav.navigator .nav-item .nav-link { text-transform: none; width: max-content; width: intrinsic; width: -moz-max-content; width: -webkit-max-content; width: -o-max-content; width: -ms-max-content; font-weight: 400; font-size: 1.1rem; } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link { text-transform: none; width: max-content; width: intrinsic; width: -moz-max-content; width: -webkit-max-content; width: -o-max-content; width: -ms-max-content; font-weight: 400; font-size: 1.1rem; } nav.navbar.navigator ul.nav > li > a { background-color: transparent; color: rgba(255, 255, 255, 0.5); /* padding: 30px 15px; */ padding: 25px 10px; font-weight: 300; } nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu { top: 0; left: 100%; margin-top: -2px; } nav.navbar.navigator ul.nav ul.dropdown-menu > li > a { white-space: normal; } nav.navbar.navigator ul.nav.navbar-right .dropdown-menu .dropdown-menu { left: -200px; } nav.navbar.navigator ul.navbar-right li.dropdown ul.dropdown-menu li a { text-align: right; } nav.navbar.navigator ul.dropdown-menu.megamenu-content { padding: 0 15px !important; } nav.navbar.navigator ul.dropdown-menu.megamenu-content > li { padding: 25px 0 20px; } nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed { padding: 0; } nav.navbar.navigator ul.dropdown-menu.megamenu-content.tabbed > li { padding: 0; } nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu { border-left: solid 1px #eee; /* &:last-child { border-right: none; } */ } nav.navbar.navigator ul.dropdown-menu.megamenu-content .col-menu:first-child { border-left: none; } nav.navbar.navigator ul.dropdown-menu.megamenu-content .content ul.menu-col li a { text-align: left; padding: 5px 0; display: block; width: 100%; margin-bottom: 0; border-bottom: none; color: #424242; } nav.navbar.navigator .navbar-toggle { background-color: transparent !important; border: none; padding: 0; font-size: 18px; position: relative; top: 5px; } nav.navbar.navigator.navbar-fixed { position: fixed; } nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-scrolled { display: none; } nav.navbar.navigator.navbar-fixed.navbar-transparent .logo-display { display: block; } nav.navbar.navigator.navbar-fixed.no-background .logo-scrolled { display: none; } nav.navbar.navigator.navbar-fixed.no-background .logo-display { display: block; } nav.navbar.navigator.navbar-fixed .logo-display { display: none; } nav.navbar.navigator.navbar-fixed .logo-scrolled { display: block; } nav.navbar.navigator.no-background { transition: all 1s ease-in-out; background-color: transparent; border-bottom: 0; } nav.navbar.navigator.navbar-transparent.light { background-color: rgba(255, 255, 255, 0.3); } nav.navbar.navigator.navbar-transparent.dark { background-color: rgba(0, 0, 0, 0.3); } nav.navbar.navigator.menu-center .container { position: relative; } nav.navbar.navigator.menu-center .navbar-header { position: absolute; } nav.navbar.navigator.menu-center .attr-nav { position: absolute; right: 15px; } nav.navbar.navigator.menu-center ul.nav.navbar-center { float: none; margin: 0 auto; display: table; table-layout: fixed; } nav.navbar.navigator.navbar-shadow { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.1); } nav.navbar.navigator > .active > a { bottom: -2px; position: relative; border-bottom: solid 2px #424242; } nav.navbar.navigator li.dropdown ul.dropdown-menu { padding-top: 2px; margin-top: -1px; min-width: 350px; background: #ffffff; border-top: solid 8px; } nav.navbar.navigator li.dropdown ul.dropdown-menu > li a:hover { background-color: transparent; } nav.navbar.navigator li.dropdown ul.dropdown-menu > li:last-child > a { border-bottom: none; } nav.navbar.navigator li.dropdown ul.dropdown-menu ul.dropdown-menu { top: -3px; } nav.navbar.navigator.on ul.dropdown-menu.megamenu-content .content { display: block !important; height: auto !important; } nav.navbar.navbar-inverse.navigator.navbar-transparent.dark { background-color: rgba(0, 0, 0, 0.3); border-bottom: solid 3px #212121; border-left: solid 1px #212121; } .attr-nav { margin-left: 0; margin-right: -20px; float: right; position: relative; display: inline-block; margin-right: 1.5rem; } .attr-nav > ul { list-style: none; overflow: hidden; } .attr-nav > ul > li { float: left; display: block; } .attr-nav > ul > li > a { color: rgba(255, 255, 255, 0.5); display: block; padding: 10px 5px; position: relative; } .attr-nav > ul > li > a span.badge { position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 0; width: 15px; height: 15px; padding-top: 2px; } .attr-nav > ul > li.dropdown ul.dropdown-menu { border-radius: 0; box-shadow: 0 0 0; border: solid 1px #e0e0e0; margin-top: 0; margin-left: 55px; width: 350px; left: -350px; } .top-search { padding: 10px 0 10px 0; display: none; position: sticky; top: 0; } .top-search .input-group-addon { border: none; color: rgba(0, 0, 0, 0.75); padding-left: 0; padding-right: 0; background-color: transparent; } .top-search .input-group-addon.close-search { cursor: pointer; } .top-search input.form-control { border: none; box-shadow: 0 0 0; color: #ffffff; height: 40px; padding: 0 15px; background-color: transparent; height: 61px; } body { transition: all 0.3s ease-in-out; } body.on-side { margin-left: -380px; } body.on-side .wrap-sticky nav.navbar.navigator.sticked { left: -380px; } body.wrap-nav-sidebar .wrapper { padding-left: 260px; overflow-x: hidden; } .wrap-sticky { position: relative; transition: all 0.3s ease-in-out; } .wrap-sticky nav.navbar.navigator { position: absolute; width: 100%; left: 0; top: 0; } .wrap-sticky nav.navbar.navigator.sticked { position: fixed; transition: all 0.2s ease-in-out; } .side { background-color: #ffffff; position: fixed; overflow-y: auto; top: 0; right: -380px; width: 380px; padding: 25px 30px; height: 100%; display: block; transition: all 0.3s ease-in-out; z-index: 9; } .side.on { right: 0; } .side .close-side { color: #ffffff; position: relative; z-index: 2; } .side .widget { position: relative; z-index: 1; margin-bottom: 25px; } .side .widget .title { color: #ffffff; margin-bottom: 15px; border-left: 3px solid #0d47a1; padding-left: 5px; } .side .widget .heading { text-align: left; color: #eee; font-size: 18px; text-transform: uppercase; position: relative; margin-bottom: 10px; padding-bottom: 10px; } .side .widget ul.link { font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; padding: 0; margin: 0; list-style: none; } .side .widget ul.link li a { color: #9e9e9e; } .side .widget ul.link li a:focus { color: #fafafa; text-decoration: none; } .side .widget ul.link li a:hover { color: #fafafa; text-decoration: none; } } @media screen and (min-width: 991px) { .dropdown-submenu { position: relative; } .dropdown-submenu > a::after { border-bottom: 0.3em solid transparent; border-left-color: inherit; border-left-style: solid; border-left-width: 0.3em; border-top: 0.3em solid transparent; content: " "; display: block; float: right; height: 0; margin-right: -0.6em; margin-top: -0.95em; width: 0; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -75%; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: 0; } .dropdown-submenu:hover > .dropdown-menu { display: block; } body.wrap-nav-sidebar .wrapper .container { width: 100%; padding-left: 30px; padding-right: 30px; } nav.navbar.navigator .dropdown-menu { transform-origin: unset; will-change: unset; transition: unset; } nav.navbar.navigator .dropdown-menu .dropdown-item { padding: .5em 1em .5em 1em; } nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item { padding-left: .25em; list-style: none; font-size: .75em; } nav.navbar.navigator .dropdown-menu .dropdown-megamenu-item:hover { background: #ECEFF1; } nav.navbar.navigator .navbar-brand { padding: 0.5rem 1rem; margin-right: 0; border-right: 0px !important; } nav.navbar.navigator .dropdown .nav-item { padding: 0.5em 1em .5em 1em; } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .dropdown-toggle:after { display: none; } nav.navbar.navigator ul.nav.navigator .dropdown.megamenu-fw .dropdown-toggle:after { display: none; } nav.navbar.navigator ul.nav .dropdown-menu .dropdown-menu { margin-top: -2px; max-height: 350px; /* overflow-y: auto; */ } nav.navbar.navigator li.dropdown ul.dropdown-menu.megamenu-content { left: 0; } nav.navbar.navigator li.dropdown ul.dropdown-menu > li > a { display: inline-flex; align-items: center; border-bottom: 0; text-decoration: none; } .nav-item + .nav-item { margin-left: 0 !important; } .dropdown-menu .divider { background-color: #e0e0e0; height: 1px; margin: 9px 0; overflow: hidden; } } @media screen and (max-width: 992px) { nav.navigator.brand-center .navbar-collapse { display: block; } nav.navigator.brand-center .navbar-collapse .col-half { width: 100%; float: none; display: block; } nav.navigator.brand-center .navbar-collapse .col-half.left { margin-bottom: 0; } nav.navigator.brand-center ul.nav { margin-bottom: 0 !important; } nav.navigator .megamenu-content { padding: 0; } nav.navigator .megamenu-content .col-menu { padding-bottom: 0; } nav.navigator .megamenu-content .title { cursor: pointer; display: block; padding: 10px 15px; margin-bottom: 0; font-weight: normal; } nav.navigator.navbar-full .navbar-brand { float: left !important; padding-left: 0; } nav.navigator.navbar-full .navbar-toggle { display: inline-block; float: right; margin-right: 0; margin-top: 10px; } nav.navigator.navbar-full .navbar-header { padding-left: 15px; padding-right: 15px; } nav.navigator.navbar-full ul.nav { margin-left: 0; } nav.navigator.navbar-full ul.nav > li > a { border: none; } nav.navbar.navigator { background-color: #2196f3; min-height: unset; max-height: 48px; /* .dropdown-menu .dropdown-item { padding: .5rem; max-width: unset; } */ } nav.navbar.navigator .navbar-brand { display: inline-block; float: none !important; margin: 0 !important; padding: 0 1rem; } nav.navbar.navigator .navbar-header { float: none; display: block; text-align: center; padding-left: 30px; padding-right: 30px; } nav.navbar.navigator .navbar-collapse { border: none; margin-bottom: 0; } nav.navbar.navigator .navbar-collapse.collapse { display: none !important; } nav.navbar.navigator .navbar-collapse.collapse.in { display: block !important; } nav.navbar.navigator .navbar-collapse.collapse.show { display: block !important; } nav.navbar.navigator .navbar-nav { padding-top: 5px; padding-left: 15px; padding-right: 35px; flex-direction: row; display: flex; } nav.navbar.navigator .navbar-nav > li { float: none; } nav.navbar.navigator .navbar-nav > li > a { display: block; width: 100%; padding: 10px 5px; padding-bottom: 15px; border-bottom: 0; } nav.navbar.navigator .navbar-nav > li:first-child > a { border-top: none; } nav.navbar.navigator .navbar-nav .nav-item { width: 95%; line-height: 1rem; } nav.navbar.navigator .navbar-nav.open { border-bottom: 0px; background-image: linear-gradient(#141414, #1c1c1c 40%, #212121); background-repeat: no-repeat; } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link { min-height: 3rem; width: auto; font-weight: 400; font-size: 1.5rem; color: rgba(255, 255, 255, 0.5); } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:hover { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator ul.nav.navigator .dropdown.nav-item .nav-link:active nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:hover { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator ul.nav.navigator .nav-item .nav-link { min-height: 3rem; width: auto; font-weight: 400; font-size: 1.5rem; color: rgba(255, 255, 255, 0.5); } nav.navbar.navigator ul.nav.navigator .nav-item .nav-link:active { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator ul.nav li.dropdown li a.dropdown-toggle { position: relative; display: inline-flex; align-items: center; width: 100%; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu { min-width: 350px !important; position: relative !important; background-color: transparent; float: none; padding: 0 0 0 15px !important; margin: 0 0 -1px 0 !important; line-height: 1rem; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li > a { width: 100%; color: #fafafa !important; padding: .5rem 0 .5rem .5rem; display: inline-flex; align-items: center; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li > a:hover { color: #2196f3 !important; } nav.navbar.navigator ul.nav li.dropdown ul.dropdown-menu > li:last-child > a { border-bottom: 0px; } nav.navbar.navigator ul.nav ul.dropdown-menu li a:hover { background-color: transparent; } nav.navbar.navigator ul.nav ul.dropdown-menu li a:focus { background-color: transparent; } nav.navbar.navigator ul.nav ul.dropdown-menu li.dropdown.open > ul.dropdown-menu { line-height: 1; } nav.navbar.navigator ul.nav ul.dropdown-menu ul.dropdown-menu { float: none !important; left: 0; padding: 0 0 0 15px; position: relative; background: transparent; width: 100%; } nav.navbar.navigator.navbar-mobile .navbar-collapse { position: fixed; overflow-y: auto !important; overflow-x: hidden !important; display: block; background: #ffffff; z-index: 99; width: 280px; height: 100% !important; left: -280px; top: 0; padding: 0; transition: all 0.3s ease-in-out; } nav.navbar.navigator.navbar-mobile .navbar-collapse.in { left: 0; } nav.navbar.navigator.navbar-mobile .navbar-collapse [class*=' col-'] { width: 100%; } nav.navbar.navigator.navbar-mobile .tab-menu { width: 100%; display: block; } nav.navbar.navigator.navbar-mobile .tab-content { width: 100%; display: block; } nav.navbar.navigator.navbar-mobile ul.nav { width: 293px; padding-right: 0; padding-left: 15px; } nav.navbar.navigator.navbar-mobile ul.nav > li > a { padding: 15px; } nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title { padding-right: 30px !important; padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a { padding-top: 13px !important; padding-bottom: 13px !important; } nav.navbar.navigator.navbar-mobile ul.nav ul.dropdown-menu > li > a { padding-right: 15px !important; padding-top: 15px !important; padding-bottom: 15px !important; } nav.navbar.navigator.navbar-fixed .logo-scrolled { display: block !important; } nav.navbar.navigator.navbar-fixed .logo-display { display: none !important; } nav.navbar.navigator .navbar-toggler { color: rgba(255, 255, 255, 0.5); padding-top: .35rem; padding-right: .5rem; padding-bottom: .5rem; border: 0; border-color: transparent; border-radius: 0; z-index: 2; } nav.navbar.navigator .navbar-toggler:hover { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator .navbar-toggler:focus { color: rgba(255, 255, 255, 0.9); } nav.navbar.navigator .dropdown-item:focus { background-color: rgba(0, 0, 0, 0.5) !important; } nav.navbar.navigator .dropdown-item:hover { background-color: rgba(0, 0, 0, 0.5) !important; } nav.navbar.navigator.no-full .navbar-collapse { max-height: 48px; overflow-y: hidden; } nav.navbar.navigator li.dropdown.nav-item.nav-sub-item { font-size: 1rem; line-height: 2rem; } nav.navbar.navigator .dropdown .megamenu-content .col-menu .title { padding: 10px 15px 10px 0; line-height: 24px; text-transform: none; font-weight: 400; letter-spacing: 0; margin-bottom: 0; cursor: pointer; border-bottom: solid 1px #e0e0e0; color: #424242; } nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child .title { border-bottom: none; } nav.navbar.navigator .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a { border-bottom: none; } nav.navbar.navigator .dropdown .megamenu-content .col-menu .content { padding: 0 0 0 15px; } nav.navbar.navigator .dropdown .megamenu-content .col-menu ul > li > a { display: block; width: 100%; border-bottom: solid 1px #e0e0e0; padding: 8px 0; } nav.navbar.navigator .dropdown .megamenu-content .col-menu.on:last-child .title { border-bottom: solid 1px #e0e0e0; } nav.navbar.navigator .dropdown .megamenu-content .col-menu.open:last-child .title { border-bottom: solid 1px #e0e0e0; } nav.navbar.navigator.navbar-sidebar .share { padding: 30px 15px; margin-bottom: 0; } nav.navbar.navigator .megamenu-content.tabbed { padding-left: 0 !important; } nav.navbar.navigator .tabbed > li { padding: 25px 0; margin-left: -15px !important; } nav.navbar.navigator .nav-link:hover { background-image: unset; background-repeat: unset; } nav.navbar.navigator .navbar-default .navbar-nav > li > a { color: #fafafa !important; } nav.navbar.navigator .navbar-default .navbar-nav > li > a:hover { color: #2196f3 !important; } nav.navbar.navigator.navbar-transparent.light { background-color: rgba(0, 0, 0, 0.4) !important; border-bottom: 0; } .attr-nav { position: absolute; right: 1.5rem; margin-right: 0; overflow: hidden; } .attr-nav > ul { padding: 0; margin: 0 -15px -7px 0; } .attr-nav > ul > li > a { padding: 16px 15px 15px; } .attr-nav > ul > li.dropdown > a.dropdown-toggle:before { display: none; } .attr-nav > ul > li.dropdown ul.dropdown-menu { margin-top: 2px; margin-left: 55px; width: 350px; left: -350px; border-top: solid 5px; } body > .wrapper { overflow-x: hidden; transition: all 0.3s ease-in-out; } body.side-right > .wrapper { margin-left: 280px; margin-right: -280px !important; } .top-search .container { padding: 0 45px; } .navbar .nav-link:focus { background-image: unset; background-repeat: unset; } .nav-item + .nav-item { margin-left: 0 !important; } } @media screen and (min-width: 768px), screen and (max-width: 575px) { nav.navbar.navigator .navbar-header { padding-left: 15px; padding-right: 15px; } nav.navbar.navigator .navbar-nav { padding-top: 5px; padding-left: 15px; padding-right: 35px; } nav.navbar.navigator.navbar-mobile .navbar-collapse { margin-left: 0; } nav.navbar.navigator.navbar-mobile.navbar-sidebar .share { padding: 30px 15px !important; margin-bottom: 0; } nav.navbar.navigator.navbar-mobile ul.nav { margin-left: -15px; border-top: solid 1px #ffffff; } nav.navbar.navigator.navbar-sidebar .share { padding: 30px 15px !important; padding: 30px 0 !important; margin-bottom: 0; } nav.navigator.navbar-full .navbar-collapse { left: 15px; } nav.navigator.navbar-full .navbar-header { padding-right: 0; } nav.navigator.navbar-full .navbar-toggle { margin-right: -15px; } nav.navigator.navbar-full ul.nav > li > a { color: rgba(255, 255, 255, 0.5); font-size: 18px !important; line-height: 24px !important; padding: 5px 10px !important; } .attr-nav > ul { margin-right: -10px; } .attr-nav > ul > li > a { color: rgba(255, 255, 255, 0.5); padding: 16px 10px 15px; padding-left: 0; } .attr-nav > ul > li.dropdown ul.dropdown-menu { left: -275px; } .top-search .container { padding: 0 15px; } body.side-right > .wrapper { margin-left: 280px; margin-right: -280px !important; } li.close-full-menu { padding-top: 15px !important; padding-bottom: 15px !important; } } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/_rouge.scss # # Product/Info: # http://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Provides styles for the module J1 Rouge (Highlighter) # ----------------------------------------------------------------------------- */ code[class^="language-"] { background-color: transparent !important; padding: 0 !important; font-size: 87.5% !important; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/tocbot.scss # Provides base styles for Tim Scanlin's Tocbot # # Product/Info: # https://jekyll.one # https://tscanlin.github.io/tocbot # # Copyright (C) 2016 Tim Scanlin # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # Tocbot is licensed under MIT License. # See: https://github.com/tscanlin/tocbot/blob/master/LICENSE # ----------------------------------------------------------------------------- */ .toc { overflow-y: auto; } .toc > .toc-list { overflow: hidden; position: relative; } .toc > .toc-list li { list-style: none; } .toc-list { margin: 0; padding-left: 10px; } a.toc-link { color: currentColor; height: 100%; } .is-collapsible { max-height: 1000px; overflow: hidden; transition: all 300ms ease-in-out; } .is-collapsed { max-height: 0; } .is-position-fixed { position: fixed !important; top: 0; } .is-active-link { font-weight: 700; } .toc-link::before { background-color: #EEE; content: ' '; display: inline-block; height: inherit; left: 0; margin-top: -1px; position: absolute; width: 2px; } .is-active-link::before { background-color: #54BC4B; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/toccer.css # Provides Tocbot styles for theme Uno # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Several styles are moved to ~/assets/themes/j1/adapter/js/toccer.js # to set CSS styles fo selected theme dynamically # ----------------------------------------------------------------------------- */ /* overload settings for class toc */ .toc { overflow: hidden; } /* enable scrollbar for toccer */ .toc > .toc-list { overflow-y: scroll; position: relative; } /* hide scrollbar for FF browser */ .toc > .toc-list { scrollbar-width: none; } /* hide scrollbar for webkit based browsers */ .toc-list::-webkit-scrollbar { width: 0px; background: transparent; } .toc > .toc-list li { list-style: none; } .toc-list { margin: 0; padding-left: 10px; } a.toc-link { color: #bdbdbd !important; height: 100%; font-size: 1rem; /* jadams, 2017-12-13: added font-size for toc-link */ } /* jadams, 2020-07-03: added hover to global style */ a.toc-link:hover { color: #757575 !important; text-decoration: none; font-weight: 700; } .is-collapsible { max-height: 1000px; overflow: hidden; transition: all 300ms ease-in-out; } .is-collapsed { max-height: 0; } .is-position-fixed { position: fixed !important; top: 0; } .is-active-link { font-weight: 700 !important; color: #2196f3 !important; } .toc-link::before { background-color: #e0e0e0; content: ' '; display: inline-block; height: inherit; left: 0; margin-top: -1px; position: absolute; width: 2px; } .is-active-link::before { background-color: #757575; } /* # ----------------------------------------------------------------------------- # ~/scss/theme_uno/modules/_totop.scss # # Product/Info: # http://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: Styles for J1 Back2Top # ----------------------------------------------------------------------------- */ /* --------------------------------------------------------------------- NOTE: Styles #topcontrol.position, #topcontrol.background, #topcontrol.content:after, #topcontrol.font-family:after #topcontrol.background:hover set dynamically via j1_adapter_back_to_top.js -------------------------------------------------------------------- */ #topcontrol { color: #fff; z-index: 99; width: 30px; height: 30px; font-size: 20px; border-radius: 3px !important; } #topcontrol:after { top: 0; left: 5px; position: absolute; text-align: center; } #topcontrol:hover { color: #fff; transition: all 0.3s ease-in-out; }