:root {
    --pf-global--FontFamily--sans-serif: "PT Sans", overpass, helvetica, arial serif !important;
    --pf-global--FontSize--md: 1.1rem !important;
    --pf-global--active-color--100: #ff7808;
    --pf-global--link--Color: #ff7808;
    --pf-global--link--Color--hover: #ff7808;
    --pf-global--primary-color--dark-100: #ff7808;
    --pf-global--primary-color--dark: #ff7808;
    --pf-global--active-color--400: #ff7808;
    --pf-c-button--m-primary--BackgroundColor: #ff7808;
}

:where(.pf-theme-dark) .toggle-nav-sidebar {
    color: #333;
}

:root:where(.pf-theme-dark) {
    --pf-global--success-color--100: #3e8635;
    --pf-global--danger-color--200: #a30000;
    --pf-global--info-color--100: #2b9af3;
}

:where(.pf-theme-dark) .pf-c-search-input__icon svg {
    fill: #fff;
}

:where(.pf-theme-dark) .pf-c-toggle-group__item:first-child .pf-c-toggle-group__button, .pf-c-toggle-group__item:first-child .pf-c-toggle-group__button:before {
    color: var(--pf-global--Color--dark-1000);
}

:where(.pf-theme-dark) .pf-c-button.move {
    color: #c6c7c8 !important;
    background-color: #00000000 !important;
    border-color: #444548 !important;
}

:where(.pf-theme-dark) .pf-c-button.move-task {
    color: #c6c7c8;
    background-color: #00000000;
    border-color: #444548;
}

:where(.pf-theme-dark) .pf-bg-black {
    background-color: var(--pf-global--palette--black-300) !important;
}

:where(.pf-theme-dark) .pf-c-empty-state__content svg {
    fill: #fff;
}

:where(.pf-theme-dark) .pf-c-masthead .pf-c-toolbar {
    --pf-c-toolbar--BackgroundColor: var(--pf-c-masthead--m-light--BackgroundColor);
}

:where(.pf-theme-dark) .linenodiv {
    background-color: var(--pf-global--BackgroundColor--100) !important;
    color: #fff !important;
}

:where(.pf-theme-dark) .changelog__header {
    background-color: var(--pf-global--BackgroundColor--300) !important;
}

:where(.pf-theme-dark) .highlighttable {
    background-color: var(--pf-global--BackgroundColor--100) !important;
}

:where(.pf-theme-dark) .highlight .gh {
    color: var(--pf-global--info-color--100) !important;
}

:where(.pf-theme-dark) .normal a {
    color: #fff !important;
}

:where(.pf-theme-dark) .scissors {
    filter: invert(1);
}

:where(.pf-theme-dark) .pf-c-button.pf-m-control:hover {
    --pf-c-button--m-control--after--BorderBottomColor: #ff7808;
}

:where(.pf-theme-dark) .pf-c-page__main-nav.pf-m-sticky-bottom, :where(.pf-theme-dark) .pf-c-page__main-nav.pf-m-sticky-top {
    --pf-c-page__main-nav--BackgroundColor: var(--pf-global--BackgroundColor--100);
}

:where(.pf-theme-dark) .pf-c-input-group {
    --pf-c-input-group--BackgroundColor: var(--pf-global--BackgroundColor--100);
}

:where(.pf-theme-dark) .pf-c-search-input {
    background-color: var(--pf-global--BackgroundColor--100);
}

:where(.pf-theme-dark) .pf-c-button.pf-m-control {
    background-color: var(--pf-global--BackgroundColor--100);
}

:where(.pf-theme-dark) .pf-c-form-control {
    --pf-c-form-control--BackgroundColor: var(--pf-global--BackgroundColor--100);
}

:where(.pf-theme-dark) .pf-c-select {
    --pf-c-select__toggle--BackgroundColor: var(--pf-global--BackgroundColor--100);
}

:where(.pf-theme-dark) .failed-subtask {
    border-top: 2px solid var(--pf-global--danger-color--100);
    background-color: var(--pf-global--BackgroundColor--300) !important;
}

.pf-c-pagination.pf-m-bottom .pf-c-options-menu {
    position: relative;
}

body, .pf-c-card__body, .pf-c-card__footer {
    font-family: "PT Sans", overpass, helvetica, arial serif !important;
    font-size: 1.1rem !important;
}

.pf-c-description-list.pf-m-compact {
    --pf-c-description-list--RowGap: 0;
}

.pf-c-button.move, .pf-c-button.move-task {
    color: #ff7808;
    background-color: #fff;
}

