/**
 * Skipped minification because the original files appears to be already minified.
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*!
 * GitHub Light v0.4.1
 * Copyright (c) 2012 - 2017 GitHub, Inc.
 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
 */
.pl-c {
    color: #6a737d;
}

.pl-c1,
.pl-s .pl-v {
    color: #005cc5;
}

.pl-e,
.pl-en {
    color: #6f42c1;
}

.pl-s .pl-s1,
.pl-smi {
    color: #24292e;
}

.pl-ent {
    color: #22863a;
}

.pl-k {
    color: #d73a49;
}

.pl-pds,
.pl-s,
.pl-s .pl-pse .pl-s1,
.pl-sr,
.pl-sr .pl-cce,
.pl-sr .pl-sra,
.pl-sr .pl-sre {
    color: #032f62;
}

.pl-smw,
.pl-v {
    color: #e36209;
}

.pl-bu {
    color: #b31d28;
}

.pl-ii {
    background-color: #b31d28;
    color: #fafbfc;
}

.pl-c2 {
    background-color: #d73a49;
    color: #fafbfc;
}

.pl-c2:before {
    content: "^M";
}

.pl-sr .pl-cce {
    color: #22863a;
    font-weight: 700;
}

.pl-ml {
    color: #735c0f;
}

.pl-mh,
.pl-mh .pl-en,
.pl-ms {
    color: #005cc5;
    font-weight: 700;
}

.pl-mi {
    color: #24292e;
    font-style: italic;
}

.pl-mb {
    color: #24292e;
    font-weight: 700;
}

.pl-md {
    background-color: #ffeef0;
    color: #b31d28;
}

.pl-mi1 {
    background-color: #f0fff4;
    color: #22863a;
}

.pl-mc {
    background-color: #ffebda;
    color: #e36209;
}

.pl-mi2 {
    background-color: #005cc5;
    color: #f6f8fa;
}

.pl-mdr {
    color: #6f42c1;
    font-weight: 700;
}

.pl-ba {
    color: #586069;
}

.pl-sg {
    color: #959da5;
}

.pl-corl {
    color: #032f62;
    text-decoration: underline;
}

.CodeMirror {
    color: #000;
    direction: ltr;
    font-family: monospace;
    height: 300px;
}

.CodeMirror-lines {
    padding: 4px 0;
}

.CodeMirror pre {
    padding: 0 4px;
}

.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
    background-color: #fff;
}

.CodeMirror-gutters {
    background-color: #f7f7f7;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

.CodeMirror-linenumber {
    color: #999;
    min-width: 20px;
    padding: 0 3px 0 5px;
    text-align: right;
    white-space: nowrap;
}

.CodeMirror-guttermarker {
    color: #000;
}

.CodeMirror-guttermarker-subtle {
    color: #999;
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0;
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver;
}

.cm-fat-cursor .CodeMirror-cursor {
    background: #7e7;
    border: 0 !important;
    width: auto;
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1;
}

.cm-fat-cursor-mark {
    animation: blink 1.06s steps(1) infinite;
    background-color: rgba(20, 255, 20, 0.5);
}

.cm-animate-fat-cursor {
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7;
    border: 0;
    width: auto;
}

@keyframes blink {
    50% {
        background-color: transparent;
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit;
}

.CodeMirror-rulers {
    bottom: -20px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -50px;
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    bottom: 0;
    position: absolute;
    top: 0;
}

.cm-s-default .cm-header {
    color: #00f;
}

.cm-s-default .cm-quote {
    color: #090;
}

.cm-negative {
    color: #d44;
}

.cm-positive {
    color: #292;
}

.cm-header,
.cm-strong {
    font-weight: 700;
}

.cm-em {
    font-style: italic;
}

.cm-link {
    text-decoration: underline;
}

.cm-strikethrough {
    text-decoration: line-through;
}

.cm-s-default .cm-keyword {
    color: #708;
}

.cm-s-default .cm-atom {
    color: #219;
}

.cm-s-default .cm-number {
    color: #164;
}

.cm-s-default .cm-def {
    color: #00f;
}

.cm-s-default .cm-variable-2 {
    color: #05a;
}

.cm-s-default .cm-type,
.cm-s-default .cm-variable-3 {
    color: #085;
}

.cm-s-default .cm-comment {
    color: #a50;
}

.cm-s-default .cm-string {
    color: #a11;
}

.cm-s-default .cm-string-2 {
    color: #f50;
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
    color: #555;
}

.cm-s-default .cm-builtin {
    color: #30a;
}

.cm-s-default .cm-bracket {
    color: #997;
}

.cm-s-default .cm-tag {
    color: #170;
}

.cm-s-default .cm-attribute {
    color: #00c;
}

.cm-s-default .cm-hr {
    color: #999;
}

.cm-s-default .cm-link {
    color: #00c;
}

.cm-invalidchar,
.cm-s-default .cm-error {
    color: red;
}

.CodeMirror-composing {
    border-bottom: 2px solid;
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0;
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22;
}

.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, 0.3);
}

.CodeMirror-activeline-background {
    background: #e8f2ff;
}

.CodeMirror {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.CodeMirror-scroll {
    height: 100%;
    margin-bottom: -30px;
    margin-right: -30px;
    outline: none;
    overflow: scroll !important;
    padding-bottom: 30px;
    position: relative;
}

.CodeMirror-sizer {
    border-right: 30px solid transparent;
    position: relative;
}

.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
    display: none;
    position: absolute;
    z-index: 6;
}

.CodeMirror-vscrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    right: 0;
    top: 0;
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}

.CodeMirror-scrollbar-filler {
    bottom: 0;
    right: 0;
}

.CodeMirror-gutter-filler {
    bottom: 0;
    left: 0;
}

.CodeMirror-gutters {
    left: 0;
    min-height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}

.CodeMirror-gutter {
    display: inline-block;
    height: 100%;
    margin-bottom: -30px;
    vertical-align: top;
    white-space: normal;
}

.CodeMirror-gutter-wrapper {
    background: none !important;
    border: none !important;
    position: absolute;
    z-index: 4;
}

.CodeMirror-gutter-background {
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 4;
}

.CodeMirror-gutter-elt {
    cursor: default;
    position: absolute;
    z-index: 4;
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent;
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent;
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px;
}

.CodeMirror pre {
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    border-radius: 0;
    border-width: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-variant-ligatures: contextual;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    position: relative;
    white-space: pre;
    word-wrap: normal;
    z-index: 2;
}

.CodeMirror-wrap pre {
    white-space: pre-wrap;
    word-break: normal;
    word-wrap: break-word;
}

.CodeMirror-linebackground {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.CodeMirror-linewidget {
    padding: 0.1px;
    position: relative;
    z-index: 2;
}

.CodeMirror-rtl pre {
    direction: rtl;
}

.CodeMirror-code {
    outline: none;
}

.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
    box-sizing: content-box;
}

.CodeMirror-measure {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.CodeMirror-cursor {
    pointer-events: none;
    position: absolute;
}

.CodeMirror-measure pre {
    position: static;
}

div.CodeMirror-cursors {
    position: relative;
    visibility: hidden;
    z-index: 3;
}

.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
    visibility: visible;
}

.CodeMirror-selected {
    background: #d9d9d9;
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0;
}

.CodeMirror-crosshair {
    cursor: crosshair;
}

.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
    background: #d7d4f0;
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0;
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255, 255, 0, 0.4);
}

.cm-force-border {
    padding-right: 0.1px;
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden;
    }
}

.cm-tab-wrap-hack:after {
    content: "";
}

span.CodeMirror-selectedtext {
    background: none;
}

.CodeMirror-dialog {
    background: inherit;
    color: inherit;
    left: 0;
    overflow: hidden;
    padding: 0.1em 0.8em;
    position: absolute;
    right: 0;
    z-index: 15;
}

.CodeMirror-dialog-top {
    border-bottom: 1px solid #eee;
    top: 0;
}

.CodeMirror-dialog-bottom {
    border-top: 1px solid #eee;
    bottom: 0;
}

.CodeMirror-dialog input {
    background: transparent;
    border: none;
    color: inherit;
    font-family: monospace;
    outline: none;
    width: 20em;
}

.CodeMirror-dialog button {
    font-size: 70%;
}

.CodeMirror-merge {
    border: 1px solid #ddd;
    position: relative;
    white-space: pre;
}

.CodeMirror-merge,
.CodeMirror-merge .CodeMirror {
    height: 350px;
}

.CodeMirror-merge-2pane .CodeMirror-merge-pane {
    width: 47%;
}

.CodeMirror-merge-2pane .CodeMirror-merge-gap {
    width: 6%;
}

.CodeMirror-merge-3pane .CodeMirror-merge-pane {
    width: 31%;
}

.CodeMirror-merge-3pane .CodeMirror-merge-gap {
    width: 3.5%;
}

