:root > * {
    --ibexa-orange: rgb(255,71,19);
    --ibexa-red: rgb(219,0,50);
    --ibexa-jazzberry: rgb(174,17,100);
    --ibexa-dusk-black: rgb(19,28,38);
    --ibexa-snow: rgb(224,224,232);
    --black: rgb(0,0,0);
    --white: rgb(255,255,255);
    --warm-stone: rgb(236,223,209);
    --turquoise-pearl: rgb(71,190,219);
    --yellow-orange: rgb(252,174,66);
    --apricot: rgb(241,138,107);
    --sherpa-blue: rgb(0,77,93);
    
    --mid-grey: rgb(201,201,208);
    --dark-grey: rgb(151,151,151);
    
    
    --caution-border: var(--ibexa-orange);
    --note-border: var(--mid-grey);
    --enterprise-border: var(--ibexa-jazzberry);
    
    --codeblock: rgb(89,96,103);
    --inline-code: rgb(242,242,245);
    --table-header: var(--codeblock);
    --code-highlight: #D9E9FF;
    
    --link: rgb(0,71,206);

    /* Override Material colors */
    --md-accent-fg-color: var(--ibexa-jazzberry);
    
    
    --md-admonition-icon--tip: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 2.38-1.19 4.47-3 5.74V17a1 1 0 01-1 1H9a1 1 0 01-1-1v-2.26C6.19 13.47 5 11.38 5 9a7 7 0 017-7M9 21v-1h6v1a1 1 0 01-1 1h-4a1 1 0 01-1-1m3-17a5 5 0 00-5 5c0 2.05 1.23 3.81 3 4.58V16h4v-2.42c1.77-.77 3-2.53 3-4.58a5 5 0 00-5-5z"/></svg>');
    --md-admonition-icon--note: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14.06 9l.94.94L5.92 19H5v-.92L14.06 9m3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83 3.75 3.75 1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94l-3.75-3.75z"/></svg>');
    --md-admonition-icon--caution: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L1 21h22M12 6l7.53 13H4.47M11 10v4h2v-4m-2 6v2h2v-2"/></svg>');
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-Italic.ttf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/Noto_Sans/NotoSans-BoldItalic.ttf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/Work_Sans/WorkSans-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/Work_Sans/WorkSans-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

body, input {
    font-family: "Noto Sans", sans-serif;
    color: var(--ibexa-dusk-black);
}

body {
    -webkit-font-smoothing: initial;
}

.md-content {
    padding: 0 3rem;

}

.md-main__inner {
    margin-top: 0;
}

.md-main__inner article {
    padding-bottom: 6rem;
}

.md-grid {
    max-width: 100%;
}

.md-typeset {
    font-size: 16px;
    line-height: 1.5;
    -webkit-print-color-adjust: exact;
}

[data-md-color-primary=blue-grey] .md-header {
    background-color: var(--ibexa-dusk-black);
    color: #fff;
    height: 56px;
}

.md-typeset a {
    color: var(--link);
}

.md-typeset a:hover,
.md-typeset a:focus {
    color: var(--ibexa-jazzberry);
}

.md-typeset th a {
    color: #fff;
}

.md-typeset .md-icon {
    color: rgba(0,0,0,.26);
}

/* Headings */

.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 {
    color: var(--ibexa-dusk-black);
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
}

.md-typeset h1 {
    margin: 0 0 1rem;
    font-size: 24px;
    line-height: 34px;
}

.md-typeset h2 {
    font-size: 20px;
    line-height: 27px;
}

.md-typeset h3 {
    font-size: 18px;
    line-height: 22px;
}

.md-typeset h4 {
    font-size: 16;
    line-height: 19px;
}

.md-typeset h5 {
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
}

.md-typeset h6 {
    font-size: 12px;
    line-height: 18px;
}

.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6 {
    font-weight: 600;
}

ul li::marker {
    color: var(--ibexa-jazzberry);
}

ul li li {
    list-style-type: square;
}

ul li li::marker {
    color: black; 
}

ul li li li {
    list-style-type: circle;
}

.md-content__inner>:last-child {
    margin-bottom: -24px;
}

.md-footer {
    background-color: #f9f9f9;
    color: #c3c3c3;
    padding: 1rem 1.5rem;
    bottom: 0;
    width: 200%;
    position: absolute;
    left: 15rem;
    border-left: 1px solid #d7d7d7;
}

.md-icon--home {
    padding: .5rem;
}

/* Admonitions */

.md-typeset :is(.admonition,details):is(.tip,.note,.caution),
.md-typeset :is(.admonition-title,summary),
.md-typeset :is(.tip,.note)>:is(.admonition-title,summary) {
    background-color: #ffffff;
    box-shadow: none;
    font-size: 16px;
}

.md-typeset :is(.admonition,details):is(.tip,.note)
{
    border: 0.1rem solid var(--note-border);
    border-radius: 0.1rem;
}

.md-typeset :is(.admonition,details):is(.caution)
{
    border: 0.1rem solid var(--caution-border);
    border-radius: 0.1rem;
}

.md-typeset .admonition.caution>.admonition-title {
    border-color: var(--caution-border);    
}

.md-typeset .admonition:is(.note,.tip)>:is(.admonition-title) {
    border-color: var(--note-border);
}

.md-typeset :is(.admonition,details[open]):is(.note,.tip,.caution) :is(.admonition-title,summary) {
    border-bottom: 1px solid var(--note-border);
}

/* Admonition icons */

.md-typeset .note > .admonition-title::before,
.md-typeset .tip > .admonition-title::before,
.md-typeset .note > summary::before,
.md-typeset .tip > summary::before {
  background-color: var(--note-border);
}

.md-typeset :is(.admonition,details).caution>:is(.admonition-title,summary):before {
    background-color: var(--caution-border);
    -webkit-mask-image: var(--md-admonition-icon--caution);
            mask-image: var(--md-admonition-icon--caution);
}

/* Tile admonition */

.md-typeset :is(.admonition):is(.tile) {
    background-color: #ffffff;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 0.7rem;
    margin-bottom: 0.4rem;
    overflow: auto;
    box-shadow: none;
    font-size: 16px;
}

.md-typeset :is(.admonition).tile>:is(.admonition-title) {
    padding-left: 0.7rem;
}

.md-typeset :is(.admonition).tile>:is(.admonition-title):before {
    content: none;
}

/* Fix scrollbar in admonitions when containing a table */
.md-typeset .admonition .md-typeset__scrollwrap {
    margin-right: 0;
}

/* Code highlighting */

.md-typeset code, .md-typeset pre {
    color: var(--ibexa-dusk-black);
}

.md-typeset .highlighttable code, .md-typeset .highlighttable pre {
    background-color: #fff;
    padding: 0;
}

.md-typeset .highlighttable code, .md-typeset .highlighttable pre code {
    padding: 1.05rem 1.2rem;
}

.md-typeset .highlighttable {
    border: 1px solid var(--codeblock);
}

/* Code block scrollbar */

.md-typeset .highlighttable pre code::-webkit-scrollbar {
    height: 10px;
}

.md-typeset .highlighttable pre code::-webkit-scrollbar-track {
    background-color: var(--ibexa-snow); 
}

.md-typeset .highlighttable pre code::-webkit-scrollbar-thumb {
    background: var(--codeblock);
}

.md-typeset .highlighttable code, .md-typeset .highlighttable pre code {
    padding: 0.5rem 0.5rem;
}

.md-typeset .highlighttable .linenos {
    padding: 0;
    background-color: var(--codeblock);
}

.md-typeset .highlighttable .linenodiv {
    padding: 0.5rem 0.5rem
}

.md-typeset .highlighttable .linenodiv pre {
    color: var(--ibexa-snow);
    background-color: var(--codeblock);
}

.md-typeset .highlighttable, .md-typeset .highlight pre {
    background-color: var(--inline-code);
}

.md-typeset code {
    background-color: var(--inline-code);
    padding: 1px 2px;
    margin: 3px;
    box-shadow: none;
    font-family: monospace;
}

.highlighttable .hll {
    background-color: var(--code-highlight);
}

/* Code block titles */

.highlighttable span.filename {
    background-color: var(--ibexa-snow);
}

/* Tables */

.md-typeset table:not([class]) {
    border: 1px solid var(--table-header);
    box-shadow: none;
}

.md-typeset table:not([class]) th {
    color: var(--ibexa-snow);
    background-color: var(--table-header);
}

.md-typeset table td.compare {
    border: 0.05rem solid var(--md-typeset-table-color)
}

.md-nav__link[data-md-state=blur] {
    color: rgb(19, 28, 38);
}

figure {
    margin: 0;
}

figcaption {
    font-size: 13px;
    font-style: italic;
    text-align: center;
}

a.external:not(.card):not(.notification__cta a):after {
    content: url(../images/open-in-new.svg);
    font-style: normal;
    padding-left: 2px;
    position: relative;
    font-size: 11px;
    top: -5px;
}

.md-typeset .md-content__icon {
    padding: 0 3px;
}

[data-md-color-primary=blue-grey] .md-nav__link--active {
    color: var(--ibexa-dusk-black);
    font-weight: 700;
}


/* Image enlagement Modal */
#imageModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 125px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 90%;
  background-color: #fff;
}