.pf-c-button.move:hover, .pf-c-button.move-task:hover {
    color: #ff7808;
    background-color: #f0f0f0;
}

.pf-c-toggle-group__button.pf-m-selected {
    --pf-c-toggle-group__button--BackgroundColor: #ffab68;
    --pf-c-toggle-group__button--before--BorderColor: #ff7808;
}

.pf-c-spinner {
    --pf-c-spinner--Color: #ff7808;
}

.pf-c-brand {
    background-image: url("../image/Alt_Linux_Team_penguins_for_black_background_var1.svg");
    background-size: 144px 55px;
    width: 144px;
    height: 55px;
}

.pf-c-title {
    --pf-c-title--FontFamily: "PT Sans", overpass, helvetica, arial serif !important;
    --pf-c-title--m-md--FontSize: var(--pf-global--FontSize--md);
}

.pf-c-card {
    --pf-c-card__title--FontFamily: "PT Sans", overpass, helvetica, arial serif !important;
    --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
}

.pf-c-card__title {
    --pf-c-card__title--FontSize: var(--pf-global--FontSize--md);
}

.pf-c-content {
    --pf-c-content--heading--FontFamily: "PT Sans", overpass, helvetica, arial serif !important;
    --pf-c-content--FontSize: var(--pf-global--FontSize--md);
}

.pf-c-description-list {
    --pf-c-description-list__term--FontSize: var(--pf-global--FontSize--md);
    --pf-c-description-list--m-horizontal__term--width: 17ch;
}

.pf-c-table {
    --pf-c-table--m-compact--FontSize: var(--pf-global--FontSize--md);
    --pf-c-table__sort--m-help--MinWidth: 0;
}

.field-summary {
    width: 45ch !important;
}

.pf-c-tabs {
    --pf-c-tabs--m-secondary__link--FontSize: var(--pf-global--FontSize--md);
}

.pf-c-toggle-group {
    --pf-c-toggle-group--m-compact__button--FontSize: .9rem;
}

.pf-c-data-list__item-content {
    font-size: var(--pf-global--FontSize--md);
}

.pf-c-label__content {
    font-size: var(--pf-global--FontSize--md);
}

.pf-c-description-list__description {
    font-size: var(--pf-global--FontSize--md);
}

pre {
    font-size: 1rem;
    overflow: hidden !important;
    line-height: 1.25;
    margin-bottom: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

a {
    color: #ff7808;
}

@media (max-width: 1024px) {
    .pf-c-page__main-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .toggle-languages {
        position: absolute;
        right: 1em;
        top: 1em;
    }
}

.pf-c-page {
    --pf-c-page__main-section--xl--PaddingTop: var(--pf-global--spacer--md);
    --pf-c-page__main-section--xl--PaddingRight: var(--pf-global--spacer--md);
    --pf-c-page__main-section--xl--PaddingBottom: var(--pf-global--spacer--md);
    --pf-c-page__main-section--xl--PaddingLeft: var(--pf-global--spacer--md);
    --pf-c-page__sidebar--Transition: none;
}

.pf-l-flex {
    --pf-l-flex--spacer-base: var(--pf-global--spacer--sm);
}

.pf-c-panel {
    --pf-c-panel__header--PaddingTop: var(--pf-global--spacer--sm);
    --pf-c-panel__header--PaddingRight: var(--pf-global--spacer--sm);
    --pf-c-panel__header--PaddingBottom: var(--pf-global--spacer--sm);
    --pf-c-panel__header--PaddingLeft: var(--pf-global--spacer--sm);
}

.pf-c-card {
    --pf-c-card--child--PaddingRight: var(--pf-global--spacer--md);
    --pf-c-card--child--PaddingBottom: var(--pf-global--spacer--md);
    --pf-c-card--child--PaddingTop: var(--pf-global--spacer--md);
    --pf-c-card--child--PaddingLeft: var(--pf-global--spacer--md);
    --pf-c-card--first-child--PaddingTop: var(--pf-global--spacer--md);
}

.pf-c-accordion {
    --pf-c-accordion__toggle--hover__toggle-text--Color: #ff7808;
    --pf-c-accordion__toggle--active__toggle-text--Color: #ff7808;
    --pf-c-accordion__toggle--m-expanded__toggle-text--Color: #ff7808;
}

input:focus, select:focus {
    outline: none;
}

.pf-c-nav__link:focus {
    color: var(--pf-c-nav__link--Color);
}

.pf-c-nav__link:focus:before {
    border-bottom-width: 0;
}

.pf-c-nav__link:hover {
    color: #ff7808;
    --pf-global--link--TextDecoration: var(--pf-global--link--TextDecoration--hover);
}

.pf-c-button.pf-m-link {
    color: #ff7808;
}

.pf-c-button.pf-m-link:hover {
    text-decoration: underline;
}

.pf-c-nav__link:hover:before {
    border-bottom-width: var(--pf-c-nav__link--hover--before--BorderBottomWidth);
}

.pf-c-nav__link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pf-c-nav {
    --pf-c-nav--m-tertiary__link--PaddingRight: var(--pf-global--spacer--sm);
    --pf-c-nav--m-tertiary__link--PaddingLeft: var(--pf-global--spacer--sm);
}

.pf-c-nav.pf-m-tertiary .pf-c-nav__link:before {
    right: var(--pf-global--spacer--sm);
    left: var(--pf-global--spacer--sm);
}

.btn-more {
    cursor: pointer;
}

.status-repocop {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #00c600;
    border-radius: 50%;
}

.status-repocop-small {
    display: inline-block;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background-color: #00c600;
    border-radius: 50%;
}

.status-repocop-small img {
    max-width: 13px;
    margin-left: 5px;
    margin-top: 5px
}

.status-repocop img {
    max-width: 15px;
    margin-left: 10px;
    margin-top: 10px
}

#filters-expandable-content, .pf-c-options-menu__toggle {
    cursor: pointer;
}

