.phpdocumentor-summary {
    font-style: italic;
}
.phpdocumentor-description {
    margin-bottom: var(--spacing-md);
}
.phpdocumentor-element {
    position: relative;
}

.phpdocumentor .phpdocumentor-element__name {
    line-height: 1;
}

.phpdocumentor-element__package,
.phpdocumentor-element__extends,
.phpdocumentor-element__implements {
    display: block;
    font-size: var(--text-xxs);
    font-weight: normal;
    opacity: .7;
}

.phpdocumentor-element__package .phpdocumentor-breadcrumbs {
    display: inline;
}

.phpdocumentor-element:not(:last-child) {
    border-bottom: 1px solid #000;
    padding-bottom: var(--spacing-lg);
}

.phpdocumentor-element.-deprecated .phpdocumentor-element__name {
    text-decoration: line-through;
}

.phpdocumentor-element__modifier {
    font-size: var(--text-xxs);
    padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2);
    color: var(--text-color);
    background-color: var(--light-gray);
    border-radius: 3px;
    text-transform: uppercase;
}
.phpdocumentor-signature {
    display: inline-block;
    font-size: var(--text-sm);
    margin-bottom: var(--spacing-md);
}

.phpdocumentor-signature.-deprecated .phpdocumentor-signature__name {
    text-decoration: line-through;
}

.phpdocumentor-signature__visibility,
.phpdocumentor-signature__static,
.phpdocumentor-signature__type,
.phpdocumentor-signature__type a,
.phpdocumentor-signature__argument__return-type,
.phpdocumentor-signature__argument__return-type a,
.phpdocumentor-signature__response_type,
.phpdocumentor-signature__response_type a {
    color: #c678dd;
}

.phpdocumentor-signature__default-value {
    color: #fff;
}

.phpdocumentor-signature__name {
    color: #d19a66;
}

