/* bs5plain theme for Bludit */
.bs5plain-logo {
}
.bs5plain-logo-img {
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
}
.bs5plain-logo-img-header {
    width: 2.4rem !important;
    height: 2.4rem !important;
    min-width: 2.4rem !important;
    min-height: 2.4rem !important;
}
.bs5plain-cover-img {
    max-height:600px !important;
}
.bs5socialmedia-icon {
    width: 2rem !important;
    height: 2rem !important;
    max-width: 2rem !important;
    max-height: 2rem !important;
}
.bs5offcanvas-section {
    margin-top: 1.6rem !important;
}
.bs5offcanvas-section .h5 {
  font-size: 1.0rem !important;
  text-transform: uppercase !important;
}
.bs5offcanvas-section .plugin {
  margin-top: 1.5rem !important;
}
.bs5offcanvas-section .plugin-content {
  margin-left: 1rem !important;
}
.bs5offcanvas-section .plugin h2 {
  font-size: 1.0rem !important;
  text-transform: uppercase !important;
}
.bs5offcanvas-section .plugin .plugin-content {
  font-size: 0.9rem !important;
}
.bs5offcanvas-section .plugin .plugin-content a {
  text-decoration: none !important;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
}
.bs5offcanvas-section .plugin .plugin-content a:hover {
  text-decoration: underline !important;
  text-underline-offset: 0.25em !important;
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb) !important;;
}
.bs5offcanvas-section .plugin .plugin-content a:not([href]):not([class]),
.bs5offcanvas-section .plugin .plugin-content a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.bs5offcanvas-section .plugin .plugin-content ul {
  margin-left: 0.25rem !important;
  padding-left: 0 !important;
}
.bs5offcanvas-section .plugin .plugin-content li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0.25rem !important;
  margin-bottom: 0.5rem !important;
}
.bs5offcanvas-section .plugin-search {
  margin-bottom: 1.2rem !important;
}
.bs5offcanvas-section .plugin-search .plugin-content input {
  padding: 0.5rem !important;
}
.bs5offcanvas-section .plugin-search .plugin-content input[type=text] {
  font-size: 1.0rem !important;
  font-family: monospace !important;
  border:1px solid var(--bs-secondary) !important;
  border-radius: 3px !important;
}
.bs5offcanvas-section .plugin-tags li {
  display: inline !important;
  margin-right: 0.4rem !important;
}
.bs5offcanvas-section .plugin-tags li:hover {
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.bs5offcanvas-section .plugin-categories li {
  display: inline !important;
  margin-right: 0.4rem !important;
}
.bs5offcanvas-section .plugin-categories li:hover {
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.bs5offcanvas-section .plugin .plugin-content .counter {
  margin-left: 10px !important;
  margin-bottom: 10px !important;
  padding: 5px !important;
  font-variant-numeric: oldstyle-nums slashed-zero !important;
}
.bs5offcanvas-section .plugin .plugin-content .counter:hover {
  font-weight: bold !important;
}

main > .container {
    padding-top: 100px !important;
    padding-bottom: 10px !important;
}

.footer > .container {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

/* Disable transitions */
.bs5plain-notransition {
    transition-delay: .0ms !important;
    transition: none !important;
}

/* Overrides */

a {
  text-underline-offset: 0.25em !important;
}
a:hover {
  text-underline-offset: 0.25em !important;
}
.collapsing {
    transition-delay: 0ms !important;
    transition: none !important;
}
.offcanvas-backdrop {
    transition-delay: 0ms !important;
    transition: none !important;
}
blockquote {
  margin-bottom: 1rem !important;
  margin-right: 2rem !important;
  font-size: 1.1rem !important;
  font-style: italic !important;
  border-left: 3px solid var(--bs-secondary) !important;
  padding-left: 1rem !important;
  margin-left: 1rem !important;
}
blockquote > :last-child {
  margin-bottom: 0;
}
kbd,samp,pre,code {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !important;
}
pre,samp,pre,code {
    font-size: 0.9em !important;
    line-height: 1.0em !important;
}
pre, code {
    white-space: pre-wrap !important;
    tab-width: 4 !important;
}
[data-bs-theme=dark] {
    --color-monostuff: var(--bs-dark-bg-subtle);
}
[data-bs-theme=light] {
    --color-monostuff: var(--bs-light-bg-subtle);
}
pre {
    background-color: var(--color-monostuff) !important;
    color: var(--bs-light-text-emphasis) !important;
    border: 1px solid var(--bs-light-border-subtle) !important;
    border-radius: .4rem !important;
    color: var(--bs-light-text-emphasis) !important;
    line-height: 1.4em !important;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    white-space: pre !important;
    padding: 0.6em 0.6em !important;
    overflow-x: auto !important;
}
div > code,
p > code,
li > code,
dd > code,
td > code {
    background-color: var(--color-monostuff) !important;
    color: var(--bs-light-text-emphasis) !important;
    border: 1px solid var(--bs-light-border-subtle) !important;
    border-radius: .4rem !important;
    word-wrap: break-word !important;
    page-break-inside: avoid !important;
    padding: .3rem .3rem .2rem !important;
    box-decoration-break: clone !important;
    -webkit-box-decoration-break: clone !important;
    overflow-x: auto !important;
    white-space: pre !important;
}
p > code {
    border: 0 !important;
}
div > code {
    display: block !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.6em !important;
    padding: 0.4rem !important;
    line-height: 1.3em !important;
}
p img {
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
}
caption {
    margin-bottom: 1em;
}

table {
    empty-cells: show;
    border: 1px solid var(--bs-secondary-bg);
    width: 100%;
    font-size: 0.9em;
}

thead {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary-color);
    text-align: left;
    vertical-align: bottom;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

th, td {
    padding: 0.5em 1em;
    font-variant-numeric: oldstyle-nums slashed-zero !important;
}