#modalCaption {
  padding-top: 1em;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.md-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 80vh;
}

.md-content img:hover {
    cursor: pointer;
}

.md-content img.inline-image {
    display: inline;
    max-height: 1rem;
}

/* UI guidelines */

.ez-code-example {
    padding: 1.5rem;
    border-width: .2rem;
    border: solid #f8f9fa;
    border-bottom: 0;
}

.ez-code-example + .codehilitetable {
    padding-top: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.injected {
    display: none;
}

@media (max-width: 575px) {
    table tr td:first-child:not(.linenos) {
        min-width: 0 !important;
        width: auto !important;
    }
}

/* Tabs */

.md-typeset .tabbed-set .tabbed-content {
  order: 99;
  border: 1px solid var(--ibexa-snow);
  padding: 4px 4px 4px 1rem;
  border-radius: 0 .2rem .2rem .2rem;
}

.md-typeset .tabbed-set label {
  font-size: .64rem;
  font-weight: 700;
  padding: 0.9375em 1.25em 0.78125em;
  border: 1px solid var(--ibexa-snow);
  border-bottom: 2px solid var(--ibexa-snow);
  border-radius: 4px 4px 0 0;
}

.js .md-typeset .tabbed-labels:before {
    height: 4px;
}

.md-typeset .tabbed-labels > label:hover {
  color: var(--ibexa-dusk-black);
  border-bottom: 2px solid var(--ibexa-dusk-black);
}

.md-typeset .tabbed-set > input:first-child:checked ~ .tabbed-labels > :first-child,
.md-typeset .tabbed-set > input:nth-child(2):checked ~ .tabbed-labels > :nth-child(2),
.md-typeset .tabbed-set > input:nth-child(3):checked ~ .tabbed-labels > :nth-child(3),
.md-typeset .tabbed-set > input:nth-child(4):checked ~ .tabbed-labels > :nth-child(4),
.md-typeset .tabbed-set > input:nth-child(5):checked ~ .tabbed-labels > :nth-child(5),
.md-typeset .tabbed-set > input:nth-child(6):checked ~ .tabbed-labels > :nth-child(6),
.md-typeset .tabbed-set > input:nth-child(7):checked ~ .tabbed-labels > :nth-child(7),
.md-typeset .tabbed-set > input:nth-child(8):checked ~ .tabbed-labels > :nth-child(8),
.md-typeset .tabbed-set > input:nth-child(9):checked ~ .tabbed-labels > :nth-child(9),
.md-typeset .tabbed-set > input:nth-child(10):checked ~ .tabbed-labels > :nth-child(10),
.md-typeset .tabbed-set > input:nth-child(11):checked ~ .tabbed-labels > :nth-child(11),
.md-typeset .tabbed-set > input:nth-child(12):checked ~ .tabbed-labels > :nth-child(12),
.md-typeset .tabbed-set > input:nth-child(13):checked ~ .tabbed-labels > :nth-child(13),
.md-typeset .tabbed-set > input:nth-child(14):checked ~ .tabbed-labels > :nth-child(14),
.md-typeset .tabbed-set > input:nth-child(15):checked ~ .tabbed-labels > :nth-child(15),
.md-typeset .tabbed-set > input:nth-child(16):checked ~ .tabbed-labels > :nth-child(16),
.md-typeset .tabbed-set > input:nth-child(17):checked ~ .tabbed-labels > :nth-child(17),
.md-typeset .tabbed-set > input:nth-child(18):checked ~ .tabbed-labels > :nth-child(18),
.md-typeset .tabbed-set > input:nth-child(19):checked ~ .tabbed-labels > :nth-child(19),
.md-typeset .tabbed-set > input:nth-child(20):checked ~ .tabbed-labels > :nth-child(20) {
    color: var(--md-accent-fg-color);
}

.js .md-typeset .tabbed-labels:before {
    background: var(--md-accent-fg-color);
}

.md-typeset .tabbed-labels--linked > label > a {
    padding: 0;
}

.md-clipboard:focus, .md-clipboard:hover {
  color: var(--ibexa-jazzberry);
}

.md-typeset .headerlink:focus, .md-typeset .headerlink:hover, .md-typeset :target>.headerlink {
  color: var(--ibexa-jazzberry);
}

/** Cards */
.cards>div, .cards p,
.path>div, .path p {
    margin: 0px !important;
}

div.cards,
div.path {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
    gap: 0.5rem;
    padding-top: 1rem;
}

div.path {
    margin: 0 auto;
    width: 20rem;
    gap: 0;
    flex-direction: column;
}

.cards div.card-wrapper div div,
.cards div.card-wrapper div div{

    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0.7rem;
    margin-bottom: 0.4rem;
    border: 1px solid #E0E0E8;
    min-width: 230px;
    height: 240px;
    box-sizing: border-box;
    overflow: auto;
    justify-content: center;
}

.cards div.card-wrapper div div,
.path div.card-wrapper div div {
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0.7rem;
    margin-bottom: 0.4rem;
    overflow: auto;
}

.cards div.card-wrapper div div:hover,
.path div.card-wrapper div div:hover {
    border-color: var(--ibexa-dusk-black);
}
.cards div.card-wrapper div div {
    max-width: 10rem;
}

.path div.card-wrapper:not(:last-child)::after {
    content:url(../images/arrow_down.svg);
    display: block;
    width: 100%;
    text-align: center;
}
.cards p.title,
.path p.title {
    font-size: 1em;
    min-height: 2em;
    font-weight: 550;
    line-height: 1;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    margin-bottom: 2em;
    justify-content: center;
}

.cards p.description,
.path p.description {
    color: var(--ibexa-dusk-black);
}

#older-versions {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}