input[type="checkbox"]:checked + .pf-c-options-menu__menu {
    display: block;
}

input[type="checkbox"]:checked + .pf-c-select__menu {
    display: block;
}

input[type="checkbox"]:checked + .pf-c-toolbar__expandable-content {
    display: block;
    visibility: visible;
}

.pf-c-toolbar__expandable-content {
    position: absolute !important;
    padding: var(--pf-global--spacer--md) var(--pf-global--spacer--md) var(--pf-global--spacer--md) var(--pf-global--spacer--md);
}

.pf-c-toolbar {
    --pf-c-toolbar--RowGap: var(--pf-global--spacer--sm);
}

.badge-circle {
    background: var(--pf-global--disabled-color--200);
    display: inline-flex;
    margin-right: 10px;
    clip-path: circle(50%);
    height: .6em;
    width: .6em;
}

.pf-c-select__menu {
    overflow-y: auto;
    max-height: 50vh;
}

.fast-search-block {
    position: absolute;
    list-style: none;
    z-index: 9999;
    overflow-y: auto;
    height: 0;
}

.pf-c-search-input__text:focus-within {
    --pf-c-search-input__text--after--BorderBottomColor: #ff7808;
}

.pf-c-search-input {
    --pf-c-search-input__bar--hover__text--after--BorderBottomColor: #ff7808;
}

a.pf-c-nav__link.pf-m-disabled {
    pointer-events: none;
    opacity: .65;
}

a.pf-c-card:hover {
    text-decoration: none;
}

.pf-bg-success {
    background-color: var(--pf-global--success-color--100);
}

.pf-bg-secondary {
    background-color: var(--pf-global--disabled-color--100);
}

.pf-bg-info {
    background-color: var(--pf-global--info-color--100);
}

.pf-bg-danger {
    background-color: var(--pf-global--danger-color--200);
}

.pf-c-progress {
    --pf-c-progress__bar--before--BackgroundColor: var(--pf-global--disabled-color--100);
    --pf-c-progress__bar--before--Opacity: 1;
}

.pf-c-popover {
    z-index: 400;
    position: absolute;
    display: none;
    min-width: auto;
}

.pf-c-progress__indicator {
    position: relative;
}

.scissors {
    max-height: 20px;
    position: absolute;
    margin-top: 15px;
}

.slice {
    border-bottom: 2px dashed;
    text-align: center;
}

.pf-c-button.pf-m-disabled, .link-disabled {
    color: var(--pf-c-button--disabled--Color) !important;
    cursor: pointer;
    background-color: var(--pf-c-button--disabled--BackgroundColor);
    pointer-events: none;
}

.slice_block {
    position: relative;
    cursor: auto;
    width: 100%;
    margin-bottom: var(--pf-l-gallery--m-gutter--GridGap);
    color: var(--pf-global--Color--dark-100);
}

.pf-c-pagination.pf-m-bottom {
    position: static;
}

#branchtime:hover {
    --pf-global--link--TextDecoration: none;
}

.task-progress {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    grid-template-rows: 0;
}

.pf-c-progress__bar, .pf-c-progress__indicator {
    height: 100%
}

