.list-group-item-action {
  color: #886ab5;
  }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #886ab5;
  }
  .list-group-item-action:active {
    color: #886ab5;
  }

  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"] {
  color: #fff;
  background: #886ab5 !important; }
  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"]:before {
    content: "ON" !important;
    left: 7px !important;
    right: auto !important; }
  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"]:after {
    content: " " !important;
    right: 0 !important;
    left: auto !important;
    background: #fff !important;
    color: #886ab5 !important; }
  .mod-skin-dark .btn-switch[data-class="mod-skin-dark"] + .onoffswitch-title {
    font-weight: 500;
    color: #886ab5; }

.page-logo-text {
    display: block;
    height: 32px;
    width: 138px;
    color: transparent;
    background-image: url(../images/small-icon-banner.4933963485324fb2ddb1ee882e1eb5a8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    box-sizing: border-box;
    padding-left: 34px;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
}
.mod-skin-dark:not(.mod-skin-light) .page-logo-text {
    color: transparent;
}

pre code {
    display: block;
    padding: 1em;
}

.blob-code-viewer {
    overflow-x: auto;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.875rem;
    line-height: 1.45;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
    background: #fff;
}

.blob-code-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.blob-code-table td {
    padding: 0;
    vertical-align: top;
}

.blob-num {
    width: 1%;
    min-width: 3.5em;
    padding: 0 0.75em !important;
    text-align: right;
    color: #6a737d;
    user-select: none;
    white-space: nowrap;
    vertical-align: top;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    background: #f6f8fa;
    cursor: pointer;
}

.blob-num-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.blob-num:hover,
.blob-num:hover .blob-num-link {
    color: #24292e;
}

.blob-code {
    padding: 0 1em !important;
    white-space: pre;
    color: #24292e;
}

.blob-line.highlighted {
    background-color: #fffbdd;
}

.blob-line.highlighted .blob-num {
    background-color: #fff5b1;
    border-right-color: #f2e59b;
}

.mod-skin-dark:not(.mod-skin-light) .blob-code-viewer {
    background: #1b1d22;
    border-color: rgba(255, 255, 255, 0.08);
}

.mod-skin-dark:not(.mod-skin-light) .blob-num {
    color: #8b949e;
    background: #161b22;
    border-right-color: rgba(255, 255, 255, 0.08);
}

.mod-skin-dark:not(.mod-skin-light) .blob-num:hover,
.mod-skin-dark:not(.mod-skin-light) .blob-num:hover .blob-num-link {
    color: #e6edf3;
}

.mod-skin-dark:not(.mod-skin-light) .blob-code {
    color: #e6edf3;
}

.mod-skin-dark:not(.mod-skin-light) .blob-line.highlighted {
    background-color: rgba(210, 153, 34, 0.2);
}

.mod-skin-dark:not(.mod-skin-light) .blob-line.highlighted .blob-num {
    background-color: rgba(210, 153, 34, 0.35);
    border-right-color: rgba(210, 153, 34, 0.45);
}

.entry-date-with-source {
    white-space: nowrap;
}

.entry-source-link {
    margin-left: 0.35rem;
    color: #886ab5;
    text-decoration: none;
}

.entry-source-link:hover {
    color: #6f4ea0;
    text-decoration: underline;
}

.badge .entry-source-link {
    margin-left: 0.25rem;
    color: inherit;
    text-decoration: underline;
}

.panel-tag a {
    color: inherit;
    text-decoration: underline;
}

.panel-tag a:hover {
    color: #6f4ea0;
}

.page-header .entry-filter-bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-width: 0;
    height: 4.125rem;
    max-height: 4.125rem;
    padding: 0 0.75rem;
    overflow: visible;
}

.page-header .entry-filter-add {
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
    margin: 0;
}

.page-header .entry-filter-date-range-anchor {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.daterangepicker {
    font-family: inherit;
}

.page-header .entry-filter-add > .btn {
    display: inline-flex;
    align-items: center;
    height: 2rem;
    margin: 0;
    padding: 0 0.75rem;
    line-height: 1.2;
}

.page-header .entry-filter-chips {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    max-width: 45%;
    height: 2rem;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.page-header .entry-filter-chip {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    height: 2rem;
    margin: 0 !important;
    padding: 0 0.5rem;
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: middle;
}

.page-header .entry-filter-chip .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.35rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1;
}

.page-header .entry-filter-composer {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 10rem;
    flex: 1 1 auto;
    height: 2rem;
    margin: 0;
}

.page-header .entry-filter-input-group {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 28rem;
    height: 2rem;
    margin: 0;
}

.page-header .entry-filter-input-group .form-control {
    height: 2rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2rem;
}

.page-header .entry-filter-input-group.has-prefix .form-control {
    border-left: 0;
}

.page-header .entry-filter-prefix-wrap {
    display: flex;
    align-items: stretch;
    height: 2rem;
}

.page-header .entry-filter-prefix-wrap[hidden] {
    display: none !important;
}

.page-header .entry-filter-prefix-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    height: 2rem;
    margin: 0;
    padding: 0 0.35rem 0 0.55rem;
    border: 1px solid #ced4da;
    border-right: 0;
    border-radius: 0.2rem 0 0 0.2rem;
    background: #f1eef7;
    color: #6e4ea0;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.page-header .entry-filter-prefix-chip .entry-filter-prefix-icon {
    font-size: 0.75rem;
    opacity: 0.85;
}

.page-header .entry-filter-prefix-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
}