.CodeMirror-merge-pane {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.CodeMirror-merge-pane-rightmost {
    position: absolute;
    right: 0;
    z-index: 1;
}

.CodeMirror-merge-gap {
    background: #f8f8f8;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.CodeMirror-merge-scrolllock-wrap {
    bottom: 0;
    left: 50%;
    position: absolute;
}

.CodeMirror-merge-scrolllock {
    color: #555;
    cursor: pointer;
    left: -50%;
    line-height: 1;
    position: relative;
}

.CodeMirror-merge-scrolllock:after {
    content: "\21db\00a0\00a0\21da";
}

.CodeMirror-merge-scrolllock.CodeMirror-merge-scrolllock-enabled:after {
    content: "\21db\21da";
}

.CodeMirror-merge-copybuttons-left,
.CodeMirror-merge-copybuttons-right {
    bottom: 0;
    left: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.CodeMirror-merge-copy {
    z-index: 3;
}

.CodeMirror-merge-copy,
.CodeMirror-merge-copy-reverse {
    color: #44c;
    cursor: pointer;
    position: absolute;
}

.CodeMirror-merge-copybuttons-left .CodeMirror-merge-copy {
    left: 2px;
}

.CodeMirror-merge-copybuttons-right .CodeMirror-merge-copy {
    right: 2px;
}

.CodeMirror-merge-l-inserted,
.CodeMirror-merge-r-inserted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12MwuCXy3+CWyH8GBgYGJgYkAABZbAQ9ELXurwAAAABJRU5ErkJggg==);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.CodeMirror-merge-l-deleted,
.CodeMirror-merge-r-deleted {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12M4Kyb2/6yY2H8GBgYGJgYkAABURgPz6Ks7wQAAAABJRU5ErkJggg==);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.CodeMirror-merge-r-chunk {
    background: #ffffe0;
}

.CodeMirror-merge-r-chunk-start {
    border-top: 1px solid #ee8;
}

.CodeMirror-merge-r-chunk-end {
    border-bottom: 1px solid #ee8;
}

.CodeMirror-merge-r-connect {
    fill: #ffffe0;
    stroke: #ee8;
    stroke-width: 1px;
}

.CodeMirror-merge-l-chunk {
    background: #eef;
}

.CodeMirror-merge-l-chunk-start {
    border-top: 1px solid #88e;
}

.CodeMirror-merge-l-chunk-end {
    border-bottom: 1px solid #88e;
}

.CodeMirror-merge-l-connect {
    fill: #eef;
    stroke: #88e;
    stroke-width: 1px;
}

.CodeMirror-merge-l-chunk.CodeMirror-merge-r-chunk {
    background: #dfd;
}

.CodeMirror-merge-l-chunk-start.CodeMirror-merge-r-chunk-start {
    border-top: 1px solid #4e4;
}

.CodeMirror-merge-l-chunk-end.CodeMirror-merge-r-chunk-end {
    border-bottom: 1px solid #4e4;
}

.CodeMirror-merge-collapsed-widget:before {
    content: "(...)";
}

.CodeMirror-merge-collapsed-widget {
    background: #eef;
    border: 1px solid #ddf;
    border-radius: 4px;
    color: #88b;
    cursor: pointer;
    font-size: 90%;
    padding: 0 3px;
}

.CodeMirror-merge-collapsed-line .CodeMirror-gutter-elt {
    display: none;
}

/*!
* GitHub Light v0.4.2
* Copyright (c) 2012 - 2017 GitHub, Inc.
* Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
*/
.cm-s-github-light.CodeMirror {
    background: #fff;
    color: #24292e;
}

.cm-s-github-light .CodeMirror-gutters {
    background: #fff;
    border-right-width: 0;
}

.cm-s-github-light .CodeMirror-guttermarker {
    color: #fff;
}

.cm-s-github-light .CodeMirror-guttermarker-subtle {
    color: #d0d0d0;
}

.cm-s-github-light .CodeMirror-linenumber {
    color: #959da5;
    padding: 0 16px;
}

.cm-s-github-light .CodeMirror-cursor {
    border-left: 1px solid #24292e;
}

.cm-s-github-light .CodeMirror-line::-moz-selection,
.cm-s-github-light .CodeMirror-line::selection,
.cm-s-github-light .CodeMirror-line > span::-moz-selection,
.cm-s-github-light .CodeMirror-line > span::selection,
.cm-s-github-light .CodeMirror-line > span > span::-moz-selection,
.cm-s-github-light .CodeMirror-line > span > span::selection,
.cm-s-github-light div.CodeMirror-selected {
    background: #c8c8fa;
}

.cm-s-github-light .CodeMirror-activeline-background {
    background: #fafbfc;
}

.cm-s-github-light .CodeMirror-matchingbracket {
    color: #24292e !important;
    text-decoration: underline;
}

.cm-s-github-light .CodeMirror-lines {
    background: #fff;
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
        monospace;
    font-size: 12px;
    line-height: 1.5;
}

.cm-s-github-light .cm-comment {
    color: #6a737d;
}

.cm-s-github-light .cm-constant {
    color: #005cc5;
}

.cm-s-github-light .cm-entity {
    color: #6f42c1;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.cm-s-github-light .cm-keyword {
    color: #d73a49;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.cm-s-github-light .cm-storage {
    color: #d73a49;
}

.cm-s-github-light .cm-string {
    color: #032f62;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.cm-s-github-light .cm-support {
    color: #005cc5;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.cm-s-github-light .cm-variable {
    color: #e36209;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

details-dialog {
    left: 50%;
    margin: 10vh auto;
    max-height: 80vh;
    max-width: 90vw;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 448px;
    z-index: 999;
}

.octicon {
    display: inline-block;
    fill: currentColor;
    vertical-align: text-top;
}

body.intent-mouse [role="button"]:focus,
body.intent-mouse button:focus,
body.intent-mouse summary:focus {
    outline: none;
}

.CodeMirror {
    height: calc(100vh - 1px);
}

.file-editor-textarea {
    border: 0;
    border-radius: 0;
    font: 12px SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
        monospace;
    outline: none;
    padding: 5px 4px;
    resize: vertical;
    width: 100%;
}

.container-preview .tabnav-tabs {
    margin: -6px 0 -6px -11px;
}

.container-preview .tabnav-tabs .tabnav-tab {
    border-radius: 0;
    padding: 12px 15px;
}

.container-preview .tabnav-tabs > .selected:first-child {
    border-top-left-radius: 3px;
}

.container-preview .tabnav-tabs .selected {
    font-weight: 600;
}

.container-preview.template-editor .commit-create,
.container-preview.template-editor .file-actions {
    display: block;
}

.container-preview.template-editor .commit-preview,
.container-preview.template-editor .error-preview-msg,
.container-preview.template-editor .loading-preview-msg,
.container-preview.template-editor .no-changes-preview-msg,
.container-preview.template-editor .show-code {
    display: none !important;
}

.container-preview.render-editor .commit-create,
.container-preview.render-editor .file-actions {
    display: block;
}

.container-preview.render-editor .commit-preview,
.container-preview.render-editor .error-preview-msg,
.container-preview.render-editor .loading-preview-msg,
.container-preview.render-editor .no-changes-preview-msg,
.container-preview.render-editor .show-code,
.container-preview.render-editor .template-editor {
    display: none !important;
}

.container-preview.show-code .commit-create,
.container-preview.show-code .file-actions {
    display: block;
}

.container-preview.show-code .commit-preview,
.container-preview.show-code .error-preview-msg,
.container-preview.show-code .loading-preview-msg,
.container-preview.show-code .no-changes-preview-msg,
.container-preview.show-code .render-editor,
.container-preview.show-code .template-editor {
    display: none !important;
}

.container-preview:not(.show-code) .commit-create,
.container-preview:not(.show-code) .file-actions {
    display: none !important;
}

.container-preview.loading-preview .loading-preview-msg {
    display: block;
}

.container-preview.loading-preview .commit-preview,
.container-preview.loading-preview .error-preview-msg,
.container-preview.loading-preview .no-changes-preview-msg,
.container-preview.loading-preview .render-editor,
.container-preview.loading-preview .template-editor {
    display: none !important;
}

.container-preview.show-preview .commit-preview {
    display: block;
}

.container-preview.show-preview .error-preview-msg,
.container-preview.show-preview .loading-preview-msg,
.container-preview.show-preview .no-changes-preview-msg,
.container-preview.show-preview .render-editor,
.container-preview.show-preview .template-editor {
    display: none !important;
}

.container-preview.no-changes-preview .no-changes-preview-msg {
    display: block;
}

.container-preview.no-changes-preview .commit-preview,
.container-preview.no-changes-preview .error-preview-msg,
.container-preview.no-changes-preview .loading-preview-msg,
.container-preview.no-changes-preview .render-editor,
.container-preview.no-changes-preview .template-editor {
    display: none !important;
}

.container-preview.error-preview .error-preview-msg {
    display: block;
}

.container-preview.error-preview .commit-preview,
.container-preview.error-preview .loading-preview-msg,
.container-preview.error-preview .no-changes-preview-msg,
.container-preview.error-preview .render-editor,
.container-preview.error-preview .template-editor {
    display: none !important;
}

.container-preview p.preview-msg {
    font-size: 16px;
    padding: 30px;
}

.render-editor-lock {
    background: hsla(0, 0%, 100%, 0.7);
    z-index: 5;
}

.CodeMirror-merge-header {
    height: 30px;
}

.CodeMirror-merge-header .CodeMirror-merge-pane {
    height: 30px;
    line-height: 30px;
}

.cm-s-github-light .merge-gutter {
    width: 14px;
}

.conflict-background + .CodeMirror-gutter-wrapper .CodeMirror-linenumber {
    background-color: #fffbdd;
}

.conflict-gutter-marker {
    background-color: #fffbdd;
}

.conflict-gutter-marker:after,
.conflict-gutter-marker:before {
    background-color: #d73a49;
    content: "";
    left: -1px;
    position: absolute;
}

.conflict-gutter-marker-end:after,
.conflict-gutter-marker-start:after {
    height: 10px;
    width: 1px;
}

.conflict-gutter-marker-end:before,
.conflict-gutter-marker-middle:before,
.conflict-gutter-marker-start:before {
    height: 1px;
    width: 10px;
}

.conflict-gutter-marker-start:after {
    bottom: 0;
}

.conflict-gutter-marker-end:after {
    top: 0;
}

.conflict-gutter-marker-start:before {
    top: 7px;
}

.conflict-gutter-marker-end:before {
    bottom: 7px;
}

.conflict-gutter-marker-line:after,
.conflict-gutter-marker-middle:after {
    height: 18px;
    width: 1px;
}

.conflict-gutter-marker-middle:before {
    top: 9px;
}

.form-group .edit-action {
    opacity: 0.6;
}

.form-group .form-field-hover {
    background-color: none;
    border: 1px solid rgba(149, 157, 165, 0);
}

.form-group:hover {
    cursor: pointer;
}

.form-group:hover .edit-action {
    opacity: 0.7;
}

.form-group:hover .form-field-hover {
    border: 1px solid #959da5;
}

.placeholder-box {
    border: 1px solid #959da5;
}

.template-previews {
    max-width: 768px;
}

.template-previews .Box .expand-group {
    display: none;
    height: 0;
}

.template-previews .Box .dismiss-preview-button {
    display: none;
}

.template-previews .Box.expand-preview .expand-group {
    display: block;
    height: 100%;
    transition: height 3s;
}

.template-previews .Box.expand-preview .preview-button {
    display: none;
}

.template-previews .Box.expand-preview .dismiss-preview-button {
    display: inline;
}

.template-previews .discussion-sidebar-heading {
    color: #24292e;
    font-size: 14px;
}

.template-previews .discussion-sidebar-heading:hover {
    color: #0366d6;
}

.edit-labels {
    display: none;
}

.preview-section {
    display: block;
}

.Box .section-focus .preview-section,
.edit-section {
    display: none;
}

.Box .section-focus .edit-section {
    display: block;
}

.user-select-contain {
    -moz-user-select: contain;
    -ms-user-select: element;
    -ms-user-select: contain;
    -webkit-user-select: contain;
    user-select: contain;
}

.zeroclipboard-link {
    background: none;
    border: 0;
    color: #0366d6;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.zeroclipboard-link .octicon,
image-crop {
    display: block;
}

image-crop.nesw {
    cursor: nesw-resize;
}

image-crop.nwse {
    cursor: nwse-resize;
}

image-crop.nesw .crop-box,
image-crop.nwse .crop-box {
    cursor: inherit;
}

image-crop[loaded] .crop-image {
    display: block;
}

image-crop .crop-image,
image-crop[loaded] [data-loading-slot] {
    display: none;
}

image-crop .crop-wrapper {
    font-size: 0;
    position: relative;
}

image-crop .crop-container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    user-select: none;
    width: 100%;
    z-index: 1;
}

image-crop .crop-box {
    border: 1px dashed #fff;
    box-sizing: border-box;
    cursor: move;
    position: absolute;
}

image-crop .crop-outline {
    bottom: 0;
    left: 0;
    outline: 600px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 0;
    top: 0;
}

image-crop .handle {
    position: absolute;
}

image-crop .handle:before {
    background: #fff;
    border: 1px solid #767676;
    content: " ";
    display: block;
    padding: 4px;
    position: absolute;
    transform: translate(-50%, -50%);
}

image-crop .ne {
    cursor: nesw-resize;
    right: 0;
    top: 0;
}

image-crop .nw {
    cursor: nwse-resize;
    left: 0;
    top: 0;
}

image-crop .se {
    bottom: 0;
    cursor: nwse-resize;
    right: 0;
}

image-crop .sw {
    bottom: 0;
    cursor: nesw-resize;
    left: 0;
}

/*!
* Primer-core
* http://primer.github.io
*
* Released under MIT license. Copyright (c) 2019 GitHub Inc.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

summary {
    display: list-item;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

[hidden],
template {
    display: none !important;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

* {
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

body {
    background-color: #fff;
    color: #24292e;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #0366d6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

b,
strong {
    font-weight: 600;
}

.rule,
hr {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dfe2e5;
    height: 0;
    margin: 15px 0;
    overflow: hidden;
}

.rule:before,
hr:before {
    content: "";
    display: table;
}

.rule:after,
hr:after {
    clear: both;
    content: "";
    display: table;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

button {
    border-radius: 0;
    cursor: pointer;
}

[hidden][hidden] {
    display: none !important;
}

details summary {
    cursor: pointer;
}

details:not([open]) > :not(summary) {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

h1,
h2 {
    font-weight: 600;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h3,
h4 {
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h5,
h6 {
    font-weight: 600;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

small {
    font-size: 90%;
}

blockquote {
    margin: 0;
}

ol,
ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

ol ol,
ul ol {
    list-style-type: lower-roman;
}

ol ol ol,
ol ul ol,
ul ol ol,
ul ul ol {
    list-style-type: lower-alpha;
}

dd {
    margin-left: 0;
}

code,
pre,
tt {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
        monospace;
    font-size: 12px;
}

pre {
    margin-bottom: 0;
    margin-top: 0;
}

.octicon {
    vertical-align: text-bottom;
}

.Box {
    background-color: #fff;
    border: 1px solid #d1d5da;
    border-radius: 3px;
}

.Box--condensed {
    line-height: 1.25;
}

.Box--condensed .Box-body,
.Box--condensed .Box-footer,
.Box--condensed .Box-header {
    padding: 8px 16px;
}

.Box--condensed .Box-btn-octicon.btn-octicon {
    line-height: 1.25;
    margin: -8px -16px;
    padding: 8px 16px;
}

.Box--condensed .Box-row {
    padding: 8px 16px;
}

.Box--spacious .Box-header {
    line-height: 1.25;
    padding: 24px;
}

.Box--spacious .Box-title {
    font-size: 20px;
}

.Box--spacious .Box-body,
.Box--spacious .Box-footer {
    padding: 24px;
}

.Box--spacious .Box-btn-octicon.btn-octicon {
    margin: -24px;
    padding: 24px;
}

.Box--spacious .Box-row {
    padding: 24px;
}

.Box-header {
    background-color: #f6f8fa;
    border: 1px solid #d1d5da;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: -1px -1px 0;
    padding: 16px;
}

.Box-title {
    font-size: 14px;
    font-weight: 600;
}

.Box-body {
    border-bottom: 1px solid #e1e4e8;
    padding: 16px;
}

.Box-body:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: -1px;
}

.Box-row {
    border-top: 1px solid #e1e4e8;
    list-style-type: none;
    margin-top: -1px;
    padding: 16px;
}

.Box-row:first-of-type {
    border-top-color: transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.Box-row:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.Box-row.Box-row--unread,
.Box-row.unread {
    box-shadow: inset 2px 0 0 #0366d6;
}

.Box-row.navigation-focus .Box-row--drag-button {
    color: #0366d6;
    cursor: grab;
    opacity: 1;
}

.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
    cursor: grabbing;
}

.Box-row.navigation-focus.sortable-chosen {
    background-color: #fafbfc;
}

.Box-row.navigation-focus.sortable-ghost {
    background-color: #f6f8fa;
}

.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
    opacity: 0;
}

.Box-row--focus-gray.navigation-focus {
    background-color: #f6f8fa;
}

.Box-row--focus-blue.navigation-focus {
    background-color: #f1f8ff;
}

.Box-row--hover-gray:hover {
    background-color: #f6f8fa;
}

.Box-row--hover-blue:hover {
    background-color: #f1f8ff;
}

@media (min-width: 768px) {
    .Box-row-link {
        color: #24292e;
        text-decoration: none;
    }

    .Box-row-link:hover {
        color: #0366d6;
        text-decoration: none;
    }
}

.Box-row--drag-button {
    opacity: 0;
}

.Box-footer {
    border-top: 1px solid #e1e4e8;
    margin-top: -1px;
    padding: 16px;
}

.Box--scrollable {
    max-height: 324px;
    overflow: scroll;
}

.Box--blue {
    border-color: #c8e1ff;
}

.Box--blue .Box-header {
    background-color: #f1f8ff;
    border-color: #c8e1ff;
}

.Box--blue .Box-body,
.Box--blue .Box-footer,
.Box--blue .Box-row {
    border-color: #c8e1ff;
}

.Box--danger {
    border-color: #d73a49;
}

.Box--danger .Box-row:first-of-type {
    border-color: #d73a49;
}

.Box--danger .Box-body:last-of-type {
    border-color: #d73a49;
}

.Box-header--blue {
    background-color: #f1f8ff;
    border-color: #c8e1ff;
}

.Box-row--yellow {
    background-color: #fffbdd;
}

.Box-row--blue {
    background-color: #f1f8ff;
}

.Box-row--gray {
    background-color: #f6f8fa;
}

.Box-btn-octicon.btn-octicon {
    line-height: 1.5;
    margin: -16px;
    padding: 16px;
}

.breadcrumb-item {
    display: inline-block;
    list-style: none;
    margin-left: -0.35em;
    white-space: nowrap;
}

.breadcrumb-item:after {
    color: #e1e4e8;
    content: "/";
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.breadcrumb-item:first-child {
    margin-left: 0;
}

.breadcrumb-item-selected:after {
    content: none;
}

.btn {
    -moz-appearance: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    appearance: none;
    background-position: -1px -1px;
    background-repeat: repeat-x;
    background-size: 110% 110%;
    border: 1px solid rgba(27, 31, 35, 0.2);
    border-radius: 0.25em;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 12px;
    position: relative;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn i {
    font-style: normal;
    font-weight: 500;
    opacity: 0.75;
}

.btn .octicon {
    vertical-align: text-top;
}

.btn .Counter {
    background-color: rgba(27, 31, 35, 0.1);
    color: #586069;
    text-shadow: none;
}

.btn:hover {
    background-repeat: repeat-x;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
}

.btn.disabled,
.btn:disabled {
    background-position: 0 0;
    cursor: default;
}

.btn.selected,
.btn:active {
    background-image: none;
}

.btn {
    background-color: #eff3f6;
    background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
    color: #24292e;
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}

.btn.hover,
.btn:hover {
    background-color: #e6ebf1;
    background-image: linear-gradient(-180deg, #f0f3f6, #e6ebf1 90%);
    background-position: -0.5em;
    border-color: rgba(27, 31, 35, 0.35);
}

.btn.selected,
.btn:active,
[open] > .btn {
    background-color: #e9ecef;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.35);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

.btn.disabled,
.btn:disabled {
    background-color: #eff3f6;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none;
    color: rgba(36, 41, 46, 0.4);
}

.btn-primary {
    background-color: #28a745;
    background-image: linear-gradient(-180deg, #34d058, #28a745 90%);
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4);
}

.btn-primary.hover,
.btn-primary:hover {
    background-color: #269f42;
    background-image: linear-gradient(-180deg, #2fcb53, #269f42 90%);
    background-position: -0.5em;
    border-color: rgba(27, 31, 35, 0.5);
}

.btn-primary.selected,
.btn-primary:active,
[open] > .btn-primary {
    background-color: #279f43;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #94d3a2;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none;
    color: hsla(0, 0%, 100%, 0.75);
}

.btn-primary .Counter {
    background-color: #fff;
    color: #29b249;
}

.btn-purple {
    background-color: #643ab0;
    background-image: linear-gradient(-180deg, #7e55c7, #643ab0 90%);
    color: #fff;
}

.btn-purple.focus,
.btn-purple:focus {
    box-shadow: 0 0 0 0.2em rgba(126, 85, 199, 0.4);
}

.btn-purple.hover,
.btn-purple:hover {
    background-color: #5f37a8;
    background-image: linear-gradient(-180deg, #784ec5, #5f37a8 90%);
    background-position: -0.5em;
    border-color: rgba(27, 31, 35, 0.5);
}

.btn-purple.selected,
.btn-purple:active,
[open] > .btn-purple {
    background-color: #613ca4;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

.btn-purple.disabled,
.btn-purple:disabled {
    background-color: #b19cd7;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none;
    color: hsla(0, 0%, 100%, 0.75);
}

.btn-purple .Counter {
    background-color: #fff;
    color: #683cb8;
}

.btn-blue {
    background-color: #0361cc;
    background-image: linear-gradient(-180deg, #0679fc, #0361cc 90%);
    color: #fff;
}

.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4);
}

.btn-blue.hover,
.btn-blue:hover {
    background-color: #035cc2;
    background-image: linear-gradient(-180deg, #0374f4, #035cc2 90%);
    background-position: -0.5em;
    border-color: rgba(27, 31, 35, 0.5);
}

.btn-blue.selected,
.btn-blue:active,
[open] > .btn-blue {
    background-color: #045cc1;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

.btn-blue.disabled,
.btn-blue:disabled {
    background-color: #81b0e5;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none;
    color: hsla(0, 0%, 100%, 0.75);
}

.btn-blue .Counter {
    background-color: #fff;
    color: #0366d6;
}

.btn-danger {
    background-color: #fafbfc;
    background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
    color: #cb2431;
}

.btn-danger:focus {
    box-shadow: 0 0 0 0.2em rgba(203, 36, 49, 0.4);
}

.btn-danger:hover {
    background-color: #cb2431;
    background-image: linear-gradient(-180deg, #de4450, #cb2431 90%);
    border-color: rgba(27, 31, 35, 0.5);
    color: #fff;
}

.btn-danger:hover .Counter {
    color: #fff;
}

.btn-danger.selected,
.btn-danger:active,
[open] > .btn-danger {
    background-color: #b5202c;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
    color: #fff;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #eff3f6;
    background-image: none;
    border-color: rgba(27, 31, 35, 0.2);
    box-shadow: none;
    color: rgba(203, 36, 49, 0.4);
}

.btn-outline {
    background-color: #fff;
    background-image: none;
    color: #0366d6;
}

.btn-outline .Counter {
    background-color: rgba(27, 31, 35, 0.07);
}

.btn-outline.selected,
.btn-outline:active,
.btn-outline:hover,
[open] > .btn-outline {
    background-color: #0366d6;
    background-image: none;
    border-color: #0366d6;
    color: #fff;
}

.btn-outline.selected .Counter,
.btn-outline:active .Counter,
.btn-outline:hover .Counter,
[open] > .btn-outline .Counter {
    background-color: #fff;
    color: #0366d6;
}

.btn-outline:focus {
    border-color: #0366d6;
    box-shadow: 0 0 0 0.2em rgba(3, 102, 214, 0.4);
}

.btn-outline.disabled,
.btn-outline:disabled {
    background-color: #fff;
    border-color: rgba(27, 31, 35, 0.15);
    box-shadow: none;
    color: rgba(27, 31, 35, 0.3);
}

.btn-with-count {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
}

.btn-sm {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 10px;
}

.btn-large {
    border-radius: 6px;
    font-size: inherit;
    padding: 0.75em 1.25em;
}

.hidden-text-expander {
    display: block;
}

.hidden-text-expander.inline {
    display: inline-block;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.ellipsis-expander,
.hidden-text-expander a {
    background: #dfe2e5;
    border: 0;
    border-radius: 1px;
    color: #444d56;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 12px;
    line-height: 6px;
    padding: 0 5px 5px;
    text-decoration: none;
    vertical-align: middle;
}

.ellipsis-expander:hover,
.hidden-text-expander a:hover {
    background-color: #c6cbd1;
    text-decoration: none;
}

.ellipsis-expander:active,
.hidden-text-expander a:active {
    background-color: #2188ff;
    color: #fff;
}

.social-count {
    background-color: #fff;
    border: 1px solid rgba(27, 31, 35, 0.2);
    border-bottom-right-radius: 3px;
    border-left: 0;
    border-top-right-radius: 3px;
    color: #24292e;
    float: left;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 3px 10px;
    vertical-align: middle;
}

.social-count:active,
.social-count:hover {
    text-decoration: none;
}

.social-count:hover {
    color: #0366d6;
    cursor: pointer;
}

.btn-block {
    display: block;
    text-align: center;
    width: 100%;
}

.btn-link {
    -moz-appearance: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    color: #0366d6;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
}

.btn-link:hover {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link:disabled:hover {
    color: rgba(88, 96, 105, 0.5);
    cursor: default;
}

.details-reset > summary {
    list-style: none;
}

.details-reset > summary:before {
    display: none;
}

.details-reset > summary::-webkit-details-marker {
    display: none;
}

.BtnGroup {
    display: inline-block;
    vertical-align: middle;
}

.BtnGroup:before {
    content: "";
    display: table;
}

.BtnGroup:after {
    clear: both;
    content: "";
    display: table;
}

.BtnGroup + .btn,
.BtnGroup + .BtnGroup {
    margin-left: 4px;
}

.BtnGroup-item {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    position: relative;
}

.BtnGroup-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.BtnGroup-item:last-child {
    border-bottom-right-radius: 3px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
}

.BtnGroup-item.selected,
.BtnGroup-item:active,
.BtnGroup-item:focus,
.BtnGroup-item:hover {
    border-right-width: 1px;
}

.BtnGroup-item.selected + .BtnGroup-item,
.BtnGroup-item.selected + .BtnGroup-parent .BtnGroup-item,
.BtnGroup-item:active + .BtnGroup-item,
.BtnGroup-item:active + .BtnGroup-parent .BtnGroup-item,
.BtnGroup-item:focus + .BtnGroup-item,
.BtnGroup-item:focus + .BtnGroup-parent .BtnGroup-item,
.BtnGroup-item:hover + .BtnGroup-item,
.BtnGroup-item:hover + .BtnGroup-parent .BtnGroup-item {
    border-left-width: 0;
}

.BtnGroup-parent {
    float: left;
}

.BtnGroup-parent:first-child .BtnGroup-item {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.BtnGroup-parent:last-child .BtnGroup-item {
    border-bottom-right-radius: 3px;
    border-right-width: 1px;
    border-top-right-radius: 3px;
}

.BtnGroup-parent .BtnGroup-item {
    border-radius: 0;
    border-right-width: 0;
}

.BtnGroup-parent.selected .BtnGroup-item,
.BtnGroup-parent:active .BtnGroup-item,
.BtnGroup-parent:focus .BtnGroup-item,
.BtnGroup-parent:hover .BtnGroup-item {
    border-right-width: 1px;
}

.BtnGroup-parent.selected + .BtnGroup-item,
.BtnGroup-parent.selected + .BtnGroup-parent .BtnGroup-item,
.BtnGroup-parent:active + .BtnGroup-item,
.BtnGroup-parent:active + .BtnGroup-parent .BtnGroup-item,
.BtnGroup-parent:focus + .BtnGroup-item,
.BtnGroup-parent:focus + .BtnGroup-parent .BtnGroup-item,
.BtnGroup-parent:hover + .BtnGroup-item,
.BtnGroup-parent:hover + .BtnGroup-parent .BtnGroup-item {
    border-left-width: 0;
}

.BtnGroup-item:active,
.BtnGroup-item:focus,
.BtnGroup-parent:active,
.BtnGroup-parent:focus {
    z-index: 1;
}

.TableObject {
    display: table;
}

.TableObject-item {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.TableObject-item--primary {
    width: 99%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    font-weight: 600;
}

.form-control,
.form-select {
    background-color: #fff;
    background-position: right 8px center;
    background-repeat: no-repeat;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
    color: #24292e;
    font-size: 16px;
    line-height: 20px;
    min-height: 34px;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
}

.form-control.focus,
.form-control:focus,
.form-select.focus,
.form-select:focus {
    border-color: #2188ff;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075),
        0 0 0 0.2em rgba(3, 102, 214, 0.3);
    outline: none;
}

@media (min-width: 768px) {
    .form-control,
    .form-select {
        font-size: 14px;
    }
}

.input-contrast {
    background-color: #fafbfc;
}

.input-contrast:focus {
    background-color: #fff;
}

:-ms-input-placeholder {
    color: #6a737d;
}

::-ms-input-placeholder {
    color: #6a737d;
}

::placeholder {
    color: #6a737d;
}

.input-sm {
    font-size: 12px;
    line-height: 20px;
    min-height: 28px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.input-lg {
    font-size: 16px;
    padding: 4px 10px;
}

.input-block {
    display: block;
    width: 100%;
}

.input-monospace {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
        monospace;
}

.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    visibility: hidden;
}

.form-checkbox {
    margin: 15px 0;
    padding-left: 20px;
    vertical-align: middle;
}

.form-checkbox label em.highlight {
    background: #fffbdd;
    border-radius: 3px;
    font-style: normal;
    left: -4px;
    padding: 2px 4px;
    position: relative;
}

.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
    float: left;
    margin: 5px 0 0 -20px;
    vertical-align: middle;
}

.form-checkbox .note {
    color: #586069;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.form-checkbox-details {
    display: none;
}

.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,
.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
    display: block;
}

.hfields {
    margin: 15px 0;
}

.hfields:before {
    content: "";
    display: table;
}

.hfields:after {
    clear: both;
    content: "";
    display: table;
}

.hfields .form-group {
    float: left;
    margin: 0 30px 0 0;
}

.hfields .form-group dt label {
    color: #586069;
    display: inline-block;
    margin: 5px 0 0;
}

.hfields .form-group dt img {
    position: relative;
    top: -2px;
}

.hfields .btn {
    float: left;
    margin: 28px 25px 0 -20px;
}

.hfields .form-select {
    margin-top: 5px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.form-actions:before {
    content: "";
    display: table;
}

.form-actions:after {
    clear: both;
    content: "";
    display: table;
}

.form-actions .btn {
    float: right;
}

.form-actions .btn + .btn {
    margin-right: 5px;
}

.form-warning {
    background: #fffbdd;
    border: 1px solid #d9d0a5;
    border-radius: 3px;
    color: #735c0f;
    font-size: 14px;
    margin: 10px 0;
    padding: 8px 10px;
}

.form-warning p {
    line-height: 1.5;
    margin: 0;
}

.form-warning a {
    font-weight: 600;
}

.form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff
        url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC")
        no-repeat right 8px center;
    background-size: 8px 10px;
    display: inline-block;
    height: 34px;
    max-width: 100%;
    padding-right: 24px;
}

.form-select::-ms-expand {
    opacity: 0;
}

.form-select[multiple] {
    height: auto;
}

.select-sm {
    font-size: 12px;
    height: 28px;
    min-height: 28px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.select-sm[multiple] {
    height: auto;
    min-height: 0;
}

.form-group {
    margin: 15px 0;
}

.form-group .form-control {
    background-color: #fafbfc;
    margin-right: 5px;
    max-width: 100%;
    width: 440px;
}

.form-group .form-control:focus {
    background-color: #fff;
}

.form-group .form-control.shorter {
    width: 130px;
}

.form-group .form-control.short {
    width: 250px;
}

.form-group .form-control.long {
    width: 100%;
}

.form-group textarea.form-control {
    height: 200px;
    min-height: 200px;
    width: 100%;
}

.form-group textarea.form-control.short {
    height: 50px;
    min-height: 50px;
}

.form-group dt {
    margin: 0 0 6px;
}

.form-group label {
    position: relative;
}

.form-group.flattened dt {
    float: left;
    line-height: 32px;
    margin: 0;
}

.form-group.flattened dd {
    line-height: 32px;
}

.form-group dd h4 {
    margin: 4px 0 0;
}

.form-group dd h4.is-error {
    color: #cb2431;
}

.form-group dd h4.is-success {
    color: #28a745;
}

.form-group dd h4 + .note {
    margin-top: 0;
}

.form-group.required dt label:after {
    color: #cb2431;
    content: "*";
    padding-left: 5px;
}

.form-group .error,
.form-group .indicator,
.form-group .success {
    display: none;
    font-size: 12px;
    font-weight: 600;
}

.form-group.loading {
    opacity: 0.5;
}

.form-group.loading .indicator {
    display: inline;
}

.form-group.loading .spinner {
    display: inline-block;
    vertical-align: middle;
}

.form-group.successful .success {
    color: #28a745;
    display: inline;
}

.form-group.errored .error,
.form-group.errored .warning,
.form-group.warn .error,
.form-group.warn .warning {
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 4px 0 0;
    max-width: 450px;
    padding: 5px 8px;
    position: absolute;
    z-index: 10;
}

.form-group.errored .error:after,
.form-group.errored .error:before,
.form-group.errored .warning:after,
.form-group.errored .warning:before,
.form-group.warn .error:after,
.form-group.warn .error:before,
.form-group.warn .warning:after,
.form-group.warn .warning:before {
    border: solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 10px;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 15;
}

.form-group.errored .error:after,
.form-group.errored .warning:after,
.form-group.warn .error:after,
.form-group.warn .warning:after {
    border-width: 5px;
}

.form-group.errored .error:before,
.form-group.errored .warning:before,
.form-group.warn .error:before,
.form-group.warn .warning:before {
    border-width: 6px;
    margin-left: -1px;
}

.form-group.warn .warning {
    background-color: #fffbdd;
    border-color: #d9d0a5;
    color: #735c0f;
}

.form-group.warn .warning:after {
    border-bottom-color: #fffbdd;
}

.form-group.warn .warning:before {
    border-bottom-color: #d9d0a5;
}

.form-group.errored label {
    color: #cb2431;
}

.form-group.errored .error {
    background-color: #ffdce0;
    border-color: #cea0a5;
    color: #86181d;
}

.form-group.errored .error:after {
    border-bottom-color: #ffdce0;
}

.form-group.errored .error:before {
    border-bottom-color: #cea0a5;
}

.note {
    color: #586069;
    font-size: 12px;
    margin: 4px 0 2px;
    min-height: 17px;
}

.note .spinner {
    margin-right: 3px;
    vertical-align: middle;
}

dl.form-group > dd .form-control.is-autocheck-errored,
dl.form-group > dd .form-control.is-autocheck-loading,
dl.form-group > dd .form-control.is-autocheck-successful {
    padding-right: 30px;
}

dl.form-group > dd .form-control.is-autocheck-loading {
    background-image: url(/images/spinners/octocat-spinner-16px.gif);
}

dl.form-group > dd .form-control.is-autocheck-successful {
    background-image: url(/images/modules/ajax/success.png);
}

dl.form-group > dd .form-control.is-autocheck-errored {
    background-image: url(/images/modules/ajax/error.png);
}

@media only screen and (-moz-min-device-pixel-ratio: 2),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx),
    only screen and (min-resolution: 192dpi) {
    dl.form-group > dd .form-control.is-autocheck-errored,
    dl.form-group > dd .form-control.is-autocheck-loading,
    dl.form-group > dd .form-control.is-autocheck-successful {
        background-size: 16px 16px;
    }

    dl.form-group > dd .form-control.is-autocheck-loading {
        background-image: url(/images/spinners/octocat-spinner-32.gif);
    }

    dl.form-group > dd .form-control.is-autocheck-successful {
        background-image: url(/images/modules/ajax/success@2x.png);
    }

    dl.form-group > dd .form-control.is-autocheck-errored {
        background-image: url(/images/modules/ajax/error@2x.png);
    }
}

.status-indicator {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    width: 16px;
}

.status-indicator .octicon {
    display: none;
}

.status-indicator-success:before {
    content: "";
}

.status-indicator-success .octicon-check {
    color: #28a745;
    display: inline-block;
    fill: #28a745;
}

.status-indicator-success .octicon-x {
    display: none;
}

.status-indicator-failed:before {
    content: "";
}

.status-indicator-failed .octicon-check {
    display: none;
}

.status-indicator-failed .octicon-x {
    color: #cb2431;
    display: inline-block;
    fill: #d73a49;
}

.status-indicator-loading {
    background: url(/images/spinners/octocat-spinner-32-EAF2F5.gif) 0 0
        no-repeat;
    background-size: 16px;
    width: 16px;
}

.inline-form {
    display: inline-block;
}

.inline-form .btn-plain {
    background-color: transparent;
    border: 0;
}

.drag-and-drop {
    background-color: #fafbfc;
    border: 1px solid #c3c8cf;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
    color: #586069;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 7px 10px;
}

.drag-and-drop .default,
.drag-and-drop .error,
.drag-and-drop .loading {
    display: none;
}

.drag-and-drop .error {
    color: #cb2431;
}

.drag-and-drop img {
    vertical-align: top;
}

.is-bad-file .drag-and-drop .bad-file,
.is-bad-permissions .drag-and-drop .bad-permissions,
.is-default .drag-and-drop .default,
.is-duplicate-filename .drag-and-drop .duplicate-filename,
.is-empty .drag-and-drop .empty,
.is-hidden-file .drag-and-drop .hidden-file,
.is-repository-required .drag-and-drop .repository-required,
.is-too-big .drag-and-drop .too-big,
.is-uploading .drag-and-drop .loading {
    display: inline-block;
}

.drag-and-drop-error-info {
    color: #586069;
    font-weight: 400;
}

.drag-and-drop-error-info a {
    color: #0366d6;
}

.is-failed .drag-and-drop .failed-request {
    display: inline-block;
}

.manual-file-chooser {
    cursor: pointer;
    margin-left: -80px;
    opacity: 0.0001;
    padding: 5px;
    position: absolute;
    width: 240px;
}

.manual-file-chooser:hover + .manual-file-chooser-text {
    text-decoration: underline;
}

.btn .manual-file-chooser {
    line-height: 34px;
    padding: 0;
    top: 0;
}

.upload-enabled textarea {
    border-bottom: 1px dashed #dfe2e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
}

.upload-enabled.focused {
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075),
        0 0 0 0.2em rgba(3, 102, 214, 0.3);
}

.upload-enabled.focused .form-control {
    box-shadow: none;
}

.upload-enabled.focused .drag-and-drop {
    border-color: #4a9eff;
}

.dragover .drag-and-drop,
.dragover textarea {
    box-shadow: 0 0 3px #c9ff00;
}

.previewable-comment-form,
.write-content {
    position: relative;
}

.previewable-comment-form .tabnav {
    padding: 8px 8px 0;
    position: relative;
}

.previewable-comment-form .comment {
    border: 1px solid #c3c8cf;
}

.previewable-comment-form .comment-form-error {
    margin-bottom: 8px;
}

.previewable-comment-form .preview-content,
.previewable-comment-form .write-content {
    display: none;
    margin: 0 8px 8px;
}

.previewable-comment-form.preview-selected .preview-content,
.previewable-comment-form.write-selected .write-content {
    display: block;
}

.previewable-comment-form textarea {
    display: block;
    max-height: 500px;
    min-height: 100px;
    padding: 8px;
    resize: vertical;
    width: 100%;
}

.form-action-spacious {
    margin-top: 10px;
}

div.composer {
    border: 0;
    margin-top: 0;
}

.composer .comment-form-textarea {
    height: 200px;
    min-height: 200px;
}

.composer .tabnav {
    margin: 0 0 10px;
}

h2.account {
    color: #586069;
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0 0;
}

p.explain {
    color: #586069;
    font-size: 12px;
    position: relative;
}

p.explain strong {
    color: #24292e;
}

p.explain .octicon {
    color: #959da5;
    margin-right: 5px;
}

p.explain .minibutton {
    float: right;
    top: -4px;
}

.form-group label {
    position: static;
}

.input-group {
    display: table;
}

.input-group .form-control {
    position: relative;
    width: 100%;
}

.input-group .form-control:focus {
    z-index: 2;
}

.input-group .form-control + .btn {
    margin-left: 0;
}

.input-group.inline {
    display: inline-table;
}

.input-group-button,
.input-group .form-control {
    display: table-cell;
}

.input-group-button {
    vertical-align: middle;
    width: 1%;
}

.input-group-button:first-child .btn,
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-button:first-child .btn {
    margin-right: -1px;
}

.input-group-button:last-child .btn,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-button:last-child .btn {
    margin-left: -1px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.container:before {
    content: "";
    display: table;
}

.container:after {
    clear: both;
    content: "";
    display: table;
}

.container-sm {
    max-width: 544px;
}

.container-md,
.container-sm {
    margin-left: auto;
    margin-right: auto;
}

.container-md {
    max-width: 768px;
}

.container-lg {
    max-width: 1012px;
}

.container-lg,
.container-xl {
    margin-left: auto;
    margin-right: auto;
}

.container-xl {
    max-width: 1280px;
}

.columns {
    margin-left: -10px;
    margin-right: -10px;
}

.columns:before {
    content: "";
    display: table;
}

.columns:after {
    clear: both;
    content: "";
    display: table;
}

.column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.one-third {
    width: 33.333333%;
}

.two-thirds {
    width: 66.666667%;
}

.one-fourth {
    width: 25%;
}

.one-half {
    width: 50%;
}

.three-fourths {
    width: 75%;
}

.one-fifth {
    width: 20%;
}

.four-fifths {
    width: 80%;
}

.centered {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1012px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }
}

.gutter {
    margin-left: -16px;
    margin-right: -16px;
}

.gutter > [class*="col-"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.gutter-condensed {
    margin-left: -8px;
    margin-right: -8px;
}

.gutter-condensed > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.gutter-spacious {
    margin-left: -24px;
    margin-right: -24px;
}

.gutter-spacious > [class*="col-"] {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

@media (min-width: 544px) {
    .gutter-sm {
        margin-left: -16px;
        margin-right: -16px;
    }

    .gutter-sm > [class*="col-"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gutter-sm-condensed {
        margin-left: -8px;
        margin-right: -8px;
    }

    .gutter-sm-condensed > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .gutter-sm-spacious {
        margin-left: -24px;
        margin-right: -24px;
    }

    .gutter-sm-spacious > [class*="col-"] {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (min-width: 768px) {
    .gutter-md {
        margin-left: -16px;
        margin-right: -16px;
    }

    .gutter-md > [class*="col-"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gutter-md-condensed {
        margin-left: -8px;
        margin-right: -8px;
    }

    .gutter-md-condensed > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .gutter-md-spacious {
        margin-left: -24px;
        margin-right: -24px;
    }

    .gutter-md-spacious > [class*="col-"] {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (min-width: 1012px) {
    .gutter-lg {
        margin-left: -16px;
        margin-right: -16px;
    }

    .gutter-lg > [class*="col-"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gutter-lg-condensed {
        margin-left: -8px;
        margin-right: -8px;
    }

    .gutter-lg-condensed > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .gutter-lg-spacious {
        margin-left: -24px;
        margin-right: -24px;
    }

    .gutter-lg-spacious > [class*="col-"] {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (min-width: 1280px) {
    .gutter-xl {
        margin-left: -16px;
        margin-right: -16px;
    }

    .gutter-xl > [class*="col-"] {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .gutter-xl-condensed {
        margin-left: -8px;
        margin-right: -8px;
    }

    .gutter-xl-condensed > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .gutter-xl-spacious {
        margin-left: -24px;
        margin-right: -24px;
    }

    .gutter-xl-spacious > [class*="col-"] {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

.offset-1 {
    margin-left: 8.33333% !important;
}

.offset-2 {
    margin-left: 16.66667% !important;
}

.offset-3 {
    margin-left: 25% !important;
}

.offset-4 {
    margin-left: 33.33333% !important;
}

.offset-5 {
    margin-left: 41.66667% !important;
}

.offset-6 {
    margin-left: 50% !important;
}

.offset-7 {
    margin-left: 58.33333% !important;
}

.offset-8 {
    margin-left: 66.66667% !important;
}

.offset-9 {
    margin-left: 75% !important;
}

.offset-10 {
    margin-left: 83.33333% !important;
}

.offset-11 {
    margin-left: 91.66667% !important;
}

@media (min-width: 544px) {
    .offset-sm-1 {
        margin-left: 8.33333% !important;
    }

    .offset-sm-2 {
        margin-left: 16.66667% !important;
    }

    .offset-sm-3 {
        margin-left: 25% !important;
    }

    .offset-sm-4 {
        margin-left: 33.33333% !important;
    }

    .offset-sm-5 {
        margin-left: 41.66667% !important;
    }

    .offset-sm-6 {
        margin-left: 50% !important;
    }

    .offset-sm-7 {
        margin-left: 58.33333% !important;
    }

    .offset-sm-8 {
        margin-left: 66.66667% !important;
    }

    .offset-sm-9 {
        margin-left: 75% !important;
    }

    .offset-sm-10 {
        margin-left: 83.33333% !important;
    }

    .offset-sm-11 {
        margin-left: 91.66667% !important;
    }
}

@media (min-width: 768px) {
    .offset-md-1 {
        margin-left: 8.33333% !important;
    }

    .offset-md-2 {
        margin-left: 16.66667% !important;
    }

    .offset-md-3 {
        margin-left: 25% !important;
    }

    .offset-md-4 {
        margin-left: 33.33333% !important;
    }

    .offset-md-5 {
        margin-left: 41.66667% !important;
    }

    .offset-md-6 {
        margin-left: 50% !important;
    }

    .offset-md-7 {
        margin-left: 58.33333% !important;
    }

    .offset-md-8 {
        margin-left: 66.66667% !important;
    }

    .offset-md-9 {
        margin-left: 75% !important;
    }

    .offset-md-10 {
        margin-left: 83.33333% !important;
    }

    .offset-md-11 {
        margin-left: 91.66667% !important;
    }
}

@media (min-width: 1012px) {
    .offset-lg-1 {
        margin-left: 8.33333% !important;
    }

    .offset-lg-2 {
        margin-left: 16.66667% !important;
    }

    .offset-lg-3 {
        margin-left: 25% !important;
    }

    .offset-lg-4 {
        margin-left: 33.33333% !important;
    }

    .offset-lg-5 {
        margin-left: 41.66667% !important;
    }

    .offset-lg-6 {
        margin-left: 50% !important;
    }

    .offset-lg-7 {
        margin-left: 58.33333% !important;
    }

    .offset-lg-8 {
        margin-left: 66.66667% !important;
    }

    .offset-lg-9 {
        margin-left: 75% !important;
    }

    .offset-lg-10 {
        margin-left: 83.33333% !important;
    }

    .offset-lg-11 {
        margin-left: 91.66667% !important;
    }
}

@media (min-width: 1280px) {
    .offset-xl-1 {
        margin-left: 8.33333% !important;
    }

    .offset-xl-2 {
        margin-left: 16.66667% !important;
    }

    .offset-xl-3 {
        margin-left: 25% !important;
    }

    .offset-xl-4 {
        margin-left: 33.33333% !important;
    }

    .offset-xl-5 {
        margin-left: 41.66667% !important;
    }

    .offset-xl-6 {
        margin-left: 50% !important;
    }

    .offset-xl-7 {
        margin-left: 58.33333% !important;
    }

    .offset-xl-8 {
        margin-left: 66.66667% !important;
    }

    .offset-xl-9 {
        margin-left: 75% !important;
    }

    .offset-xl-10 {
        margin-left: 83.33333% !important;
    }

    .offset-xl-11 {
        margin-left: 91.66667% !important;
    }
}

.menu {
    background-color: #fff;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    list-style: none;
    margin-bottom: 15px;
}

.menu-item {
    border-bottom: 1px solid #e1e4e8;
    display: block;
    padding: 8px 10px;
    position: relative;
}

.menu-item:first-child {
    border-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.menu-item:first-child:before {
    border-top-left-radius: 2px;
}

.menu-item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.menu-item:last-child:before {
    border-bottom-left-radius: 2px;
}

.menu-item:hover {
    background-color: #f6f8fa;
    text-decoration: none;
}

.menu-item.selected {
    background-color: #fff;
    color: #24292e;
    cursor: default;
    font-weight: 600;
}

.menu-item.selected:before {
    background-color: #e36209;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.menu-item .octicon {
    color: #24292e;
    margin-right: 5px;
    text-align: center;
    width: 16px;
}

.menu-item .Counter {
    float: right;
    margin-left: 5px;
}

.menu-item .menu-warning {
    color: #86181d;
    float: right;
}

.menu-item .avatar {
    float: left;
    margin-right: 5px;
}

.menu-item.alert .Counter {
    color: #cb2431;
}

.menu-heading {
    background-color: #f3f5f8;
    border-bottom: 1px solid #e1e4e8;
    color: #586069;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 10px;
}

.menu-heading:hover {
    text-decoration: none;
}

.menu-heading:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.menu-heading:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.tabnav {
    border-bottom: 1px solid #d1d5da;
    margin-bottom: 15px;
    margin-top: 0;
}

.tabnav .Counter {
    margin-left: 5px;
}

.tabnav-tabs {
    margin-bottom: -1px;
}

.tabnav-tab {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 0;
    color: #586069;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    text-decoration: none;
}

.tabnav-tab.selected {
    background-color: #fff;
    border-color: #d1d5da;
    border-radius: 3px 3px 0 0;
    color: #24292e;
}

.tabnav-tab:focus,
.tabnav-tab:hover {
    color: #24292e;
    text-decoration: none;
}

.tabnav-extra {
    color: #586069;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    padding-top: 10px;
}

.tabnav-extra > .octicon {
    margin-right: 2px;
}

a.tabnav-extra:hover {
    color: #0366d6;
    text-decoration: none;
}

.tabnav-btn {
    margin-left: 10px;
}

.filter-list {
    list-style-type: none;
}

.filter-list.small .filter-item {
    font-size: 12px;
    margin: 0 0 2px;
    padding: 4px 10px;
}

.filter-list.pjax-active .filter-item {
    background-color: transparent;
    color: #586069;
}

.filter-list.pjax-active .filter-item.pjax-active {
    background-color: #0366d6;
    color: #fff;
}

.filter-item {
    border-radius: 3px;
    color: #586069;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-item:hover {
    background-color: #eaecef;
    text-decoration: none;
}

.filter-item.selected {
    background-color: #0366d6;
    color: #fff;
}

.filter-item .count {
    float: right;
    font-weight: 600;
}

.filter-item .bar {
    background-color: #eff3f6;
    bottom: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    z-index: -1;
}

.subnav {
    margin-bottom: 20px;
}

.subnav:before {
    content: "";
    display: table;
}

.subnav:after {
    clear: both;
    content: "";
    display: table;
}

.subnav-bordered {
    border-bottom: 1px solid #eaecef;
    padding-bottom: 20px;
}

.subnav-flush {
    margin-bottom: 0;
}

.subnav-item {
    border: 1px solid #e1e4e8;
    color: #586069;
    float: left;
    font-weight: 600;
    line-height: 20px;
    padding: 6px 14px;
    position: relative;
}

.subnav-item + .subnav-item {
    margin-left: -1px;
}

.subnav-item:focus,
.subnav-item:hover {
    background-color: #f6f8fa;
    text-decoration: none;
}

.subnav-item.selected,
.subnav-item.selected:focus,
.subnav-item.selected:hover {
    background-color: #0366d6;
    border-color: #0366d6;
    color: #fff;
    z-index: 2;
}

.subnav-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.subnav-item:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.subnav-search {
    margin-left: 10px;
    position: relative;
}

.subnav-search-input {
    color: #586069;
    padding-left: 30px;
    width: 320px;
}

.subnav-search-input-wide {
    width: 500px;
}

.subnav-search-icon {
    color: #c6cbd1;
    display: block;
    left: 8px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 9px;
}

.subnav-search-context .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #444d56;
}

.subnav-search-context .btn.selected,
.subnav-search-context .btn:active,
.subnav-search-context .btn:focus,
.subnav-search-context .btn:hover {
    z-index: 2;
}

.subnav-search-context + .subnav-search {
    margin-left: -1px;
}

.subnav-search-context + .subnav-search .subnav-search-input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.subnav-search-context .select-menu-modal-holder {
    z-index: 30;
}

.subnav-search-context .select-menu-modal {
    width: 220px;
}

.subnav-search-context .select-menu-item-icon {
    color: inherit;
}

.subnav-spacer-right {
    padding-right: 10px;
}

.UnderlineNav {
    border-bottom: 1px solid #e1e4e8;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
}

.UnderlineNav-body {
    display: flex;
}

.UnderlineNav-item {
    border-bottom: 2px solid transparent;
    color: #586069;
    font-size: 14px;
    line-height: 1.5;
    margin-right: 16px;
    padding: 16px 8px;
    text-align: center;
}

.UnderlineNav-item:focus,
.UnderlineNav-item:hover {
    border-bottom-color: #d1d5da;
    color: #24292e;
    text-decoration: none;
    transition: 0.2s ease;
}

.UnderlineNav-item:focus .UnderlineNav-octicon,
.UnderlineNav-item:hover .UnderlineNav-octicon {
    color: #6a737d;
}

.UnderlineNav-item.selected {
    border-bottom-color: #e36209;
    color: #24292e;
    font-weight: 600;
}

.UnderlineNav-item.selected .UnderlineNav-octicon {
    color: #6a737d;
}

.UnderlineNav--right {
    justify-content: flex-end;
}

.UnderlineNav--right .UnderlineNav-item {
    margin-left: 16px;
    margin-right: 0;
}

.UnderlineNav--right .UnderlineNav-actions {
    flex: 1 1 auto;
}

.UnderlineNav-actions {
    align-self: center;
}

.UnderlineNav--full {
    display: block;
}

.UnderlineNav-octicon {
    color: #959da5;
}

.UnderlineNav-container {
    display: flex;
    justify-content: space-between;
}

.pagination:before {
    content: "";
    display: table;
}

.pagination:after {
    clear: both;
    content: "";
    display: table;
}

.pagination a,
.pagination em,
.pagination span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    background: #fff;
    border: 1px solid #e1e4e8;
    color: #0366d6;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-left: -1px;
    padding: 7px 12px;
    position: relative;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.pagination a:first-child,
.pagination em:first-child,
.pagination span:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}

.pagination a:last-child,
.pagination em:last-child,
.pagination span:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination a:focus,
.pagination a:hover,
.pagination em:focus,
.pagination em:hover,
.pagination span:focus,
.pagination span:hover {
    background-color: #eff3f6;
    border-color: #e1e4e8;
    text-decoration: none;
    z-index: 2;
}

.pagination .selected {
    z-index: 3;
}

.pagination .current,
.pagination .current:hover {
    background-color: #0366d6;
    border-color: #0366d6;
    color: #fff;
    z-index: 3;
}

.pagination .disabled,
.pagination .disabled:hover,
.pagination .gap,
.pagination .gap:hover {
    background-color: #fafbfc;
    color: #d1d5da;
    cursor: default;
}

.paginate-container {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

.paginate-container .pagination {
    display: inline-block;
}

.tooltipped {
    position: relative;
}

.tooltipped:after {
    -webkit-font-smoothing: subpixel-antialiased;
    background: #1b1f23;
    border-radius: 3px;
    color: #fff;
    content: attr(aria-label);
    display: none;
    font: normal normal 11px/1.5 -apple-system, BlinkMacSystemFont, Segoe UI,
        Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
        Segoe UI Symbol;
    letter-spacing: normal;
    opacity: 0;
    padding: 0.5em 0.75em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: pre;
    word-wrap: break-word;
    z-index: 1000000;
}

.tooltipped:before {
    border: 6px solid transparent;
    color: #1b1f23;
    content: "";
    display: none;
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1000001;
}

@keyframes tooltip-appear {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tooltipped:active:after,
.tooltipped:active:before,
.tooltipped:focus:after,
.tooltipped:focus:before,
.tooltipped:hover:after,
.tooltipped:hover:before {
    animation-delay: 0.4s;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    animation-name: tooltip-appear;
    animation-timing-function: ease-in;
    display: inline-block;
    text-decoration: none;
}

.tooltipped-no-delay:active:after,
.tooltipped-no-delay:active:before,
.tooltipped-no-delay:focus:after,
.tooltipped-no-delay:focus:before,
.tooltipped-no-delay:hover:after,
.tooltipped-no-delay:hover:before {
    animation-delay: 0s;
}

.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after,
.tooltipped-multiline:hover:after {
    display: table-cell;
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
    margin-top: 6px;
    right: 50%;
    top: 100%;
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
    border-bottom-color: #1b1f23;
    bottom: -7px;
    margin-right: -6px;
    right: 50%;
    top: auto;
}

.tooltipped-se:after {
    left: 50%;
    margin-left: -16px;
    right: auto;
}

.tooltipped-sw:after {
    margin-right: -16px;
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
    bottom: 100%;
    margin-bottom: 6px;
    right: 50%;
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
    border-top-color: #1b1f23;
    bottom: auto;
    margin-right: -6px;
    right: 50%;
    top: -7px;
}

.tooltipped-ne:after {
    left: 50%;
    margin-left: -16px;
    right: auto;
}

.tooltipped-nw:after {
    margin-right: -16px;
}

.tooltipped-n:after,
.tooltipped-s:after {
    transform: translateX(50%);
}

.tooltipped-w:after {
    bottom: 50%;
    margin-right: 6px;
    right: 100%;
    transform: translateY(50%);
}

.tooltipped-w:before {
    border-left-color: #1b1f23;
    bottom: 50%;
    left: -7px;
    margin-top: -6px;
    top: 50%;
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 6px;
    transform: translateY(50%);
}

.tooltipped-e:before {
    border-right-color: #1b1f23;
    bottom: 50%;
    margin-top: -6px;
    right: -7px;
    top: 50%;
}

.tooltipped-align-right-1:after,
.tooltipped-align-right-2:after {
    margin-right: 0;
    right: 0;
}

.tooltipped-align-right-1:before {
    right: 10px;
}

.tooltipped-align-right-2:before {
    right: 15px;
}

.tooltipped-align-left-1:after,
.tooltipped-align-left-2:after {
    left: 0;
    margin-left: 0;
}

.tooltipped-align-left-1:before {
    left: 5px;
}

.tooltipped-align-left-2:before {
    left: 10px;
}

.tooltipped-multiline:after {
    border-collapse: separate;
    max-width: 250px;
    white-space: pre-line;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    word-wrap: break-word;
}

.tooltipped-multiline.tooltipped-n:after,
.tooltipped-multiline.tooltipped-s:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.tooltipped-multiline.tooltipped-e:after,
.tooltipped-multiline.tooltipped-w:after {
    right: 100%;
}

@media screen and (min-width: 0\0) {
    .tooltipped-multiline:after {
        width: 250px;
    }
}

.tooltipped-sticky:after,
.tooltipped-sticky:before {
    display: inline-block;
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell;
}

.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
    display: inline-block;
    max-width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
}

.css-truncate.expandable.zeroclipboard-is-hover.css-truncate-target,
.css-truncate.expandable.zeroclipboard-is-hover .css-truncate-target,
.css-truncate.expandable:hover.css-truncate-target,
.css-truncate.expandable:hover .css-truncate-target {
    max-width: 10000px !important;
}

.anim-fade-in {
    animation-duration: 1s;
    animation-name: fade-in;
    animation-timing-function: ease-in-out;
}

.anim-fade-in.fast {
    animation-duration: 0.3s;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.anim-fade-out {
    animation-duration: 1s;
    animation-name: fade-out;
    animation-timing-function: ease-out;
}

.anim-fade-out.fast {
    animation-duration: 0.3s;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.anim-fade-up {
    animation-delay: 1s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: fade-up;
    animation-timing-function: ease-out;
    opacity: 0;
}

@keyframes fade-up {
    0% {
        opacity: 0.8;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.anim-fade-down {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: fade-down;
    animation-timing-function: ease-in;
}

@keyframes fade-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0.5;
        transform: translateY(100%);
    }
}

.anim-grow-x {
    animation-delay: 0.5s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: grow-x;
    animation-timing-function: ease;
    width: 0;
}

@keyframes grow-x {
    to {
        width: 100%;
    }
}

.anim-shrink-x {
    animation-delay: 0.5s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: shrink-x;
    animation-timing-function: ease-in-out;
}

@keyframes shrink-x {
    to {
        width: 0;
    }
}

.anim-scale-in {
    animation-duration: 0.15s;
    animation-name: scale-in;
    animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

@keyframes scale-in {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.anim-pulse {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }

    10% {
        opacity: 1;
    }

    to {
        opacity: 0.3;
    }
}

.anim-pulse-in {
    animation-duration: 0.5s;
    animation-name: pulse-in;
}

@keyframes pulse-in {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scaleX(1);
    }
}

.hover-grow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.3s;
}

.hover-grow:hover {
    transform: scale(1.025);
}

.border {
    border: 1px solid #e1e4e8 !important;
}

.border-y {
    border-bottom: 1px solid #e1e4e8 !important;
    border-top: 1px solid #e1e4e8 !important;
}

.border-0 {
    border: 0 !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-top {
    border-top: 1px solid #e1e4e8 !important;
}

.border-right {
    border-right: 1px solid #e1e4e8 !important;
}

.border-bottom {
    border-bottom: 1px solid #e1e4e8 !important;
}

.border-left {
    border-left: 1px solid #e1e4e8 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 3px !important;
}

.rounded-2 {
    border-radius: 6px !important;
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.rounded-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-right-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right-1 {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

.rounded-right-2 {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom-1 {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.rounded-bottom-2 {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.rounded-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
}

.rounded-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

@media (min-width: 544px) {
    .border-sm-top {
        border-top: 1px solid #e1e4e8 !important;
    }

    .border-sm-right {
        border-right: 1px solid #e1e4e8 !important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #e1e4e8 !important;
    }

    .border-sm-left {
        border-left: 1px solid #e1e4e8 !important;
    }

    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-sm-right-0 {
        border-right: 0 !important;
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-sm-left-0 {
        border-left: 0 !important;
    }

    .rounded-sm-0 {
        border-radius: 0 !important;
    }

    .rounded-sm-1 {
        border-radius: 3px !important;
    }

    .rounded-sm-2 {
        border-radius: 6px !important;
    }

    .rounded-sm-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-sm-top-1 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-sm-top-2 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-sm-right-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-sm-right-1 {
        border-bottom-right-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-sm-right-2 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-sm-bottom-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .rounded-sm-bottom-1 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

    .rounded-sm-bottom-2 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .rounded-sm-left-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .rounded-sm-left-1 {
        border-bottom-left-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

    .rounded-sm-left-2 {
        border-bottom-left-radius: 6px !important;
        border-top-left-radius: 6px !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #e1e4e8 !important;
    }

    .border-md-right {
        border-right: 1px solid #e1e4e8 !important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #e1e4e8 !important;
    }

    .border-md-left {
        border-left: 1px solid #e1e4e8 !important;
    }

    .border-md-top-0 {
        border-top: 0 !important;
    }

    .border-md-right-0 {
        border-right: 0 !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-md-left-0 {
        border-left: 0 !important;
    }

    .rounded-md-0 {
        border-radius: 0 !important;
    }

    .rounded-md-1 {
        border-radius: 3px !important;
    }

    .rounded-md-2 {
        border-radius: 6px !important;
    }

    .rounded-md-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-md-top-1 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-md-top-2 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-md-right-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-md-right-1 {
        border-bottom-right-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-md-right-2 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-md-bottom-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .rounded-md-bottom-1 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

    .rounded-md-bottom-2 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .rounded-md-left-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .rounded-md-left-1 {
        border-bottom-left-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

    .rounded-md-left-2 {
        border-bottom-left-radius: 6px !important;
        border-top-left-radius: 6px !important;
    }
}

@media (min-width: 1012px) {
    .border-lg-top {
        border-top: 1px solid #e1e4e8 !important;
    }

    .border-lg-right {
        border-right: 1px solid #e1e4e8 !important;
    }

    .border-lg-bottom {
        border-bottom: 1px solid #e1e4e8 !important;
    }

    .border-lg-left {
        border-left: 1px solid #e1e4e8 !important;
    }

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .rounded-lg-0 {
        border-radius: 0 !important;
    }

    .rounded-lg-1 {
        border-radius: 3px !important;
    }

    .rounded-lg-2 {
        border-radius: 6px !important;
    }

    .rounded-lg-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-lg-top-1 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-lg-top-2 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-lg-right-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-lg-right-1 {
        border-bottom-right-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-lg-right-2 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-lg-bottom-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .rounded-lg-bottom-1 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

    .rounded-lg-bottom-2 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .rounded-lg-left-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .rounded-lg-left-1 {
        border-bottom-left-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

    .rounded-lg-left-2 {
        border-bottom-left-radius: 6px !important;
        border-top-left-radius: 6px !important;
    }
}

@media (min-width: 1280px) {
    .border-xl-top {
        border-top: 1px solid #e1e4e8 !important;
    }

    .border-xl-right {
        border-right: 1px solid #e1e4e8 !important;
    }

    .border-xl-bottom {
        border-bottom: 1px solid #e1e4e8 !important;
    }

    .border-xl-left {
        border-left: 1px solid #e1e4e8 !important;
    }

    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .rounded-xl-0 {
        border-radius: 0 !important;
    }

    .rounded-xl-1 {
        border-radius: 3px !important;
    }

    .rounded-xl-2 {
        border-radius: 6px !important;
    }

    .rounded-xl-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-xl-top-1 {
        border-top-left-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-xl-top-2 {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-xl-right-0 {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .rounded-xl-right-1 {
        border-bottom-right-radius: 3px !important;
        border-top-right-radius: 3px !important;
    }

    .rounded-xl-right-2 {
        border-bottom-right-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .rounded-xl-bottom-0 {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .rounded-xl-bottom-1 {
        border-bottom-left-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

    .rounded-xl-bottom-2 {
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .rounded-xl-left-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .rounded-xl-left-1 {
        border-bottom-left-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }

    .rounded-xl-left-2 {
        border-bottom-left-radius: 6px !important;
        border-top-left-radius: 6px !important;
    }
}

.circle {
    border-radius: 50% !important;
}

.border-blue {
    border-color: #0366d6 !important;
}

.border-blue-light {
    border-color: #c8e1ff !important;
}

.border-green {
    border-color: #34d058 !important;
}

.border-green-light {
    border-color: #a2cbac !important;
}

.border-red {
    border-color: #d73a49 !important;
}

.border-red-light {
    border-color: #cea0a5 !important;
}

.border-purple {
    border-color: #6f42c1 !important;
}

.border-yellow {
    border-color: #d9d0a5 !important;
}

.border-gray-light {
    border-color: #eaecef !important;
}

.border-gray-dark {
    border-color: #d1d5da !important;
}

.border-black-fade {
    border-color: rgba(27, 31, 35, 0.15) !important;
}

.border-white-fade,
.border-white-fade-15 {
    border-color: hsla(0, 0%, 100%, 0.15) !important;
}

.border-white-fade-30 {
    border-color: hsla(0, 0%, 100%, 0.3) !important;
}

.border-white-fade-50 {
    border-color: hsla(0, 0%, 100%, 0.5) !important;
}

.border-white-fade-70 {
    border-color: hsla(0, 0%, 100%, 0.7) !important;
}

.border-white-fade-85 {
    border-color: hsla(0, 0%, 100%, 0.85) !important;
}

.box-shadow {
    box-shadow: 0 1px 1px rgba(27, 31, 35, 0.1) !important;
}

.box-shadow-medium {
    box-shadow: 0 1px 5px rgba(27, 31, 35, 0.15) !important;
}

.box-shadow-large {
    box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
}

.box-shadow-extra-large {
    box-shadow: 0 10px 50px rgba(27, 31, 35, 0.07) !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-blue {
    background-color: #0366d6 !important;
}

.bg-blue-light {
    background-color: #f1f8ff !important;
}

.bg-gray-dark {
    background-color: #24292e !important;
}

.bg-gray {
    background-color: #f6f8fa !important;
}

.bg-gray-light {
    background-color: #fafbfc !important;
}

.bg-green {
    background-color: #28a745 !important;
}

.bg-green-light {
    background-color: #dcffe4 !important;
}

.bg-red {
    background-color: #d73a49 !important;
}

.bg-red-light {
    background-color: #ffdce0 !important;
}

.bg-yellow {
    background-color: #ffd33d !important;
}

.bg-yellow-light {
    background-color: #fff5b1 !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-pink {
    background-color: #ea4aaa !important;
}

.bg-purple-light {
    background-color: #f5f0ff !important;
}

.color-gray-0 {
    color: #fafbfc !important;
}

.bg-gray-0 {
    background-color: #fafbfc !important;
}

.color-gray-1 {
    color: #f6f8fa !important;
}

.bg-gray-1 {
    background-color: #f6f8fa !important;
}

.color-gray-2 {
    color: #e1e4e8 !important;
}

.bg-gray-2 {
    background-color: #e1e4e8 !important;
}

.color-gray-3 {
    color: #d1d5da !important;
}

.bg-gray-3 {
    background-color: #d1d5da !important;
}

.color-gray-4 {
    color: #959da5 !important;
}

.bg-gray-4 {
    background-color: #959da5 !important;
}

.color-gray-5 {
    color: #6a737d !important;
}

.bg-gray-5 {
    background-color: #6a737d !important;
}

.color-gray-6 {
    color: #586069 !important;
}

.bg-gray-6 {
    background-color: #586069 !important;
}

.color-gray-7 {
    color: #444d56 !important;
}

.bg-gray-7 {
    background-color: #444d56 !important;
}

.color-gray-8 {
    color: #2f363d !important;
}

.bg-gray-8 {
    background-color: #2f363d !important;
}

.color-gray-9 {
    color: #24292e !important;
}

.bg-gray-9 {
    background-color: #24292e !important;
}

.color-blue-0 {
    color: #f1f8ff !important;
}

.bg-blue-0 {
    background-color: #f1f8ff !important;
}

.color-blue-1 {
    color: #dbedff !important;
}

.bg-blue-1 {
    background-color: #dbedff !important;
}

.color-blue-2 {
    color: #c8e1ff !important;
}

.bg-blue-2 {
    background-color: #c8e1ff !important;
}

.color-blue-3 {
    color: #79b8ff !important;
}

.bg-blue-3 {
    background-color: #79b8ff !important;
}

.color-blue-4 {
    color: #2188ff !important;
}

.bg-blue-4 {
    background-color: #2188ff !important;
}

.color-blue-5 {
    color: #0366d6 !important;
}

.bg-blue-5 {
    background-color: #0366d6 !important;
}

.color-blue-6 {
    color: #005cc5 !important;
}

.bg-blue-6 {
    background-color: #005cc5 !important;
}

.color-blue-7 {
    color: #044289 !important;
}

.bg-blue-7 {
    background-color: #044289 !important;
}

.color-blue-8 {
    color: #032f62 !important;
}

.bg-blue-8 {
    background-color: #032f62 !important;
}

.color-blue-9 {
    color: #05264c !important;
}

.bg-blue-9 {
    background-color: #05264c !important;
}

.color-green-0 {
    color: #f0fff4 !important;
}

.bg-green-0 {
    background-color: #f0fff4 !important;
}

.color-green-1 {
    color: #dcffe4 !important;
}

.bg-green-1 {
    background-color: #dcffe4 !important;
}

.color-green-2 {
    color: #bef5cb !important;
}

.bg-green-2 {
    background-color: #bef5cb !important;
}

.color-green-3 {
    color: #85e89d !important;
}

.bg-green-3 {
    background-color: #85e89d !important;
}

.color-green-4 {
    color: #34d058 !important;
}

.bg-green-4 {
    background-color: #34d058 !important;
}

.color-green-5 {
    color: #28a745 !important;
}

.bg-green-5 {
    background-color: #28a745 !important;
}

.color-green-6 {
    color: #22863a !important;
}

.bg-green-6 {
    background-color: #22863a !important;
}

.color-green-7 {
    color: #176f2c !important;
}

.bg-green-7 {
    background-color: #176f2c !important;
}

.color-green-8 {
    color: #165c26 !important;
}

.bg-green-8 {
    background-color: #165c26 !important;
}

.color-green-9 {
    color: #144620 !important;
}

.bg-green-9 {
    background-color: #144620 !important;
}

.color-yellow-0 {
    color: #fffdef !important;
}

.bg-yellow-0 {
    background-color: #fffdef !important;
}

.color-yellow-1 {
    color: #fffbdd !important;
}

.bg-yellow-1 {
    background-color: #fffbdd !important;
}

.color-yellow-2 {
    color: #fff5b1 !important;
}

.bg-yellow-2 {
    background-color: #fff5b1 !important;
}

.color-yellow-3 {
    color: #ffea7f !important;
}

.bg-yellow-3 {
    background-color: #ffea7f !important;
}

.color-yellow-4 {
    color: #ffdf5d !important;
}

.bg-yellow-4 {
    background-color: #ffdf5d !important;
}

.color-yellow-5 {
    color: #ffd33d !important;
}

.bg-yellow-5 {
    background-color: #ffd33d !important;
}

.color-yellow-6 {
    color: #f9c513 !important;
}

.bg-yellow-6 {
    background-color: #f9c513 !important;
}

.color-yellow-7 {
    color: #dbab09 !important;
}

.bg-yellow-7 {
    background-color: #dbab09 !important;
}

.color-yellow-8 {
    color: #b08800 !important;
}

.bg-yellow-8 {
    background-color: #b08800 !important;
}

.color-yellow-9 {
    color: #735c0f !important;
}

.bg-yellow-9 {
    background-color: #735c0f !important;
}

.color-orange-0 {
    color: #fff8f2 !important;
}

.bg-orange-0 {
    background-color: #fff8f2 !important;
}

.color-orange-1 {
    color: #ffebda !important;
}

.bg-orange-1 {
    background-color: #ffebda !important;
}

.color-orange-2 {
    color: #ffd1ac !important;
}

.bg-orange-2 {
    background-color: #ffd1ac !important;
}

.color-orange-3 {
    color: #ffab70 !important;
}

.bg-orange-3 {
    background-color: #ffab70 !important;
}

.color-orange-4 {
    color: #fb8532 !important;
}

.bg-orange-4 {
    background-color: #fb8532 !important;
}

.color-orange-5 {
    color: #f66a0a !important;
}

.bg-orange-5 {
    background-color: #f66a0a !important;
}

.color-orange-6 {
    color: #e36209 !important;
}

.bg-orange-6 {
    background-color: #e36209 !important;
}

.color-orange-7 {
    color: #d15704 !important;
}

.bg-orange-7 {
    background-color: #d15704 !important;
}

.color-orange-8 {
    color: #c24e00 !important;
}

.bg-orange-8 {
    background-color: #c24e00 !important;
}

.color-orange-9 {
    color: #a04100 !important;
}

.bg-orange-9 {
    background-color: #a04100 !important;
}

.color-red-0 {
    color: #ffeef0 !important;
}

.bg-red-0 {
    background-color: #ffeef0 !important;
}

.color-red-1 {
    color: #ffdce0 !important;
}

.bg-red-1 {
    background-color: #ffdce0 !important;
}

.color-red-2 {
    color: #fdaeb7 !important;
}

.bg-red-2 {
    background-color: #fdaeb7 !important;
}

.color-red-3 {
    color: #f97583 !important;
}

.bg-red-3 {
    background-color: #f97583 !important;
}

.color-red-4 {
    color: #ea4a5a !important;
}

.bg-red-4 {
    background-color: #ea4a5a !important;
}

.color-red-5 {
    color: #d73a49 !important;
}

.bg-red-5 {
    background-color: #d73a49 !important;
}

.color-red-6 {
    color: #cb2431 !important;
}

.bg-red-6 {
    background-color: #cb2431 !important;
}

.color-red-7 {
    color: #b31d28 !important;
}

.bg-red-7 {
    background-color: #b31d28 !important;
}

.color-red-8 {
    color: #9e1c23 !important;
}

.bg-red-8 {
    background-color: #9e1c23 !important;
}

.color-red-9 {
    color: #86181d !important;
}

.bg-red-9 {
    background-color: #86181d !important;
}

.color-purple-0 {
    color: #f5f0ff !important;
}

.bg-purple-0 {
    background-color: #f5f0ff !important;
}

.color-purple-1 {
    color: #e6dcfd !important;
}

.bg-purple-1 {
    background-color: #e6dcfd !important;
}

.color-purple-2 {
    color: #d1bcf9 !important;
}

.bg-purple-2 {
    background-color: #d1bcf9 !important;
}

.color-purple-3 {
    color: #b392f0 !important;
}

.bg-purple-3 {
    background-color: #b392f0 !important;
}

.color-purple-4 {
    color: #8a63d2 !important;
}

.bg-purple-4 {
    background-color: #8a63d2 !important;
}

.color-purple-5 {
    color: #6f42c1 !important;
}

.bg-purple-5 {
    background-color: #6f42c1 !important;
}

.color-purple-6 {
    color: #5a32a3 !important;
}

.bg-purple-6 {
    background-color: #5a32a3 !important;
}

.color-purple-7 {
    color: #4c2889 !important;
}

.bg-purple-7 {
    background-color: #4c2889 !important;
}

.color-purple-8 {
    color: #3a1d6e !important;
}

.bg-purple-8 {
    background-color: #3a1d6e !important;
}

.color-purple-9 {
    color: #29134e !important;
}

.bg-purple-9 {
    background-color: #29134e !important;
}

.color-pink-0 {
    color: #ffeef8 !important;
}

.bg-pink-0 {
    background-color: #ffeef8 !important;
}

.color-pink-1 {
    color: #fedbf0 !important;
}

.bg-pink-1 {
    background-color: #fedbf0 !important;
}

.color-pink-2 {
    color: #f9b3dd !important;
}

.bg-pink-2 {
    background-color: #f9b3dd !important;
}

.color-pink-3 {
    color: #f692ce !important;
}

.bg-pink-3 {
    background-color: #f692ce !important;
}

.color-pink-4 {
    color: #ec6cb9 !important;
}

.bg-pink-4 {
    background-color: #ec6cb9 !important;
}

.color-pink-5 {
    color: #ea4aaa !important;
}

.bg-pink-5 {
    background-color: #ea4aaa !important;
}

.color-pink-6 {
    color: #d03592 !important;
}

.bg-pink-6 {
    background-color: #d03592 !important;
}

.color-pink-7 {
    color: #b93a86 !important;
}

.bg-pink-7 {
    background-color: #b93a86 !important;
}

.color-pink-8 {
    color: #99306f !important;
}

.bg-pink-8 {
    background-color: #99306f !important;
}

.color-pink-9 {
    color: #6d224f !important;
}

.bg-pink-9 {
    background-color: #6d224f !important;
}

.bg-shade-gradient {
    background-image: linear-gradient(
        180deg,
        rgba(27, 31, 35, 0.065),
        rgba(27, 31, 35, 0)
    ) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 200px !important;
}

.text-blue {
    color: #0366d6 !important;
}

.text-red {
    color: #cb2431 !important;
}

.text-gray-light {
    color: #6a737d !important;
}

.text-gray {
    color: #586069 !important;
}

.text-gray-dark {
    color: #24292e !important;
}

.text-green {
    color: #28a745 !important;
}

.text-orange {
    color: #a04100 !important;
}

.text-orange-light {
    color: #e36209 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.text-pink {
    color: #ea4aaa !important;
}

.text-white {
    color: #fff !important;
}

.text-inherit {
    color: inherit !important;
}

.text-pending {
    color: #b08800 !important;
}

.bg-pending {
    color: #dbab09 !important;
}

.link-gray {
    color: #586069 !important;
}

.link-gray:hover {
    color: #0366d6 !important;
}

.link-gray-dark {
    color: #24292e !important;
}

.link-gray-dark:hover {
    color: #0366d6 !important;
}

.link-hover-blue:hover {
    color: #0366d6 !important;
}

.muted-link {
    color: #586069 !important;
}

.muted-link:hover {
    color: #0366d6 !important;
    text-decoration: none;
}

.details-overlay[open] > summary:before {
    background: transparent;
    bottom: 0;
    content: " ";
    cursor: default;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 80;
}

.details-overlay-dark[open] > summary:before {
    background: rgba(27, 31, 35, 0.5);
    z-index: 99;
}

.flex-row {
    flex-direction: row !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-justify-start {
    justify-content: flex-start !important;
}

.flex-justify-end {
    justify-content: flex-end !important;
}

.flex-justify-center {
    justify-content: center !important;
}

.flex-justify-between {
    justify-content: space-between !important;
}

.flex-justify-around {
    justify-content: space-around !important;
}

.flex-items-start {
    align-items: flex-start !important;
}

.flex-items-end {
    align-items: flex-end !important;
}

.flex-items-center {
    align-items: center !important;
}

.flex-items-baseline {
    align-items: baseline !important;
}

.flex-items-stretch {
    align-items: stretch !important;
}

.flex-content-start {
    align-content: flex-start !important;
}

.flex-content-end {
    align-content: flex-end !important;
}

.flex-content-center {
    align-content: center !important;
}

.flex-content-between {
    align-content: space-between !important;
}

.flex-content-around {
    align-content: space-around !important;
}

.flex-content-stretch {
    align-content: stretch !important;
}

.flex-auto {
    flex: 1 1 auto !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-self-auto {
    align-self: auto !important;
}

.flex-self-start {
    align-self: flex-start !important;
}

.flex-self-end {
    align-self: flex-end !important;
}

.flex-self-center {
    align-self: center !important;
}

.flex-self-baseline {
    align-self: baseline !important;
}

.flex-self-stretch {
    align-self: stretch !important;
}

.flex-item-equal {
    flex-basis: 0;
    flex-grow: 1;
}

@media (min-width: 544px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-justify-start {
        justify-content: flex-start !important;
    }

    .flex-sm-justify-end {
        justify-content: flex-end !important;
    }

    .flex-sm-justify-center {
        justify-content: center !important;
    }

    .flex-sm-justify-between {
        justify-content: space-between !important;
    }

    .flex-sm-justify-around {
        justify-content: space-around !important;
    }

    .flex-sm-items-start {
        align-items: flex-start !important;
    }

    .flex-sm-items-end {
        align-items: flex-end !important;
    }

    .flex-sm-items-center {
        align-items: center !important;
    }

    .flex-sm-items-baseline {
        align-items: baseline !important;
    }

    .flex-sm-items-stretch {
        align-items: stretch !important;
    }

    .flex-sm-content-start {
        align-content: flex-start !important;
    }

    .flex-sm-content-end {
        align-content: flex-end !important;
    }

    .flex-sm-content-center {
        align-content: center !important;
    }

    .flex-sm-content-between {
        align-content: space-between !important;
    }

    .flex-sm-content-around {
        align-content: space-around !important;
    }

    .flex-sm-content-stretch {
        align-content: stretch !important;
    }

    .flex-sm-auto {
        flex: 1 1 auto !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-self-auto {
        align-self: auto !important;
    }

    .flex-sm-self-start {
        align-self: flex-start !important;
    }

    .flex-sm-self-end {
        align-self: flex-end !important;
    }

    .flex-sm-self-center {
        align-self: center !important;
    }

    .flex-sm-self-baseline {
        align-self: baseline !important;
    }

    .flex-sm-self-stretch {
        align-self: stretch !important;
    }

    .flex-sm-item-equal {
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-justify-start {
        justify-content: flex-start !important;
    }

    .flex-md-justify-end {
        justify-content: flex-end !important;
    }

    .flex-md-justify-center {
        justify-content: center !important;
    }

    .flex-md-justify-between {
        justify-content: space-between !important;
    }

    .flex-md-justify-around {
        justify-content: space-around !important;
    }

    .flex-md-items-start {
        align-items: flex-start !important;
    }

    .flex-md-items-end {
        align-items: flex-end !important;
    }

    .flex-md-items-center {
        align-items: center !important;
    }

    .flex-md-items-baseline {
        align-items: baseline !important;
    }

    .flex-md-items-stretch {
        align-items: stretch !important;
    }

    .flex-md-content-start {
        align-content: flex-start !important;
    }

    .flex-md-content-end {
        align-content: flex-end !important;
    }

    .flex-md-content-center {
        align-content: center !important;
    }

    .flex-md-content-between {
        align-content: space-between !important;
    }

    .flex-md-content-around {
        align-content: space-around !important;
    }

    .flex-md-content-stretch {
        align-content: stretch !important;
    }

    .flex-md-auto {
        flex: 1 1 auto !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-self-auto {
        align-self: auto !important;
    }

    .flex-md-self-start {
        align-self: flex-start !important;
    }

    .flex-md-self-end {
        align-self: flex-end !important;
    }

    .flex-md-self-center {
        align-self: center !important;
    }

    .flex-md-self-baseline {
        align-self: baseline !important;
    }

    .flex-md-self-stretch {
        align-self: stretch !important;
    }

    .flex-md-item-equal {
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (min-width: 1012px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-justify-start {
        justify-content: flex-start !important;
    }

    .flex-lg-justify-end {
        justify-content: flex-end !important;
    }

    .flex-lg-justify-center {
        justify-content: center !important;
    }

    .flex-lg-justify-between {
        justify-content: space-between !important;
    }

    .flex-lg-justify-around {
        justify-content: space-around !important;
    }

    .flex-lg-items-start {
        align-items: flex-start !important;
    }

    .flex-lg-items-end {
        align-items: flex-end !important;
    }

    .flex-lg-items-center {
        align-items: center !important;
    }

    .flex-lg-items-baseline {
        align-items: baseline !important;
    }

    .flex-lg-items-stretch {
        align-items: stretch !important;
    }

    .flex-lg-content-start {
        align-content: flex-start !important;
    }

    .flex-lg-content-end {
        align-content: flex-end !important;
    }

    .flex-lg-content-center {
        align-content: center !important;
    }

    .flex-lg-content-between {
        align-content: space-between !important;
    }

    .flex-lg-content-around {
        align-content: space-around !important;
    }

    .flex-lg-content-stretch {
        align-content: stretch !important;
    }

    .flex-lg-auto {
        flex: 1 1 auto !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-self-auto {
        align-self: auto !important;
    }

    .flex-lg-self-start {
        align-self: flex-start !important;
    }

    .flex-lg-self-end {
        align-self: flex-end !important;
    }

    .flex-lg-self-center {
        align-self: center !important;
    }

    .flex-lg-self-baseline {
        align-self: baseline !important;
    }

    .flex-lg-self-stretch {
        align-self: stretch !important;
    }

    .flex-lg-item-equal {
        flex-basis: 0;
        flex-grow: 1;
    }
}

@media (min-width: 1280px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-justify-start {
        justify-content: flex-start !important;
    }

    .flex-xl-justify-end {
        justify-content: flex-end !important;
    }

    .flex-xl-justify-center {
        justify-content: center !important;
    }

    .flex-xl-justify-between {
        justify-content: space-between !important;
    }

    .flex-xl-justify-around {
        justify-content: space-around !important;
    }

    .flex-xl-items-start {
        align-items: flex-start !important;
    }

    .flex-xl-items-end {
        align-items: flex-end !important;
    }

    .flex-xl-items-center {
        align-items: center !important;
    }

    .flex-xl-items-baseline {
        align-items: baseline !important;
    }

    .flex-xl-items-stretch {
        align-items: stretch !important;
    }

    .flex-xl-content-start {
        align-content: flex-start !important;
    }

    .flex-xl-content-end {
        align-content: flex-end !important;
    }

    .flex-xl-content-center {
        align-content: center !important;
    }

    .flex-xl-content-between {
        align-content: space-between !important;
    }

    .flex-xl-content-around {
        align-content: space-around !important;
    }

    .flex-xl-content-stretch {
        align-content: stretch !important;
    }

    .flex-xl-auto {
        flex: 1 1 auto !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-self-auto {
        align-self: auto !important;
    }

    .flex-xl-self-start {
        align-self: flex-start !important;
    }

    .flex-xl-self-end {
        align-self: flex-end !important;
    }

    .flex-xl-self-center {
        align-self: center !important;
    }

    .flex-xl-self-baseline {
        align-self: baseline !important;
    }

    .flex-xl-self-stretch {
        align-self: stretch !important;
    }

    .flex-xl-item-equal {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

@media (min-width: 544px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }
}

@media (min-width: 1012px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }
}

@media (min-width: 1280px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }
}

.top-0 {
    top: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.v-align-middle {
    vertical-align: middle !important;
}

.v-align-top {
    vertical-align: top !important;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

.v-align-text-top {
    vertical-align: text-top !important;
}

.v-align-text-bottom {
    vertical-align: text-bottom !important;
}

.v-align-baseline {
    vertical-align: baseline !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 544px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1012px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.width-fit {
    max-width: 100% !important;
}

.width-full {
    width: 100% !important;
}

.height-fit {
    max-height: 100% !important;
}

.height-full {
    height: 100% !important;
}

.min-width-0 {
    min-width: 0 !important;
}

.direction-rtl {
    direction: rtl !important;
}

.direction-ltr {
    direction: ltr !important;
}

@media (min-width: 544px) {
    .direction-sm-rtl {
        direction: rtl !important;
    }

    .direction-sm-ltr {
        direction: ltr !important;
    }
}

@media (min-width: 768px) {
    .direction-md-rtl {
        direction: rtl !important;
    }

    .direction-md-ltr {
        direction: ltr !important;
    }
}

@media (min-width: 1012px) {
    .direction-lg-rtl {
        direction: rtl !important;
    }

    .direction-lg-ltr {
        direction: ltr !important;
    }
}

@media (min-width: 1280px) {
    .direction-xl-rtl {
        direction: rtl !important;
    }

    .direction-xl-ltr {
        direction: ltr !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.m-1 {
    margin: 4px !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.mt-n1 {
    margin-top: -4px !important;
}

.mr-n1 {
    margin-right: -4px !important;
}

.mb-n1 {
    margin-bottom: -4px !important;
}

.ml-n1 {
    margin-left: -4px !important;
}

.mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.my-1 {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}

.m-2 {
    margin: 8px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.mt-n2 {
    margin-top: -8px !important;
}

.mr-n2 {
    margin-right: -8px !important;
}

.mb-n2 {
    margin-bottom: -8px !important;
}

.ml-n2 {
    margin-left: -8px !important;
}

.mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.my-2 {
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}

.m-3 {
    margin: 16px !important;
}

.mt-3 {
    margin-top: 16px !important;
}

.mr-3 {
    margin-right: 16px !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.ml-3 {
    margin-left: 16px !important;
}

.mt-n3 {
    margin-top: -16px !important;
}

.mr-n3 {
    margin-right: -16px !important;
}

.mb-n3 {
    margin-bottom: -16px !important;
}

.ml-n3 {
    margin-left: -16px !important;
}

.mx-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.my-3 {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.m-4 {
    margin: 24px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.mr-4 {
    margin-right: 24px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.ml-4 {
    margin-left: 24px !important;
}

.mt-n4 {
    margin-top: -24px !important;
}

.mr-n4 {
    margin-right: -24px !important;
}

.mb-n4 {
    margin-bottom: -24px !important;
}

.ml-n4 {
    margin-left: -24px !important;
}

.mx-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.my-4 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
}

.m-5 {
    margin: 32px !important;
}

.mt-5 {
    margin-top: 32px !important;
}

.mr-5 {
    margin-right: 32px !important;
}

.mb-5 {
    margin-bottom: 32px !important;
}

.ml-5 {
    margin-left: 32px !important;
}

.mt-n5 {
    margin-top: -32px !important;
}

.mr-n5 {
    margin-right: -32px !important;
}

.mb-n5 {
    margin-bottom: -32px !important;
}

.ml-n5 {
    margin-left: -32px !important;
}

.mx-5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.my-5 {
    margin-bottom: 32px !important;
    margin-top: 32px !important;
}

.m-6 {
    margin: 40px !important;
}

.mt-6 {
    margin-top: 40px !important;
}

.mr-6 {
    margin-right: 40px !important;
}

.mb-6 {
    margin-bottom: 40px !important;
}

.ml-6 {
    margin-left: 40px !important;
}

.mt-n6 {
    margin-top: -40px !important;
}

.mr-n6 {
    margin-right: -40px !important;
}

.mb-n6 {
    margin-bottom: -40px !important;
}

.ml-n6 {
    margin-left: -40px !important;
}

.mx-6 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.my-6 {
    margin-bottom: 40px !important;
    margin-top: 40px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 544px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .m-sm-1 {
        margin: 4px !important;
    }

    .mt-sm-1 {
        margin-top: 4px !important;
    }

    .mr-sm-1 {
        margin-right: 4px !important;
    }

    .mb-sm-1 {
        margin-bottom: 4px !important;
    }

    .ml-sm-1 {
        margin-left: 4px !important;
    }

    .mt-sm-n1 {
        margin-top: -4px !important;
    }

    .mr-sm-n1 {
        margin-right: -4px !important;
    }

    .mb-sm-n1 {
        margin-bottom: -4px !important;
    }

    .ml-sm-n1 {
        margin-left: -4px !important;
    }

    .mx-sm-1 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .my-sm-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }

    .m-sm-2 {
        margin: 8px !important;
    }

    .mt-sm-2 {
        margin-top: 8px !important;
    }

    .mr-sm-2 {
        margin-right: 8px !important;
    }

    .mb-sm-2 {
        margin-bottom: 8px !important;
    }

    .ml-sm-2 {
        margin-left: 8px !important;
    }

    .mt-sm-n2 {
        margin-top: -8px !important;
    }

    .mr-sm-n2 {
        margin-right: -8px !important;
    }

    .mb-sm-n2 {
        margin-bottom: -8px !important;
    }

    .ml-sm-n2 {
        margin-left: -8px !important;
    }

    .mx-sm-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .my-sm-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }

    .m-sm-3 {
        margin: 16px !important;
    }

    .mt-sm-3 {
        margin-top: 16px !important;
    }

    .mr-sm-3 {
        margin-right: 16px !important;
    }

    .mb-sm-3 {
        margin-bottom: 16px !important;
    }

    .ml-sm-3 {
        margin-left: 16px !important;
    }

    .mt-sm-n3 {
        margin-top: -16px !important;
    }

    .mr-sm-n3 {
        margin-right: -16px !important;
    }

    .mb-sm-n3 {
        margin-bottom: -16px !important;
    }

    .ml-sm-n3 {
        margin-left: -16px !important;
    }

    .mx-sm-3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .my-sm-3 {
        margin-bottom: 16px !important;
        margin-top: 16px !important;
    }

    .m-sm-4 {
        margin: 24px !important;
    }

    .mt-sm-4 {
        margin-top: 24px !important;
    }

    .mr-sm-4 {
        margin-right: 24px !important;
    }

    .mb-sm-4 {
        margin-bottom: 24px !important;
    }

    .ml-sm-4 {
        margin-left: 24px !important;
    }

    .mt-sm-n4 {
        margin-top: -24px !important;
    }

    .mr-sm-n4 {
        margin-right: -24px !important;
    }

    .mb-sm-n4 {
        margin-bottom: -24px !important;
    }

    .ml-sm-n4 {
        margin-left: -24px !important;
    }

    .mx-sm-4 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .my-sm-4 {
        margin-bottom: 24px !important;
        margin-top: 24px !important;
    }

    .m-sm-5 {
        margin: 32px !important;
    }

    .mt-sm-5 {
        margin-top: 32px !important;
    }

    .mr-sm-5 {
        margin-right: 32px !important;
    }

    .mb-sm-5 {
        margin-bottom: 32px !important;
    }

    .ml-sm-5 {
        margin-left: 32px !important;
    }

    .mt-sm-n5 {
        margin-top: -32px !important;
    }

    .mr-sm-n5 {
        margin-right: -32px !important;
    }

    .mb-sm-n5 {
        margin-bottom: -32px !important;
    }

    .ml-sm-n5 {
        margin-left: -32px !important;
    }

    .mx-sm-5 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }

    .my-sm-5 {
        margin-bottom: 32px !important;
        margin-top: 32px !important;
    }

    .m-sm-6 {
        margin: 40px !important;
    }

    .mt-sm-6 {
        margin-top: 40px !important;
    }

    .mr-sm-6 {
        margin-right: 40px !important;
    }

    .mb-sm-6 {
        margin-bottom: 40px !important;
    }

    .ml-sm-6 {
        margin-left: 40px !important;
    }

    .mt-sm-n6 {
        margin-top: -40px !important;
    }

    .mr-sm-n6 {
        margin-right: -40px !important;
    }

    .mb-sm-n6 {
        margin-bottom: -40px !important;
    }

    .ml-sm-n6 {
        margin-left: -40px !important;
    }

    .mx-sm-6 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .my-sm-6 {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .m-md-1 {
        margin: 4px !important;
    }

    .mt-md-1 {
        margin-top: 4px !important;
    }

    .mr-md-1 {
        margin-right: 4px !important;
    }

    .mb-md-1 {
        margin-bottom: 4px !important;
    }

    .ml-md-1 {
        margin-left: 4px !important;
    }

    .mt-md-n1 {
        margin-top: -4px !important;
    }

    .mr-md-n1 {
        margin-right: -4px !important;
    }

    .mb-md-n1 {
        margin-bottom: -4px !important;
    }

    .ml-md-n1 {
        margin-left: -4px !important;
    }

    .mx-md-1 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .my-md-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }

    .m-md-2 {
        margin: 8px !important;
    }

    .mt-md-2 {
        margin-top: 8px !important;
    }

    .mr-md-2 {
        margin-right: 8px !important;
    }

    .mb-md-2 {
        margin-bottom: 8px !important;
    }

    .ml-md-2 {
        margin-left: 8px !important;
    }

    .mt-md-n2 {
        margin-top: -8px !important;
    }

    .mr-md-n2 {
        margin-right: -8px !important;
    }

    .mb-md-n2 {
        margin-bottom: -8px !important;
    }

    .ml-md-n2 {
        margin-left: -8px !important;
    }

    .mx-md-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .my-md-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }

    .m-md-3 {
        margin: 16px !important;
    }

    .mt-md-3 {
        margin-top: 16px !important;
    }

    .mr-md-3 {
        margin-right: 16px !important;
    }

    .mb-md-3 {
        margin-bottom: 16px !important;
    }

    .ml-md-3 {
        margin-left: 16px !important;
    }

    .mt-md-n3 {
        margin-top: -16px !important;
    }

    .mr-md-n3 {
        margin-right: -16px !important;
    }

    .mb-md-n3 {
        margin-bottom: -16px !important;
    }

    .ml-md-n3 {
        margin-left: -16px !important;
    }

    .mx-md-3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .my-md-3 {
        margin-bottom: 16px !important;
        margin-top: 16px !important;
    }

    .m-md-4 {
        margin: 24px !important;
    }

    .mt-md-4 {
        margin-top: 24px !important;
    }

    .mr-md-4 {
        margin-right: 24px !important;
    }

    .mb-md-4 {
        margin-bottom: 24px !important;
    }

    .ml-md-4 {
        margin-left: 24px !important;
    }

    .mt-md-n4 {
        margin-top: -24px !important;
    }

    .mr-md-n4 {
        margin-right: -24px !important;
    }

    .mb-md-n4 {
        margin-bottom: -24px !important;
    }

    .ml-md-n4 {
        margin-left: -24px !important;
    }

    .mx-md-4 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .my-md-4 {
        margin-bottom: 24px !important;
        margin-top: 24px !important;
    }

    .m-md-5 {
        margin: 32px !important;
    }

    .mt-md-5 {
        margin-top: 32px !important;
    }

    .mr-md-5 {
        margin-right: 32px !important;
    }

    .mb-md-5 {
        margin-bottom: 32px !important;
    }

    .ml-md-5 {
        margin-left: 32px !important;
    }

    .mt-md-n5 {
        margin-top: -32px !important;
    }

    .mr-md-n5 {
        margin-right: -32px !important;
    }

    .mb-md-n5 {
        margin-bottom: -32px !important;
    }

    .ml-md-n5 {
        margin-left: -32px !important;
    }

    .mx-md-5 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }

    .my-md-5 {
        margin-bottom: 32px !important;
        margin-top: 32px !important;
    }

    .m-md-6 {
        margin: 40px !important;
    }

    .mt-md-6 {
        margin-top: 40px !important;
    }

    .mr-md-6 {
        margin-right: 40px !important;
    }

    .mb-md-6 {
        margin-bottom: 40px !important;
    }

    .ml-md-6 {
        margin-left: 40px !important;
    }

    .mt-md-n6 {
        margin-top: -40px !important;
    }

    .mr-md-n6 {
        margin-right: -40px !important;
    }

    .mb-md-n6 {
        margin-bottom: -40px !important;
    }

    .ml-md-n6 {
        margin-left: -40px !important;
    }

    .mx-md-6 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .my-md-6 {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1012px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .m-lg-1 {
        margin: 4px !important;
    }

    .mt-lg-1 {
        margin-top: 4px !important;
    }

    .mr-lg-1 {
        margin-right: 4px !important;
    }

    .mb-lg-1 {
        margin-bottom: 4px !important;
    }

    .ml-lg-1 {
        margin-left: 4px !important;
    }

    .mt-lg-n1 {
        margin-top: -4px !important;
    }

    .mr-lg-n1 {
        margin-right: -4px !important;
    }

    .mb-lg-n1 {
        margin-bottom: -4px !important;
    }

    .ml-lg-n1 {
        margin-left: -4px !important;
    }

    .mx-lg-1 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .my-lg-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }

    .m-lg-2 {
        margin: 8px !important;
    }

    .mt-lg-2 {
        margin-top: 8px !important;
    }

    .mr-lg-2 {
        margin-right: 8px !important;
    }

    .mb-lg-2 {
        margin-bottom: 8px !important;
    }

    .ml-lg-2 {
        margin-left: 8px !important;
    }

    .mt-lg-n2 {
        margin-top: -8px !important;
    }

    .mr-lg-n2 {
        margin-right: -8px !important;
    }

    .mb-lg-n2 {
        margin-bottom: -8px !important;
    }

    .ml-lg-n2 {
        margin-left: -8px !important;
    }

    .mx-lg-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .my-lg-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }

    .m-lg-3 {
        margin: 16px !important;
    }

    .mt-lg-3 {
        margin-top: 16px !important;
    }

    .mr-lg-3 {
        margin-right: 16px !important;
    }

    .mb-lg-3 {
        margin-bottom: 16px !important;
    }

    .ml-lg-3 {
        margin-left: 16px !important;
    }

    .mt-lg-n3 {
        margin-top: -16px !important;
    }

    .mr-lg-n3 {
        margin-right: -16px !important;
    }

    .mb-lg-n3 {
        margin-bottom: -16px !important;
    }

    .ml-lg-n3 {
        margin-left: -16px !important;
    }

    .mx-lg-3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .my-lg-3 {
        margin-bottom: 16px !important;
        margin-top: 16px !important;
    }

    .m-lg-4 {
        margin: 24px !important;
    }

    .mt-lg-4 {
        margin-top: 24px !important;
    }

    .mr-lg-4 {
        margin-right: 24px !important;
    }

    .mb-lg-4 {
        margin-bottom: 24px !important;
    }

    .ml-lg-4 {
        margin-left: 24px !important;
    }

    .mt-lg-n4 {
        margin-top: -24px !important;
    }

    .mr-lg-n4 {
        margin-right: -24px !important;
    }

    .mb-lg-n4 {
        margin-bottom: -24px !important;
    }

    .ml-lg-n4 {
        margin-left: -24px !important;
    }

    .mx-lg-4 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .my-lg-4 {
        margin-bottom: 24px !important;
        margin-top: 24px !important;
    }

    .m-lg-5 {
        margin: 32px !important;
    }

    .mt-lg-5 {
        margin-top: 32px !important;
    }

    .mr-lg-5 {
        margin-right: 32px !important;
    }

    .mb-lg-5 {
        margin-bottom: 32px !important;
    }

    .ml-lg-5 {
        margin-left: 32px !important;
    }

    .mt-lg-n5 {
        margin-top: -32px !important;
    }

    .mr-lg-n5 {
        margin-right: -32px !important;
    }

    .mb-lg-n5 {
        margin-bottom: -32px !important;
    }

    .ml-lg-n5 {
        margin-left: -32px !important;
    }

    .mx-lg-5 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }

    .my-lg-5 {
        margin-bottom: 32px !important;
        margin-top: 32px !important;
    }

    .m-lg-6 {
        margin: 40px !important;
    }

    .mt-lg-6 {
        margin-top: 40px !important;
    }

    .mr-lg-6 {
        margin-right: 40px !important;
    }

    .mb-lg-6 {
        margin-bottom: 40px !important;
    }

    .ml-lg-6 {
        margin-left: 40px !important;
    }

    .mt-lg-n6 {
        margin-top: -40px !important;
    }

    .mr-lg-n6 {
        margin-right: -40px !important;
    }

    .mb-lg-n6 {
        margin-bottom: -40px !important;
    }

    .ml-lg-n6 {
        margin-left: -40px !important;
    }

    .mx-lg-6 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .my-lg-6 {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .m-xl-1 {
        margin: 4px !important;
    }

    .mt-xl-1 {
        margin-top: 4px !important;
    }

    .mr-xl-1 {
        margin-right: 4px !important;
    }

    .mb-xl-1 {
        margin-bottom: 4px !important;
    }

    .ml-xl-1 {
        margin-left: 4px !important;
    }

    .mt-xl-n1 {
        margin-top: -4px !important;
    }

    .mr-xl-n1 {
        margin-right: -4px !important;
    }

    .mb-xl-n1 {
        margin-bottom: -4px !important;
    }

    .ml-xl-n1 {
        margin-left: -4px !important;
    }

    .mx-xl-1 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .my-xl-1 {
        margin-bottom: 4px !important;
        margin-top: 4px !important;
    }

    .m-xl-2 {
        margin: 8px !important;
    }

    .mt-xl-2 {
        margin-top: 8px !important;
    }

    .mr-xl-2 {
        margin-right: 8px !important;
    }

    .mb-xl-2 {
        margin-bottom: 8px !important;
    }

    .ml-xl-2 {
        margin-left: 8px !important;
    }

    .mt-xl-n2 {
        margin-top: -8px !important;
    }

    .mr-xl-n2 {
        margin-right: -8px !important;
    }

    .mb-xl-n2 {
        margin-bottom: -8px !important;
    }

    .ml-xl-n2 {
        margin-left: -8px !important;
    }

    .mx-xl-2 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .my-xl-2 {
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }

    .m-xl-3 {
        margin: 16px !important;
    }

    .mt-xl-3 {
        margin-top: 16px !important;
    }

    .mr-xl-3 {
        margin-right: 16px !important;
    }

    .mb-xl-3 {
        margin-bottom: 16px !important;
    }

    .ml-xl-3 {
        margin-left: 16px !important;
    }

    .mt-xl-n3 {
        margin-top: -16px !important;
    }

    .mr-xl-n3 {
        margin-right: -16px !important;
    }

    .mb-xl-n3 {
        margin-bottom: -16px !important;
    }

    .ml-xl-n3 {
        margin-left: -16px !important;
    }

    .mx-xl-3 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .my-xl-3 {
        margin-bottom: 16px !important;
        margin-top: 16px !important;
    }

    .m-xl-4 {
        margin: 24px !important;
    }

    .mt-xl-4 {
        margin-top: 24px !important;
    }

    .mr-xl-4 {
        margin-right: 24px !important;
    }

    .mb-xl-4 {
        margin-bottom: 24px !important;
    }

    .ml-xl-4 {
        margin-left: 24px !important;
    }

    .mt-xl-n4 {
        margin-top: -24px !important;
    }

    .mr-xl-n4 {
        margin-right: -24px !important;
    }

    .mb-xl-n4 {
        margin-bottom: -24px !important;
    }

    .ml-xl-n4 {
        margin-left: -24px !important;
    }

    .mx-xl-4 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .my-xl-4 {
        margin-bottom: 24px !important;
        margin-top: 24px !important;
    }

    .m-xl-5 {
        margin: 32px !important;
    }

    .mt-xl-5 {
        margin-top: 32px !important;
    }

    .mr-xl-5 {
        margin-right: 32px !important;
    }

    .mb-xl-5 {
        margin-bottom: 32px !important;
    }

    .ml-xl-5 {
        margin-left: 32px !important;
    }

    .mt-xl-n5 {
        margin-top: -32px !important;
    }

    .mr-xl-n5 {
        margin-right: -32px !important;
    }

    .mb-xl-n5 {
        margin-bottom: -32px !important;
    }

    .ml-xl-n5 {
        margin-left: -32px !important;
    }

    .mx-xl-5 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }

    .my-xl-5 {
        margin-bottom: 32px !important;
        margin-top: 32px !important;
    }

    .m-xl-6 {
        margin: 40px !important;
    }

    .mt-xl-6 {
        margin-top: 40px !important;
    }

    .mr-xl-6 {
        margin-right: 40px !important;
    }

    .mb-xl-6 {
        margin-bottom: 40px !important;
    }

    .ml-xl-6 {
        margin-left: 40px !important;
    }

    .mt-xl-n6 {
        margin-top: -40px !important;
    }

    .mr-xl-n6 {
        margin-right: -40px !important;
    }

    .mb-xl-n6 {
        margin-bottom: -40px !important;
    }

    .ml-xl-n6 {
        margin-left: -40px !important;
    }

    .mx-xl-6 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }

    .my-xl-6 {
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pr-1 {
    padding-right: 4px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
    padding-left: 4px !important;
}

.px-1 {
    padding-right: 4px !important;
}

.py-1 {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pr-2 {
    padding-right: 8px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
    padding-left: 8px !important;
}

.px-2 {
    padding-right: 8px !important;
}

.py-2 {
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.p-3 {
    padding: 16px !important;
}

.pt-3 {
    padding-top: 16px !important;
}

.pr-3 {
    padding-right: 16px !important;
}

.pb-3 {
    padding-bottom: 16px !important;
}

.pl-3,
.px-3 {
    padding-left: 16px !important;
}

.px-3 {
    padding-right: 16px !important;
}

.py-3 {
    padding-bottom: 16px !important;
    padding-top: 16px !important;
}

.p-4 {
    padding: 24px !important;
}

.pt-4 {
    padding-top: 24px !important;
}

.pr-4 {
    padding-right: 24px !important;
}

.pb-4 {
    padding-bottom: 24px !important;
}

.pl-4,
.px-4 {
    padding-left: 24px !important;
}

.px-4 {
    padding-right: 24px !important;
}

.py-4 {
    padding-bottom: 24px !important;
    padding-top: 24px !important;
}

.p-5 {
    padding: 32px !important;
}

.pt-5 {
    padding-top: 32px !important;
}

.pr-5 {
    padding-right: 32px !important;
}

.pb-5 {
    padding-bottom: 32px !important;
}

.pl-5,
.px-5 {
    padding-left: 32px !important;
}

.px-5 {
    padding-right: 32px !important;
}

.py-5 {
    padding-bottom: 32px !important;
    padding-top: 32px !important;
}

.p-6 {
    padding: 40px !important;
}

.pt-6 {
    padding-top: 40px !important;
}

.pr-6 {
    padding-right: 40px !important;
}

.pb-6 {
    padding-bottom: 40px !important;
}

.pl-6,
.px-6 {
    padding-left: 40px !important;
}

.px-6 {
    padding-right: 40px !important;
}

.py-6 {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

@media (min-width: 544px) {
    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .p-sm-1 {
        padding: 4px !important;
    }

    .pt-sm-1 {
        padding-top: 4px !important;
    }

    .pr-sm-1 {
        padding-right: 4px !important;
    }

    .pb-sm-1 {
        padding-bottom: 4px !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 4px !important;
    }

    .px-sm-1 {
        padding-right: 4px !important;
    }

    .py-sm-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }

    .p-sm-2 {
        padding: 8px !important;
    }

    .pt-sm-2 {
        padding-top: 8px !important;
    }

    .pr-sm-2 {
        padding-right: 8px !important;
    }

    .pb-sm-2 {
        padding-bottom: 8px !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 8px !important;
    }

    .px-sm-2 {
        padding-right: 8px !important;
    }

    .py-sm-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .p-sm-3 {
        padding: 16px !important;
    }

    .pt-sm-3 {
        padding-top: 16px !important;
    }

    .pr-sm-3 {
        padding-right: 16px !important;
    }

    .pb-sm-3 {
        padding-bottom: 16px !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 16px !important;
    }

    .px-sm-3 {
        padding-right: 16px !important;
    }

    .py-sm-3 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .p-sm-4 {
        padding: 24px !important;
    }

    .pt-sm-4 {
        padding-top: 24px !important;
    }

    .pr-sm-4 {
        padding-right: 24px !important;
    }

    .pb-sm-4 {
        padding-bottom: 24px !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 24px !important;
    }

    .px-sm-4 {
        padding-right: 24px !important;
    }

    .py-sm-4 {
        padding-bottom: 24px !important;
        padding-top: 24px !important;
    }

    .p-sm-5 {
        padding: 32px !important;
    }

    .pt-sm-5 {
        padding-top: 32px !important;
    }

    .pr-sm-5 {
        padding-right: 32px !important;
    }

    .pb-sm-5 {
        padding-bottom: 32px !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 32px !important;
    }

    .px-sm-5 {
        padding-right: 32px !important;
    }

    .py-sm-5 {
        padding-bottom: 32px !important;
        padding-top: 32px !important;
    }

    .p-sm-6 {
        padding: 40px !important;
    }

    .pt-sm-6 {
        padding-top: 40px !important;
    }

    .pr-sm-6 {
        padding-right: 40px !important;
    }

    .pb-sm-6 {
        padding-bottom: 40px !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 40px !important;
    }

    .px-sm-6 {
        padding-right: 40px !important;
    }

    .py-sm-6 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .p-md-1 {
        padding: 4px !important;
    }

    .pt-md-1 {
        padding-top: 4px !important;
    }

    .pr-md-1 {
        padding-right: 4px !important;
    }

    .pb-md-1 {
        padding-bottom: 4px !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 4px !important;
    }

    .px-md-1 {
        padding-right: 4px !important;
    }

    .py-md-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }

    .p-md-2 {
        padding: 8px !important;
    }

    .pt-md-2 {
        padding-top: 8px !important;
    }

    .pr-md-2 {
        padding-right: 8px !important;
    }

    .pb-md-2 {
        padding-bottom: 8px !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 8px !important;
    }

    .px-md-2 {
        padding-right: 8px !important;
    }

    .py-md-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .p-md-3 {
        padding: 16px !important;
    }

    .pt-md-3 {
        padding-top: 16px !important;
    }

    .pr-md-3 {
        padding-right: 16px !important;
    }

    .pb-md-3 {
        padding-bottom: 16px !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 16px !important;
    }

    .px-md-3 {
        padding-right: 16px !important;
    }

    .py-md-3 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .p-md-4 {
        padding: 24px !important;
    }

    .pt-md-4 {
        padding-top: 24px !important;
    }

    .pr-md-4 {
        padding-right: 24px !important;
    }

    .pb-md-4 {
        padding-bottom: 24px !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 24px !important;
    }

    .px-md-4 {
        padding-right: 24px !important;
    }

    .py-md-4 {
        padding-bottom: 24px !important;
        padding-top: 24px !important;
    }

    .p-md-5 {
        padding: 32px !important;
    }

    .pt-md-5 {
        padding-top: 32px !important;
    }

    .pr-md-5 {
        padding-right: 32px !important;
    }

    .pb-md-5 {
        padding-bottom: 32px !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 32px !important;
    }

    .px-md-5 {
        padding-right: 32px !important;
    }

    .py-md-5 {
        padding-bottom: 32px !important;
        padding-top: 32px !important;
    }

    .p-md-6 {
        padding: 40px !important;
    }

    .pt-md-6 {
        padding-top: 40px !important;
    }

    .pr-md-6 {
        padding-right: 40px !important;
    }

    .pb-md-6 {
        padding-bottom: 40px !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 40px !important;
    }

    .px-md-6 {
        padding-right: 40px !important;
    }

    .py-md-6 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
}

@media (min-width: 1012px) {
    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .p-lg-1 {
        padding: 4px !important;
    }

    .pt-lg-1 {
        padding-top: 4px !important;
    }

    .pr-lg-1 {
        padding-right: 4px !important;
    }

    .pb-lg-1 {
        padding-bottom: 4px !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 4px !important;
    }

    .px-lg-1 {
        padding-right: 4px !important;
    }

    .py-lg-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }

    .p-lg-2 {
        padding: 8px !important;
    }

    .pt-lg-2 {
        padding-top: 8px !important;
    }

    .pr-lg-2 {
        padding-right: 8px !important;
    }

    .pb-lg-2 {
        padding-bottom: 8px !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 8px !important;
    }

    .px-lg-2 {
        padding-right: 8px !important;
    }

    .py-lg-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .p-lg-3 {
        padding: 16px !important;
    }

    .pt-lg-3 {
        padding-top: 16px !important;
    }

    .pr-lg-3 {
        padding-right: 16px !important;
    }

    .pb-lg-3 {
        padding-bottom: 16px !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 16px !important;
    }

    .px-lg-3 {
        padding-right: 16px !important;
    }

    .py-lg-3 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .p-lg-4 {
        padding: 24px !important;
    }

    .pt-lg-4 {
        padding-top: 24px !important;
    }

    .pr-lg-4 {
        padding-right: 24px !important;
    }

    .pb-lg-4 {
        padding-bottom: 24px !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 24px !important;
    }

    .px-lg-4 {
        padding-right: 24px !important;
    }

    .py-lg-4 {
        padding-bottom: 24px !important;
        padding-top: 24px !important;
    }

    .p-lg-5 {
        padding: 32px !important;
    }

    .pt-lg-5 {
        padding-top: 32px !important;
    }

    .pr-lg-5 {
        padding-right: 32px !important;
    }

    .pb-lg-5 {
        padding-bottom: 32px !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 32px !important;
    }

    .px-lg-5 {
        padding-right: 32px !important;
    }

    .py-lg-5 {
        padding-bottom: 32px !important;
        padding-top: 32px !important;
    }

    .p-lg-6 {
        padding: 40px !important;
    }

    .pt-lg-6 {
        padding-top: 40px !important;
    }

    .pr-lg-6 {
        padding-right: 40px !important;
    }

    .pb-lg-6 {
        padding-bottom: 40px !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 40px !important;
    }

    .px-lg-6 {
        padding-right: 40px !important;
    }

    .py-lg-6 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
}

@media (min-width: 1280px) {
    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .p-xl-1 {
        padding: 4px !important;
    }

    .pt-xl-1 {
        padding-top: 4px !important;
    }

    .pr-xl-1 {
        padding-right: 4px !important;
    }

    .pb-xl-1 {
        padding-bottom: 4px !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 4px !important;
    }

    .px-xl-1 {
        padding-right: 4px !important;
    }

    .py-xl-1 {
        padding-bottom: 4px !important;
        padding-top: 4px !important;
    }

    .p-xl-2 {
        padding: 8px !important;
    }

    .pt-xl-2 {
        padding-top: 8px !important;
    }

    .pr-xl-2 {
        padding-right: 8px !important;
    }

    .pb-xl-2 {
        padding-bottom: 8px !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 8px !important;
    }

    .px-xl-2 {
        padding-right: 8px !important;
    }

    .py-xl-2 {
        padding-bottom: 8px !important;
        padding-top: 8px !important;
    }

    .p-xl-3 {
        padding: 16px !important;
    }

    .pt-xl-3 {
        padding-top: 16px !important;
    }

    .pr-xl-3 {
        padding-right: 16px !important;
    }

    .pb-xl-3 {
        padding-bottom: 16px !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 16px !important;
    }

    .px-xl-3 {
        padding-right: 16px !important;
    }

    .py-xl-3 {
        padding-bottom: 16px !important;
        padding-top: 16px !important;
    }

    .p-xl-4 {
        padding: 24px !important;
    }

    .pt-xl-4 {
        padding-top: 24px !important;
    }

    .pr-xl-4 {
        padding-right: 24px !important;
    }

    .pb-xl-4 {
        padding-bottom: 24px !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 24px !important;
    }

    .px-xl-4 {
        padding-right: 24px !important;
    }

    .py-xl-4 {
        padding-bottom: 24px !important;
        padding-top: 24px !important;
    }

    .p-xl-5 {
        padding: 32px !important;
    }

    .pt-xl-5 {
        padding-top: 32px !important;
    }

    .pr-xl-5 {
        padding-right: 32px !important;
    }

    .pb-xl-5 {
        padding-bottom: 32px !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 32px !important;
    }

    .px-xl-5 {
        padding-right: 32px !important;
    }

    .py-xl-5 {
        padding-bottom: 32px !important;
        padding-top: 32px !important;
    }

    .p-xl-6 {
        padding: 40px !important;
    }

    .pt-xl-6 {
        padding-top: 40px !important;
    }

    .pr-xl-6 {
        padding-right: 40px !important;
    }

    .pb-xl-6 {
        padding-bottom: 40px !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 40px !important;
    }

    .px-xl-6 {
        padding-right: 40px !important;
    }

    .py-xl-6 {
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
}

.p-responsive {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (min-width: 544px) {
    .p-responsive {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (min-width: 1012px) {
    .p-responsive {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.h1 {
    font-size: 26px !important;
}

@media (min-width: 768px) {
    .h1 {
        font-size: 32px !important;
    }
}

.h2 {
    font-size: 22px !important;
}

@media (min-width: 768px) {
    .h2 {
        font-size: 24px !important;
    }
}

.h3 {
    font-size: 18px !important;
}

@media (min-width: 768px) {
    .h3 {
        font-size: 20px !important;
    }
}

.h4 {
    font-size: 16px !important;
}

.h5 {
    font-size: 14px !important;
}

.h6 {
    font-size: 12px !important;
}

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

.f1 {
    font-size: 26px !important;
}

@media (min-width: 768px) {
    .f1 {
        font-size: 32px !important;
    }
}

.f2 {
    font-size: 22px !important;
}

@media (min-width: 768px) {
    .f2 {
        font-size: 24px !important;
    }
}

.f3 {
    font-size: 18px !important;
}

@media (min-width: 768px) {
    .f3 {
        font-size: 20px !important;
    }
}

.f4 {
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .f4 {
        font-size: 16px !important;
    }
}

.f5 {
    font-size: 14px !important;
}

.f6 {
    font-size: 12px !important;
}

.f00-light {
    font-size: 40px !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    .f00-light {
        font-size: 48px !important;
    }
}

.f0-light {
    font-size: 32px !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    .f0-light {
        font-size: 40px !important;
    }
}

.f1-light {
    font-size: 26px !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    .f1-light {
        font-size: 32px !important;
    }
}

.f2-light {
    font-size: 22px !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    .f2-light {
        font-size: 24px !important;
    }
}

.f3-light {
    font-size: 18px !important;
    font-weight: 300 !important;
}

@media (min-width: 768px) {
    .f3-light {
        font-size: 20px !important;
    }
}

.text-small {
    font-size: 12px !important;
}

.lead {
    color: #586069;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

.lh-condensed-ultra {
    line-height: 1 !important;
}

.lh-condensed {
    line-height: 1.25 !important;
}

.lh-default {
    line-height: 1.5 !important;
}

.lh-0 {
    line-height: 0 !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 544px) {
    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1012px) {
    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-normal {
    font-weight: 400 !important;
}

.text-bold {
    font-weight: 600 !important;
}

.text-italic {
    font-style: italic !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-underline {
    text-decoration: underline !important;
}

.no-underline {
    text-decoration: none !important;
}

.no-wrap {
    white-space: nowrap !important;
}

.ws-normal {
    white-space: normal !important;
}

.wb-break-all {
    word-break: break-all !important;
}

.text-emphasized {
    color: #24292e;
    font-weight: 600;
}

.list-style-none {
    list-style: none !important;
}

.text-shadow-dark {
    text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25),
        0 1px 25px rgba(27, 31, 35, 0.75);
}

.text-shadow-light {
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.5);
}

.text-mono {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier,
        monospace !important;
}

.user-select-none {
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

@media (min-width: 544px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }
}

@media (min-width: 1012px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }
}

@media (min-width: 1280px) {
    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }
}

.v-hidden {
    visibility: hidden !important;
}

.v-visible {
    visibility: visible !important;
}

@media (max-width: 543px) {
    .hide-sm {
        display: none !important;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .hide-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1011px) {
    .hide-lg {
        display: none !important;
    }
}

@media (min-width: 1012px) {
    .hide-xl {
        display: none !important;
    }
}

.table-fixed {
    table-layout: fixed !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    padding: 0;
    word-wrap: normal;
}

.show-on-focus,
.sr-only {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0;
}

.show-on-focus:focus {
    clip: auto;
    height: auto;
    width: auto;
    z-index: 20;
}

.auth-form {
    margin: 0 auto;
    width: 340px;
}

.auth-form .form-group.errored .error,
.auth-form .form-group.errored .warning,
.auth-form .form-group.warn .error,
.auth-form .form-group.warn .warning {
    max-width: 274px;
}

.auth-form-header {
    background-color: #829aa8;
    border: 1px solid #768995;
    border-radius: 3px 3px 0 0;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.auth-form-header h1 {
    font-size: 16px;
}

.auth-form-header h1 a {
    color: #fff;
}

.auth-form-header .octicon {
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 20px;
    text-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1);
    top: 10px;
}

.auth-form-message {
    border: 1px solid #d8dee2;
    border-radius: 3px;
    max-height: 140px;
    overflow-y: scroll;
    padding: 20px 20px 10px;
}

.auth-form-message ol,
.auth-form-message ul {
    margin-bottom: inherit;
    padding-left: inherit;
}

.auth-form-body {
    background-color: #fff;
    border: 1px solid #d8dee2;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    font-size: 14px;
    padding: 20px;
}

.auth-form-body .input-block {
    margin-bottom: 15px;
    margin-top: 5px;
}

.auth-form-body p {
    margin: 10px 0;
}

.auth-form-body ol,
.auth-form-body ul {
    margin-bottom: inherit;
    padding-left: inherit;
}

.two-factor-help {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin: 60px 0 auto auto;
    padding: 10px 10px 10px 36px;
    position: relative;
}

.two-factor-help h4 {
    margin-bottom: 5px;
    margin-top: 0;
}

.two-factor-help .octicon-device-mobile {
    left: 10px;
    position: absolute;
    top: 10px;
}

.two-factor-help .octicon-key {
    left: 10px;
    position: absolute;
}

.two-factor-help ul {
    list-style-type: none;
}

.u2f-send-code-spinner {
    bottom: 2px;
    display: none;
    position: relative;
    vertical-align: bottom;
}

.loading .u2f-send-code-spinner {
    display: inline;
}

.u2f-login-spinner {
    top: 2px;
}

.u2f-auth-header:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.auth-form-body .u2f-auth-form-body {
    padding: 0;
}

.u2f-auth-form-body {
    padding: 30px 30px 20px;
    text-align: center;
}

.u2f-auth-form-body button {
    margin-top: 20px;
}

.u2f-auth-form-body .u2f-enabled {
    display: block;
}

.u2f-auth-form-body .u2f-disabled,
.u2f-auth-form-body.unavailable .u2f-enabled {
    display: none;
}

.u2f-auth-form-body.unavailable .u2f-disabled {
    display: block;
}

.u2f-auth-icon {
    color: #aaa;
}

.flash.sms-error,
.flash.sms-success {
    display: none;
    margin: 0 0 10px;
}

.is-sent .sms-success {
    display: block;
}

.is-not-sent .sms-success,
.is-sent .sms-error {
    display: none;
}

.is-not-sent .sms-error {
    display: block;
}

.session-authentication {
    background-color: #f9f9f9;
}

.session-authentication .header-logged-out {
    background-color: transparent;
    border-bottom: 0;
}

.session-authentication .header-logo {
    color: #333;
}

.session-authentication .flash {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    margin: 0 auto 10px;
    padding: 15px 20px;
}

.session-authentication .flash .container {
    width: auto;
}

.session-authentication .flash .flash-close {
    height: 40px;
}

.session-authentication .flash.is-signed-in,
.session-authentication .flash.is-signed-out {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
}

.session-authentication .auth-form label {
    display: block;
    margin-bottom: 7px;
}

.session-authentication .auth-form .btn {
    margin-top: 20px;
}

.session-authentication .auth-form .u2f-error {
    margin-bottom: 0;
}

.session-authentication .label-link {
    float: right;
    font-size: 12px;
}

.session-authentication .auth-form-header {
    background-color: transparent;
    border: 0;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: none;
}

.session-authentication .auth-form-header h1 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.session-authentication .auth-form-body {
    border-radius: 5px;
    border-top: 1px solid #d8dee2;
}

.session-authentication .auth-form-body.u2f-auth-form-body {
    padding: 20px;
}

.session-authentication .create-account-callout {
    border: 1px solid #d8dee2;
    border-radius: 5px;
    padding: 15px 20px;
    text-align: center;
}

.session-authentication .two-factor-help {
    border: 0;
    margin-top: 20px;
    padding: 0 0 0 20px;
}

.session-authentication .two-factor-help .octicon-device-mobile {
    left: 0;
    top: 3px;
}

.session-authentication .two-factor-help .octicon-key {
    left: 0;
    top: 0;
}

.session-authentication.enterprise .header-logged-out {
    background-color: transparent;
    padding: 48px 0 28px;
}

.session-authentication.hosted .header-logged-out {
    background-color: transparent;
    padding: 40px 0 20px;
}

.Header-old {
    background-color: #24292e;
    color: hsla(0, 0%, 100%, 0.7);
    padding-bottom: 12px;
    padding-top: 12px;
    z-index: 32;
}

.server-stats + .Header-old {
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.075);
}

.Header-old .dropdown-menu {
    width: 300px;
}

.Header-old .notification-indicator:hover:after {
    content: none;
}

@media (min-width: 1012px) {
    .Header-old .notification-indicator:hover:after {
        content: attr(aria-label);
    }
}

.page-responsive .HeaderMenu {
    clear: both;
    display: none;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu {
        clear: none;
        display: block;
    }
}

.open .HeaderMenu {
    display: block;
}

.HeaderMenu--logged-out .dropdown-menu {
    border: 0;
    box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15), 0 0 1px rgba(27, 31, 35, 0.2);
}

.HeaderMenu--logged-out .dropdown-menu:after,
.HeaderMenu--logged-out .dropdown-menu:before {
    display: none;
}

.HeaderMenu--logged-out .header-search {
    width: 240px;
}

.HeaderMenu--logged-out .jump-to-suggestions {
    top: 100%;
}

.HeaderMenu--logged-out .HeaderMenu-details[open] > summary:before {
    bottom: -8px;
    display: block;
    position: absolute;
}

.HeaderMenu--logged-out .header-search-input {
    -webkit-appearance: none;
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.HeaderMenu--logged-out .header-search-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75) !important;
}

.HeaderMenu--logged-out .header-search-input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75) !important;
}

.HeaderMenu--logged-out .header-search-input::placeholder {
    color: hsla(0, 0%, 100%, 0.75) !important;
}

.edge-item-fix {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.page-responsive .HeaderMenu--logged-out {
    background-color: #fff;
    box-shadow: 0 10px 50px rgba(27, 31, 35, 0.15);
    overflow: auto;
    width: 300px;
    z-index: 100;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu--logged-out {
        background-color: transparent;
        box-shadow: none;
        overflow: visible;
        width: auto;
    }
}

.page-responsive .HeaderMenu--logged-out .dropdown-menu {
    border: 0 solid transparent;
    box-shadow: none;
    position: static;
    width: auto;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu--logged-out .dropdown-menu {
        border: 0;
        box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15),
            0 0 1px rgba(27, 31, 35, 0.2);
        position: absolute;
        width: 300px;
    }

    .page-responsive .HeaderMenu--logged-out .dropdown-menu:after,
    .page-responsive .HeaderMenu--logged-out .dropdown-menu:before {
        content: "";
    }
}

.page-responsive .HeaderMenu--logged-out .dropdown-menu-s {
    transform: none;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu--logged-out .dropdown-menu-s {
        transform: translateX(50%);
    }
}

.page-responsive .HeaderMenu--logged-out .header-search {
    border-top: 0;
    width: auto;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu--logged-out .header-search {
        width: 240px;
    }
}

.page-responsive .HeaderMenu--logged-out .header-search-wrapper {
    border: 1px solid #eaecef;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu--logged-out .header-search-wrapper {
        border: 0;
    }
}

.page-responsive .HeaderMenu--logged-out .header-search-input {
    -webkit-appearance: none;
    color: #24292e;
    padding-bottom: 8px;
    padding-top: 8px;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu--logged-out .header-search-input {
        color: inherit;
    }
}

.page-responsive
    .HeaderMenu--logged-out
    .header-search-input:-ms-input-placeholder {
    color: #586069 !important;
}

.page-responsive
    .HeaderMenu--logged-out
    .header-search-input::-ms-input-placeholder {
    color: #586069 !important;
}

.page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {
    color: #586069 !important;
}

@media (min-width: 1012px) {
    .page-responsive
        .HeaderMenu--logged-out
        .header-search-input:-ms-input-placeholder {
        color: hsla(0, 0%, 100%, 0.75) !important;
    }

    .page-responsive
        .HeaderMenu--logged-out
        .header-search-input::-ms-input-placeholder {
        color: hsla(0, 0%, 100%, 0.75) !important;
    }

    .page-responsive .HeaderMenu--logged-out .header-search-input::placeholder {
        color: hsla(0, 0%, 100%, 0.75) !important;
    }
}

.page-responsive .HeaderMenu-link {
    background: transparent;
    color: #444d56;
}

.page-responsive .HeaderMenu-link:hover {
    color: #24292e;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu-link {
        color: #fff;
        transition: 0.4s;
    }

    .page-responsive .HeaderMenu-link:hover {
        color: hsla(0, 0%, 100%, 0.75);
    }
}

.page-responsive .HeaderMenu-link .icon-chevon-down-mktg {
    right: 0;
    stroke: #24292e;
    top: 24px;
    transition: stroke 0.4s;
    width: 14px;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu-link .icon-chevon-down-mktg {
        background: transparent;
        stroke: hsla(0, 0%, 100%, 0.5);
        top: -2px;
        width: 12px;
    }
}

.page-responsive .HeaderMenu-details[open] > summary:before {
    display: none;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu-details[open] > summary:before {
        bottom: -8px;
        display: block;
        position: absolute;
    }
}

.page-responsive .HeaderMenu-details[open] .HeaderMenu-link {
    color: #24292e;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu-details[open] .HeaderMenu-link {
        color: hsla(0, 0%, 100%, 0.75);
    }
}

.page-responsive .HeaderMenu-details[open] .dropdown-menu {
    animation: none;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu-details[open] .dropdown-menu {
        animation: dropdown-display 0.4s cubic-bezier(0.73, 0.005, 0.22, 1);
    }
}

.page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {
    stroke: #24292e;
}

@media (min-width: 1012px) {
    .page-responsive .HeaderMenu-details[open] .icon-chevon-down-mktg {
        stroke: #fff;
    }
}

.HeaderMenu-link {
    background: transparent;
    color: #fff;
    transition: 0.4s;
}

.HeaderMenu-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}

.HeaderMenu-link .icon-chevon-down-mktg {
    right: 0;
    stroke: hsla(0, 0%, 100%, 0.5);
    top: -2px;
    transition: stroke 0.4s;
    width: 12px;
}

.HeaderMenu-details[open] .HeaderMenu-link {
    color: hsla(0, 0%, 100%, 0.75);
}

.HeaderMenu-details[open] .dropdown-menu {
    animation: dropdown-display 0.4s cubic-bezier(0.73, 0.005, 0.22, 1);
}

.HeaderMenu-details[open] .icon-chevon-down-mktg {
    stroke: #fff;
}

.HeaderMenu-summary::-webkit-details-marker {
    display: none;
}

@keyframes dropdown-display {
    0% {
        opacity: 0;
        transform: scale(0.98) translateY(-0.6em);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.header-logo-invertocat {
    color: #fff;
    margin: -1px 15px -1px -2px;
    white-space: nowrap;
}

.header-logo-invertocat .octicon-mark-github {
    float: left;
}

.header-logo-invertocat:hover {
    color: #fff;
    text-decoration: none;
}

.notification-indicator {
    color: hsla(0, 0%, 100%, 0.7);
}

.notification-indicator .mail-status {
    background-clip: padding-box;
    background-image: linear-gradient(#54a3ff, #006eed);
    border: 2px solid #24292e;
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 14px;
    left: 6px;
    position: absolute;
    top: -6px;
    width: 14px;
    z-index: 2;
}

.notification-indicator .mail-status.unread {
    display: inline-block;
}

.notification-indicator:hover .mail-status {
    background-color: #0366d6;
    text-decoration: none;
}

.header-nav-current-user {
    font-size: inherit;
    padding-bottom: 0;
}

.header-nav-current-user .css-truncate-target {
    max-width: 100%;
}

.header-nav-current-user .user-profile-link {
    color: #24292e;
}

.unsupported-browser {
    background-image: linear-gradient(#feefae, #fae692);
    border-bottom: 1px solid #b3a569;
    color: #211e14;
}

.mobile-banner button.switch-to-mobile {
    background-color: #444;
    border: 0;
    color: #eaeaea;
    display: block;
    font-size: 60px;
    font-weight: 600;
    padding: 30px 0 45px;
    text-align: center;
    width: 100%;
}

.header-search-wrapper {
    background-color: hsla(0, 0%, 100%, 0.125);
    border: 0;
    box-shadow: none;
    color: #fff;
    display: table;
    font-size: inherit;
    font-weight: 400;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

.header-search-wrapper.header-search-wrapper-jump-to .header-search-scope {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.header-search-wrapper .truncate-repo-scope {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-search-wrapper.focus {
    background-color: hsla(0, 0%, 100%, 0.175);
    box-shadow: none;
}

.header-search-wrapper.focus .header-search-scope {
    background-color: hsla(0, 0%, 100%, 0.075);
    border-right-color: #282e34;
    color: #fff;
}

.header-search-input {
    background: none;
    border: 0;
    box-shadow: none;
    color: inherit;
    display: table-cell;
    font-size: inherit;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
}

.header-search-input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
}

.header-search-input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.75);
}

.header-search-input::placeholder {
    color: hsla(0, 0%, 100%, 0.75);
}

.header-search-input:focus {
    border: 0;
    box-shadow: none;
}

.header-search-input:focus ~ .header-search-key-slash {
    display: none !important;
}

.header-search-input::-ms-clear {
    display: none;
}

.header-search-scope {
    border-bottom-left-radius: 3px;
    border-right: 1px solid #282e34;
    border-top-left-radius: 3px;
    color: hsla(0, 0%, 100%, 0.7);
    display: none;
    font-size: inherit;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.header-search-scope:empty + .header-search-input {
    width: 100%;
}

.header-search-scope:hover {
    background-color: hsla(0, 0%, 100%, 0.12);
    color: #fff;
}

.scoped-search .header-search-wrapper {
    display: flex;
}

.jump-to-field-active {
    background-color: #fafbfc;
    color: #24292e !important;
}

.jump-to-field-active:-ms-input-placeholder {
    color: #586069 !important;
}

.jump-to-field-active::-ms-input-placeholder {
    color: #586069 !important;
}

.jump-to-field-active::placeholder {
    color: #586069 !important;
}

.jump-to-field-active ~ .header-search-key-slash {
    display: none;
}

.jump-to-field-active.jump-to-dropdown-visible {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.jump-to-suggestions {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 35;
}

.jump-to-suggestions-path {
    color: #1b1f23;
    min-height: 44px;
    min-width: 0;
}

.jump-to-suggestions-path .jump-to-octicon {
    color: #6a737d;
    width: 28px;
}

.jump-to-suggestions-path .jump-to-suggestion-name {
    max-width: none;
}

.jump-to-suggestions-path mark {
    background-color: transparent;
    font-weight: 600;
}

.jump-to-suggestions-results-container .navigation-item {
    border-bottom: 1px solid #e1e4e8;
}

.jump-to-suggestions-results-container .navigation-item:last-child {
    border-bottom: 0;
}

.jump-to-suggestions-results-container .d-on-nav-focus {
    display: none;
}

.jump-to-suggestions-results-container .navigation-focus .jump-to-octicon,
.jump-to-suggestions-results-container [aria-selected="true"] .jump-to-octicon {
    color: #fff;
}

.jump-to-suggestions-results-container
    .navigation-focus
    .jump-to-suggestions-path,
.jump-to-suggestions-results-container
    [aria-selected="true"]
    .jump-to-suggestions-path {
    background: #0366d6;
    color: #fff;
}

.jump-to-suggestions-results-container .navigation-focus mark,
.jump-to-suggestions-results-container [aria-selected="true"] mark {
    color: #fff;
}

.jump-to-suggestions-results-container .navigation-focus .d-on-nav-focus,
.jump-to-suggestions-results-container [aria-selected="true"] .d-on-nav-focus {
    display: block;
}

.header-search {
    min-width: 300px;
    transition: 0.2s ease-in-out;
    transition-property: min-width, padding-bottom, padding-top;
}

@media (min-width: 768px) {
    .header-search:focus-within {
        min-width: 470px;
    }
}

.HeaderMenu--logged-out .header-search {
    min-width: auto;
}

.Header {
    background-color: #24292e;
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 14px;
    line-height: 1.5;
    padding: 16px;
    z-index: 32;
}

.Header,
.Header-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.Header-item {
    align-self: stretch;
    margin-right: 16px;
}

.Header-item--full {
    flex: auto;
}

.Header-link {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.Header-link:focus,
.Header-link:hover {
    color: hsla(0, 0%, 100%, 0.7);
    text-decoration: none;
}

@media (min-width: 1012px) {
    .page-responsive .Header.Details .Header-item.Details-content--hidden {
        display: flex !important;
    }
}

/*# sourceMappingURL=frameworks-a2fba223d5af91496cac70d4ec3624df.css.map */