.task-progress__title {
    position: relative;
    color: #fff;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    z-index: 2;
    font-size: 0.8rem;
    font-weight: 400;
}

.toggle-nav-sidebar {
    align-items: center;
    width: 23px;
    border: 0;
    background-color: #ffcb08;
    cursor: pointer;
    padding: 0;
}

.pf-c-page__sidebar-body {
    overflow: auto;
}

.pf-c-page__sidebar {
    overflow: hidden;
    width: 19.125rem;
    transform: translateX(0) translateZ(var(--pf-c-page__sidebar--TranslateZ));
}

.pf-c-page__sidebar.pf-m-collapsed {
    max-width: 23px;
}

.pf-c-page__sidebar.pf-m-collapsed > .pf-c-page__sidebar-body {
    display: none;
}

.toggle-nav-sidebar:hover {
    background-color: #e6b708;
}

.toggle-nav-sidebar-content::before {
    content: '\00AB';
    /*color: var(--bs-dark);*/
    font-size: 1.3rem;
}

.pf-c-page__sidebar.pf-m-collapsed > .toggle-nav-sidebar > .toggle-nav-sidebar-content::before {
    content: '\00BB';
    /*color: var(--bs-dark);*/
    font-size: 1.3rem;
}

.toggle-nav-sidebar-text {
    width: 23px;
    font-size: var(--pf-global--FontSize--md);
    text-align: center;
    vertical-align: middle;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-lr;
}

.heading-anchor {
    opacity: 0;
}

.heading:hover .heading-anchor, .heading-anchor:focus {
    opacity: 1;
}

.pf-c-table__column-help-action {
    cursor: help;
}

.pf-bg-black {
    background-color: var(--pf-global--palette--black-800);
}

.pf-m-black {
    background-color: var(--pf-global--palette--black-800);
    --pf-c-label__content--before--BorderColor: var(--pf-global--palette--black-800);
}

.pf-m-black > .pf-c-label__content {
    color: #fff;
    text-decoration: line-through;
}

.pf-bg-disabled {
    background-color: var(--pf-global--palette--black-300);
}

.pf-c-label__content, .pf-c-label__text {
    white-space: initial;
}

.severity-label-low {
    --pf-c-label--BackgroundColor: #FFFF00 !important;
    --pf-c-label__content--Color: #000000 !important;
}

.severity-label-medium {
    --pf-c-label--BackgroundColor: #FFA500 !important;
    --pf-c-label__content--Color: #000000 !important;
}

.severity-label-high {
    --pf-c-label--BackgroundColor: #FF0000 !important;
    --pf-c-label__content--Color: #FFFFFF !important;
}

.severity-label-critical {
    --pf-c-label--BackgroundColor: #000000 !important;
    --pf-c-label__content--Color: #FFFFFF !important;
}

.switch__theme {
    width: 20px;
    height: 20px;
    background: url(../image/sun-regular.svg) 0 0 no-repeat;
    background-size: 20px 20px;
}

.pf-c-switch input[type="checkbox"]:checked + .switch__theme {
    fill: #fff;
    background: url(../image/moon-regular.svg) 0 0 no-repeat;
}

.changelog__header {
    background-color: var(--pf-global--disabled-color--300);
}

a div.pf-c-card__body {
    color: var(--pf-global--Color--dark-100) !important;
}

.failed-subtask {
    background-color: #faeae8;
}

ul.deps-tree li {
    display: inline-block;
}

.deps-dp_names__list {
    display: grid;
    position: relative;
}

.deps-dp_names__list-item {
    position: relative;
}

.deps-dp_names__list-item:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--pf-global--BorderColor--100);
}

.deps-dp_names__list-item:last-child:before {
    height: 1rem;
    top: -1px;
}

.deps-dp_names__list-item:first-child:before {
    height: 1.2rem;
    top: 1rem;
}

.provide-dp-name {
    margin-right: 0;
}

.pf-before-display-none:before {
    display: none !important;
}

.provide-dp-name:after, .provide-dp-name:before {
    content: "";
    display: block;
    width: 1rem;
    height: 1px;
    position: relative;
    top: -4px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--pf-global--BorderColor--100);
}

.require-pkg-name:after{
    content: "";
    display: block;
    width: 1rem;
    height: 1px;
    position: relative;
    top: -4px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--pf-global--BorderColor--100);
}

#btn-open-all-deps {
    transition: 250ms;
}

#btn-open-all-deps.pf-m-expanded {
    transform: rotate(90deg);
    transition: 250ms;
}