.page-header .entry-filter-prefix-clear:hover {
    background: rgba(110, 78, 160, 0.12);
    opacity: 1;
}

.page-header .entry-filter-input-group .input-group-append {
    display: flex;
    align-items: stretch;
    height: 2rem;
}

.page-header .entry-filter-input-group .input-group-append .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    min-width: 2rem;
    margin: 0;
    padding: 0 0.55rem;
    line-height: 1;
}

.page-header .entry-filter-input-group .input-group-append .btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.mod-skin-dark:not(.mod-skin-light) .page-header .entry-filter-prefix-chip {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(167, 139, 250, 0.16);
    color: #d4c4f5;
}

.page-header .entry-filter-add .dropdown-item[data-filter-hint] {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.page-header .entry-filter-add .entry-filter-hint-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.page-header .entry-filter-add .entry-filter-hint-shortcut {
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    opacity: 0.55;
}

.page-header .entry-filter-suggestion-shortcut {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 0.75rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    opacity: 0.55;
}

.page-header .entry-filter-suggestions {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: auto;
    width: 100%;
    max-width: 28rem;
    max-height: 16rem;
    margin: 0;
    padding: 0.25rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1100;
}

.page-header .entry-filter-suggestions:not([hidden]) {
    display: block;
}

.page-header .entry-filter-suggestion {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.4rem 0.85rem;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.page-header .entry-filter-suggestion:hover,
.page-header .entry-filter-suggestion.is-active {
    background: #f8f9fa;
    color: #6e4ea0;
}

.page-header .entry-filter-suggestion-prefix {
    flex: 0 0 auto;
    font-size: 0.75rem;
    opacity: 0.7;
}

.page-header .entry-filter-suggestion-value {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-header .entry-filter-suggestion-empty {
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Commit list & detail */
.commit-sha,
a.commit-sha {
    display: inline-block;
    padding: 0.15rem 0.45rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    background: #f8f9fa;
    color: #495057 !important;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none !important;
    white-space: nowrap;
}

a.commit-sha:hover {
    background: #efeaf6;
    border-color: #886ab5;
    color: #886ab5 !important;
}

.commit-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.commit-list-item:last-child {
    border-bottom: 0;
}

.commit-list-main {
    min-width: 0;
    flex: 1 1 auto;
}

.commit-list-subject {
    display: inline-block;
    color: #212529;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
}

.commit-list-subject:hover {
    color: #886ab5;
    text-decoration: underline;
}

.commit-list-body {
    margin-top: 0.2rem;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commit-list-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.45rem;
    font-size: 0.8125rem;
}

.commit-list-avatar,
.commit-detail-avatar {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    object-fit: cover;
}

.commit-list-aside {
    flex: 0 0 auto;
    padding-top: 0.15rem;
}

.commit-detail-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.commit-detail-author {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    min-width: 0;
}

.commit-detail-avatar {
    width: 2rem;
    height: 2rem;
    margin-top: 0.1rem;
}

.commit-detail-shas {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.commit-sha-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.commit-sha-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.commit-body {
    margin: 1rem 0 0;
    padding: 0.85rem 1rem;
    border-radius: 0.25rem;
    background: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.06);
    white-space: pre-wrap;
    font-family: inherit;
    font-size: 0.9rem;
    color: #495057;
}

.commit-file-list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    color: inherit;
    text-decoration: none;
}

.commit-file-list-item:last-child {
    border-bottom: 0;
}

.commit-file-list-item:hover {
    background: #f8f9fa;
    color: inherit;
    text-decoration: none;
}

.commit-file-path {
    flex: 1 1 auto;
    min-width: 0;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.commit-file-size {
    flex: 0 0 auto;
    font-size: 0.8125rem;
}

.commit-file-status {
    display: inline-block;
    min-width: 1.1em;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-weight: 700;
    text-align: center;
}

.commit-file-status-added {
    color: #22863a;
}

.commit-file-status-deleted {
    color: #b31d28;
}

.commit-file-status-modified {
    color: #b08800;
}

.commit-diffs .commit-diff-file {
    margin-bottom: 1rem;
}

.commit-diff-viewer {
    overflow-x: auto;
    font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 12px;
    line-height: 20px;
    background: #fff;
}

.commit-diff-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

.commit-diff-table tbody,
.commit-diff-table tr,
.commit-diff-table td {
    margin: 0;
    border: 0;
    height: 20px;
    line-height: 20px;
    vertical-align: top !important;
}

/* Override Bootstrap / SmartAdmin table cell padding. */
.commit-diff-table td {
    padding: 0 8px !important;
}

.commit-diff-num {
    width: 1%;
    min-width: 40px;
    padding: 0 8px !important;
    text-align: right;
    color: #6a737d;
    user-select: none;
    white-space: nowrap !important;
    border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
    background: #f6f8fa;
}

.commit-diff-sign {
    width: 1%;
    min-width: 14px;
    padding: 0 4px !important;
    text-align: center;
    user-select: none;
    white-space: nowrap !important;
    font-weight: 700;
}

.commit-diff-code {
    padding: 0 10px !important;
    white-space: pre;
    color: #24292e;
}

.commit-diff-line-add {
    background-color: #e6ffed;
}

.commit-diff-line-add .commit-diff-num {
    background-color: #cdffd8;
    border-right-color: #bef5cb !important;
}

.commit-diff-line-add .commit-diff-sign,
.commit-diff-line-add .commit-diff-code {
    color: #22863a;
}

.commit-diff-line-remove {
    background-color: #ffeef0;
}

.commit-diff-line-remove .commit-diff-num {
    background-color: #ffdce0;
    border-right-color: #fdb8c0 !important;
}

.commit-diff-line-remove .commit-diff-sign,
.commit-diff-line-remove .commit-diff-code {
    color: #b31d28;
}

.commit-diff-line-header {
    background-color: #f1f8ff;
}

.commit-diff-line-header .commit-diff-num {
    background-color: #dbedff;
    border-right-color: #c8e1ff !important;
}

.commit-diff-line-header .commit-diff-code {
    color: #005cc5;
}

.mod-skin-dark:not(.mod-skin-light) .commit-sha,
.mod-skin-dark:not(.mod-skin-light) a.commit-sha {
    background: #1b1d22;
    border-color: rgba(255, 255, 255, 0.12);
    color: #e6edf3 !important;
}

.mod-skin-dark:not(.mod-skin-light) a.commit-sha:hover {
    background: #2a2140;
    border-color: #886ab5;
    color: #c4b0e0 !important;
}

.mod-skin-dark:not(.mod-skin-light) .commit-list-item,
.mod-skin-dark:not(.mod-skin-light) .commit-file-list-item {
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.mod-skin-dark:not(.mod-skin-light) .commit-list-subject {
    color: #e6edf3;
}

.mod-skin-dark:not(.mod-skin-light) .commit-body {
    background: #161b22;
    border-color: rgba(255, 255, 255, 0.08);
    color: #c9d1d9;
}

.mod-skin-dark:not(.mod-skin-light) .commit-file-list-item:hover {
    background: #161b22;
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-viewer {
    background: #1b1d22;
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-num {
    color: #8b949e;
    background: #161b22;
    border-right-color: rgba(255, 255, 255, 0.08);
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-code {
    color: #e6edf3;
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-line-add {
    background-color: rgba(46, 160, 67, 0.15);
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-line-add .commit-diff-num {
    background-color: rgba(46, 160, 67, 0.25);
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-line-remove {
    background-color: rgba(248, 81, 73, 0.15);
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-line-remove .commit-diff-num {
    background-color: rgba(248, 81, 73, 0.25);
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-line-header {
    background-color: rgba(56, 139, 253, 0.1);
}

.mod-skin-dark:not(.mod-skin-light) .commit-diff-line-header .commit-diff-num {
    background-color: rgba(56, 139, 253, 0.2);
}