.phpdocumentor-signature__argument__name {
    color: #eb6772;
}
.phpdocumentor-table-of-contents {
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry {
    padding-top: var(--spacing-xs);
    margin-left: 2rem;
    display: flex;
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a {
    flex: 0 1 auto;
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after {
    content: '';
    height: 12px;
    width: 12px;
    left: 16px;
    position: absolute;
}
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after {
    background: url('data:image/svg+xml;utf8,<svg width="8" height="10" viewBox="0 0 8 10" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="4" width="8" height="6" rx="1.4" fill="%23EE6749"/><path d="M2 4C2 3 2.4 1 4 1C5.6 1 6 3 6 4" stroke="%23EE6749" stroke-width="1.4"/></svg>') no-repeat;
}
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after {
    left: 13px;
    background: url('data:image/svg+xml;utf8,<svg width="11" height="9" viewBox="0 0 11 9" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="8" height="6" rx="1.4" fill="%23EE9949"/><path d="M5 4C5 3 4.6 1 3 1C1.4 1 1 3 1 4" stroke="%23EE9949" stroke-width="1.4"/></svg>') no-repeat;
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background: transparent url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%238DD35F"/></svg>') no-repeat center center;
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    font-weight: 600;
    color: white;
    text-align: center;
    font-size: .75rem;
    margin-top: .2rem;
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before {
    content: 'M';
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%238DD35F"/></svg>');
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before {
    content: 'M';
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%238DD35F"/></svg>');
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before {
    content: 'P'
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before {
    content: 'C';
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-3.05176e-05" y="9.99998" width="14.1422" height="14.1422" transform="rotate(-45 -3.05176e-05 9.99998)" fill="%238DD35F"/></svg>');
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before {
    content: 'C'
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before {
    content: 'I'
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before {
    content: 'T'
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before {
    content: 'N'
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before {
    content: 'P'
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before {
    content: 'E'
}

.phpdocumentor-table-of-contents dd {
    font-style: italic;
    margin-left: 2rem;
}
.phpdocumentor-element-found-in {
    position: absolute;
    top: 0;
    right: 0;
    font-size: var(--text-sm);
    color: gray;
}

.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source {
    flex: 0 1 auto;
    display: inline-flex;
}

.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background: transparent url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="gray"><path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z" stroke="gray" stroke-width="1.4"/></svg>') no-repeat center center;
    content: '';
    left: 0;
    border-radius: 50%;
    font-weight: 600;
    text-align: center;
    font-size: .75rem;
    margin-top: .2rem;
}
.phpdocumentor-class-graph {
    background-color: var(--bg-color-dark);
    border:1px solid #222;
    min-height: 600px;
    overflow: hidden;
    width: 100%;
}

.phpdocumentor-class-graph.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.phpdocumentor-class-graph__graph {
    cursor: grab;
    width: 100%;
}

.phpdocumentor-class-graph__graph:active {
    cursor: grabbing;
}

#btn-out {
    display: none;
    position: fixed;
    top: 1em;
    left: 1em;
    z-index: 1000;
}
.phpdocumentor-tag-list__definition {
    display: flex;
}

.phpdocumentor-tag-link {
    margin-right: var(--spacing-sm);
}
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry::before,
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method::before,
.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function::before {
    background: transparent url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%23FF00FF"/></svg>') no-repeat center center;
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function::before {
    content: 'F';
}

.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-3.05176e-05" y="9.99998" width="14.1422" height="14.1422" transform="rotate(-45 -3.05176e-05 9.99998)" fill="%23FF00FF"/></svg>');
}

.phpdocumentor ul.phpdocumentor-breadcrumbs a:hover {
    text-decoration: underline;
}

/*!
 * Hyper Dark Theme for Prism
 * @author natanfelles
 */
code[class*=language-],
pre[class*=language-] {
    color: #ddd;
    background: #000;
    font-family: 'JetBrains Mono', Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    border: 1px solid #222;
    border-radius: 4px
}

/*
pre[class*=language-]:active,
pre[class*=language-]:hover {
    box-shadow: 0 2px 12.5px rgba(255, 255, 255, .25);
}
*/

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background: #000;
    /* background: linear-gradient(0.25turn, #000 75%, #111, #222); */
}

:not(pre)>code[class*=language-] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #5c6370
}

.token.operator,
.token.punctuation {
    color: #abb2bf
}

.token.namespace {
    opacity: .7
}

.token.attr-name,
.token.boolean,
.token.constant,
.token.deleted,
.token.name,
.token.number,
.token.selector,
.token.symbol {
    color: #d19a66
}

.language-css .token.string,
.style .token.string,
.token.attr-value,
.token.builtin,
.token.char,
.token.inserted,
.token.regex,
.token.string,
.token.string.url,
.token.url {
    color: #98c379
}

.token.doctype,
.token.entity,
.token.parameter,
.token.property,
.token.tag,
.token.variable {
    color: #eb6772
}

.token.function,
.token.section-name {
    color: #61afef
}

.token.class-name,
.token.package {
    color: #e5c07b
}

.token.builtin.class-name {
    color: #55b6c2
}

.token.atrule,
.token.key.attr-name,
.token.keyword {
    color: #c678dd
}

.token.important {
    color: #be5046
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}
footer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

footer .icons {
    font-size: 2em;
    margin: 2em 0;
}

footer .render-time {
    background: var(--bg-color-dark);
    border-top: 1px solid var(--light-gray);
    margin-bottom: 0;
    margin-top: 2em;
    padding: .25em 0;
}


button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    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;
}

.phpdocumentor-content > .section:first-of-type > img:first-of-type {
    border: 1px solid var(--code-border-color);
    border-radius: 100%;
    float: right;
    width: 50px;
}

@media (min-width: 1000px) {
    .phpdocumentor-content > .section:first-of-type > img:first-of-type {
        width: 100px;
    }
}

.phpdocumentor-content img {
    padding: var(--spacing-md);
    border: 1px solid var(--table-separator-color);
    max-width: 100%;
}

.phpdocumentor-class-graph__graph {
    background-color: #ccc !important;
}

.phpdocumentor-column ul,
div.phpdocumentor-list > ul,
ul.phpdocumentor-list {
    list-style: disc;
}

.phpdocumentor-search-results__entries {
    list-style: none !important;
}

.msg {
    border: 1px solid var(--admonition-success-color);
    border-radius: var(--border-radius-base-size);
    background-color: var(--bg-color-dark);
    padding: var(--spacing-lg);
    margin: var(--spacing-lg) 0;
}

.msg a,
.msg a:hover {
    color: var(--admonition-success-color);
}

.dev-notice {
    font-size: small;
    color: white;
    border-left: 3px red solid;
    padding: 5px;
}

.dev-notice a,
.dev-notice a:hover {
    color: red;
}
