/* line 1, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

/* line 2, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
/* line 5, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 7, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
/* line 10, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

/* line 11, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-s {
  border-top-color: #000;
}

/* line 12, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-e {
  border-left-color: #000;
}

/* line 13, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-arrow-w {
  border-right-color: #000;
}

/* line 15, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 16, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 17, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 18, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 19, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 20, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 21, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 22, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek/vendor/tipsy.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* line 2, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek {
  background: #000;
  height: 35px;
  line-height: 35px;
  color: #999;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

/* line 9, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .hidden {
  display: none;
  visibility: visible;
}

/* line 14, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.disabled {
  display: none;
}

/* line 18, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.production {
  background-color: #222;
}

/* line 22, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.staging {
  background-color: #291430;
}

/* line 26, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek.development {
  background-color: #4c1210;
}

/* line 30, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .wrapper {
  width: 800px;
  margin: 0 auto;
}

/* line 36, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .bucket {
  background: #111;
  display: inline-block;
  padding: 4px 6px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  line-height: 1;
  color: #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* line 46, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .bucket .hidden {
  display: none;
}

/* line 50, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .bucket:hover .hidden {
  display: inline;
}

/* line 55, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek strong {
  color: #fff;
}

/* line 59, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .view {
  margin-right: 15px;
  float: left;
}

/* line 63, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .view:last-child {
  margin-right: 0;
}

/* line 69, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .css-truncate.css-truncate-target,
#peek .css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* line 79, vendor/bundle/ruby/2.6.0/gems/peek-1.1.0/app/assets/stylesheets/peek.scss */
#peek .css-truncate.expandable:hover .css-truncate-target, #peek .css-truncate.expandable.css-truncate-target:hover {
  max-width: 10000px !important;
}
/* line 1, vendor/bundle/ruby/2.6.0/gems/peek-performance_bar-1.3.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 75px;
  height: 10px;
  margin: 0 0 0 5px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

/* line 14, vendor/bundle/ruby/2.6.0/gems/peek-performance_bar-1.3.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  opacity: .8;
  color: transparent;
}

/* line 22, vendor/bundle/ruby/2.6.0/gems/peek-performance_bar-1.3.1/app/assets/stylesheets/peek/views/performance_bar.scss */
.performance-bar li:hover {
  opacity: 1;
  cursor: default;
}
/*!
 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.
 */
/* line 1, node_modules/@primer/octicons/index.scss */
.octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 9, node_modules/@primer/css/base/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 19, node_modules/@primer/css/base/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 32, node_modules/@primer/css/base/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  /* 1 */
  display: block;
}

/* line 46, node_modules/@primer/css/base/normalize.scss */
summary {
  display: list-item;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 54, node_modules/@primer/css/base/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 65, node_modules/@primer/css/base/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 74, node_modules/@primer/css/base/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 83, node_modules/@primer/css/base/normalize.scss */
template,
[hidden] {
  display: none !important;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 95, node_modules/@primer/css/base/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 104, node_modules/@primer/css/base/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 117, node_modules/@primer/css/base/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 127, node_modules/@primer/css/base/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 136, node_modules/@primer/css/base/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, node_modules/@primer/css/base/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 154, node_modules/@primer/css/base/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 163, node_modules/@primer/css/base/normalize.scss */
mark {
  background-color: #ff0;
  color: #1b1f23;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 172, node_modules/@primer/css/base/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 181, node_modules/@primer/css/base/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 189, node_modules/@primer/css/base/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 193, node_modules/@primer/css/base/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 204, node_modules/@primer/css/base/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 212, node_modules/@primer/css/base/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 224, node_modules/@primer/css/base/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 236, node_modules/@primer/css/base/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 245, node_modules/@primer/css/base/normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 259, node_modules/@primer/css/base/normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 271, node_modules/@primer/css/base/normalize.scss */
optgroup {
  font-weight: 600;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 280, node_modules/@primer/css/base/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 290, node_modules/@primer/css/base/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 301, node_modules/@primer/css/base/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 312, node_modules/@primer/css/base/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 324, node_modules/@primer/css/base/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 335, node_modules/@primer/css/base/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 348, node_modules/@primer/css/base/normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 361, node_modules/@primer/css/base/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 370, node_modules/@primer/css/base/normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 380, node_modules/@primer/css/base/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 390, node_modules/@primer/css/base/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 399, node_modules/@primer/css/base/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 408, node_modules/@primer/css/base/normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 418, node_modules/@primer/css/base/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 2, node_modules/@primer/css/base/base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 6, node_modules/@primer/css/base/base.scss */
input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 15, node_modules/@primer/css/base/base.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  line-height: 1.5;
  color: #24292e;
  background-color: #fff;
}

/* line 23, node_modules/@primer/css/base/base.scss */
a {
  color: #0366d6;
  text-decoration: none;
}

/* line 27, node_modules/@primer/css/base/base.scss */
a:hover {
  text-decoration: underline;
}

/* line 32, node_modules/@primer/css/base/base.scss */
b,
strong {
  font-weight: 600;
}

/* line 40, node_modules/@primer/css/base/base.scss */
hr,
.rule {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
hr::before,
.rule::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
hr::after,
.rule::after {
  display: table;
  clear: both;
  content: "";
}

/* line 57, node_modules/@primer/css/base/base.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 62, node_modules/@primer/css/base/base.scss */
td,
th {
  padding: 0;
}

/* line 67, node_modules/@primer/css/base/base.scss */
button {
  cursor: pointer;
  border-radius: 0;
}

/* line 75, node_modules/@primer/css/base/base.scss */
[hidden][hidden] {
  display: none !important;
}

/* line 80, node_modules/@primer/css/base/base.scss */
details summary {
  cursor: pointer;
}

/* line 84, node_modules/@primer/css/base/base.scss */
details:not([open]) > *:not(summary) {
  display: none !important;
}

/* line 4, node_modules/@primer/css/base/kbd.scss */
kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #d1d5da;
  border-bottom-color: #d1d5da;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 0 #d1d5da;
          box-shadow: inset 0 -1px 0 #d1d5da;
}

/* line 4, node_modules/@primer/css/base/typography-base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14, node_modules/@primer/css/base/typography-base.scss */
h1 {
  font-size: 32px;
  font-weight: 600;
}

/* line 15, node_modules/@primer/css/base/typography-base.scss */
h2 {
  font-size: 24px;
  font-weight: 600;
}

/* line 16, node_modules/@primer/css/base/typography-base.scss */
h3 {
  font-size: 20px;
  font-weight: 600;
}

/* line 17, node_modules/@primer/css/base/typography-base.scss */
h4 {
  font-size: 16px;
  font-weight: 600;
}

/* line 18, node_modules/@primer/css/base/typography-base.scss */
h5 {
  font-size: 14px;
  font-weight: 600;
}

/* line 19, node_modules/@primer/css/base/typography-base.scss */
h6 {
  font-size: 12px;
  font-weight: 600;
}

/* line 24, node_modules/@primer/css/base/typography-base.scss */
p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 30, node_modules/@primer/css/base/typography-base.scss */
small {
  font-size: 90%;
}

/* line 35, node_modules/@primer/css/base/typography-base.scss */
blockquote {
  margin: 0;
}

/* line 42, node_modules/@primer/css/base/typography-base.scss */
ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 49, node_modules/@primer/css/base/typography-base.scss */
ol ol,
ul ol {
  list-style-type: lower-roman;
}

/* line 54, node_modules/@primer/css/base/typography-base.scss */
ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
  list-style-type: lower-alpha;
}

/* line 61, node_modules/@primer/css/base/typography-base.scss */
dd {
  margin-left: 0;
}

/* line 68, node_modules/@primer/css/base/typography-base.scss */
tt,
code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
}

/* line 74, node_modules/@primer/css/base/typography-base.scss */
pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
}

/* line 86, node_modules/@primer/css/base/typography-base.scss */
.octicon {
  vertical-align: text-bottom;
}

/* line 4, node_modules/@primer/css/box/box.scss */
.Box {
  background-color: #fff;
  border: 1px #e1e4e8 solid;
  border-radius: 6px;
}

/* line 11, node_modules/@primer/css/box/box.scss */
.Box--condensed {
  line-height: 1.25;
}

/* line 14, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-header {
  padding: 8px 16px;
}

/* line 18, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-body {
  padding: 8px 16px;
}

/* line 22, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-footer {
  padding: 8px 16px;
}

/* line 27, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-btn-octicon.btn-octicon {
  padding: 8px 16px;
  margin: -8px -16px;
  line-height: 1.25;
}

/* line 35, node_modules/@primer/css/box/box.scss */
.Box--condensed .Box-row {
  padding: 8px 16px;
}

/* line 42, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-header {
  padding: 24px;
  line-height: 1.25;
}

/* line 47, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-title {
  font-size: 20px;
}

/* line 51, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-body {
  padding: 24px;
}

/* line 55, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-footer {
  padding: 24px;
}

/* line 60, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-btn-octicon.btn-octicon {
  padding: 24px;
  margin: -24px -24px;
}

/* line 67, node_modules/@primer/css/box/box.scss */
.Box--spacious .Box-row {
  padding: 24px;
}

/* line 73, node_modules/@primer/css/box/box.scss */
.Box-header {
  padding: 16px;
  margin: -1px -1px 0;
  background-color: #f6f8fa;
  border-color: #e1e4e8;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 85, node_modules/@primer/css/box/box.scss */
.Box-title {
  font-size: 14px;
  font-weight: 600;
}

/* line 90, node_modules/@primer/css/box/box.scss */
.Box-body {
  padding: 16px;
  border-bottom: 1px solid #e1e4e8;
}

/* line 95, node_modules/@primer/css/box/box.scss */
.Box-body:last-of-type {
  margin-bottom: -1px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 104, node_modules/@primer/css/box/box.scss */
.Box-row {
  padding: 16px;
  margin-top: -1px;
  list-style-type: none;
  border-top: 1px #e1e4e8 solid;
}

/* line 111, node_modules/@primer/css/box/box.scss */
.Box-row:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 116, node_modules/@primer/css/box/box.scss */
.Box-row:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 123, node_modules/@primer/css/box/box.scss */
.Box-row.Box-row--unread, .Box-row.unread {
  -webkit-box-shadow: 2px 0 0 #0366d6 inset;
          box-shadow: 2px 0 0 #0366d6 inset;
}

/* line 132, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus .Box-row--drag-button {
  color: #0366d6;
  cursor: -webkit-grab;
  cursor: grab;
  opacity: 100;
}

/* line 139, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.is-dragging .Box-row--drag-button {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 144, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-chosen {
  background-color: #fafbfc;
}

/* line 149, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-ghost {
  background-color: #f6f8fa;
}

/* line 153, node_modules/@primer/css/box/box.scss */
.Box-row.navigation-focus.sortable-ghost .Box-row--drag-hide {
  opacity: 0;
}

/* line 162, node_modules/@primer/css/box/box.scss */
.Box-row--focus-gray.navigation-focus {
  background-color: #f6f8fa;
}

/* line 168, node_modules/@primer/css/box/box.scss */
.Box-row--focus-blue.navigation-focus {
  background-color: #f1f8ff;
}

/* line 174, node_modules/@primer/css/box/box.scss */
.Box-row--hover-gray:hover {
  background-color: #f6f8fa;
}

/* line 180, node_modules/@primer/css/box/box.scss */
.Box-row--hover-blue:hover {
  background-color: #f1f8ff;
}

@media (min-width: 768px) {
  /* line 188, node_modules/@primer/css/box/box.scss */
  .Box-row-link {
    color: #24292e;
    text-decoration: none;
  }
  /* line 194, node_modules/@primer/css/box/box.scss */
  .Box-row-link:hover {
    color: #0366d6;
    text-decoration: none;
  }
}

/* line 204, node_modules/@primer/css/box/box.scss */
.Box-row--drag-button {
  opacity: 0;
}

/* line 208, node_modules/@primer/css/box/box.scss */
.Box-footer {
  padding: 16px;
  margin-top: -1px;
  border-top: 1px #e1e4e8 solid;
}

/* line 216, node_modules/@primer/css/box/box.scss */
.Box--scrollable {
  max-height: 324px;
  overflow: scroll;
}

/* line 223, node_modules/@primer/css/box/box.scss */
.Box--blue {
  border-color: #c8e1ff;
}

/* line 226, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-header {
  background-color: #f1f8ff;
  border-color: #c8e1ff;
}

/* line 231, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-body {
  border-color: #c8e1ff;
}

/* line 235, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-row {
  border-color: #c8e1ff;
}

/* line 239, node_modules/@primer/css/box/box.scss */
.Box--blue .Box-footer {
  border-color: #c8e1ff;
}

/* line 246, node_modules/@primer/css/box/box.scss */
.Box--danger {
  border-color: #d73a49;
}

/* line 250, node_modules/@primer/css/box/box.scss */
.Box--danger .Box-row:first-of-type {
  border-color: #d73a49;
}

/* line 256, node_modules/@primer/css/box/box.scss */
.Box--danger .Box-body:last-of-type {
  border-color: #d73a49;
}

/* line 262, node_modules/@primer/css/box/box.scss */
.Box-header--blue {
  background-color: #f1f8ff;
  border-color: #c8e1ff;
}

/* line 269, node_modules/@primer/css/box/box.scss */
.Box-row--yellow {
  background-color: #fffbdd;
}

/* line 274, node_modules/@primer/css/box/box.scss */
.Box-row--blue {
  background-color: #f1f8ff;
}

/* line 278, node_modules/@primer/css/box/box.scss */
.Box-row--gray {
  background-color: #f6f8fa;
}

/* line 286, node_modules/@primer/css/box/box.scss */
.Box-btn-octicon.btn-octicon {
  padding: 16px 16px;
  margin: -16px -16px;
  line-height: 1.5;
}

/* line 1, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item {
  display: inline-block;
  margin-left: -0.35em;
  white-space: nowrap;
  list-style: none;
}

/* line 8, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item::after {
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #e1e4e8;
  content: "/";
}

/* line 16, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item:first-child {
  margin-left: 0;
}

/* line 21, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item-selected,
.breadcrumb-item[aria-current]:not([aria-current=false]) {
  color: #586069;
}

/* line 25, node_modules/@primer/css/breadcrumb/breadcrumb.scss */
.breadcrumb-item-selected::after,
.breadcrumb-item[aria-current]:not([aria-current=false])::after {
  content: none;
}

/* line 4, node_modules/@primer/css/buttons/button.scss */
.btn {
  position: relative;
  display: inline-block;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 21, node_modules/@primer/css/buttons/button.scss */
.btn:hover {
  text-decoration: none;
}

/* line 25, node_modules/@primer/css/buttons/button.scss */
.btn:disabled, .btn.disabled, .btn[aria-disabled=true] {
  cursor: default;
}

/* line 30, node_modules/@primer/css/buttons/button.scss */
.btn:disabled .octicon, .btn.disabled .octicon, .btn[aria-disabled=true] .octicon {
  color: inherit;
}

/* line 35, node_modules/@primer/css/buttons/button.scss */
.btn i {
  font-style: normal;
  font-weight: 500;
  opacity: 0.75;
}

/* line 41, node_modules/@primer/css/buttons/button.scss */
.btn .octicon {
  margin-right: 4px;
  color: #6a737d;
  vertical-align: text-bottom;
}

/* line 46, node_modules/@primer/css/buttons/button.scss */
.btn .octicon:only-child {
  margin-right: 0;
}

/* line 51, node_modules/@primer/css/buttons/button.scss */
.btn .Counter {
  margin-left: 2px;
  color: inherit;
  text-shadow: none;
  vertical-align: top;
  background-color: rgba(27, 31, 35, 0.08);
}

/* line 61, node_modules/@primer/css/buttons/button.scss */
.btn .dropdown-caret {
  margin-left: 4px;
  opacity: 0.8;
}

/* line 69, node_modules/@primer/css/buttons/button.scss */
.btn {
  color: #24292e;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* line 81, node_modules/@primer/css/buttons/button.scss */
.btn:hover, .btn.hover, [open] > .btn {
  background-color: #f3f4f6;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 88, node_modules/@primer/css/buttons/button.scss */
.btn:active, .btn.selected, .btn[aria-selected=true] {
  background-color: #edeff2;
  -webkit-box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
          box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
  -webkit-transition: none;
  transition: none;
}

/* line 96, node_modules/@primer/css/buttons/button.scss */
.btn:disabled, .btn.disabled, .btn[aria-disabled=true] {
  color: #959da5;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
}

/* line 106, node_modules/@primer/css/buttons/button.scss */
.btn:focus, .btn.focus {
  outline: 1px dotted transparent;
  outline-offset: 2px;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
          box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}

/* line 116, node_modules/@primer/css/buttons/button.scss */
.btn-primary {
  color: #fff;
  background-color: #2ea44f;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* line 131, node_modules/@primer/css/buttons/button.scss */
.btn-primary:hover, .btn-primary.hover, [open] > .btn-primary {
  background-color: #2c974b;
}

/* line 137, node_modules/@primer/css/buttons/button.scss */
.btn-primary:active, .btn-primary.selected, .btn-primary[aria-selected=true] {
  background-color: #2a8f47;
  -webkit-box-shadow: inset 0 1px 0 rgba(20, 70, 32, 0.2);
          box-shadow: inset 0 1px 0 rgba(20, 70, 32, 0.2);
}

/* line 145, node_modules/@primer/css/buttons/button.scss */
.btn-primary:disabled, .btn-primary.disabled, .btn-primary[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.8);
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* line 156, node_modules/@primer/css/buttons/button.scss */
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(46, 164, 79, 0.4);
          box-shadow: 0 0 0 3px rgba(46, 164, 79, 0.4);
}

/* line 162, node_modules/@primer/css/buttons/button.scss */
.btn-primary .Counter {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 168, node_modules/@primer/css/buttons/button.scss */
.btn-primary .octicon {
  color: rgba(255, 255, 255, 0.8);
}

/* line 230, node_modules/@primer/css/buttons/button.scss */
.btn-danger {
  color: #cb2431;
  -webkit-transition: none;
  transition: none;
}

/* line 180, node_modules/@primer/css/buttons/button.scss */
.btn-danger:hover, [open] > .btn-danger {
  color: #fff;
  background-color: #cb2431;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* line 187, node_modules/@primer/css/buttons/button.scss */
.btn-danger:hover .Counter, [open] > .btn-danger .Counter {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 191, node_modules/@primer/css/buttons/button.scss */
.btn-danger:hover .octicon, [open] > .btn-danger .octicon {
  color: inherit;
}

/* line 196, node_modules/@primer/css/buttons/button.scss */
.btn-danger:active, .btn-danger.selected, .btn-danger[aria-selected=true] {
  color: #fff;
  background-color: #be222e;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(134, 24, 29, 0.2);
          box-shadow: inset 0 1px 0 rgba(134, 24, 29, 0.2);
}

/* line 205, node_modules/@primer/css/buttons/button.scss */
.btn-danger:disabled, .btn-danger.disabled, .btn-danger[aria-disabled=true] {
  color: rgba(203, 36, 49, 0.5);
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 213, node_modules/@primer/css/buttons/button.scss */
.btn-danger:disabled .Counter, .btn-danger.disabled .Counter, .btn-danger[aria-disabled=true] .Counter {
  background-color: rgba(203, 36, 49, 0.05);
}

/* line 218, node_modules/@primer/css/buttons/button.scss */
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(203, 36, 49, 0.4);
          box-shadow: 0 0 0 3px rgba(203, 36, 49, 0.4);
}

/* line 222, node_modules/@primer/css/buttons/button.scss */
.btn-danger .Counter {
  color: inherit;
  background-color: rgba(203, 36, 49, 0.1);
}

/* line 241, node_modules/@primer/css/buttons/button.scss */
.btn-outline {
  color: #0366d6;
  -webkit-transition: none;
  transition: none;
}

/* line 180, node_modules/@primer/css/buttons/button.scss */
.btn-outline:hover, [open] > .btn-outline {
  color: #fff;
  background-color: #0366d6;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* line 187, node_modules/@primer/css/buttons/button.scss */
.btn-outline:hover .Counter, [open] > .btn-outline .Counter {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 191, node_modules/@primer/css/buttons/button.scss */
.btn-outline:hover .octicon, [open] > .btn-outline .octicon {
  color: inherit;
}

/* line 196, node_modules/@primer/css/buttons/button.scss */
.btn-outline:active, .btn-outline.selected, .btn-outline[aria-selected=true] {
  color: #fff;
  background-color: #035fc7;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(5, 38, 76, 0.2);
          box-shadow: inset 0 1px 0 rgba(5, 38, 76, 0.2);
}

/* line 205, node_modules/@primer/css/buttons/button.scss */
.btn-outline:disabled, .btn-outline.disabled, .btn-outline[aria-disabled=true] {
  color: rgba(3, 102, 214, 0.5);
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 213, node_modules/@primer/css/buttons/button.scss */
.btn-outline:disabled .Counter, .btn-outline.disabled .Counter, .btn-outline[aria-disabled=true] .Counter {
  background-color: rgba(3, 102, 214, 0.05);
}

/* line 218, node_modules/@primer/css/buttons/button.scss */
.btn-outline:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.4);
          box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.4);
}

/* line 222, node_modules/@primer/css/buttons/button.scss */
.btn-outline .Counter {
  color: inherit;
  background-color: rgba(3, 102, 214, 0.1);
}

/* line 253, node_modules/@primer/css/buttons/button.scss */
.btn-blue {
  color: #fff;
  background-color: #0361cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0679fc), color-stop(90%, #0361cc));
  background-image: linear-gradient(-180deg, #0679fc 0%, #0361cc 90%);
}

/* line 50, node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:focus, .btn-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4);
          box-shadow: 0 0 0 0.2em rgba(6, 121, 252, 0.4);
}

/* line 55, node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:hover, .btn-blue.hover {
  background-color: #035cc2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0374f4), color-stop(90%, #035cc2));
  background-image: linear-gradient(-180deg, #0374f4 0%, #035cc2 90%);
  background-position: -0.5em;
  border-color: rgba(27, 31, 35, 0.5);
}

/* line 63, node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:active, .btn-blue.selected, .btn-blue[aria-selected=true], [open] > .btn-blue {
  background-color: #045cc1;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.5);
  -webkit-box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
          box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

/* line 73, node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue:disabled, .btn-blue.disabled, .btn-blue[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.75);
  background-color: #81b0e5;
  background-image: none;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 83, node_modules/@primer/css/support/mixins/buttons.scss */
.btn-blue .Counter {
  color: #0366d6;
  background-color: #fff;
}

/* line 264, node_modules/@primer/css/buttons/button.scss */
.btn-sm {
  padding: 3px 12px;
  font-size: 12px;
  line-height: 20px;
}

/* line 271, node_modules/@primer/css/buttons/button.scss */
.btn-sm .octicon {
  vertical-align: text-top;
}

/* line 277, node_modules/@primer/css/buttons/button.scss */
.btn-large {
  padding: 0.75em 1.5em;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0.5em;
}

/* line 289, node_modules/@primer/css/buttons/button.scss */
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 6, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup {
  display: inline-block;
  vertical-align: middle;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.BtnGroup::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.BtnGroup::after {
  display: table;
  clear: both;
  content: "";
}

/* line 12, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup + .BtnGroup,
.BtnGroup + .btn {
  margin-left: 4px;
}

/* line 18, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item {
  position: relative;
  float: left;
  border-right-width: 0;
  border-radius: 0;
}

/* line 24, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 29, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:last-child {
  border-right-width: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 35, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item.selected, .BtnGroup-item[aria-selected=true], .BtnGroup-item:focus, .BtnGroup-item:active, .BtnGroup-item:hover {
  border-right-width: 1px;
}

/* line 42, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item.selected + .BtnGroup-item,
.BtnGroup-item.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item[aria-selected=true] + .BtnGroup-item,
.BtnGroup-item[aria-selected=true] + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:focus + .BtnGroup-item,
.BtnGroup-item:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:active + .BtnGroup-item,
.BtnGroup-item:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-item:hover + .BtnGroup-item,
.BtnGroup-item:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

/* line 49, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent {
  float: left;
}

/* line 52, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent:first-child .BtnGroup-item {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 57, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent:last-child .BtnGroup-item {
  border-right-width: 1px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 63, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent .BtnGroup-item {
  border-right-width: 0;
  border-radius: 0;
}

/* line 73, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent.selected .BtnGroup-item, .BtnGroup-parent[aria-selected=true] .BtnGroup-item, .BtnGroup-parent:focus .BtnGroup-item, .BtnGroup-parent:active .BtnGroup-item, .BtnGroup-parent:hover .BtnGroup-item {
  border-right-width: 1px;
}

/* line 77, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-parent.selected + .BtnGroup-item,
.BtnGroup-parent.selected + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent[aria-selected=true] + .BtnGroup-item,
.BtnGroup-parent[aria-selected=true] + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:focus + .BtnGroup-item,
.BtnGroup-parent:focus + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:active + .BtnGroup-item,
.BtnGroup-parent:active + .BtnGroup-parent .BtnGroup-item, .BtnGroup-parent:hover + .BtnGroup-item,
.BtnGroup-parent:hover + .BtnGroup-parent .BtnGroup-item {
  border-left-width: 0;
}

/* line 87, node_modules/@primer/css/buttons/button-group.scss */
.BtnGroup-item:focus, .BtnGroup-item:active,
.BtnGroup-parent:focus,
.BtnGroup-parent:active {
  z-index: 1;
}

/* line 6, node_modules/@primer/css/buttons/misc.scss */
.btn-link {
  display: inline-block;
  padding: 0;
  font-size: inherit;
  color: #0366d6;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 19, node_modules/@primer/css/buttons/misc.scss */
.btn-link:hover {
  text-decoration: underline;
}

/* line 25, node_modules/@primer/css/buttons/misc.scss */
.btn-link:disabled, .btn-link:disabled:hover, .btn-link[aria-disabled=true], .btn-link[aria-disabled=true]:hover {
  color: rgba(88, 96, 105, 0.5);
  cursor: default;
}

/* line 37, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible {
  color: #0366d6;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 44, node_modules/@primer/css/buttons/misc.scss */
.btn-invisible:hover, .btn-invisible:active, .btn-invisible:focus, .btn-invisible.selected, .btn-invisible[aria-selected=true], .btn-invisible.zeroclipboard-is-hover, .btn-invisible.zeroclipboard-is-active {
  color: #0366d6;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 61, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  line-height: 1;
  color: #586069;
  vertical-align: middle;
  background: transparent;
  border: 0;
}

/* line 75, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon:hover {
  color: #0366d6;
}

/* line 77, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon.disabled, .btn-octicon[aria-disabled=true] {
  color: #959da5;
  cursor: default;
}

/* line 84, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon.disabled:hover, .btn-octicon[aria-disabled=true]:hover {
  color: #959da5;
}

/* line 88, node_modules/@primer/css/buttons/misc.scss */
.btn-octicon-danger:hover {
  color: #cb2431;
}

/* line 95, node_modules/@primer/css/buttons/misc.scss */
.close-button {
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

/* line 105, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander {
  display: block;
}

/* line 108, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander.inline {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
}

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

/* line 138, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a:hover,
.ellipsis-expander:hover {
  text-decoration: none;
  background-color: #c6cbd1;
}

/* line 144, node_modules/@primer/css/buttons/misc.scss */
.hidden-text-expander a:active,
.ellipsis-expander:active {
  color: #fff;
  background-color: #2188ff;
}

/* line 154, node_modules/@primer/css/buttons/misc.scss */
.btn-with-count {
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 159, node_modules/@primer/css/buttons/misc.scss */
.btn-with-count:focus {
  z-index: 1;
}

/* line 168, node_modules/@primer/css/buttons/misc.scss */
.social-count {
  position: relative;
  float: left;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* line 186, node_modules/@primer/css/buttons/misc.scss */
.social-count:hover, .social-count:active {
  text-decoration: none;
}

/* line 191, node_modules/@primer/css/buttons/misc.scss */
.social-count:hover {
  color: #0366d6;
  cursor: pointer;
}

/* line 196, node_modules/@primer/css/buttons/misc.scss */
.social-count:focus {
  z-index: 1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
          box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}

/* line 5, node_modules/@primer/css/table-object/table-object.scss */
.TableObject {
  display: table;
}

/* line 10, node_modules/@primer/css/table-object/table-object.scss */
.TableObject-item {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 18, node_modules/@primer/css/table-object/table-object.scss */
.TableObject-item--primary {
  width: 99%;
}

/* line 8, node_modules/@primer/css/forms/form-control.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 14, node_modules/@primer/css/forms/form-control.scss */
label {
  font-weight: 600;
}

/* line 18, node_modules/@primer/css/forms/form-control.scss */
.form-control,
.form-select {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #24292e;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
          box-shadow: inset 0 1px 0 rgba(225, 228, 232, 0.2);
}

/* line 35, node_modules/@primer/css/forms/form-control.scss */
.form-control.focus, .form-control:focus,
.form-select.focus,
.form-select:focus {
  border-color: #0366d6;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
          box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.3);
}

/* line 42, node_modules/@primer/css/forms/form-control.scss */
.form-control[disabled],
.form-select[disabled] {
  color: #959da5;
  background-color: #f3f4f6;
}

@media (min-width: 768px) {
  /* line 18, node_modules/@primer/css/forms/form-control.scss */
  .form-control,
.form-select {
    font-size: 14px;
  }
}

/* line 56, node_modules/@primer/css/forms/form-control.scss */
textarea.form-control {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}

/* line 63, node_modules/@primer/css/forms/form-control.scss */
.input-contrast {
  background-color: #fafbfc;
}

/* line 66, node_modules/@primer/css/forms/form-control.scss */
.input-contrast:focus {
  background-color: #fff;
}

/* line 70, node_modules/@primer/css/forms/form-control.scss */
.input-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 77, node_modules/@primer/css/forms/form-control.scss */
.input-dark::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark:-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::-ms-input-placeholder {
  color: inherit;
  opacity: 0.6;
}
.input-dark::placeholder {
  color: inherit;
  opacity: 0.6;
}

/* line 82, node_modules/@primer/css/forms/form-control.scss */
.input-dark.focus, .input-dark:focus {
  border-color: rgba(27, 31, 35, 0.3);
  -webkit-box-shadow: 0 0 0 0.2em rgba(121, 184, 255, 0.4);
          box-shadow: 0 0 0 0.2em rgba(121, 184, 255, 0.4);
}

/* line 92, node_modules/@primer/css/forms/form-control.scss */
::-webkit-input-placeholder {
  color: #6a737d;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #6a737d;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #6a737d;
  opacity: 1;
}
::placeholder {
  color: #6a737d;
  opacity: 1;
}

/* line 98, node_modules/@primer/css/forms/form-control.scss */
.input-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  line-height: 20px;
}

/* line 109, node_modules/@primer/css/forms/form-control.scss */
.input-lg {
  font-size: 16px;
}

/* line 114, node_modules/@primer/css/forms/form-control.scss */
.input-block {
  display: block;
  width: 100%;
}

/* line 120, node_modules/@primer/css/forms/form-control.scss */
.input-monospace {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

/* line 126, node_modules/@primer/css/forms/form-control.scss */
.input-hide-webkit-autofill::-webkit-contacts-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  pointer-events: none;
  visibility: hidden;
}

/* line 138, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox {
  padding-left: 20px;
  margin: 15px 0;
  vertical-align: middle;
}

/* line 146, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox label em.highlight {
  position: relative;
  left: -4px;
  padding: 2px 4px;
  font-style: normal;
  background: #fffbdd;
  border-radius: 6px;
}

/* line 158, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
  float: left;
  margin: 5px 0 0 -20px;
  vertical-align: middle;
}

/* line 166, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox .note {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #586069;
}

/* line 175, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details {
  display: none;
}

/* line 182, node_modules/@primer/css/forms/form-control.scss */
.form-checkbox-details-trigger:checked ~ * .form-checkbox-details,
.form-checkbox-details-trigger:checked ~ .form-checkbox-details {
  display: block;
}

/* line 193, node_modules/@primer/css/forms/form-control.scss */
.hfields {
  margin: 15px 0;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.hfields::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.hfields::after {
  display: table;
  clear: both;
  content: "";
}

/* line 198, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group {
  float: left;
  margin: 0 30px 0 0;
}

/* line 205, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group dt label,
.hfields .form-group .form-group-header label {
  display: inline-block;
  margin: 5px 0 0;
  color: #586069;
}

/* line 212, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-group dt img,
.hfields .form-group .form-group-header img {
  position: relative;
  top: -2px;
}

/* line 219, node_modules/@primer/css/forms/form-control.scss */
.hfields .btn {
  float: left;
  margin: 28px 25px 0 -20px;
}

/* line 226, node_modules/@primer/css/forms/form-control.scss */
.hfields .form-select {
  margin-top: 5px;
}

/* line 232, node_modules/@primer/css/forms/form-control.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.form-actions::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.form-actions::after {
  display: table;
  clear: both;
  content: "";
}

/* line 243, node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn {
  float: right;
}

/* line 246, node_modules/@primer/css/forms/form-control.scss */
.form-actions .btn + .btn {
  margin-right: 5px;
}

/* line 253, node_modules/@primer/css/forms/form-control.scss */
.form-warning {
  padding: 8px 10px;
  margin: 10px 0;
  font-size: 14px;
  color: #735c0f;
  background: #fffbdd;
  border: 1px solid #f9c513;
  border-radius: 6px;
}

/* line 265, node_modules/@primer/css/forms/form-control.scss */
.form-warning p {
  margin: 0;
  line-height: 1.5;
}

/* line 270, node_modules/@primer/css/forms/form-control.scss */
.form-warning a {
  font-weight: 600;
}

/* line 4, node_modules/@primer/css/forms/form-select.scss */
.form-select {
  display: inline-block;
  max-width: 100%;
  height: 32px;
  padding-right: 24px;
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 17, node_modules/@primer/css/forms/form-select.scss */
.form-select::-ms-expand {
  opacity: 0;
}

/* line 21, node_modules/@primer/css/forms/form-select.scss */
.form-select[multiple] {
  height: auto;
}

/* line 26, node_modules/@primer/css/forms/form-select.scss */
.select-sm {
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

/* line 34, node_modules/@primer/css/forms/form-select.scss */
.select-sm[multiple] {
  height: auto;
  min-height: 0;
}

/* line 13, node_modules/@primer/css/forms/form-group.scss */
.form-group {
  margin: 15px 0;
}

/* line 18, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control {
  width: 440px;
  max-width: 100%;
  margin-right: 5px;
  background-color: #fafbfc;
}

/* line 25, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control:focus {
  background-color: #fff;
}

/* line 29, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.shorter {
  width: 130px;
}

/* line 31, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.short {
  width: 250px;
}

/* line 33, node_modules/@primer/css/forms/form-group.scss */
.form-group .form-control.long {
  width: 100%;
}

/* line 38, node_modules/@primer/css/forms/form-group.scss */
.form-group textarea.form-control {
  width: 100%;
  height: 200px;
  min-height: 200px;
}

/* line 43, node_modules/@primer/css/forms/form-group.scss */
.form-group textarea.form-control.short {
  height: 50px;
  min-height: 50px;
}

/* line 51, node_modules/@primer/css/forms/form-group.scss */
.form-group dt,
.form-group .form-group-header {
  margin: 0 0 6px;
}

/* line 57, node_modules/@primer/css/forms/form-group.scss */
.form-group label {
  position: relative;
}

/* line 61, node_modules/@primer/css/forms/form-group.scss */
.form-group.flattened dt, .form-group.flattened .form-group-header {
  float: left;
  margin: 0;
  line-height: 32px;
}

/* line 69, node_modules/@primer/css/forms/form-group.scss */
.form-group.flattened dd, .form-group.flattened .form-group-body {
  line-height: 32px;
}

/* line 81, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4,
.form-group .form-group-body h4 {
  margin: 4px 0 0;
}

/* line 84, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4.is-error,
.form-group .form-group-body h4.is-error {
  color: #cb2431;
}

/* line 86, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4.is-success,
.form-group .form-group-body h4.is-success {
  color: #22863a;
}

/* line 88, node_modules/@primer/css/forms/form-group.scss */
.form-group dd h4 + .note,
.form-group .form-group-body h4 + .note {
  margin-top: 0;
}

/* line 100, node_modules/@primer/css/forms/form-group.scss */
.form-group.required dt label::after,
.form-group.required .form-group-header label::after {
  padding-left: 5px;
  color: #cb2431;
  content: "*";
}

/* line 113, node_modules/@primer/css/forms/form-group.scss */
.form-group .success,
.form-group .error,
.form-group .indicator {
  display: none;
  font-size: 12px;
  font-weight: 600;
}

/* line 121, node_modules/@primer/css/forms/form-group.scss */
.form-group.loading {
  opacity: 0.5;
}

/* line 124, node_modules/@primer/css/forms/form-group.scss */
.form-group.loading .indicator {
  display: inline;
}

/* line 128, node_modules/@primer/css/forms/form-group.scss */
.form-group.loading .spinner {
  display: inline-block;
  vertical-align: middle;
}

/* line 135, node_modules/@primer/css/forms/form-group.scss */
.form-group.successful .success {
  display: inline;
  color: #22863a;
}

/* line 148, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success,
.form-group.successed .warning,
.form-group.successed .error, .form-group.warn .success,
.form-group.warn .warning,
.form-group.warn .error, .form-group.errored .success,
.form-group.errored .warning,
.form-group.errored .error {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 450px;
  padding: 4px 8px;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

/* line 163, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::after, .form-group.successed .success::before,
.form-group.successed .warning::after,
.form-group.successed .warning::before,
.form-group.successed .error::after,
.form-group.successed .error::before, .form-group.warn .success::after, .form-group.warn .success::before,
.form-group.warn .warning::after,
.form-group.warn .warning::before,
.form-group.warn .error::after,
.form-group.warn .error::before, .form-group.errored .success::after, .form-group.errored .success::before,
.form-group.errored .warning::after,
.form-group.errored .warning::before,
.form-group.errored .error::after,
.form-group.errored .error::before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 15;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}

/* line 177, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::after,
.form-group.successed .warning::after,
.form-group.successed .error::after, .form-group.warn .success::after,
.form-group.warn .warning::after,
.form-group.warn .error::after, .form-group.errored .success::after,
.form-group.errored .warning::after,
.form-group.errored .error::after {
  border-width: 5px;
}

/* line 182, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::before,
.form-group.successed .warning::before,
.form-group.successed .error::before, .form-group.warn .success::before,
.form-group.warn .warning::before,
.form-group.warn .error::before, .form-group.errored .success::before,
.form-group.errored .warning::before,
.form-group.errored .error::before {
  margin-left: -1px;
  border-width: 6px;
}

/* line 192, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success {
  color: #144620;
  background-color: #dcffe4;
  border-color: #34d058;
}

/* line 199, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::after {
  border-bottom-color: #dcffe4;
}

/* line 204, node_modules/@primer/css/forms/form-group.scss */
.form-group.successed .success::before {
  border-bottom-color: #34d058;
}

/* line 211, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .form-control {
  border-color: #f9c513;
}

/* line 216, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning {
  background-color: #fff5b1;
  border-color: #f9c513;
}

/* line 221, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::after {
  border-bottom-color: #fff5b1;
}

/* line 226, node_modules/@primer/css/forms/form-group.scss */
.form-group.warn .warning::before {
  border-bottom-color: #f9c513;
}

/* line 233, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .form-control {
  border-color: #cb2431;
}

/* line 238, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored label {
  color: #cb2431;
}

/* line 242, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error {
  background-color: #ffeef0;
  border-color: #f97583;
}

/* line 246, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error::after {
  border-bottom-color: #ffeef0;
}

/* line 251, node_modules/@primer/css/forms/form-group.scss */
.form-group.errored .error::before {
  border-bottom-color: #f97583;
}

/* line 258, node_modules/@primer/css/forms/form-group.scss */
.note {
  min-height: 17px;
  margin: 4px 0 2px;
  font-size: 12px;
  color: #586069;
}

/* line 264, node_modules/@primer/css/forms/form-group.scss */
.note .spinner {
  margin-right: 3px;
  vertical-align: middle;
}

/* line 6, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-errored {
  padding-right: 30px;
}

/* line 13, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-loading {
  background-image: url("/images/spinners/octocat-spinner-16px.gif");
}

/* line 17, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-successful {
  background-image: url("/images/modules/ajax/success.png");
}

/* line 21, node_modules/@primer/css/forms/form-validation.scss */
dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-errored {
  background-image: url("/images/modules/ajax/error.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 32, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-loading, dl.form-group > dd .form-control.is-autocheck-successful, dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-errored {
    background-size: 16px 16px;
  }
  /* line 38, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-loading,
.form-group > .form-group-body .form-control.is-autocheck-loading {
    background-image: url("/images/spinners/octocat-spinner-32.gif");
  }
  /* line 42, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-successful,
.form-group > .form-group-body .form-control.is-autocheck-successful {
    background-image: url("/images/modules/ajax/success@2x.png");
  }
  /* line 46, node_modules/@primer/css/forms/form-validation.scss */
  dl.form-group > dd .form-control.is-autocheck-errored,
.form-group > .form-group-body .form-control.is-autocheck-errored {
    background-image: url("/images/modules/ajax/error@2x.png");
  }
}

/* line 55, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

/* line 62, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator .octicon {
  display: none;
}

/* line 69, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success::before {
  content: "";
}

/* line 73, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success .octicon-check {
  display: inline-block;
  color: #28a745;
  fill: #28a745;
}

/* line 80, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-success .octicon-x {
  display: none;
}

/* line 87, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed::before {
  content: "";
}

/* line 91, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed .octicon-check {
  display: none;
}

/* line 95, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-failed .octicon-x {
  display: inline-block;
  color: #cb2431;
  fill: #d73a49;
}

/* line 102, node_modules/@primer/css/forms/form-validation.scss */
.status-indicator-loading {
  width: 16px;
  background-image: url("/images/spinners/octocat-spinner-32-EAF2F5.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px;
}

/* line 110, node_modules/@primer/css/forms/form-validation.scss */
.inline-form {
  display: inline-block;
}

/* line 113, node_modules/@primer/css/forms/form-validation.scss */
.inline-form .btn-plain {
  background-color: transparent;
  border: 0;
}

/* line 123, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop {
  padding: 7px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #586069;
  background-color: #fafbfc;
  border: 1px solid #c3c8cf;
  border-top: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 139, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop .default,
.drag-and-drop .loading,
.drag-and-drop .error {
  display: none;
}

/* line 145, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop .error {
  color: #cb2431;
}

/* line 150, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop img {
  vertical-align: top;
}

/* line 155, node_modules/@primer/css/forms/form-validation.scss */
.is-default .drag-and-drop .default {
  display: inline-block;
}

/* line 159, node_modules/@primer/css/forms/form-validation.scss */
.is-uploading .drag-and-drop .loading {
  display: inline-block;
}

/* line 163, node_modules/@primer/css/forms/form-validation.scss */
.is-bad-file .drag-and-drop .bad-file {
  display: inline-block;
}

/* line 167, node_modules/@primer/css/forms/form-validation.scss */
.is-duplicate-filename .drag-and-drop .duplicate-filename {
  display: inline-block;
}

/* line 171, node_modules/@primer/css/forms/form-validation.scss */
.is-too-big .drag-and-drop .too-big {
  display: inline-block;
}

/* line 175, node_modules/@primer/css/forms/form-validation.scss */
.is-hidden-file .drag-and-drop .hidden-file {
  display: inline-block;
}

/* line 179, node_modules/@primer/css/forms/form-validation.scss */
.is-empty .drag-and-drop .empty {
  display: inline-block;
}

/* line 183, node_modules/@primer/css/forms/form-validation.scss */
.is-bad-permissions .drag-and-drop .bad-permissions {
  display: inline-block;
}

/* line 187, node_modules/@primer/css/forms/form-validation.scss */
.is-repository-required .drag-and-drop .repository-required {
  display: inline-block;
}

/* line 191, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop-error-info {
  font-weight: 400;
  color: #586069;
}

/* line 195, node_modules/@primer/css/forms/form-validation.scss */
.drag-and-drop-error-info a {
  color: #0366d6;
}

/* line 200, node_modules/@primer/css/forms/form-validation.scss */
.is-failed .drag-and-drop .failed-request {
  display: inline-block;
}

/* line 204, node_modules/@primer/css/forms/form-validation.scss */
.manual-file-chooser {
  position: absolute;
  width: 240px;
  padding: 5px;
  margin-left: -80px;
  cursor: pointer;
  opacity: 0.0001;
}

/* line 215, node_modules/@primer/css/forms/form-validation.scss */
.manual-file-chooser:hover + .manual-file-chooser-text {
  text-decoration: underline;
}

/* line 221, node_modules/@primer/css/forms/form-validation.scss */
.btn .manual-file-chooser {
  top: 0;
  padding: 0;
  line-height: 34px;
}

/* line 231, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled textarea {
  display: block;
  border-bottom: 1px dashed #dfe2e5;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 239, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
          box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075), 0 0 0 0.2em rgba(3, 102, 214, 0.3);
}

/* line 243, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 247, node_modules/@primer/css/forms/form-validation.scss */
.upload-enabled.focused .drag-and-drop {
  border-color: #4a9eff;
}

/* line 255, node_modules/@primer/css/forms/form-validation.scss */
.dragover textarea,
.dragover .drag-and-drop {
  -webkit-box-shadow: #c9ff00 0 0 3px;
          box-shadow: #c9ff00 0 0 3px;
}

/* line 261, node_modules/@primer/css/forms/form-validation.scss */
.write-content {
  position: relative;
}

/* line 266, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form {
  position: relative;
}

/* line 269, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .tabnav {
  position: relative;
  padding: 8px 8px 0;
}

/* line 274, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .comment {
  border: 1px solid #c3c8cf;
}

/* line 279, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .comment-form-error {
  margin-bottom: 8px;
}

/* line 281, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form .write-content,
.previewable-comment-form .preview-content {
  display: none;
  margin: 0 8px 8px;
}

/* line 287, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form.write-selected .write-content, .previewable-comment-form.preview-selected .preview-content {
  display: block;
}

/* line 292, node_modules/@primer/css/forms/form-validation.scss */
.previewable-comment-form textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  padding: 8px;
  resize: vertical;
}

/* line 304, node_modules/@primer/css/forms/form-validation.scss */
.form-action-spacious {
  margin-top: 10px;
}

/* line 313, node_modules/@primer/css/forms/form-validation.scss */
div.composer {
  margin-top: 0;
  border: 0;
}

/* line 319, node_modules/@primer/css/forms/form-validation.scss */
.composer .comment-form-textarea {
  height: 200px;
  min-height: 200px;
}

/* line 325, node_modules/@primer/css/forms/form-validation.scss */
.composer .tabnav {
  margin: 0 0 10px;
}

/* line 331, node_modules/@primer/css/forms/form-validation.scss */
h2.account {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #586069;
}

/* line 340, node_modules/@primer/css/forms/form-validation.scss */
p.explain {
  position: relative;
  font-size: 12px;
  color: #586069;
}

/* line 345, node_modules/@primer/css/forms/form-validation.scss */
p.explain strong {
  color: #24292e;
}

/* line 349, node_modules/@primer/css/forms/form-validation.scss */
p.explain .octicon {
  margin-right: 5px;
  color: #959da5;
}

/* line 356, node_modules/@primer/css/forms/form-validation.scss */
p.explain .minibutton {
  top: -4px;
  float: right;
}

/* line 363, node_modules/@primer/css/forms/form-validation.scss */
.form-group label {
  position: static;
}

/* line 1, node_modules/@primer/css/forms/input-group.scss */
.input-group {
  display: table;
}

/* line 4, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control {
  position: relative;
  width: 100%;
}

/* line 8, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:focus {
  z-index: 2;
}

/* line 12, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control + .btn {
  margin-left: 0;
}

/* line 18, node_modules/@primer/css/forms/input-group.scss */
.input-group.inline {
  display: inline-table;
}

/* line 23, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control,
.input-group-button {
  display: table-cell;
}

/* line 28, node_modules/@primer/css/forms/input-group.scss */
.input-group-button {
  width: 1%;
  vertical-align: middle;
}

/* line 33, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, node_modules/@primer/css/forms/input-group.scss */
.input-group-button:first-child .btn {
  margin-right: -1px;
}

/* line 44, node_modules/@primer/css/forms/input-group.scss */
.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, node_modules/@primer/css/forms/input-group.scss */
.input-group-button:last-child .btn {
  margin-left: -1px;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.radio-group::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.radio-group::after {
  display: table;
  clear: both;
  content: "";
}

/* line 7, node_modules/@primer/css/forms/radio-group.scss */
.radio-label {
  float: left;
  padding: 6px 16px 6px 36px;
  margin-left: -1px;
  font-size: 14px;
  line-height: 20px;
  color: #24292e;
  cursor: pointer;
  border: 1px solid #e1e4e8;
}

/* line 20, node_modules/@primer/css/forms/radio-group.scss */
:checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

/* line 26, node_modules/@primer/css/forms/radio-group.scss */
.radio-label:first-of-type {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 32, node_modules/@primer/css/forms/radio-group.scss */
.radio-label:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 38, node_modules/@primer/css/forms/radio-group.scss */
.radio-input {
  z-index: 3;
  float: left;
  margin: 10px -32px 0 16px;
}

/* line 5, node_modules/@primer/css/layout/container.scss */
.container-sm {
  max-width: 544px;
  margin-right: auto;
  margin-left: auto;
}

/* line 12, node_modules/@primer/css/layout/container.scss */
.container-md {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

/* line 19, node_modules/@primer/css/layout/container.scss */
.container-lg {
  max-width: 1012px;
  margin-right: auto;
  margin-left: auto;
}

/* line 26, node_modules/@primer/css/layout/container.scss */
.container-xl {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

/* line 4, node_modules/@primer/css/layout/grid.scss */
.col-1 {
  width: 8.3333333333%;
}

/* line 5, node_modules/@primer/css/layout/grid.scss */
.col-2 {
  width: 16.6666666667%;
}

/* line 6, node_modules/@primer/css/layout/grid.scss */
.col-3 {
  width: 25%;
}

/* line 7, node_modules/@primer/css/layout/grid.scss */
.col-4 {
  width: 33.3333333333%;
}

/* line 8, node_modules/@primer/css/layout/grid.scss */
.col-5 {
  width: 41.6666666667%;
}

/* line 9, node_modules/@primer/css/layout/grid.scss */
.col-6 {
  width: 50%;
}

/* line 10, node_modules/@primer/css/layout/grid.scss */
.col-7 {
  width: 58.3333333333%;
}

/* line 11, node_modules/@primer/css/layout/grid.scss */
.col-8 {
  width: 66.6666666667%;
}

/* line 12, node_modules/@primer/css/layout/grid.scss */
.col-9 {
  width: 75%;
}

/* line 13, node_modules/@primer/css/layout/grid.scss */
.col-10 {
  width: 83.3333333333%;
}

/* line 14, node_modules/@primer/css/layout/grid.scss */
.col-11 {
  width: 91.6666666667%;
}

/* line 15, node_modules/@primer/css/layout/grid.scss */
.col-12 {
  width: 100%;
}

@media (min-width: 544px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1012px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  /* line 19, node_modules/@primer/css/layout/grid.scss */
  .col-xl-1 {
    width: 8.3333333333%;
  }
  /* line 20, node_modules/@primer/css/layout/grid.scss */
  .col-xl-2 {
    width: 16.6666666667%;
  }
  /* line 21, node_modules/@primer/css/layout/grid.scss */
  .col-xl-3 {
    width: 25%;
  }
  /* line 22, node_modules/@primer/css/layout/grid.scss */
  .col-xl-4 {
    width: 33.3333333333%;
  }
  /* line 23, node_modules/@primer/css/layout/grid.scss */
  .col-xl-5 {
    width: 41.6666666667%;
  }
  /* line 24, node_modules/@primer/css/layout/grid.scss */
  .col-xl-6 {
    width: 50%;
  }
  /* line 25, node_modules/@primer/css/layout/grid.scss */
  .col-xl-7 {
    width: 58.3333333333%;
  }
  /* line 26, node_modules/@primer/css/layout/grid.scss */
  .col-xl-8 {
    width: 66.6666666667%;
  }
  /* line 27, node_modules/@primer/css/layout/grid.scss */
  .col-xl-9 {
    width: 75%;
  }
  /* line 28, node_modules/@primer/css/layout/grid.scss */
  .col-xl-10 {
    width: 83.3333333333%;
  }
  /* line 29, node_modules/@primer/css/layout/grid.scss */
  .col-xl-11 {
    width: 91.6666666667%;
  }
  /* line 30, node_modules/@primer/css/layout/grid.scss */
  .col-xl-12 {
    width: 100%;
  }
}

/* line 46, node_modules/@primer/css/layout/grid.scss */
.gutter {
  margin-right: -16px;
  margin-left: -16px;
}

/* line 40, node_modules/@primer/css/layout/grid.scss */
.gutter > [class*="col-"] {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* line 50, node_modules/@primer/css/layout/grid.scss */
.gutter-condensed {
  margin-right: -8px;
  margin-left: -8px;
}

/* line 40, node_modules/@primer/css/layout/grid.scss */
.gutter-condensed > [class*="col-"] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* line 54, node_modules/@primer/css/layout/grid.scss */
.gutter-spacious {
  margin-right: -24px;
  margin-left: -24px;
}

/* line 40, node_modules/@primer/css/layout/grid.scss */
.gutter-spacious > [class*="col-"] {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media (min-width: 544px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-sm-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 768px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-md {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-md > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-md-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 1012px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-lg-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 1280px) {
  /* line 60, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl {
    margin-right: -16px;
    margin-left: -16px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl > [class*="col-"] {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* line 61, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-condensed {
    margin-right: -8px;
    margin-left: -8px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-condensed > [class*="col-"] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* line 62, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-spacious {
    margin-right: -24px;
    margin-left: -24px;
  }
  /* line 40, node_modules/@primer/css/layout/grid.scss */
  .gutter-xl-spacious > [class*="col-"] {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

/* line 7, node_modules/@primer/css/layout/grid-offset.scss */
.offset-1 {
  margin-left: 8.3333333333% !important;
}

/* line 8, node_modules/@primer/css/layout/grid-offset.scss */
.offset-2 {
  margin-left: 16.6666666667% !important;
}

/* line 9, node_modules/@primer/css/layout/grid-offset.scss */
.offset-3 {
  margin-left: 25% !important;
}

/* line 10, node_modules/@primer/css/layout/grid-offset.scss */
.offset-4 {
  margin-left: 33.3333333333% !important;
}

/* line 11, node_modules/@primer/css/layout/grid-offset.scss */
.offset-5 {
  margin-left: 41.6666666667% !important;
}

/* line 12, node_modules/@primer/css/layout/grid-offset.scss */
.offset-6 {
  margin-left: 50% !important;
}

/* line 13, node_modules/@primer/css/layout/grid-offset.scss */
.offset-7 {
  margin-left: 58.3333333333% !important;
}

/* line 14, node_modules/@primer/css/layout/grid-offset.scss */
.offset-8 {
  margin-left: 66.6666666667% !important;
}

/* line 15, node_modules/@primer/css/layout/grid-offset.scss */
.offset-9 {
  margin-left: 75% !important;
}

/* line 16, node_modules/@primer/css/layout/grid-offset.scss */
.offset-10 {
  margin-left: 83.3333333333% !important;
}

/* line 17, node_modules/@primer/css/layout/grid-offset.scss */
.offset-11 {
  margin-left: 91.6666666667% !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-3 {
    margin-left: 25% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-6 {
    margin-left: 50% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-9 {
    margin-left: 75% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667% !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-3 {
    margin-left: 25% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-6 {
    margin-left: 50% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-9 {
    margin-left: 75% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-md-11 {
    margin-left: 91.6666666667% !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-3 {
    margin-left: 25% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-6 {
    margin-left: 50% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-9 {
    margin-left: 75% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667% !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333% !important;
  }
  /* line 8, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667% !important;
  }
  /* line 9, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-3 {
    margin-left: 25% !important;
  }
  /* line 10, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333% !important;
  }
  /* line 11, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667% !important;
  }
  /* line 12, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-6 {
    margin-left: 50% !important;
  }
  /* line 13, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333% !important;
  }
  /* line 14, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667% !important;
  }
  /* line 15, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-9 {
    margin-left: 75% !important;
  }
  /* line 16, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333% !important;
  }
  /* line 17, node_modules/@primer/css/layout/grid-offset.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667% !important;
  }
}

/* line 5, node_modules/@primer/css/navigation/menu.scss */
.menu {
  margin-bottom: 16px;
  list-style: none;
  background-color: #fff;
  border: 1px #e1e4e8 solid;
  border-radius: 6px;
}

/* line 13, node_modules/@primer/css/navigation/menu.scss */
.menu-item {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: #1b1f23;
  border-bottom: 1px solid #eaecef;
}

/* line 20, node_modules/@primer/css/navigation/menu.scss */
.menu-item:first-child {
  border-top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 25, node_modules/@primer/css/navigation/menu.scss */
.menu-item:first-child::before {
  border-top-left-radius: 6px;
}

/* line 28, node_modules/@primer/css/navigation/menu.scss */
.menu-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 33, node_modules/@primer/css/navigation/menu.scss */
.menu-item:last-child::before {
  border-bottom-left-radius: 6px;
}

/* line 36, node_modules/@primer/css/navigation/menu.scss */
.menu-item:focus, .menu-item:hover {
  text-decoration: none;
  background-color: #f6f8fa;
  outline: none;
}

/* line 44, node_modules/@primer/css/navigation/menu.scss */
.menu-item:active {
  background-color: #fafbfc;
}

/* line 48, node_modules/@primer/css/navigation/menu.scss */
.menu-item.selected, .menu-item[aria-selected=true], .menu-item[aria-current]:not([aria-current=false]) {
  cursor: default;
}

/* line 53, node_modules/@primer/css/navigation/menu.scss */
.menu-item.selected::before, .menu-item[aria-selected=true]::before, .menu-item[aria-current]:not([aria-current=false])::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  content: "";
  background-color: #f9826c;
}

/* line 65, node_modules/@primer/css/navigation/menu.scss */
.menu-item .octicon {
  width: 16px;
  margin-right: 8px;
  color: #959da5;
  text-align: center;
}

/* line 73, node_modules/@primer/css/navigation/menu.scss */
.menu-item .Counter {
  float: right;
  margin-left: 4px;
}

/* line 78, node_modules/@primer/css/navigation/menu.scss */
.menu-item .menu-warning {
  float: right;
  color: #86181d;
}

/* line 84, node_modules/@primer/css/navigation/menu.scss */
.menu-item .avatar {
  float: left;
  margin-right: 4px;
}

/* line 90, node_modules/@primer/css/navigation/menu.scss */
.menu-item.alert .Counter {
  color: #cb2431;
}

/* line 96, node_modules/@primer/css/navigation/menu.scss */
.menu-heading {
  display: block;
  padding: 8px 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 600;
  color: #1b1f23;
  border-bottom: 1px solid #eaecef;
}

/* line 106, node_modules/@primer/css/navigation/menu.scss */
.menu-heading:hover {
  text-decoration: none;
}

/* line 110, node_modules/@primer/css/navigation/menu.scss */
.menu-heading:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 115, node_modules/@primer/css/navigation/menu.scss */
.menu-heading:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 3, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav {
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 1px #e1e4e8 solid;
}

/* line 9, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tabs {
  margin-bottom: -1px;
}

/* line 14, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 23px;
  color: #24292e;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 0;
}

/* line 26, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab.selected, .tabnav-tab[aria-selected=true], .tabnav-tab[aria-current]:not([aria-current=false]) {
  background-color: #fff;
  border-color: #e1e4e8;
  border-radius: 6px 6px 0 0;
}

/* line 34, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab:hover, .tabnav-tab:focus {
  color: #586069;
  text-decoration: none;
}

/* line 40, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab:active {
  color: #6a737d;
}

/* line 44, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab .octicon {
  margin-right: 4px;
  color: #959da5;
}

/* line 50, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-tab .Counter {
  margin-left: 4px;
}

/* line 60, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-extra {
  display: inline-block;
  padding-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  color: #586069;
}

/* line 69, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-extra > .octicon {
  margin-right: 2px;
}

/* line 77, node_modules/@primer/css/navigation/tabnav.scss */
a.tabnav-extra:hover {
  color: #0366d6;
  text-decoration: none;
}

/* line 87, node_modules/@primer/css/navigation/tabnav.scss */
.tabnav-btn {
  margin-left: 8px;
}

/* line 4, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list {
  list-style-type: none;
}

/* line 7, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.small .filter-item {
  padding: 6px 12px;
  font-size: 12px;
}

/* line 13, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.pjax-active .filter-item {
  color: #586069;
  background-color: transparent;
}

/* line 17, node_modules/@primer/css/navigation/filter-list.scss */
.filter-list.pjax-active .filter-item.pjax-active {
  color: #fff;
  background-color: #0366d6;
}

/* line 24, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item {
  position: relative;
  display: block;
  padding: 8px 16px;
  margin-bottom: 4px;
  overflow: hidden;
  font-size: 14px;
  color: #586069;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 6px;
}

/* line 38, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item:hover {
  text-decoration: none;
  background-color: #f6f8fa;
}

/* line 43, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item.selected, .filter-item[aria-selected=true], .filter-item[aria-current]:not([aria-current=false]) {
  color: #fff;
  background-color: #0366d6;
}

/* line 50, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item .count {
  float: right;
  font-weight: 600;
}

/* line 55, node_modules/@primer/css/navigation/filter-list.scss */
.filter-item .bar {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  z-index: -1;
  display: inline-block;
  background-color: #eff3f6;
}

/* line 5, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav {
  background-color: #fafbfc;
}

/* line 9, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 16px;
  color: #1b1f23;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #eaecef;
}

/* line 21, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:first-child {
  border-top: 0;
}

/* line 25, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:last-child {
  -webkit-box-shadow: 0 1px 0 #e1e4e8;
          box-shadow: 0 1px 0 #e1e4e8;
}

/* line 32, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2px;
  pointer-events: none;
  content: "";
}

/* line 46, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:hover,
.SideNav-item:focus {
  text-decoration: none;
  background-color: #f6f8fa;
  outline: none;
}

/* line 54, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item:active {
  background-color: #fafbfc;
}

/* line 58, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item[aria-current]:not([aria-current=false]),
.SideNav-item[aria-selected="true"] {
  background-color: #fff;
}

/* line 63, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-item[aria-current]:not([aria-current=false])::before,
.SideNav-item[aria-selected="true"]::before {
  background-color: #f9826c;
}

/* line 73, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-icon {
  width: 16px;
  margin-right: 8px;
  color: #6a737d;
}

/* line 83, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem {
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 0;
  color: #0366d6;
  text-align: left;
  background-color: transparent;
  border: 0;
}

/* line 94, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem:hover,
.SideNav-subItem:focus {
  color: #24292e;
  text-decoration: none;
  outline: none;
}

/* line 101, node_modules/@primer/css/navigation/sidenav.scss */
.SideNav-subItem[aria-current]:not([aria-current=false]),
.SideNav-subItem[aria-selected="true"] {
  font-weight: 500;
  color: #24292e;
}

/* line 3, node_modules/@primer/css/navigation/subnav.scss */
.subnav {
  margin-bottom: 20px;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.subnav::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.subnav::after {
  display: table;
  clear: both;
  content: "";
}

/* line 10, node_modules/@primer/css/navigation/subnav.scss */
.subnav-bordered {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaecef;
}

/* line 16, node_modules/@primer/css/navigation/subnav.scss */
.subnav-flush {
  margin-bottom: 0;
}

/* line 20, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item {
  position: relative;
  float: left;
  padding: 5px 16px;
  font-weight: 500;
  line-height: 20px;
  color: #24292e;
  border: 1px #e1e4e8 solid;
}

/* line 31, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item + .subnav-item {
  margin-left: -1px;
}

/* line 36, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:hover, .subnav-item:focus {
  text-decoration: none;
  background-color: #f6f8fa;
}

/* line 42, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item.selected, .subnav-item[aria-selected=true], .subnav-item[aria-current]:not([aria-current=false]) {
  z-index: 2;
  color: #fff;
  background-color: #0366d6;
  border-color: #005cc5;
}

/* line 52, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 57, node_modules/@primer/css/navigation/subnav.scss */
.subnav-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 63, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search {
  position: relative;
  margin-left: 12px;
}

/* line 69, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-input {
  width: 320px;
  padding-left: 32px;
  color: #586069;
}

/* line 75, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-input-wide {
  width: 500px;
}

/* line 79, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-icon {
  position: absolute;
  top: 9px;
  left: 8px;
  display: block;
  color: #959da5;
  text-align: center;
  pointer-events: none;
}

/* line 91, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .btn {
  color: #444d56;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 97, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .btn:hover, .subnav-search-context .btn:focus, .subnav-search-context .btn:active, .subnav-search-context .btn.selected {
  z-index: 2;
}

/* line 105, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context + .subnav-search {
  margin-left: -1px;
}

/* line 109, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context + .subnav-search .subnav-search-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 115, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-modal-holder {
  z-index: 30;
}

/* line 119, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-modal {
  width: 220px;
}

/* line 123, node_modules/@primer/css/navigation/subnav.scss */
.subnav-search-context .select-menu-item-icon {
  color: inherit;
}

/* line 128, node_modules/@primer/css/navigation/subnav.scss */
.subnav-spacer-right {
  padding-right: 12px;
}

/* line 1, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-shadow: inset 0 -1px 0 #e1e4e8;
          box-shadow: inset 0 -1px 0 #e1e4e8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 10, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 30px;
  color: #1b1f23;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(209, 213, 218, 0);
  -webkit-transition: border-bottom-color 0.36s ease-in;
  transition: border-bottom-color 0.36s ease-in;
}

/* line 28, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item:hover, .UnderlineNav-item:focus {
  text-decoration: none;
  border-bottom-color: #d1d5da;
  outline: 1px dotted transparent;
  outline-offset: -1px;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.12s;
          transition-duration: 0.12s;
}

/* line 38, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item.selected, .UnderlineNav-item[role=tab][aria-selected=true], .UnderlineNav-item[aria-current]:not([aria-current=false]) {
  font-weight: 600;
  border-bottom-color: #f9826c;
  outline: 1px dotted transparent;
  outline-offset: -1px;
}

/* line 47, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-item.selected .UnderlineNav-octicon, .UnderlineNav-item[role=tab][aria-selected=true] .UnderlineNav-octicon, .UnderlineNav-item[aria-current]:not([aria-current=false]) .UnderlineNav-octicon {
  color: #586069;
}

/* line 53, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 56, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--right .UnderlineNav-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 61, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-actions {
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 65, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav--full {
  display: block;
}

/* line 69, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-octicon {
  margin-right: 4px;
  color: #959da5;
}

/* line 75, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav .Counter {
  margin-left: 4px;
}

/* line 79, node_modules/@primer/css/navigation/underline-nav.scss */
.UnderlineNav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 4, node_modules/@primer/css/pagination/pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  display: inline-block;
  min-width: 32px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  color: #24292e;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* line 24, node_modules/@primer/css/pagination/pagination.scss */
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  text-decoration: none;
  border-color: #e1e4e8;
  outline: 0;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 32, node_modules/@primer/css/pagination/pagination.scss */
.pagination a:active,
.pagination span:active,
.pagination em:active {
  border-color: #eaecef;
  -webkit-transition: none;
  transition: none;
}

/* line 38, node_modules/@primer/css/pagination/pagination.scss */
.pagination .previous_page,
.pagination .next_page {
  color: #0366d6;
}

/* line 43, node_modules/@primer/css/pagination/pagination.scss */
.pagination .current,
.pagination .current:hover,
.pagination [aria-current]:not([aria-current=false]) {
  color: #fff;
  background-color: #0366d6;
  border-color: transparent;
}

/* line 51, node_modules/@primer/css/pagination/pagination.scss */
.pagination .gap,
.pagination .disabled,
.pagination [aria-disabled=true],
.pagination .gap:hover,
.pagination .disabled:hover,
.pagination [aria-disabled=true]:hover {
  color: #6a737d;
  cursor: default;
  border-color: transparent;
}

@supports ((-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%)) or (clip-path: polygon(50% 0, 100% 50%, 50% 100%))) {
  /* line 64, node_modules/@primer/css/pagination/pagination.scss */
  .pagination .previous_page::before,
.pagination .next_page::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    content: "";
    background-color: currentColor;
  }
  /* line 76, node_modules/@primer/css/pagination/pagination.scss */
  .pagination .previous_page::before {
    margin-right: 4px;
    -webkit-clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
            clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
  }
  /* line 82, node_modules/@primer/css/pagination/pagination.scss */
  .pagination .next_page::after {
    margin-left: 4px;
    -webkit-clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
            clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
  }
}

/* line 90, node_modules/@primer/css/pagination/pagination.scss */
.paginate-container {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

/* line 95, node_modules/@primer/css/pagination/pagination.scss */
.paginate-container .pagination {
  display: inline-block;
}

/* line 1, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped {
  position: relative;
}

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

/* line 29, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped::before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: #1b1f23;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  opacity: 0;
}

@-webkit-keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tooltip-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 58, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped:hover::before, .tooltipped:hover::after,
.tooltipped:active::before,
.tooltipped:active::after,
.tooltipped:focus::before,
.tooltipped:focus::after {
  display: inline-block;
  text-decoration: none;
  -webkit-animation-name: tooltip-appear;
          animation-name: tooltip-appear;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* line 73, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-no-delay:hover::before, .tooltipped-no-delay:hover::after,
.tooltipped-no-delay:active::before,
.tooltipped-no-delay:active::after,
.tooltipped-no-delay:focus::before,
.tooltipped-no-delay:focus::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

/* line 82, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline:hover::after,
.tooltipped-multiline:active::after,
.tooltipped-multiline:focus::after {
  display: table-cell;
}

/* line 91, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::after,
.tooltipped-se::after,
.tooltipped-sw::after {
  top: 100%;
  right: 50%;
  margin-top: 6px;
}

/* line 98, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::before,
.tooltipped-se::before,
.tooltipped-sw::before {
  top: auto;
  right: 50%;
  bottom: -7px;
  margin-right: -6px;
  border-bottom-color: #1b1f23;
}

/* line 110, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-se::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

/* line 117, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sw::after {
  margin-right: -16px;
}

/* line 125, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-n::after,
.tooltipped-ne::after,
.tooltipped-nw::after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 6px;
}

/* line 132, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-n::before,
.tooltipped-ne::before,
.tooltipped-nw::before {
  top: -7px;
  right: 50%;
  bottom: auto;
  margin-right: -6px;
  border-top-color: #1b1f23;
}

/* line 144, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-ne::after {
  right: auto;
  left: 50%;
  margin-left: -16px;
}

/* line 151, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-nw::after {
  margin-right: -16px;
}

/* line 156, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-s::after,
.tooltipped-n::after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 163, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::after {
  right: 100%;
  bottom: 50%;
  margin-right: 6px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/* line 171, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-w::before {
  top: 50%;
  bottom: 50%;
  left: -7px;
  margin-top: -6px;
  border-left-color: #1b1f23;
}

/* line 184, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-e::after {
  bottom: 50%;
  left: 100%;
  margin-left: 6px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/* line 192, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-e::before {
  top: 50%;
  right: -7px;
  bottom: 50%;
  margin-top: -6px;
  border-right-color: #1b1f23;
}

/* line 206, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-1::after,
.tooltipped-align-right-2::after {
  right: 0;
  margin-right: 0;
}

/* line 213, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-1::before {
  right: 10px;
}

/* line 219, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-right-2::before {
  right: 15px;
}

/* line 226, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-1::after,
.tooltipped-align-left-2::after {
  left: 0;
  margin-left: 0;
}

/* line 233, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-1::before {
  left: 5px;
}

/* line 239, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-align-left-2::before {
  left: 10px;
}

/* line 250, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline::after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-wrap: break-word;
  white-space: pre-line;
  border-collapse: separate;
}

/* line 258, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline.tooltipped-s::after, .tooltipped-multiline.tooltipped-n::after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 265, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-multiline.tooltipped-w::after, .tooltipped-multiline.tooltipped-e::after {
  right: 100%;
}

@media screen and (min-width: 0\0) {
  /* line 273, node_modules/@primer/css/tooltips/tooltips.scss */
  .tooltipped-multiline::after {
    width: 250px;
  }
}

/* line 282, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sticky::before, .tooltipped-sticky::after {
  display: inline-block;
}

/* line 288, node_modules/@primer/css/tooltips/tooltips.scss */
.tooltipped-sticky.tooltipped-multiline::after {
  display: table-cell;
}

/* line 8, node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.css-truncate-overflow,
.css-truncate .css-truncate-overflow, .css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 18, node_modules/@primer/css/truncate/truncate.scss */
.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
  display: inline-block;
  max-width: 125px;
  vertical-align: top;
}

/* line 25, node_modules/@primer/css/truncate/truncate.scss */
.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.css-truncate-target:hover {
  max-width: 10000px !important;
}

/* Fade in an element */
/* line 4, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* line 9, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-in.fast {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

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

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

/* Fade out an element */
/* line 25, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* line 30, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-out.fast {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

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

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

/* Fade in and slide up an element */
/* line 46, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-up {
  opacity: 0;
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

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

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

/* Fade an element out and slide down */
/* line 68, node_modules/@primer/css/utilities/animations.scss */
.anim-fade-down {
  -webkit-animation-name: fade-down;
          animation-name: fade-down;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* Grow an element width from 0 to 100% */
/* line 88, node_modules/@primer/css/utilities/animations.scss */
.anim-grow-x {
  width: 0%;
  -webkit-animation-name: grow-x;
          animation-name: grow-x;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes grow-x {
  to {
    width: 100%;
  }
}

@keyframes grow-x {
  to {
    width: 100%;
  }
}

/* Shrink an element from 100% to 0% */
/* line 102, node_modules/@primer/css/utilities/animations.scss */
.anim-shrink-x {
  -webkit-animation-name: shrink-x;
          animation-name: shrink-x;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes shrink-x {
  to {
    width: 0%;
  }
}

@keyframes shrink-x {
  to {
    width: 0%;
  }
}

/* Fade in an element and scale it fast */
/* line 115, node_modules/@primer/css/utilities/animations.scss */
.anim-scale-in {
  -webkit-animation-name: scale-in;
          animation-name: scale-in;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
          animation-timing-function: cubic-bezier(0.2, 0, 0.13, 1.5);
}

@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Pulse an element's opacity */
/* line 134, node_modules/@primer/css/utilities/animations.scss */
.anim-pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

/* Pulse in an element */
/* line 156, node_modules/@primer/css/utilities/animations.scss */
.anim-pulse-in {
  -webkit-animation-name: pulse-in;
          animation-name: pulse-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse-in {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* Increase scale of an element on hover */
/* line 176, node_modules/@primer/css/utilities/animations.scss */
.hover-grow {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 180, node_modules/@primer/css/utilities/animations.scss */
.hover-grow:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

/* Add a gray border to the left and right */
/* line 5, node_modules/@primer/css/utilities/borders.scss */
.border-x {
  border-right: 1px #e1e4e8 solid !important;
  border-left: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the top and bottom */
/* line 11, node_modules/@primer/css/utilities/borders.scss */
.border-y {
  border-top: 1px #e1e4e8 solid !important;
  border-bottom: 1px #e1e4e8 solid !important;
}

/* Responsive gray borders */
/* Add a gray border on all sides at/above this breakpoint */
/* line 20, node_modules/@primer/css/utilities/borders.scss */
.border {
  border: 1px #e1e4e8 solid !important;
}

/* Set the border width to 0 on all sides at/above this breakpoint */
/* line 22, node_modules/@primer/css/utilities/borders.scss */
.border-0 {
  border: 0 !important;
}

/* Add a gray border to the top */
/* line 25, node_modules/@primer/css/utilities/borders.scss */
.border-top {
  border-top: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the right */
/* line 27, node_modules/@primer/css/utilities/borders.scss */
.border-right {
  border-right: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the bottom */
/* line 29, node_modules/@primer/css/utilities/borders.scss */
.border-bottom {
  border-bottom: 1px #e1e4e8 solid !important;
}

/* Add a gray border to the left */
/* line 31, node_modules/@primer/css/utilities/borders.scss */
.border-left {
  border-left: 1px #e1e4e8 solid !important;
}

/* Remove the top border */
/* line 34, node_modules/@primer/css/utilities/borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* Remove the right border */
/* line 36, node_modules/@primer/css/utilities/borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* Remove the bottom border */
/* line 38, node_modules/@primer/css/utilities/borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* Remove the left border */
/* line 40, node_modules/@primer/css/utilities/borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 43, node_modules/@primer/css/utilities/borders.scss */
.rounded {
  border-radius: 6px !important;
}

/* line 44, node_modules/@primer/css/utilities/borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 45, node_modules/@primer/css/utilities/borders.scss */
.rounded-1 {
  border-radius: 4px !important;
}

/* line 46, node_modules/@primer/css/utilities/borders.scss */
.rounded-2 {
  border-radius: 6px !important;
}

/* line 49, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 55, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-1 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

/* line 61, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-2 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

/* line 67, node_modules/@primer/css/utilities/borders.scss */
.rounded-top-3 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

/* line 49, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 55, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-1 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 61, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-2 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

/* line 67, node_modules/@primer/css/utilities/borders.scss */
.rounded-right-3 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

/* line 49, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 55, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-1 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 61, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-2 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

/* line 67, node_modules/@primer/css/utilities/borders.scss */
.rounded-bottom-3 {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

/* line 49, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

/* line 55, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-1 {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

/* line 61, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-2 {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

/* line 67, node_modules/@primer/css/utilities/borders.scss */
.rounded-left-3 {
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

@media (min-width: 544px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-sm {
    border: 1px #e1e4e8 solid !important;
  }
  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-0 {
    border: 0 !important;
  }
  /* Add a gray border to the top */
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-top {
    border-top: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the right */
  /* line 27, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right {
    border-right: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the bottom */
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the left */
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left {
    border-left: 1px #e1e4e8 solid !important;
  }
  /* Remove the top border */
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  /* Remove the right border */
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  /* Remove the bottom border */
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  /* Remove the left border */
  /* line 40, node_modules/@primer/css/utilities/borders.scss */
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  /* line 43, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm {
    border-radius: 6px !important;
  }
  /* line 44, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  /* line 45, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-1 {
    border-radius: 4px !important;
  }
  /* line 46, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-2 {
    border-radius: 6px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-top-3 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-right-3 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-bottom-3 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-sm-left-3 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
}

@media (min-width: 768px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-md {
    border: 1px #e1e4e8 solid !important;
  }
  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, node_modules/@primer/css/utilities/borders.scss */
  .border-md-0 {
    border: 0 !important;
  }
  /* Add a gray border to the top */
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-md-top {
    border-top: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the right */
  /* line 27, node_modules/@primer/css/utilities/borders.scss */
  .border-md-right {
    border-right: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the bottom */
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the left */
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-md-left {
    border-left: 1px #e1e4e8 solid !important;
  }
  /* Remove the top border */
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .border-md-top-0 {
    border-top: 0 !important;
  }
  /* Remove the right border */
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .border-md-right-0 {
    border-right: 0 !important;
  }
  /* Remove the bottom border */
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  /* Remove the left border */
  /* line 40, node_modules/@primer/css/utilities/borders.scss */
  .border-md-left-0 {
    border-left: 0 !important;
  }
  /* line 43, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md {
    border-radius: 6px !important;
  }
  /* line 44, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  /* line 45, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-1 {
    border-radius: 4px !important;
  }
  /* line 46, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-2 {
    border-radius: 6px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-top-3 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-right-3 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-bottom-3 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-md-left-3 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
}

@media (min-width: 1012px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-lg {
    border: 1px #e1e4e8 solid !important;
  }
  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-0 {
    border: 0 !important;
  }
  /* Add a gray border to the top */
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-top {
    border-top: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the right */
  /* line 27, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right {
    border-right: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the bottom */
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the left */
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left {
    border-left: 1px #e1e4e8 solid !important;
  }
  /* Remove the top border */
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  /* Remove the right border */
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  /* Remove the bottom border */
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  /* Remove the left border */
  /* line 40, node_modules/@primer/css/utilities/borders.scss */
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  /* line 43, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg {
    border-radius: 6px !important;
  }
  /* line 44, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  /* line 45, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-1 {
    border-radius: 4px !important;
  }
  /* line 46, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-2 {
    border-radius: 6px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-top-3 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-right-3 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-bottom-3 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-lg-left-3 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
}

@media (min-width: 1280px) {
  /* Add a gray border on all sides at/above this breakpoint */
  /* line 20, node_modules/@primer/css/utilities/borders.scss */
  .border-xl {
    border: 1px #e1e4e8 solid !important;
  }
  /* Set the border width to 0 on all sides at/above this breakpoint */
  /* line 22, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-0 {
    border: 0 !important;
  }
  /* Add a gray border to the top */
  /* line 25, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-top {
    border-top: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the right */
  /* line 27, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right {
    border-right: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the bottom */
  /* line 29, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom {
    border-bottom: 1px #e1e4e8 solid !important;
  }
  /* Add a gray border to the left */
  /* line 31, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left {
    border-left: 1px #e1e4e8 solid !important;
  }
  /* Remove the top border */
  /* line 34, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  /* Remove the right border */
  /* line 36, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  /* Remove the bottom border */
  /* line 38, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  /* Remove the left border */
  /* line 40, node_modules/@primer/css/utilities/borders.scss */
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  /* line 43, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl {
    border-radius: 6px !important;
  }
  /* line 44, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  /* line 45, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-1 {
    border-radius: 4px !important;
  }
  /* line 46, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-2 {
    border-radius: 6px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-1 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-2 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-top-3 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-1 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-2 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-right-3 {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-1 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-2 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-bottom-3 {
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
  /* line 49, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  /* line 55, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-1 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  /* line 61, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-2 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  /* line 67, node_modules/@primer/css/utilities/borders.scss */
  .rounded-xl-left-3 {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
  }
}

/* Add a 50% border-radius to make something into a circle */
/* line 77, node_modules/@primer/css/utilities/borders.scss */
.circle {
  border-radius: 50% !important;
}

/* Change the border style to dashed, in conjunction with another utility */
/* line 80, node_modules/@primer/css/utilities/borders.scss */
.border-dashed {
  border-style: dashed !important;
}

/* Use with .border to turn the border blue */
/* line 86, node_modules/@primer/css/utilities/borders.scss */
.border-blue {
  border-color: #0366d6 !important;
}

/* Use with .border to turn the border blue-light */
/* line 88, node_modules/@primer/css/utilities/borders.scss */
.border-blue-light {
  border-color: #c8e1ff !important;
}

/* Use with .border to turn the border green */
/* line 90, node_modules/@primer/css/utilities/borders.scss */
.border-green {
  border-color: #34d058 !important;
}

/* Use with .border to turn the border green light */
/* line 92, node_modules/@primer/css/utilities/borders.scss */
.border-green-light {
  border-color: #a2cbac !important;
}

/* Use with .border to turn the border red */
/* line 94, node_modules/@primer/css/utilities/borders.scss */
.border-red {
  border-color: #d73a49 !important;
}

/* Use with .border to turn the border red-light */
/* line 96, node_modules/@primer/css/utilities/borders.scss */
.border-red-light {
  border-color: #f97583 !important;
}

/* Use with .border to turn the border purple */
/* line 98, node_modules/@primer/css/utilities/borders.scss */
.border-purple {
  border-color: #6f42c1 !important;
}

/* Use with .border to turn the border yellow */
/* line 100, node_modules/@primer/css/utilities/borders.scss */
.border-yellow {
  border-color: #f9c513 !important;
}

/* Use with .border to turn the border gray-light */
/* line 102, node_modules/@primer/css/utilities/borders.scss */
.border-gray-light {
  border-color: #eaecef !important;
}

/* Use with .border to turn the border gray-dark */
/* line 104, node_modules/@primer/css/utilities/borders.scss */
.border-gray-dark {
  border-color: #d1d5da !important;
}

/* Use with .border to turn the border rgba black 0.15 */
/* line 107, node_modules/@primer/css/utilities/borders.scss */
.border-black-fade {
  border-color: rgba(27, 31, 35, 0.15) !important;
}

/* Use with .border to turn the border rgba white 0.15 */
/* line 109, node_modules/@primer/css/utilities/borders.scss */
.border-white-fade {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Use with .border to turn the border white w/varying transparency */
/* line 112, node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-15 {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 114, node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-30 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 116, node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 118, node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-70 {
  border-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 120, node_modules/@primer/css/utilities/borders.scss */
.border-white-fade-85 {
  border-color: rgba(255, 255, 255, 0.85) !important;
}

/* line 5, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow {
  -webkit-box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04) !important;
          box-shadow: 0 1px 0 rgba(27, 31, 35, 0.04) !important;
}

/* line 9, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-medium {
  -webkit-box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15) !important;
          box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15) !important;
}

/* line 13, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-large {
  -webkit-box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2) !important;
          box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2) !important;
}

/* line 17, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-extra-large {
  -webkit-box-shadow: 0 12px 48px rgba(149, 157, 165, 0.3) !important;
          box-shadow: 0 12px 48px rgba(149, 157, 165, 0.3) !important;
}

/* line 23, node_modules/@primer/css/utilities/box-shadow.scss */
.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Set the background to $bg-white */
/* line 6, node_modules/@primer/css/utilities/colors.scss */
.bg-white {
  background-color: #fff !important;
}

/* Set the background to $bg-blue */
/* line 8, node_modules/@primer/css/utilities/colors.scss */
.bg-blue {
  background-color: #0366d6 !important;
}

/* Set the background to $bg-blue-light */
/* line 10, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-light {
  background-color: #f1f8ff !important;
}

/* Set the background to $bg-gray-dark */
/* line 12, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-dark {
  background-color: #24292e !important;
}

/* Set the background to $bg-gray */
/* line 14, node_modules/@primer/css/utilities/colors.scss */
.bg-gray {
  background-color: #f6f8fa !important;
}

/* Set the background to $bg-gray-light */
/* line 16, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-light {
  background-color: #fafbfc !important;
}

/* Set the background to $bg-green */
/* line 18, node_modules/@primer/css/utilities/colors.scss */
.bg-green {
  background-color: #28a745 !important;
}

/* Set the background to $bg-green-light */
/* line 20, node_modules/@primer/css/utilities/colors.scss */
.bg-green-light {
  background-color: #dcffe4 !important;
}

/* Set the background to $bg-red */
/* line 22, node_modules/@primer/css/utilities/colors.scss */
.bg-red {
  background-color: #d73a49 !important;
}

/* Set the background to $bg-red-light */
/* line 24, node_modules/@primer/css/utilities/colors.scss */
.bg-red-light {
  background-color: #ffeef0 !important;
}

/* Set the background to $bg-yellow */
/* line 26, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow {
  background-color: #ffd33d !important;
}

/* Set the background to $bg-yellow-light */
/* line 28, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-light {
  background-color: #fff5b1 !important;
}

/* Set the background to $bg-yellow-dark */
/* line 30, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-dark {
  background-color: #dbab09 !important;
}

/* Set the background to $bg-purple */
/* line 32, node_modules/@primer/css/utilities/colors.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* Set the background to $bg-pink */
/* line 34, node_modules/@primer/css/utilities/colors.scss */
.bg-pink {
  background-color: #ea4aaa !important;
}

/* Set the background to $bg-purple-light */
/* line 36, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-light {
  background-color: #f5f0ff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-0 {
  color: #fafbfc !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-0 {
  background-color: #fafbfc !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-1 {
  color: #f6f8fa !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-1 {
  background-color: #f6f8fa !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-2 {
  color: #e1e4e8 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-2 {
  background-color: #e1e4e8 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-3 {
  color: #d1d5da !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-3 {
  background-color: #d1d5da !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-4 {
  color: #959da5 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-4 {
  background-color: #959da5 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-5 {
  color: #6a737d !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-5 {
  background-color: #6a737d !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-6 {
  color: #586069 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-6 {
  background-color: #586069 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-7 {
  color: #444d56 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-7 {
  background-color: #444d56 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-8 {
  color: #2f363d !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-8 {
  background-color: #2f363d !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-gray-9 {
  color: #24292e !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-gray-9 {
  background-color: #24292e !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-0 {
  color: #f1f8ff !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-0 {
  background-color: #f1f8ff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-1 {
  color: #dbedff !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-1 {
  background-color: #dbedff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-2 {
  color: #c8e1ff !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-2 {
  background-color: #c8e1ff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-3 {
  color: #79b8ff !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-3 {
  background-color: #79b8ff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-4 {
  color: #2188ff !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-4 {
  background-color: #2188ff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-5 {
  color: #0366d6 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-5 {
  background-color: #0366d6 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-6 {
  color: #005cc5 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-6 {
  background-color: #005cc5 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-7 {
  color: #044289 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-7 {
  background-color: #044289 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-8 {
  color: #032f62 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-8 {
  background-color: #032f62 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-blue-9 {
  color: #05264c !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-blue-9 {
  background-color: #05264c !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-0 {
  color: #f0fff4 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-0 {
  background-color: #f0fff4 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-1 {
  color: #dcffe4 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-1 {
  background-color: #dcffe4 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-2 {
  color: #bef5cb !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-2 {
  background-color: #bef5cb !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-3 {
  color: #85e89d !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-3 {
  background-color: #85e89d !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-4 {
  color: #34d058 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-4 {
  background-color: #34d058 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-5 {
  color: #28a745 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-5 {
  background-color: #28a745 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-6 {
  color: #22863a !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-6 {
  background-color: #22863a !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-7 {
  color: #176f2c !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-7 {
  background-color: #176f2c !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-8 {
  color: #165c26 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-8 {
  background-color: #165c26 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-green-9 {
  color: #144620 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-green-9 {
  background-color: #144620 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-0 {
  color: #fffdef !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-0 {
  background-color: #fffdef !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-1 {
  color: #fffbdd !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-1 {
  background-color: #fffbdd !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-2 {
  color: #fff5b1 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-2 {
  background-color: #fff5b1 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-3 {
  color: #ffea7f !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-3 {
  background-color: #ffea7f !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-4 {
  color: #ffdf5d !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-4 {
  background-color: #ffdf5d !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-5 {
  color: #ffd33d !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-5 {
  background-color: #ffd33d !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-6 {
  color: #f9c513 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-6 {
  background-color: #f9c513 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-7 {
  color: #dbab09 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-7 {
  background-color: #dbab09 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-8 {
  color: #b08800 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-8 {
  background-color: #b08800 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-yellow-9 {
  color: #735c0f !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-yellow-9 {
  background-color: #735c0f !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-0 {
  color: #fff8f2 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-0 {
  background-color: #fff8f2 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-1 {
  color: #ffebda !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-1 {
  background-color: #ffebda !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-2 {
  color: #ffd1ac !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-2 {
  background-color: #ffd1ac !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-3 {
  color: #ffab70 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-3 {
  background-color: #ffab70 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-4 {
  color: #fb8532 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-4 {
  background-color: #fb8532 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-5 {
  color: #f66a0a !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-5 {
  background-color: #f66a0a !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-6 {
  color: #e36209 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-6 {
  background-color: #e36209 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-7 {
  color: #d15704 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-7 {
  background-color: #d15704 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-8 {
  color: #c24e00 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-8 {
  background-color: #c24e00 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-orange-9 {
  color: #a04100 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-orange-9 {
  background-color: #a04100 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-0 {
  color: #ffeef0 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-0 {
  background-color: #ffeef0 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-1 {
  color: #ffdce0 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-1 {
  background-color: #ffdce0 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-2 {
  color: #fdaeb7 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-2 {
  background-color: #fdaeb7 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-3 {
  color: #f97583 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-3 {
  background-color: #f97583 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-4 {
  color: #ea4a5a !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-4 {
  background-color: #ea4a5a !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-5 {
  color: #d73a49 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-5 {
  background-color: #d73a49 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-6 {
  color: #cb2431 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-6 {
  background-color: #cb2431 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-7 {
  color: #b31d28 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-7 {
  background-color: #b31d28 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-8 {
  color: #9e1c23 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-8 {
  background-color: #9e1c23 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-red-9 {
  color: #86181d !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-red-9 {
  background-color: #86181d !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-0 {
  color: #f5f0ff !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-0 {
  background-color: #f5f0ff !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-1 {
  color: #e6dcfd !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-1 {
  background-color: #e6dcfd !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-2 {
  color: #d1bcf9 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-2 {
  background-color: #d1bcf9 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-3 {
  color: #b392f0 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-3 {
  background-color: #b392f0 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-4 {
  color: #8a63d2 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-4 {
  background-color: #8a63d2 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-5 {
  color: #6f42c1 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-5 {
  background-color: #6f42c1 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-6 {
  color: #5a32a3 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-6 {
  background-color: #5a32a3 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-7 {
  color: #4c2889 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-7 {
  background-color: #4c2889 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-8 {
  color: #3a1d6e !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-8 {
  background-color: #3a1d6e !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-purple-9 {
  color: #29134e !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-purple-9 {
  background-color: #29134e !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-0 {
  color: #ffeef8 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-0 {
  background-color: #ffeef8 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-1 {
  color: #fedbf0 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-1 {
  background-color: #fedbf0 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-2 {
  color: #f9b3dd !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-2 {
  background-color: #f9b3dd !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-3 {
  color: #f692ce !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-3 {
  background-color: #f692ce !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-4 {
  color: #ec6cb9 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-4 {
  background-color: #ec6cb9 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-5 {
  color: #ea4aaa !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-5 {
  background-color: #ea4aaa !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-6 {
  color: #d03592 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-6 {
  background-color: #d03592 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-7 {
  color: #b93a86 !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-7 {
  background-color: #b93a86 !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-8 {
  color: #99306f !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-8 {
  background-color: #99306f !important;
}

/* line 41, node_modules/@primer/css/utilities/colors.scss */
.color-pink-9 {
  color: #6d224f !important;
}

/* line 42, node_modules/@primer/css/utilities/colors.scss */
.bg-pink-9 {
  background-color: #6d224f !important;
}

/* line 46, node_modules/@primer/css/utilities/colors.scss */
.bg-shade-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 31, 35, 0.065)), to(rgba(27, 31, 35, 0))) !important;
  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;
}

/* Set the text color to $text-blue */
/* line 54, node_modules/@primer/css/utilities/colors.scss */
.text-blue {
  color: #0366d6 !important;
}

/* Set the text color to $text-red */
/* line 56, node_modules/@primer/css/utilities/colors.scss */
.text-red {
  color: #cb2431 !important;
}

/* Set the text color to $text-gray-light */
/* line 58, node_modules/@primer/css/utilities/colors.scss */
.text-gray-light {
  color: #6a737d !important;
}

/* Set the text color to $text-gray */
/* line 60, node_modules/@primer/css/utilities/colors.scss */
.text-gray {
  color: #586069 !important;
}

/* Set the text color to $text-gray-dark */
/* line 62, node_modules/@primer/css/utilities/colors.scss */
.text-gray-dark {
  color: #24292e !important;
}

/* Set the text color to $text-green */
/* line 64, node_modules/@primer/css/utilities/colors.scss */
.text-green {
  color: #22863a !important;
}

/* Set the text color to $text-yellow */
/* line 66, node_modules/@primer/css/utilities/colors.scss */
.text-yellow {
  color: #b08800 !important;
}

/* Set the text color to $text-orange */
/* line 68, node_modules/@primer/css/utilities/colors.scss */
.text-orange {
  color: #a04100 !important;
}

/* Set the text color to $text-orange-light */
/* line 70, node_modules/@primer/css/utilities/colors.scss */
.text-orange-light {
  color: #e36209 !important;
}

/* Set the text color to $text-purple */
/* line 72, node_modules/@primer/css/utilities/colors.scss */
.text-purple {
  color: #6f42c1 !important;
}

/* Set the text color to $text-pink */
/* line 74, node_modules/@primer/css/utilities/colors.scss */
.text-pink {
  color: #ea4aaa !important;
}

/* Set the text color to $text-white */
/* line 76, node_modules/@primer/css/utilities/colors.scss */
.text-white {
  color: #fff !important;
}

/* Set the text color to inherit */
/* line 78, node_modules/@primer/css/utilities/colors.scss */
.text-inherit {
  color: inherit !important;
}

/* line 82, node_modules/@primer/css/utilities/colors.scss */
.link-gray {
  color: #586069 !important;
}

/* line 85, node_modules/@primer/css/utilities/colors.scss */
.link-gray:hover {
  color: #0366d6 !important;
}

/* line 91, node_modules/@primer/css/utilities/colors.scss */
.link-gray-dark {
  color: #24292e !important;
}

/* line 94, node_modules/@primer/css/utilities/colors.scss */
.link-gray-dark:hover {
  color: #0366d6 !important;
}

/* Set the link color to $text-blue on hover
  Useful when you want only part of a link to turn blue on hover */
/* line 102, node_modules/@primer/css/utilities/colors.scss */
.link-hover-blue:hover {
  color: #0366d6 !important;
}

/* Make a link $text-gray, then $text-blue on hover and removes the underline */
/* line 108, node_modules/@primer/css/utilities/colors.scss */
.muted-link {
  color: #586069 !important;
}

/* line 111, node_modules/@primer/css/utilities/colors.scss */
.muted-link:hover {
  color: #0366d6 !important;
  text-decoration: none;
}

/* line 3, node_modules/@primer/css/utilities/details.scss */
.details-overlay[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

/* line 16, node_modules/@primer/css/utilities/details.scss */
.details-overlay-dark[open] > summary::before {
  z-index: 99;
  background: rgba(27, 31, 35, 0.5);
}

/* line 23, node_modules/@primer/css/utilities/details.scss */
.details-reset > summary {
  list-style: none;
}

/* line 25, node_modules/@primer/css/utilities/details.scss */
.details-reset > summary::before {
  display: none;
}

/* line 27, node_modules/@primer/css/utilities/details.scss */
.details-reset > summary::-webkit-details-marker {
  display: none;
}

/* line 7, node_modules/@primer/css/utilities/flexbox.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

/* line 8, node_modules/@primer/css/utilities/flexbox.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/* line 9, node_modules/@primer/css/utilities/flexbox.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

/* line 10, node_modules/@primer/css/utilities/flexbox.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

/* line 12, node_modules/@primer/css/utilities/flexbox.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

/* line 13, node_modules/@primer/css/utilities/flexbox.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

/* line 15, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

/* line 16, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

/* line 17, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* line 18, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

/* line 19, node_modules/@primer/css/utilities/flexbox.scss */
.flex-justify-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

/* line 21, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* line 22, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

/* line 23, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* line 24, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

/* line 25, node_modules/@primer/css/utilities/flexbox.scss */
.flex-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

/* line 27, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

/* line 28, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

/* line 29, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

/* line 30, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

/* line 31, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

/* line 32, node_modules/@primer/css/utilities/flexbox.scss */
.flex-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

/* line 35, node_modules/@primer/css/utilities/flexbox.scss */
.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

/* line 36, node_modules/@primer/css/utilities/flexbox.scss */
.flex-auto {
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
}

/* line 37, node_modules/@primer/css/utilities/flexbox.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

/* line 38, node_modules/@primer/css/utilities/flexbox.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

/* line 40, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

/* line 41, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

/* line 42, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

/* line 43, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

/* line 44, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

/* line 45, node_modules/@primer/css/utilities/flexbox.scss */
.flex-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

/* line 47, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

/* line 48, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

/* line 49, node_modules/@primer/css/utilities/flexbox.scss */
.flex-order-none {
  -webkit-box-ordinal-group: inherit !important;
      -ms-flex-order: inherit !important;
          order: inherit !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 15, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 21, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 27, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 35, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 40, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 47, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-sm-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 15, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 21, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 27, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 35, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 40, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 47, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-md-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 15, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 21, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 27, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 35, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 40, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 47, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-lg-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  /* line 8, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  /* line 9, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  /* line 10, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  /* line 12, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  /* line 13, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  /* line 15, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  /* line 16, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  /* line 17, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  /* line 18, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* line 19, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  /* line 21, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  /* line 22, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  /* line 23, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  /* line 24, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  /* line 25, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  /* line 27, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  /* line 28, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  /* line 29, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  /* line 30, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  /* line 31, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  /* line 32, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  /* line 35, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  /* line 36, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  /* line 37, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  /* line 38, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  /* line 40, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  /* line 41, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  /* line 42, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  /* line 43, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  /* line 44, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  /* line 45, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  /* line 47, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  /* line 48, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  /* line 49, node_modules/@primer/css/utilities/flexbox.scss */
  .flex-xl-order-none {
    -webkit-box-ordinal-group: inherit !important;
        -ms-flex-order: inherit !important;
            order: inherit !important;
  }
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-static {
  position: static !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-relative {
  position: relative !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-absolute {
  position: absolute !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-fixed {
  position: fixed !important;
}

/* line 8, node_modules/@primer/css/utilities/layout.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 544px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-sm-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-md-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1012px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-lg-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1280px) {
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-static {
    position: static !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-relative {
    position: relative !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-absolute {
    position: absolute !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-fixed {
    position: fixed !important;
  }
  /* line 8, node_modules/@primer/css/utilities/layout.scss */
  .position-xl-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

/* Set top 0 */
/* line 16, node_modules/@primer/css/utilities/layout.scss */
.top-0 {
  top: 0 !important;
}

/* Set right 0 */
/* line 18, node_modules/@primer/css/utilities/layout.scss */
.right-0 {
  right: 0 !important;
}

/* Set bottom 0 */
/* line 20, node_modules/@primer/css/utilities/layout.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* Set left 0 */
/* line 22, node_modules/@primer/css/utilities/layout.scss */
.left-0 {
  left: 0 !important;
}

/* Vertical align middle */
/* line 25, node_modules/@primer/css/utilities/layout.scss */
.v-align-middle {
  vertical-align: middle !important;
}

/* Vertical align top */
/* line 27, node_modules/@primer/css/utilities/layout.scss */
.v-align-top {
  vertical-align: top !important;
}

/* Vertical align bottom */
/* line 29, node_modules/@primer/css/utilities/layout.scss */
.v-align-bottom {
  vertical-align: bottom !important;
}

/* Vertical align to the top of the text */
/* line 31, node_modules/@primer/css/utilities/layout.scss */
.v-align-text-top {
  vertical-align: text-top !important;
}

/* Vertical align to the bottom of the text */
/* line 33, node_modules/@primer/css/utilities/layout.scss */
.v-align-text-bottom {
  vertical-align: text-bottom !important;
}

/* Vertical align to the parent's baseline */
/* line 35, node_modules/@primer/css/utilities/layout.scss */
.v-align-baseline {
  vertical-align: baseline !important;
}

/* line 39, node_modules/@primer/css/utilities/layout.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 40, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-visible {
  overflow-x: visible !important;
}

/* line 41, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-visible {
  overflow-y: visible !important;
}

/* line 39, node_modules/@primer/css/utilities/layout.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 40, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-hidden {
  overflow-x: hidden !important;
}

/* line 41, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-hidden {
  overflow-y: hidden !important;
}

/* line 39, node_modules/@primer/css/utilities/layout.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 40, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-auto {
  overflow-x: auto !important;
}

/* line 41, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-auto {
  overflow-y: auto !important;
}

/* line 39, node_modules/@primer/css/utilities/layout.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 40, node_modules/@primer/css/utilities/layout.scss */
.overflow-x-scroll {
  overflow-x: scroll !important;
}

/* line 41, node_modules/@primer/css/utilities/layout.scss */
.overflow-y-scroll {
  overflow-y: scroll !important;
}

/* Clear floats around the element */
/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.clearfix::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/* Float to the left */
/* line 54, node_modules/@primer/css/utilities/layout.scss */
.float-left {
  float: left !important;
}

/* Float to the right */
/* line 56, node_modules/@primer/css/utilities/layout.scss */
.float-right {
  float: right !important;
}

/* No float */
/* line 58, node_modules/@primer/css/utilities/layout.scss */
.float-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* Float to the left */
  /* line 54, node_modules/@primer/css/utilities/layout.scss */
  .float-sm-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 56, node_modules/@primer/css/utilities/layout.scss */
  .float-sm-right {
    float: right !important;
  }
  /* No float */
  /* line 58, node_modules/@primer/css/utilities/layout.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* Float to the left */
  /* line 54, node_modules/@primer/css/utilities/layout.scss */
  .float-md-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 56, node_modules/@primer/css/utilities/layout.scss */
  .float-md-right {
    float: right !important;
  }
  /* No float */
  /* line 58, node_modules/@primer/css/utilities/layout.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1012px) {
  /* Float to the left */
  /* line 54, node_modules/@primer/css/utilities/layout.scss */
  .float-lg-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 56, node_modules/@primer/css/utilities/layout.scss */
  .float-lg-right {
    float: right !important;
  }
  /* No float */
  /* line 58, node_modules/@primer/css/utilities/layout.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  /* Float to the left */
  /* line 54, node_modules/@primer/css/utilities/layout.scss */
  .float-xl-left {
    float: left !important;
  }
  /* Float to the right */
  /* line 56, node_modules/@primer/css/utilities/layout.scss */
  .float-xl-right {
    float: right !important;
  }
  /* No float */
  /* line 58, node_modules/@primer/css/utilities/layout.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* Max width 100% */
/* line 65, node_modules/@primer/css/utilities/layout.scss */
.width-fit {
  max-width: 100% !important;
}

/* Set the width to 100% */
/* line 67, node_modules/@primer/css/utilities/layout.scss */
.width-full {
  width: 100% !important;
}

/* Max height 100% */
/* line 69, node_modules/@primer/css/utilities/layout.scss */
.height-fit {
  max-height: 100% !important;
}

/* Set the height to 100% */
/* line 71, node_modules/@primer/css/utilities/layout.scss */
.height-full {
  height: 100% !important;
}

/* Remove min-width from element */
/* line 74, node_modules/@primer/css/utilities/layout.scss */
.min-width-0 {
  min-width: 0 !important;
}

/* line 80, node_modules/@primer/css/utilities/layout.scss */
.width-auto {
  width: auto !important;
}

/* Set the direction to rtl */
/* line 83, node_modules/@primer/css/utilities/layout.scss */
.direction-rtl {
  direction: rtl !important;
}

/* Set the direction to ltr */
/* line 85, node_modules/@primer/css/utilities/layout.scss */
.direction-ltr {
  direction: ltr !important;
}

@media (min-width: 544px) {
  /* line 80, node_modules/@primer/css/utilities/layout.scss */
  .width-sm-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 83, node_modules/@primer/css/utilities/layout.scss */
  .direction-sm-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 85, node_modules/@primer/css/utilities/layout.scss */
  .direction-sm-ltr {
    direction: ltr !important;
  }
}

@media (min-width: 768px) {
  /* line 80, node_modules/@primer/css/utilities/layout.scss */
  .width-md-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 83, node_modules/@primer/css/utilities/layout.scss */
  .direction-md-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 85, node_modules/@primer/css/utilities/layout.scss */
  .direction-md-ltr {
    direction: ltr !important;
  }
}

@media (min-width: 1012px) {
  /* line 80, node_modules/@primer/css/utilities/layout.scss */
  .width-lg-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 83, node_modules/@primer/css/utilities/layout.scss */
  .direction-lg-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 85, node_modules/@primer/css/utilities/layout.scss */
  .direction-lg-ltr {
    direction: ltr !important;
  }
}

@media (min-width: 1280px) {
  /* line 80, node_modules/@primer/css/utilities/layout.scss */
  .width-xl-auto {
    width: auto !important;
  }
  /* Set the direction to rtl */
  /* line 83, node_modules/@primer/css/utilities/layout.scss */
  .direction-xl-rtl {
    direction: rtl !important;
  }
  /* Set the direction to ltr */
  /* line 85, node_modules/@primer/css/utilities/layout.scss */
  .direction-xl-ltr {
    direction: ltr !important;
  }
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-0 {
  margin: 0 !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-1 {
  margin: 4px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-1 {
  margin-right: 4px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-1 {
  margin-left: 4px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, node_modules/@primer/css/utilities/margin.scss */
.mt-n1 {
  margin-top: -4px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, node_modules/@primer/css/utilities/margin.scss */
.mr-n1 {
  margin-right: -4px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, node_modules/@primer/css/utilities/margin.scss */
.mb-n1 {
  margin-bottom: -4px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.ml-n1 {
  margin-left: -4px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-2 {
  margin: 8px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-2 {
  margin-top: 8px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-2 {
  margin-right: 8px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-2 {
  margin-bottom: 8px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-2 {
  margin-left: 8px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, node_modules/@primer/css/utilities/margin.scss */
.mt-n2 {
  margin-top: -8px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, node_modules/@primer/css/utilities/margin.scss */
.mr-n2 {
  margin-right: -8px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, node_modules/@primer/css/utilities/margin.scss */
.mb-n2 {
  margin-bottom: -8px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.ml-n2 {
  margin-left: -8px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-3 {
  margin: 16px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-3 {
  margin-top: 16px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-3 {
  margin-right: 16px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-3 {
  margin-bottom: 16px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-3 {
  margin-left: 16px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, node_modules/@primer/css/utilities/margin.scss */
.mt-n3 {
  margin-top: -16px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, node_modules/@primer/css/utilities/margin.scss */
.mr-n3 {
  margin-right: -16px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, node_modules/@primer/css/utilities/margin.scss */
.mb-n3 {
  margin-bottom: -16px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.ml-n3 {
  margin-left: -16px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-4 {
  margin: 24px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-4 {
  margin-right: 24px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-4 {
  margin-bottom: 24px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-4 {
  margin-left: 24px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, node_modules/@primer/css/utilities/margin.scss */
.mt-n4 {
  margin-top: -24px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, node_modules/@primer/css/utilities/margin.scss */
.mr-n4 {
  margin-right: -24px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, node_modules/@primer/css/utilities/margin.scss */
.mb-n4 {
  margin-bottom: -24px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.ml-n4 {
  margin-left: -24px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-5 {
  margin: 32px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-5 {
  margin-top: 32px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-5 {
  margin-right: 32px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-5 {
  margin-bottom: 32px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-5 {
  margin-left: 32px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, node_modules/@primer/css/utilities/margin.scss */
.mt-n5 {
  margin-top: -32px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, node_modules/@primer/css/utilities/margin.scss */
.mr-n5 {
  margin-right: -32px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, node_modules/@primer/css/utilities/margin.scss */
.mb-n5 {
  margin-bottom: -32px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.ml-n5 {
  margin-left: -32px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

/* Set a $size margin to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/margin.scss */
.m-6 {
  margin: 40px !important;
}

/* Set a $size margin on the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/margin.scss */
.mt-6 {
  margin-top: 40px !important;
}

/* Set a $size margin on the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/margin.scss */
.mr-6 {
  margin-right: 40px !important;
}

/* Set a $size margin on the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/margin.scss */
.mb-6 {
  margin-bottom: 40px !important;
}

/* Set a $size margin on the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/margin.scss */
.ml-6 {
  margin-left: 40px !important;
}

/* Set a negative $size margin on top at $breakpoint */
/* line 22, node_modules/@primer/css/utilities/margin.scss */
.mt-n6 {
  margin-top: -40px !important;
}

/* Set a negative $size margin on the right at $breakpoint */
/* line 24, node_modules/@primer/css/utilities/margin.scss */
.mr-n6 {
  margin-right: -40px !important;
}

/* Set a negative $size margin on the bottom at $breakpoint */
/* line 26, node_modules/@primer/css/utilities/margin.scss */
.mb-n6 {
  margin-bottom: -40px !important;
}

/* Set a negative $size margin on the left at $breakpoint */
/* line 28, node_modules/@primer/css/utilities/margin.scss */
.ml-n6 {
  margin-left: -40px !important;
}

/* Set a $size margin on the left & right at $breakpoint */
/* line 32, node_modules/@primer/css/utilities/margin.scss */
.mx-6 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

/* Set a $size margin on the top & bottom at $breakpoint */
/* line 38, node_modules/@primer/css/utilities/margin.scss */
.my-6 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* responsive horizontal auto margins */
/* line 45, node_modules/@primer/css/utilities/margin.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 544px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-sm-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-sm-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-sm-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-sm-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-sm-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-sm-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* responsive horizontal auto margins */
  /* line 45, node_modules/@primer/css/utilities/margin.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-md-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-md-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-md-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-md-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-md-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-md-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* responsive horizontal auto margins */
  /* line 45, node_modules/@primer/css/utilities/margin.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1012px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-lg-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-lg-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-lg-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-lg-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-lg-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-lg-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* responsive horizontal auto margins */
  /* line 45, node_modules/@primer/css/utilities/margin.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-1 {
    margin: 4px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n1 {
    margin-top: -4px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n1 {
    margin-right: -4px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n1 {
    margin-bottom: -4px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n1 {
    margin-left: -4px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-2 {
    margin: 8px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n2 {
    margin-top: -8px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n2 {
    margin-right: -8px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n2 {
    margin-bottom: -8px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n2 {
    margin-left: -8px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-3 {
    margin: 16px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-3 {
    margin-right: 16px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-3 {
    margin-left: 16px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n3 {
    margin-top: -16px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n3 {
    margin-right: -16px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n3 {
    margin-bottom: -16px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n3 {
    margin-left: -16px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-4 {
    margin: 24px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-4 {
    margin-right: 24px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-4 {
    margin-left: 24px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n4 {
    margin-top: -24px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n4 {
    margin-right: -24px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n4 {
    margin-bottom: -24px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n4 {
    margin-left: -24px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-5 {
    margin: 32px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-5 {
    margin-top: 32px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-5 {
    margin-right: 32px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-5 {
    margin-bottom: 32px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-5 {
    margin-left: 32px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n5 {
    margin-top: -32px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n5 {
    margin-right: -32px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n5 {
    margin-bottom: -32px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n5 {
    margin-left: -32px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  /* Set a $size margin to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/margin.scss */
  .m-xl-6 {
    margin: 40px !important;
  }
  /* Set a $size margin on the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-6 {
    margin-top: 40px !important;
  }
  /* Set a $size margin on the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-6 {
    margin-right: 40px !important;
  }
  /* Set a $size margin on the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-6 {
    margin-bottom: 40px !important;
  }
  /* Set a $size margin on the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-6 {
    margin-left: 40px !important;
  }
  /* Set a negative $size margin on top at $breakpoint */
  /* line 22, node_modules/@primer/css/utilities/margin.scss */
  .mt-xl-n6 {
    margin-top: -40px !important;
  }
  /* Set a negative $size margin on the right at $breakpoint */
  /* line 24, node_modules/@primer/css/utilities/margin.scss */
  .mr-xl-n6 {
    margin-right: -40px !important;
  }
  /* Set a negative $size margin on the bottom at $breakpoint */
  /* line 26, node_modules/@primer/css/utilities/margin.scss */
  .mb-xl-n6 {
    margin-bottom: -40px !important;
  }
  /* Set a negative $size margin on the left at $breakpoint */
  /* line 28, node_modules/@primer/css/utilities/margin.scss */
  .ml-xl-n6 {
    margin-left: -40px !important;
  }
  /* Set a $size margin on the left & right at $breakpoint */
  /* line 32, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  /* Set a $size margin on the top & bottom at $breakpoint */
  /* line 38, node_modules/@primer/css/utilities/margin.scss */
  .my-xl-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* responsive horizontal auto margins */
  /* line 45, node_modules/@primer/css/utilities/margin.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-0 {
  padding: 0 !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-1 {
  padding: 4px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-1 {
  padding-right: 4px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-1 {
  padding-left: 4px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-2 {
  padding: 8px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-2 {
  padding-top: 8px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-2 {
  padding-right: 8px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-2 {
  padding-bottom: 8px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-2 {
  padding-left: 8px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-3 {
  padding: 16px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-3 {
  padding-top: 16px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-3 {
  padding-right: 16px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-3 {
  padding-bottom: 16px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-3 {
  padding-left: 16px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-4 {
  padding: 24px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-4 {
  padding-top: 24px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-4 {
  padding-right: 24px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-4 {
  padding-bottom: 24px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-4 {
  padding-left: 24px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-5 {
  padding: 32px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-5 {
  padding-top: 32px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-5 {
  padding-right: 32px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-5 {
  padding-bottom: 32px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-5 {
  padding-left: 32px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

/* Set a $size padding to all sides at $breakpoint */
/* line 10, node_modules/@primer/css/utilities/padding.scss */
.p-6 {
  padding: 40px !important;
}

/* Set a $size padding to the top at $breakpoint */
/* line 12, node_modules/@primer/css/utilities/padding.scss */
.pt-6 {
  padding-top: 40px !important;
}

/* Set a $size padding to the right at $breakpoint */
/* line 14, node_modules/@primer/css/utilities/padding.scss */
.pr-6 {
  padding-right: 40px !important;
}

/* Set a $size padding to the bottom at $breakpoint */
/* line 16, node_modules/@primer/css/utilities/padding.scss */
.pb-6 {
  padding-bottom: 40px !important;
}

/* Set a $size padding to the left at $breakpoint */
/* line 18, node_modules/@primer/css/utilities/padding.scss */
.pl-6 {
  padding-left: 40px !important;
}

/* Set a $size padding to the left & right at $breakpoint */
/* line 21, node_modules/@primer/css/utilities/padding.scss */
.px-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

/* Set a $size padding to the top & bottom at $breakpoint */
/* line 27, node_modules/@primer/css/utilities/padding.scss */
.py-6 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media (min-width: 544px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-sm-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-sm-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-sm-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-sm-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-sm-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-sm-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-sm-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-md-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-md-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-md-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-md-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-md-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-md-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-md-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1012px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-lg-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-lg-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-lg-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-lg-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-lg-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-lg-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-lg-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1280px) {
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-1 {
    padding: 4px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-2 {
    padding: 8px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-3 {
    padding: 16px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-3 {
    padding-right: 16px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-3 {
    padding-left: 16px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-4 {
    padding: 24px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-4 {
    padding-right: 24px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-5 {
    padding: 32px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-5 {
    padding-top: 32px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-5 {
    padding-right: 32px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-5 {
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-5 {
    padding-left: 32px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  /* Set a $size padding to all sides at $breakpoint */
  /* line 10, node_modules/@primer/css/utilities/padding.scss */
  .p-xl-6 {
    padding: 40px !important;
  }
  /* Set a $size padding to the top at $breakpoint */
  /* line 12, node_modules/@primer/css/utilities/padding.scss */
  .pt-xl-6 {
    padding-top: 40px !important;
  }
  /* Set a $size padding to the right at $breakpoint */
  /* line 14, node_modules/@primer/css/utilities/padding.scss */
  .pr-xl-6 {
    padding-right: 40px !important;
  }
  /* Set a $size padding to the bottom at $breakpoint */
  /* line 16, node_modules/@primer/css/utilities/padding.scss */
  .pb-xl-6 {
    padding-bottom: 40px !important;
  }
  /* Set a $size padding to the left at $breakpoint */
  /* line 18, node_modules/@primer/css/utilities/padding.scss */
  .pl-xl-6 {
    padding-left: 40px !important;
  }
  /* Set a $size padding to the left & right at $breakpoint */
  /* line 21, node_modules/@primer/css/utilities/padding.scss */
  .px-xl-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  /* Set a $size padding to the top & bottom at $breakpoint */
  /* line 27, node_modules/@primer/css/utilities/padding.scss */
  .py-xl-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* line 36, node_modules/@primer/css/utilities/padding.scss */
.p-responsive {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

@media (min-width: 544px) {
  /* line 36, node_modules/@primer/css/utilities/padding.scss */
  .p-responsive {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
}

@media (min-width: 1012px) {
  /* line 36, node_modules/@primer/css/utilities/padding.scss */
  .p-responsive {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

/* Set the font size to 26px */
/* line 19, node_modules/@primer/css/utilities/typography.scss */
.h1 {
  font-size: 26px !important;
}

@media (min-width: 768px) {
  /* line 19, node_modules/@primer/css/utilities/typography.scss */
  .h1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
/* line 27, node_modules/@primer/css/utilities/typography.scss */
.h2 {
  font-size: 22px !important;
}

@media (min-width: 768px) {
  /* line 27, node_modules/@primer/css/utilities/typography.scss */
  .h2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
/* line 35, node_modules/@primer/css/utilities/typography.scss */
.h3 {
  font-size: 18px !important;
}

@media (min-width: 768px) {
  /* line 35, node_modules/@primer/css/utilities/typography.scss */
  .h3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
/* line 43, node_modules/@primer/css/utilities/typography.scss */
.h4 {
  font-size: 16px !important;
}

/* Set the font size to 14px */
/* line 48, node_modules/@primer/css/utilities/typography.scss */
.h5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
/* line 53, node_modules/@primer/css/utilities/typography.scss */
.h6 {
  font-size: 12px !important;
}

/* line 56, node_modules/@primer/css/utilities/typography.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600 !important;
}

/* Set the font size to 26px */
/* line 65, node_modules/@primer/css/utilities/typography.scss */
.f1 {
  font-size: 26px !important;
}

@media (min-width: 768px) {
  /* line 65, node_modules/@primer/css/utilities/typography.scss */
  .f1 {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px */
/* line 73, node_modules/@primer/css/utilities/typography.scss */
.f2 {
  font-size: 22px !important;
}

@media (min-width: 768px) {
  /* line 73, node_modules/@primer/css/utilities/typography.scss */
  .f2 {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px */
/* line 81, node_modules/@primer/css/utilities/typography.scss */
.f3 {
  font-size: 18px !important;
}

@media (min-width: 768px) {
  /* line 81, node_modules/@primer/css/utilities/typography.scss */
  .f3 {
    font-size: 20px !important;
  }
}

/* Set the font size to 16px */
/* line 89, node_modules/@primer/css/utilities/typography.scss */
.f4 {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  /* line 89, node_modules/@primer/css/utilities/typography.scss */
  .f4 {
    font-size: 16px !important;
  }
}

/* Set the font size to 14px */
/* line 96, node_modules/@primer/css/utilities/typography.scss */
.f5 {
  font-size: 14px !important;
}

/* Set the font size to 12px */
/* line 98, node_modules/@primer/css/utilities/typography.scss */
.f6 {
  font-size: 12px !important;
}

/* Set the font size to 40px and weight to light */
/* line 102, node_modules/@primer/css/utilities/typography.scss */
.f00-light {
  font-size: 40px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 102, node_modules/@primer/css/utilities/typography.scss */
  .f00-light {
    font-size: 48px !important;
  }
}

/* Set the font size to 32px and weight to light */
/* line 111, node_modules/@primer/css/utilities/typography.scss */
.f0-light {
  font-size: 32px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 111, node_modules/@primer/css/utilities/typography.scss */
  .f0-light {
    font-size: 40px !important;
  }
}

/* Set the font size to 26px and weight to light */
/* line 120, node_modules/@primer/css/utilities/typography.scss */
.f1-light {
  font-size: 26px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 120, node_modules/@primer/css/utilities/typography.scss */
  .f1-light {
    font-size: 32px !important;
  }
}

/* Set the font size to 22px and weight to light */
/* line 129, node_modules/@primer/css/utilities/typography.scss */
.f2-light {
  font-size: 22px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 129, node_modules/@primer/css/utilities/typography.scss */
  .f2-light {
    font-size: 24px !important;
  }
}

/* Set the font size to 18px and weight to light */
/* line 139, node_modules/@primer/css/utilities/typography.scss */
.f3-light {
  font-size: 18px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  /* line 139, node_modules/@primer/css/utilities/typography.scss */
  .f3-light {
    font-size: 20px !important;
  }
}

/* Set the font size to ${#h6-size} */
/* line 149, node_modules/@primer/css/utilities/typography.scss */
.text-small {
  font-size: 12px !important;
}

/* Large leading paragraphs */
/* line 152, node_modules/@primer/css/utilities/typography.scss */
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #586069;
}

/* Set the line height to ultra condensed */
/* line 168, node_modules/@primer/css/utilities/typography.scss */
.lh-condensed-ultra {
  line-height: 1 !important;
}

/* Set the line height to condensed */
/* line 170, node_modules/@primer/css/utilities/typography.scss */
.lh-condensed {
  line-height: 1.25 !important;
}

/* Set the line height to default */
/* line 172, node_modules/@primer/css/utilities/typography.scss */
.lh-default {
  line-height: 1.5 !important;
}

/* Set the line height to zero */
/* line 174, node_modules/@primer/css/utilities/typography.scss */
.lh-0 {
  line-height: 0 !important;
}

@media (min-width: 544px) {
  /* Set the line height to ultra condensed */
  /* line 168, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 170, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 172, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 174, node_modules/@primer/css/utilities/typography.scss */
  .lh-sm-0 {
    line-height: 0 !important;
  }
}

@media (min-width: 768px) {
  /* Set the line height to ultra condensed */
  /* line 168, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 170, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 172, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 174, node_modules/@primer/css/utilities/typography.scss */
  .lh-md-0 {
    line-height: 0 !important;
  }
}

@media (min-width: 1012px) {
  /* Set the line height to ultra condensed */
  /* line 168, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 170, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 172, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 174, node_modules/@primer/css/utilities/typography.scss */
  .lh-lg-0 {
    line-height: 0 !important;
  }
}

@media (min-width: 1280px) {
  /* Set the line height to ultra condensed */
  /* line 168, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-condensed-ultra {
    line-height: 1 !important;
  }
  /* Set the line height to condensed */
  /* line 170, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-condensed {
    line-height: 1.25 !important;
  }
  /* Set the line height to default */
  /* line 172, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-default {
    line-height: 1.5 !important;
  }
  /* Set the line height to zero */
  /* line 174, node_modules/@primer/css/utilities/typography.scss */
  .lh-xl-0 {
    line-height: 0 !important;
  }
}

/* Text align to the right */
/* line 183, node_modules/@primer/css/utilities/typography.scss */
.text-right {
  text-align: right !important;
}

/* Text align to the left */
/* line 185, node_modules/@primer/css/utilities/typography.scss */
.text-left {
  text-align: left !important;
}

/* Text align to the center */
/* line 187, node_modules/@primer/css/utilities/typography.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* Text align to the right */
  /* line 183, node_modules/@primer/css/utilities/typography.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 185, node_modules/@primer/css/utilities/typography.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 187, node_modules/@primer/css/utilities/typography.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* Text align to the right */
  /* line 183, node_modules/@primer/css/utilities/typography.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 185, node_modules/@primer/css/utilities/typography.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 187, node_modules/@primer/css/utilities/typography.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1012px) {
  /* Text align to the right */
  /* line 183, node_modules/@primer/css/utilities/typography.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 185, node_modules/@primer/css/utilities/typography.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 187, node_modules/@primer/css/utilities/typography.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  /* Text align to the right */
  /* line 183, node_modules/@primer/css/utilities/typography.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* Text align to the left */
  /* line 185, node_modules/@primer/css/utilities/typography.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* Text align to the center */
  /* line 187, node_modules/@primer/css/utilities/typography.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* Set the font weight to normal */
/* line 193, node_modules/@primer/css/utilities/typography.scss */
.text-normal {
  font-weight: 400 !important;
}

/* Set the font weight to bold */
/* line 195, node_modules/@primer/css/utilities/typography.scss */
.text-bold {
  font-weight: 600 !important;
}

/* Set the font to italic */
/* line 197, node_modules/@primer/css/utilities/typography.scss */
.text-italic {
  font-style: italic !important;
}

/* Make text uppercase */
/* line 199, node_modules/@primer/css/utilities/typography.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* Underline text */
/* line 201, node_modules/@primer/css/utilities/typography.scss */
.text-underline {
  text-decoration: underline !important;
}

/* Don't underline text */
/* line 203, node_modules/@primer/css/utilities/typography.scss */
.no-underline {
  text-decoration: none !important;
}

/* Don't wrap white space */
/* line 205, node_modules/@primer/css/utilities/typography.scss */
.no-wrap {
  white-space: nowrap !important;
}

/* Normal white space */
/* line 207, node_modules/@primer/css/utilities/typography.scss */
.ws-normal {
  white-space: normal !important;
}

/* Force long "words" to wrap if they exceed the width of the container */
/* line 210, node_modules/@primer/css/utilities/typography.scss */
.break-word {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/*
 * Specifically apply word-break: break-all; per MDN:
 *
 * > Note: In contrast to `word-break: break-word` and `overflow-wrap: break-word`,
 * > `word-break: break-all` will create a break at the exact place where text would
 * > otherwise overflow its container (even if putting an entire word on its own line
 * > would negate the need for a break).
 *
 * see: https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Values
 */
/* line 227, node_modules/@primer/css/utilities/typography.scss */
.wb-break-all {
  word-break: break-all !important;
}

/* line 229, node_modules/@primer/css/utilities/typography.scss */
.text-emphasized {
  font-weight: 600;
  color: #24292e;
}

/* line 235, node_modules/@primer/css/utilities/typography.scss */
.list-style-none {
  list-style: none !important;
}

/* Add a dark text shadow */
/* line 239, node_modules/@primer/css/utilities/typography.scss */
.text-shadow-dark {
  text-shadow: 0 1px 1px rgba(27, 31, 35, 0.25), 0 1px 25px rgba(27, 31, 35, 0.75);
}

/* Add a light text shadow */
/* line 243, node_modules/@primer/css/utilities/typography.scss */
.text-shadow-light {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Set to monospace font */
/* line 248, node_modules/@primer/css/utilities/typography.scss */
.text-mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
}

/* Disallow user from selecting text */
/* line 253, node_modules/@primer/css/utilities/typography.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-block {
  display: block !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline {
  display: inline !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-none {
  display: none !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-table {
  display: table !important;
}

/* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 544px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1012px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 7, node_modules/@primer/css/utilities/visibility-display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
}

/* line 12, node_modules/@primer/css/utilities/visibility-display.scss */
.v-hidden {
  visibility: hidden !important;
}

/* line 13, node_modules/@primer/css/utilities/visibility-display.scss */
.v-visible {
  visibility: visible !important;
}

@media (max-width: 543px) {
  /* line 18, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  /* line 24, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1011px) {
  /* line 30, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1012px) {
  /* line 36, node_modules/@primer/css/utilities/visibility-display.scss */
  .hide-xl {
    display: none !important;
  }
}

/* Set the table-layout to fixed */
/* line 42, node_modules/@primer/css/utilities/visibility-display.scss */
.table-fixed {
  table-layout: fixed !important;
}

/* line 47, node_modules/@primer/css/utilities/visibility-display.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-wrap: normal;
  border: 0;
}

/* line 60, node_modules/@primer/css/utilities/visibility-display.scss */
.show-on-focus {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 68, node_modules/@primer/css/utilities/visibility-display.scss */
.show-on-focus:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
}

/* line 4, node_modules/@primer/css/alerts/flash.scss */
.flash {
  position: relative;
  padding: 20px 16px;
  color: #24292e;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

/* line 13, node_modules/@primer/css/alerts/flash.scss */
.flash p:last-child {
  margin-bottom: 0;
}

/* line 17, node_modules/@primer/css/alerts/flash.scss */
.flash .octicon {
  margin-right: 12px;
}

/* line 24, node_modules/@primer/css/alerts/flash.scss */
.flash-messages {
  margin-bottom: 24px;
}

/* line 29, node_modules/@primer/css/alerts/flash.scss */
.flash-close {
  float: right;
  padding: 16px;
  margin: -16px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 41, node_modules/@primer/css/alerts/flash.scss */
.flash-close:hover {
  opacity: 0.7;
}

/* line 45, node_modules/@primer/css/alerts/flash.scss */
.flash-close:active {
  opacity: 0.5;
}

/* line 49, node_modules/@primer/css/alerts/flash.scss */
.flash-close .octicon {
  margin-right: 0;
}

/* line 55, node_modules/@primer/css/alerts/flash.scss */
.flash-action {
  float: right;
  margin-top: -3px;
  margin-left: 24px;
  background-clip: padding-box;
}

/* line 67, node_modules/@primer/css/alerts/flash.scss */
.flash {
  background-color: #dbedff;
  border-color: rgba(4, 66, 137, 0.2);
}

/* line 73, node_modules/@primer/css/alerts/flash.scss */
.flash .octicon {
  color: rgba(4, 66, 137, 0.6);
}

/* line 79, node_modules/@primer/css/alerts/flash.scss */
.flash-warn {
  background-color: #fffbdd;
  border-color: rgba(176, 136, 0, 0.2);
}

/* line 85, node_modules/@primer/css/alerts/flash.scss */
.flash-warn .octicon {
  color: #b08800;
}

/* line 91, node_modules/@primer/css/alerts/flash.scss */
.flash-error {
  background-color: #ffe3e6;
  border-color: rgba(158, 28, 35, 0.2);
}

/* line 97, node_modules/@primer/css/alerts/flash.scss */
.flash-error .octicon {
  color: rgba(158, 28, 35, 0.6);
}

/* line 103, node_modules/@primer/css/alerts/flash.scss */
.flash-success {
  background-color: #dcffe4;
  border-color: rgba(23, 111, 44, 0.2);
}

/* line 108, node_modules/@primer/css/alerts/flash.scss */
.flash-success .octicon {
  color: rgba(23, 111, 44, 0.8);
}

/* line 118, node_modules/@primer/css/alerts/flash.scss */
.flash-full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
}

/* line 126, node_modules/@primer/css/alerts/flash.scss */
.flash-banner {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 138, node_modules/@primer/css/alerts/flash.scss */
.warning {
  padding: 0.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  background-color: #fffbdd;
}

/* line 1, node_modules/@primer/css/popover/popover.scss */
.Popover {
  position: absolute;
  z-index: 100;
}

/* line 6, node_modules/@primer/css/popover/popover.scss */
.Popover-message {
  position: relative;
  width: 232px;
  margin-right: auto;
  margin-left: auto;
}

/* line 13, node_modules/@primer/css/popover/popover.scss */
.Popover-message::before, .Popover-message::after {
  position: absolute;
  left: 50%;
  display: inline-block;
  content: "";
}

/* line 21, node_modules/@primer/css/popover/popover.scss */
.Popover-message::before {
  top: -16px;
  margin-left: -9px;
  border: 8px solid transparent;
  border-bottom-color: rgba(27, 31, 35, 0.15);
}

/* line 30, node_modules/@primer/css/popover/popover.scss */
.Popover-message::after {
  top: -14px;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

/* line 44, node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::before, .Popover-message--bottom::after,
.Popover-message--bottom-right::before,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::before,
.Popover-message--bottom-left::after {
  top: auto;
  border-bottom-color: transparent;
}

/* line 50, node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::before,
.Popover-message--bottom-right::before,
.Popover-message--bottom-left::before {
  bottom: -16px;
  border-top-color: rgba(27, 31, 35, 0.15);
}

/* line 55, node_modules/@primer/css/popover/popover.scss */
.Popover-message--bottom::after,
.Popover-message--bottom-right::after,
.Popover-message--bottom-left::after {
  bottom: -14px;
  border-top-color: #fff;
}

/* line 63, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right,
.Popover-message--bottom-right {
  right: -9px;
  margin-right: 0;
}

/* line 68, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before, .Popover-message--top-right::after,
.Popover-message--bottom-right::before,
.Popover-message--bottom-right::after {
  left: auto;
  margin-left: 0;
}

/* line 74, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::before,
.Popover-message--bottom-right::before {
  right: 20px;
}

/* line 78, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-right::after,
.Popover-message--bottom-right::after {
  right: 21px;
}

/* line 84, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left,
.Popover-message--bottom-left {
  left: -9px;
  margin-left: 0;
}

/* line 89, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::before, .Popover-message--top-left::after,
.Popover-message--bottom-left::before,
.Popover-message--bottom-left::after {
  left: 24px;
  margin-left: 0;
}

/* line 95, node_modules/@primer/css/popover/popover.scss */
.Popover-message--top-left::after,
.Popover-message--bottom-left::after {
  left: 25px;
}

/* line 107, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before, .Popover-message--right::after,
.Popover-message--right-top::before,
.Popover-message--right-top::after,
.Popover-message--right-bottom::before,
.Popover-message--right-bottom::after,
.Popover-message--left::before,
.Popover-message--left::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: 50%;
  left: auto;
  margin-left: 0;
  border-bottom-color: transparent;
}

/* line 115, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before,
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  margin-top: -9px;
}

/* line 120, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after,
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  margin-top: -8px;
}

/* line 129, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::before,
.Popover-message--right-top::before,
.Popover-message--right-bottom::before {
  right: -16px;
  border-left-color: rgba(27, 31, 35, 0.15);
}

/* line 134, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right::after,
.Popover-message--right-top::after,
.Popover-message--right-bottom::after {
  right: -14px;
  border-left-color: #fff;
}

/* line 145, node_modules/@primer/css/popover/popover.scss */
.Popover-message--left::before,
.Popover-message--left-top::before,
.Popover-message--left-bottom::before {
  left: -16px;
  border-right-color: rgba(27, 31, 35, 0.15);
}

/* line 150, node_modules/@primer/css/popover/popover.scss */
.Popover-message--left::after,
.Popover-message--left-top::after,
.Popover-message--left-bottom::after {
  left: -14px;
  border-right-color: #fff;
}

/* line 160, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-top::before, .Popover-message--right-top::after,
.Popover-message--left-top::before,
.Popover-message--left-top::after {
  top: 24px;
}

/* line 169, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before, .Popover-message--right-bottom::after,
.Popover-message--left-bottom::before,
.Popover-message--left-bottom::after {
  top: auto;
}

/* line 174, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::before,
.Popover-message--left-bottom::before {
  bottom: 16px;
}

/* line 178, node_modules/@primer/css/popover/popover.scss */
.Popover-message--right-bottom::after,
.Popover-message--left-bottom::after {
  bottom: 17px;
}

@media (min-width: 544px) {
  /* line 183, node_modules/@primer/css/popover/popover.scss */
  .Popover-message--large {
    min-width: 320px;
  }
}

/* line 5, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 2em;
}

/* line 8, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel .g-emoji {
  position: relative;
  top: -0.05em;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
}

/* line 16, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel:hover {
  text-decoration: none;
}

/* line 21, node_modules/@primer/css/labels/issue-labels.scss */
.IssueLabel--big {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}

/* line 4, node_modules/@primer/css/labels/labels.scss */
.labels {
  position: relative;
}

/* line 10, node_modules/@primer/css/labels/labels.scss */
.label,
.Label {
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 2em;
  background-color: transparent !important;
  border-color: #e1e4e8;
}

/* line 16, node_modules/@primer/css/labels/labels.scss */
.label:hover,
.Label:hover {
  text-decoration: none;
}

/* line 23, node_modules/@primer/css/labels/labels.scss */
.Label--large {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}

/* line 29, node_modules/@primer/css/labels/labels.scss */
.Label--inline {
  display: inline;
  padding: 0.1667em 0.5em;
  font-size: 0.9em;
}

/* line 35, node_modules/@primer/css/labels/labels.scss */
.Label--outline,
.Label--gray {
  color: #586069;
  border-color: #e1e4e8;
}

/* line 41, node_modules/@primer/css/labels/labels.scss */
.Label--gray-darker {
  color: #24292e;
  border-color: #6a737d;
}

/* line 49, node_modules/@primer/css/labels/labels.scss */
.Label--yellow {
  color: #735c0f;
  border-color: #f9c513;
}

/* line 56, node_modules/@primer/css/labels/labels.scss */
.Label--orange {
  color: #c24e00;
  border-color: #f66a0a;
}

/* line 63, node_modules/@primer/css/labels/labels.scss */
.Label--red {
  color: #cb2431;
  border-color: #cb2431;
}

/* line 69, node_modules/@primer/css/labels/labels.scss */
.Label--outline-green,
.Label--green {
  color: #22863a;
  border-color: #28a745;
}

/* line 77, node_modules/@primer/css/labels/labels.scss */
.Label--blue {
  color: #0366d6;
  border-color: #0366d6;
}

/* line 82, node_modules/@primer/css/labels/labels.scss */
.Label--purple {
  color: #6f42c1;
  border-color: #8a63d2;
}

/* line 88, node_modules/@primer/css/labels/labels.scss */
.Label--pink {
  color: #d03592;
  border-color: #ec6cb9;
}

/* line 12, node_modules/@primer/css/labels/states.scss */
.state,
.State {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6a737d;
  border: 1px solid transparent;
  border-radius: 2em;
}

/* line 31, node_modules/@primer/css/labels/states.scss */
.State--green {
  background-color: #28a745;
}

/* line 35, node_modules/@primer/css/labels/states.scss */
.State--red {
  background-color: #d73a49;
}

/* line 39, node_modules/@primer/css/labels/states.scss */
.State--purple {
  background-color: #6f42c1;
}

/* line 45, node_modules/@primer/css/labels/states.scss */
.State--small {
  padding: 0 10px;
  font-size: 12px;
  line-height: 24px;
}

/* line 52, node_modules/@primer/css/labels/states.scss */
.State--small .octicon {
  width: 1em;
}

/* line 2, node_modules/@primer/css/labels/counters.scss */
.Counter {
  display: inline-block;
  min-width: 20px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #24292e;
  text-align: center;
  background-color: rgba(209, 213, 218, 0.5);
  border: 1px solid transparent;
  border-radius: 2em;
}

/* line 19, node_modules/@primer/css/labels/counters.scss */
.Counter:empty {
  visibility: hidden;
}

/* line 23, node_modules/@primer/css/labels/counters.scss */
.Counter .octicon {
  vertical-align: text-top;
  opacity: 0.8;
}

/* line 29, node_modules/@primer/css/labels/counters.scss */
.Counter--gray-light {
  color: #6a737d;
}

/* line 33, node_modules/@primer/css/labels/counters.scss */
.Counter--gray {
  color: #fff;
  background-color: #6a737d;
}

/* line 5, node_modules/@primer/css/labels/diffstat.scss */
.diffstat {
  font-size: 12px;
  font-weight: 600;
  color: #586069;
  white-space: nowrap;
  cursor: default;
}

/* line 13, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-deleted,
.diffstat-block-added,
.diffstat-block-neutral {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  outline-offset: -1px;
}

/* line 24, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-deleted {
  background-color: #cb2431;
  outline: 1px dashed transparent;
}

/* line 29, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-added {
  background-color: #2cbe4e;
  outline: 1px solid transparent;
}

/* line 34, node_modules/@primer/css/labels/diffstat.scss */
.diffstat-block-neutral {
  background-color: #d1d5da;
  outline: 1px dotted transparent;
}

/* line 1, node_modules/include-fragment-element/include-fragment-element.css */
include-fragment {
  /* Normalize as a block element across all browsers */
  display: block;
}

/* line 1, app/assets/stylesheets/components/assistant-modal.scss */
.assistant-modal-btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-top: 1px solid #e1e4e8;
  border-radius: 0;
}

/* line 10, app/assets/stylesheets/components/assistant-modal.scss */
.dropdown-menu.assistant-modal-dropdown-menu {
  width: 300px;
  padding-bottom: 0;
}

/* line 15, app/assets/stylesheets/components/assistant-modal.scss */
.loading::after {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  content: "...";
  -webkit-animation: ellipsis-dot 1s infinite 0.3s;
          animation: ellipsis-dot 1s infinite 0.3s;
}

@-webkit-keyframes ellipsis-dot {
  from {
    width: 2px;
  }
  to {
    width: 18px;
  }
}

@keyframes ellipsis-dot {
  from {
    width: 2px;
  }
  to {
    width: 18px;
  }
}

/* line 1, app/assets/stylesheets/components/assistant.scss */
div.assistant-bg {
  color: rgba(255, 255, 255, 0.65098);
  background-color: #5fb27b;
}

/* line 5, app/assets/stylesheets/components/assistant.scss */
div.assistant-bg .btn-large {
  border-radius: 6px;
}

/* line 10, app/assets/stylesheets/components/assistant.scss */
.releases-link {
  color: white;
}

/* line 14, app/assets/stylesheets/components/assistant.scss */
.releases-link:hover {
  text-decoration: underline;
}

/* line 18, app/assets/stylesheets/components/assistant.scss */
.assistant-screenshot {
  max-width: 960px;
}

/* line 21, app/assets/stylesheets/components/assistant.scss */
.assistant-screenshot img {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

/* line 1, app/assets/stylesheets/components/autocomplete.scss */
.dd-autocomplete-suggestions {
  position: relative;
}

/* line 5, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container {
  top: 2px;
  z-index: 1000;
  display: block;
  width: 100%;
  max-height: 180px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}

/* line 18, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container ul {
  list-style: none;
}

/* line 21, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container ul li {
  padding: 10px;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container ul li.highlighted {
  color: #fff;
  background-color: #0366d6;
}

/* line 32, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container .octicon {
  vertical-align: text-top;
}

/* line 36, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container .octicon-lock {
  color: #e9dba5;
}

/* line 41, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-container .autocomplete-suggestions-list:empty {
  height: 72px;
  background: url(/assets/octocat-spinner-32-d871f5f7e9b4c6814e807ab202872664f2083fe0a2eda6411149aa7b23d2c6f3.gif) no-repeat center center;
}

/* line 48, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-empty {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

/* line 54, app/assets/stylesheets/components/autocomplete.scss */
.autocomplete-suggestions-empty > strong {
  color: #bbb;
}

/* line 2, app/assets/stylesheets/components/blankslate.scss */
.blankslate {
  position: relative;
  padding: 32px;
  text-align: center;
  background-color: #fafbfc;
  border: 1px solid #e1e4e8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 10px rgba(27, 31, 35, 0.05);
          box-shadow: inset 0 0 10px rgba(27, 31, 35, 0.05);
}

/* line 10, app/assets/stylesheets/components/blankslate.scss */
.blankslate img {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 40em) {
  /* line 14, app/assets/stylesheets/components/blankslate.scss */
  .blankslate.spacious {
    padding: 1rem 0;
  }
}

/* line 19, app/assets/stylesheets/components/blankslate.scss */
.blankslate code {
  padding: 2px 5px 3px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
}

/* line 28, app/assets/stylesheets/components/blankslate.scss */
.blankslate-icon {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  color: #a3aab1;
}

/* line 35, app/assets/stylesheets/components/blankslate.scss */
.blankslate-capped {
  border-radius: 0 0 3px 3px;
}

/* line 39, app/assets/stylesheets/components/blankslate.scss */
.blankslate-spacious {
  padding: 80px 40px;
}

/* line 43, app/assets/stylesheets/components/blankslate.scss */
.blankslate-narrow {
  max-width: 485px;
  margin: 0 auto;
}

/* line 50, app/assets/stylesheets/components/blankslate.scss */
.blankslate-large h3 {
  margin: 16px 0;
  font-size: 20px;
}

/* line 55, app/assets/stylesheets/components/blankslate.scss */
.blankslate-large p {
  font-size: 16px;
}

/* line 61, app/assets/stylesheets/components/blankslate.scss */
.blankslate-clean-background {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group {
  position: relative;
  margin-top: 1rem;
  border-radius: 3px;
}

/* line 6, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group > h3 {
  display: block;
  padding: 9px 10px 10px;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  background-color: #f5f5f5;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

/* line 19, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group.dangerzone h3 {
  color: #fff;
  text-shadow: 0 -1px 0 #900;
  background-color: #df3e3e;
  border: 1px solid #a00;
}

/* line 26, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group.dangerzone .boxed-group-inner {
  border-top: 0;
}

/* line 32, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-action {
  position: relative;
  z-index: 2;
  float: right;
  margin: 6px 10px 0 0;
}

/* line 39, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner {
  padding: 1px 10px;
  font-size: 13px;
  color: #666;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 48, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner h4 {
  margin: 15px 0 -5px;
  font-size: 14px;
  color: #000;
}

/* line 53, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner h4 .lead {
  font-size: inherit;
}

/* line 58, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-inner > form {
  padding: 10px 0;
}

/* line 63, app/assets/stylesheets/components/boxed-group.scss */
.boxed-action {
  float: right;
  margin-left: 10px;
}

/* line 68, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list {
  margin: 0;
  list-style: none;
}

/* line 72, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list.standalone {
  margin-top: -1px;
}

/* line 75, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list.standalone > li:first-child {
  border-top: 0;
}

/* line 80, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list:first-child > li:first-child {
  border-top: 0;
}

/* line 84, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li {
  display: block;
  padding: 5px 10px;
  margin-right: -10px;
  margin-left: -10px;
  line-height: 23px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 92, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li:first-child {
  border-top: 1px solid #ddd;
}

/* line 96, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li:last-of-type {
  border-bottom: 0;
}

/* line 100, app/assets/stylesheets/components/boxed-group.scss */
.boxed-group-list > li img {
  margin-top: -2px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/components/flash.scss */
.flash-application {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 7, app/assets/stylesheets/components/flash.scss */
.flash-form {
  width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

/* line 2, app/assets/stylesheets/components/form-checkbox.scss */
.form-checkbox .octicon {
  float: left;
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/components/form-checkbox.scss */
.form-checkbox .octicon-repo {
  color: #bbb;
}

/* line 11, app/assets/stylesheets/components/form-checkbox.scss */
.form-checkbox .octicon-lock {
  color: #e9dba5;
}

/* line 2, app/assets/stylesheets/components/forms.scss */
dl.form {
  margin-top: 0;
  margin-bottom: 2rem;
}

/* line 7, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new label {
  color: #cb2431;
}

/* line 11, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error {
  position: absolute;
  z-index: 10;
  display: block;
  max-width: 450px;
  padding: 5px 8px;
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: normal;
  color: #86181d;
  background-color: #ffdce0;
  border-color: #cea0a5;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* line 27, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error::after, dl.form.errored.primer-new .error::before {
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 15;
  width: 0;
  height: 0;
  pointer-events: none;
  content: " ";
  border: solid transparent;
}

/* line 40, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error::after {
  border-width: 5px;
  border-bottom-color: #ffdce0;
}

/* line 45, app/assets/stylesheets/components/forms.scss */
dl.form.errored.primer-new .error::before {
  margin-left: -1px;
  border-width: 6px;
  border-bottom-color: #cea0a5;
}

/* line 56, app/assets/stylesheets/components/forms.scss */
.form-actions {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px #e3e3e3;
}

/* line 61, app/assets/stylesheets/components/forms.scss */
.form-actions .btn {
  float: right;
}

/* line 4, app/assets/stylesheets/components/loader-behavior.scss */
.animated-ellipsis-container {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 11, app/assets/stylesheets/components/loader-behavior.scss */
.animated-ellipsis-container > .animated-ellipsis {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  -webkit-animation: ellipsis 1s infinite;
          animation: ellipsis 1s infinite;
}

@-webkit-keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 12px;
  }
}

@keyframes ellipsis {
  from {
    width: 2px;
  }
  to {
    width: 12px;
  }
}

/* line 25, app/assets/stylesheets/components/loader-behavior.scss */
.large-loading-area {
  padding: 100px 0;
  text-align: center;
}

/* line 2, app/assets/stylesheets/components/loading-indicator.scss */
.loading-indicator::after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  content: " ";
  background: rgba(255, 255, 255, 0.7) url(/assets/octocat-spinner-128-338974454bb5c32803e82f601beb051d373744b024fe8742a76009700fd7e033.gif) no-repeat center center;
  background-size: 64px;
}

/* line 1, app/assets/stylesheets/components/message-of-the-day.scss */
.message-of-the-day {
  color: #fff;
  background-color: #0366d6;
}

/* line 5, app/assets/stylesheets/components/message-of-the-day.scss */
.message-of-the-day a {
  font-weight: bold;
  color: #005cc5;
}

/* line 11, app/assets/stylesheets/components/message-of-the-day.scss */
.message-of-the-day .container-lg p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/outline-box.scss */
.outline-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/components/outline-box.scss */
.outline-box:first-child {
  margin-top: 1rem;
}

/* line 11, app/assets/stylesheets/components/outline-box.scss */
.outline-box h3 {
  margin-top: 0;
}

/* line 15, app/assets/stylesheets/components/outline-box.scss */
.outline-box .octicon-x {
  float: right;
  cursor: pointer;
  opacity: 0.3;
}

/* line 20, app/assets/stylesheets/components/outline-box.scss */
.outline-box .octicon-x:hover {
  opacity: 1;
}

/* line 4, app/assets/stylesheets/components/pagination.scss */
.pagination a,
.pagination span,
.pagination em {
  display: inline-block;
  min-width: 32px;
  padding: 5px 10px;
  font-style: normal;
  line-height: 20px;
  color: #24292e;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: border-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

/* line 24, app/assets/stylesheets/components/pagination.scss */
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination em:hover,
.pagination em:focus {
  text-decoration: none;
  border-color: #e1e4e8;
  outline: 0;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}

/* line 32, app/assets/stylesheets/components/pagination.scss */
.pagination a:active,
.pagination span:active,
.pagination em:active {
  border-color: #eaecef;
  -webkit-transition: none;
  transition: none;
}

/* line 38, app/assets/stylesheets/components/pagination.scss */
.pagination .previous_page,
.pagination .next_page {
  color: #0366d6;
}

/* line 43, app/assets/stylesheets/components/pagination.scss */
.pagination .current,
.pagination .current:hover,
.pagination [aria-current]:not([aria-current=false]) {
  color: #fff;
  background-color: #0366d6;
  border-color: transparent;
}

/* line 51, app/assets/stylesheets/components/pagination.scss */
.pagination .gap,
.pagination .disabled,
.pagination [aria-disabled=true],
.pagination .gap:hover,
.pagination .disabled:hover,
.pagination [aria-disabled=true]:hover {
  color: #6a737d;
  cursor: default;
  border-color: transparent;
}

@supports ((-webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%)) or (clip-path: polygon(50% 0, 100% 50%, 50% 100%))) {
  /* line 64, app/assets/stylesheets/components/pagination.scss */
  .pagination .previous_page::before,
.pagination .next_page::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    content: "";
    background-color: currentColor;
  }
  /* line 76, app/assets/stylesheets/components/pagination.scss */
  .pagination .previous_page::before {
    margin-right: 4px;
    -webkit-clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
            clip-path: polygon(9.8px 12.8px, 8.7px 12.8px, 4.5px 8.5px, 4.5px 7.5px, 8.7px 3.2px, 9.8px 4.3px, 6.1px 8px, 9.8px 11.7px, 9.8px 12.8px);
  }
  /* line 82, app/assets/stylesheets/components/pagination.scss */
  .pagination .next_page::after {
    margin-left: 4px;
    -webkit-clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
            clip-path: polygon(6.2px 3.2px, 7.3px 3.2px, 11.5px 7.5px, 11.5px 8.5px, 7.3px 12.8px, 6.2px 11.7px, 9.9px 8px, 6.2px 4.3px, 6.2px 3.2px);
  }
}

/* line 90, app/assets/stylesheets/components/pagination.scss */
.paginate-container {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

/* line 95, app/assets/stylesheets/components/pagination.scss */
.paginate-container .pagination {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/components/panel.scss */
.panel {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 9, app/assets/stylesheets/components/panel.scss */
.panel-body {
  padding: 25px;
}

/* line 48, node_modules/@primer/css/support/mixins/layout.scss */
.panel-body::before {
  display: table;
  content: "";
}

/* line 53, node_modules/@primer/css/support/mixins/layout.scss */
.panel-body::after {
  display: table;
  clear: both;
  content: "";
}

/* line 15, app/assets/stylesheets/components/panel.scss */
.panel-heading {
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 24, app/assets/stylesheets/components/panel.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17;
  color: inherit;
}

/* line 30, app/assets/stylesheets/components/panel.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 2, app/assets/stylesheets/components/peek.scss */
#peek {
  font-size: 12px;
}

/* line 6, app/assets/stylesheets/components/peek.scss */
#peek a:hover {
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/components/peek.scss */
#peek .octicon {
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/components/peek.scss */
#peek p {
  display: inline-block;
  margin: 0;
}

/* line 19, app/assets/stylesheets/components/peek.scss */
#peek p strong {
  color: #ccc;
}

/* line 24, app/assets/stylesheets/components/peek.scss */
#peek.production {
  background-color: #222;
  background-image: none;
}

/* line 29, app/assets/stylesheets/components/peek.scss */
#peek.development {
  background-color: #4c1210;
  background-image: none;
}

/* line 34, app/assets/stylesheets/components/peek.scss */
#peek .bucket {
  padding: 3px 6px;
  margin-left: 3px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 43em) {
  /* line 2, app/assets/stylesheets/components/peek.scss */
  #peek {
    display: none;
  }
}

/* line 49, app/assets/stylesheets/components/peek.scss */
.stafftools-rocket {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 54, app/assets/stylesheets/components/peek.scss */
.stafftools-rocket:hover {
  color: #fff;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown {
  position: relative;
}

/* line 6, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown.active .dropdown-menu-content {
  display: block;
  pointer-events: all;
}

/* line 14, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 28, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 8px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
          box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
}

/* line 44, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu::before, .dropdown-menu::after {
  position: absolute;
  display: inline-block;
  content: "";
}

/* line 51, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu::before {
  border: 8px solid transparent;
  border-bottom-color: rgba(27, 31, 35, 0.15);
}

/* line 56, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu::after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

/* line 62, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu > ul {
  list-style: none;
}

/* line 67, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 290px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 8px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
          box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
}

/* line 83, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course::before, .dropdown-menu-starter-course::after {
  position: absolute;
  display: inline-block;
  content: "";
}

/* line 90, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course::after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

/* line 96, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-starter-course > ul {
  list-style: none;
}

/* line 101, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-no-overflow {
  width: auto;
}

/* line 104, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-no-overflow .dropdown-item {
  padding: 4px 16px;
  overflow: visible;
  text-overflow: inherit;
}

/* line 112, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item {
  display: block;
  padding: 4px 8px 4px 16px;
  overflow: hidden;
  color: #24292e;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item:hover, .dropdown-item.zeroclipboard-is-hover {
  color: #fff;
  text-decoration: none;
  background-color: #0366d6;
}

/* line 126, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item:hover > .octicon, .dropdown-item.zeroclipboard-is-hover > .octicon {
  color: inherit;
  opacity: 1;
}

/* line 132, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item.btn-link {
  width: 100%;
  text-align: left;
}

/* line 138, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow {
  display: block;
  padding: 4px 8px 4px 16px;
  color: #24292e;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow:hover, .dropdown-item-no-overflow.zeroclipboard-is-hover {
  color: #fff;
  text-decoration: none;
  background-color: #0366d6;
}

/* line 151, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow:hover > .octicon, .dropdown-item-no-overflow.zeroclipboard-is-hover > .octicon {
  color: inherit;
  opacity: 1;
}

/* line 157, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-item-no-overflow.btn-link {
  width: 100%;
  text-align: left;
}

/* line 163, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-signout {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
}

/* line 170, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-divider {
  height: 1px;
  margin: 4px 1px;
  background-color: #e1e4e8;
}

/* line 176, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-header {
  padding: 4px 8px 4px 16px;
  font-size: 12px;
  color: #586069;
}

/* line 182, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-content {
  display: none;
}

/* line 186, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-content.anim-scale-in {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

/* line 198, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w {
  top: 0;
  right: 100%;
  left: auto;
  width: auto;
  margin-top: 0;
  margin-right: 9px;
}

/* line 206, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w::before, .dropdown-menu-w::after {
  top: 8px;
  left: auto;
  border-color: transparent;
}

/* line 213, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w::before {
  right: -17px;
  border-left-color: rgba(27, 31, 35, 0.15);
}

/* line 218, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-w::after {
  right: -16px;
  border-left-color: #fff;
}

/* line 224, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e {
  top: 0;
  left: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 9px;
}

/* line 231, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e::before, .dropdown-menu-e::after {
  top: 8px;
  border-color: transparent;
}

/* line 237, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e::before {
  left: -17px;
  border-right-color: rgba(27, 31, 35, 0.15);
}

/* line 242, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-e::after {
  left: -16px;
  border-right-color: #fff;
}

/* line 248, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne {
  top: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
}

/* line 254, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne::before, .dropdown-menu-ne::after {
  top: auto;
  right: auto;
  left: 8px;
  border-color: transparent;
}

/* line 262, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne::before {
  bottom: -16px;
  border-top-color: rgba(27, 31, 35, 0.15);
}

/* line 267, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-ne::after {
  bottom: -15px;
  border-top-color: #fff;
}

/* line 277, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s::before,
.dropdown-menu-se::before,
.dropdown-menu-sw::before {
  top: -16px;
}

/* line 281, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s::after,
.dropdown-menu-se::after,
.dropdown-menu-sw::after {
  top: -15px;
}

/* line 286, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 291, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-s::before, .dropdown-menu-s::after {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/* line 298, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-sw {
  right: 0;
  left: auto;
}

/* line 302, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-sw::before, .dropdown-menu-sw::after {
  right: 8px;
  left: auto;
}

/* line 310, app/assets/stylesheets/components/primer-dropdown.scss */
.dropdown-menu-se::before, .dropdown-menu-se::after {
  left: 8px;
}

/* line 1, app/assets/stylesheets/components/primer-input-group.scss */
.input-group {
  display: table;
}

/* line 4, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control {
  position: relative;
  width: 100%;
}

/* line 8, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control:focus {
  z-index: 2;
}

/* line 12, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control + .btn {
  margin-left: 0;
}

/* line 18, app/assets/stylesheets/components/primer-input-group.scss */
.input-group.inline {
  display: inline-table;
}

/* line 23, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control,
.input-group-button {
  display: table-cell;
}

/* line 28, app/assets/stylesheets/components/primer-input-group.scss */
.input-group-button {
  width: 1%;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control:first-child,
.input-group-button:first-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, app/assets/stylesheets/components/primer-input-group.scss */
.input-group-button:first-child .btn {
  margin-right: -1px;
}

/* line 43, app/assets/stylesheets/components/primer-input-group.scss */
.input-group .form-control:last-child,
.input-group-button:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 49, app/assets/stylesheets/components/primer-input-group.scss */
.input-group-button:last-child .btn {
  margin-left: -1px;
}

/* line 10, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 544px) {
  /* line 10, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
}

/* line 36, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background-color: rgba(27, 31, 35, 0.5);
}

@media (min-width: 544px) {
  /* line 36, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu::before {
    display: none;
  }
}

/* line 55, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-modal {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 66%;
  margin: auto 0;
  overflow: hidden;
  pointer-events: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f6f8fa;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -webkit-animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
          animation: SelectMenu-modal-animation 0.12s cubic-bezier(0, 0.1, 0.1, 1) backwards;
}

@-webkit-keyframes SelectMenu-modal-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes SelectMenu-modal-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes SelectMenu-modal-animation--sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes SelectMenu-modal-animation--sm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@media (min-width: 544px) {
  /* line 55, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-modal {
    width: 300px;
    height: auto;
    max-height: 350px;
    margin: 4px 0 16px 0;
    font-size: 12px;
    border: 1px solid #d1d5da;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
            box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    -webkit-animation-name: SelectMenu-modal-animation--sm;
            animation-name: SelectMenu-modal-animation--sm;
  }
}

/* line 100, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 16px;
}

@media (min-width: 544px) {
  /* line 100, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 111, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 544px) {
  /* line 111, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-title {
    font-size: inherit;
  }
}

/* line 121, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-closeButton {
  padding: 16px;
  margin: -16px;
  color: #6a737d;
  background-color: transparent;
  border: 0;
}

@media (min-width: 544px) {
  /* line 121, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-closeButton {
    display: none;
  }
}

/* line 137, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-filter {
  padding: 16px;
  margin: 0;
  border-top: 1px #e1e4e8 solid;
}

@media (min-width: 544px) {
  /* line 137, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-filter {
    padding: 8px;
  }
}

/* line 147, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-input {
  display: block;
  width: 100%;
}

@media (min-width: 544px) {
  /* line 147, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-input {
    font-size: 14px;
  }
}

/* line 160, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-list {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

/* line 175, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px;
  overflow: hidden;
  color: #586069;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 0;
}

/* line 187, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item + .SelectMenu-item {
  border-top: 1px solid #eaecef;
}

@media (min-width: 544px) {
  /* line 175, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 202, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-icon {
  width: 16px;
  margin-right: 8px;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.12s linear, -webkit-transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5);
  transition: visibility 0s 0.12s linear, -webkit-transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5);
  transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear;
  transition: transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5), visibility 0s 0.12s linear, -webkit-transform 0.12s cubic-bezier(0.5, 0.1, 1, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* line 214, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: -1px;
  overflow-x: auto;
  overflow-y: hidden;
  border-top: 1px #e1e4e8 solid;
  -webkit-overflow-scrolling: touch;
}

/* line 224, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tabs::-webkit-scrollbar {
  display: none;
}

@media (min-width: 544px) {
  /* line 214, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tabs {
    padding: 0 8px;
    border-top: 0;
  }
}

/* line 234, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #6a737d;
  text-align: center;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: inset 0 -1px 0 #e1e4e8;
          box-shadow: inset 0 -1px 0 #e1e4e8;
}

@media (min-width: 544px) {
  /* line 234, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 4px 16px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}

/* line 254, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tab[aria-selected="true"] {
  z-index: 1;
  color: #24292e;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e1e4e8;
          box-shadow: 0 0 0 1px #e1e4e8;
}

@media (min-width: 544px) {
  /* line 254, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab[aria-selected="true"] {
    border-color: #e1e4e8;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* line 271, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-message,
.SelectMenu-blankslate,
.SelectMenu-loading {
  padding: 24px 16px;
  text-align: center;
  background-color: #fff;
}

/* line 283, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-divider {
  padding: 4px 16px;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #6a737d;
  background-color: #f6f8fa;
  border-top: 1px #e1e4e8 solid;
  border-bottom: 1px #e1e4e8 solid;
}

/* line 293, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-divider:first-child {
  border-top: 0;
}

/* line 297, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-divider:last-child {
  border-bottom: 0;
}

/* line 306, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-footer {
  padding: 8px 16px;
  font-size: 12px;
  color: #6a737d;
  text-align: center;
  border-top: 1px #e1e4e8 solid;
}

@media (min-width: 544px) {
  /* line 306, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-footer {
    padding: 4px 8px;
  }
}

/* line 323, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu--hasFilter .SelectMenu-modal {
  height: 80%;
  max-height: none;
  margin-top: 0;
}

@media (min-width: 544px) {
  /* line 323, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu--hasFilter .SelectMenu-modal {
    height: auto;
    max-height: 350px;
    margin-top: 4px;
  }
}

/* line 336, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu--hasFilter .SelectMenu-item:last-child {
  -webkit-box-shadow: 0 1px 0 #eaecef;
          box-shadow: 0 1px 0 #eaecef;
}

/* line 346, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-tab:focus,
.SelectMenu-item:focus {
  outline: none;
}

/* line 352, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item:hover {
  text-decoration: none;
}

/* line 360, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item[aria-checked="true"] {
  font-weight: 500;
  color: #24292e;
}

/* line 364, app/assets/stylesheets/components/primer-select-menu.scss */
.SelectMenu-item[aria-checked="true"] .SelectMenu-icon {
  visibility: visible;
  -webkit-transition: visibility 0s linear, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition: visibility 0s linear, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear;
  transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear, -webkit-transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (hover: hover) {
  /* line 376, app/assets/stylesheets/components/primer-select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-item:focus,
.SelectMenu-item:hover {
    color: #fff;
    background-color: #0366d6;
  }
  /* line 382, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item:active {
    color: #fff;
    background-color: #2188ff;
  }
  /* line 387, app/assets/stylesheets/components/primer-select-menu.scss */
  body:not(.intent-mouse) .SelectMenu-tab:focus {
    background-color: #dbedff;
  }
  /* line 391, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab:not([aria-checked="true"]):hover {
    color: #24292e;
    background-color: #e1e4e8;
  }
  /* line 396, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-tab:not([aria-checked="true"]):active {
    color: #24292e;
    background-color: #f6f8fa;
  }
}

@media (hover: none) {
  /* line 408, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item:focus,
.SelectMenu-item:active {
    background-color: #fafbfc;
  }
  /* line 416, app/assets/stylesheets/components/primer-select-menu.scss */
  .SelectMenu-item {
    -webkit-tap-highlight-color: rgba(209, 213, 218, 0.5);
  }
}

/* line 2, app/assets/stylesheets/components/progress-bar.scss */
html.turbolinks-progress-bar::before {
  height: 2px !important;
  background-color: #77b6ff !important;
  -webkit-box-shadow: 0 0 10px rgba(119, 182, 255, 0.7) !important;
          box-shadow: 0 0 10px rgba(119, 182, 255, 0.7) !important;
}

/* line 10, app/assets/stylesheets/components/progress-bar.scss */
.progress-bar {
  display: block;
  height: 5px;
  overflow: hidden;
  background-color: #eaecef;
  border-radius: 3px;
}

/* line 17, app/assets/stylesheets/components/progress-bar.scss */
.progress-bar .progress {
  display: block;
  height: 100%;
  background-color: #2cbe4e;
}

/* line 1, app/assets/stylesheets/components/protip.scss */
.protip {
  margin-top: 2rem;
  text-align: center;
}

/* line 5, app/assets/stylesheets/components/protip.scss */
.protip .octicon {
  color: #6a737d;
}

/* line 1, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* line 4, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening, :not(.home) .remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 9, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
          animation: remodal-overlay-opening-keyframes 0.3s;
}

/* line 13, app/assets/stylesheets/components/remodal.scss */
:not(.home) .remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
          animation: remodal-overlay-closing-keyframes 0.3s;
}

/* line 19, app/assets/stylesheets/components/remodal.scss */
.home .remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.5s;
          animation: remodal-overlay-opening-keyframes 0.5s;
}

/* line 23, app/assets/stylesheets/components/remodal.scss */
.home .remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.5s;
          animation: remodal-overlay-closing-keyframes 0.5s;
}

/* line 28, app/assets/stylesheets/components/remodal.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* line 32, app/assets/stylesheets/components/remodal.scss */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 37, app/assets/stylesheets/components/remodal.scss */
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* line 42, app/assets/stylesheets/components/remodal.scss */
.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
          animation: remodal-opening-keyframes 0.3s;
}

/* line 46, app/assets/stylesheets/components/remodal.scss */
.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
          animation: remodal-closing-keyframes 0.3s;
}

/* line 51, app/assets/stylesheets/components/remodal.scss */
.video {
  width: 80%;
  max-width: 960px;
  height: auto;
}

/* line 56, app/assets/stylesheets/components/remodal.scss */
.video.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.5s;
          animation: remodal-opening-keyframes 0.5s;
}

/* line 60, app/assets/stylesheets/components/remodal.scss */
.video.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.5s;
          animation: remodal-closing-keyframes 0.5s;
}

/* line 64, app/assets/stylesheets/components/remodal.scss */
.video .remodal-close {
  right: 12px;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 40em) {
  /* line 64, app/assets/stylesheets/components/remodal.scss */
  .video .remodal-close {
    top: 2px;
    right: 8px;
  }
}

/* line 75, app/assets/stylesheets/components/remodal.scss */
.video .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/components/remodal.scss */
.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 40em) {
  /* line 51, app/assets/stylesheets/components/remodal.scss */
  .video {
    width: 95%;
  }
}

/* line 97, app/assets/stylesheets/components/remodal.scss */
.remodal:not(.video) {
  width: 455px;
  padding: 15px;
  margin-bottom: 25em;
  color: inherit;
  background: #fff;
  border-radius: 5px;
}

/* line 105, app/assets/stylesheets/components/remodal.scss */
.remodal:not(.video) .form {
  margin-bottom: 0.8rem;
}

/* line 110, app/assets/stylesheets/components/remodal.scss */
.remodal,
.remodal-wrapper::after {
  vertical-align: middle;
}

/* line 115, app/assets/stylesheets/components/remodal.scss */
.remodal-close {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  padding: 10px;
  overflow: visible;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.25;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/*
  copy of .remodal-close because there's a js function that listens
  for .remodal-close and interferring with an ajax call in .js-use-starter-assignment
*/
/* line 136, app/assets/stylesheets/components/remodal.scss */
.close-remodal {
  position: absolute;
  top: 8px;
  right: 5px;
  display: block;
  padding: 10px;
  overflow: visible;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
  opacity: 0.25;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

/* line 153, app/assets/stylesheets/components/remodal.scss */
.remodal-header {
  padding: 15.5px;
  margin: -15px -15px 15px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}

/* line 161, app/assets/stylesheets/components/remodal.scss */
.remodal-description {
  height: 5rem;
}

/* line 165, app/assets/stylesheets/components/remodal.scss */
.remodal-warning {
  padding: 10px 15px;
  margin: -16px -15px 15px;
  color: #796620;
  background-color: #f8eec7;
  border-color: #f2e09a;
  border-style: solid;
  border-width: 1px 0;
}

/* line 175, app/assets/stylesheets/components/remodal.scss */
.remodal-close:hover,
.remodal-close:focus {
  opacity: 1;
}

/* line 180, app/assets/stylesheets/components/remodal.scss */
.remodal-close::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 193, app/assets/stylesheets/components/remodal.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 244, app/assets/stylesheets/components/remodal.scss */
.lt-ie9 .remodal-overlay {
  background: #999;
}

/* line 248, app/assets/stylesheets/components/remodal.scss */
.lt-ie9 .remodal {
  width: 455px;
}

/* line 1, app/assets/stylesheets/components/select_menu.scss */
.select-menu {
  margin-bottom: 10px;
}

/* line 4, app/assets/stylesheets/components/select_menu.scss */
.select-menu .select-menu-modal-holder.active {
  display: block;
}

/* line 9, app/assets/stylesheets/components/select_menu.scss */
.select-menu-button {
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/components/select_menu.scss */
.select-menu-button::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: -2px;
  content: "";
  border: 4px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 25, app/assets/stylesheets/components/select_menu.scss */
.select-menu-modal-holder {
  position: absolute;
  z-index: 30;
  display: none;
}

/* line 31, app/assets/stylesheets/components/select_menu.scss */
.select-menu-item {
  display: block;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px solid #eaecef;
}

/* line 42, app/assets/stylesheets/components/select_menu.scss */
.select-menu-item .selected .octicon-check {
  color: inherit;
  visibility: visible;
}

/* line 48, app/assets/stylesheets/components/select_menu.scss */
.select-menu-modal {
  position: relative;
  width: 300px;
  margin: 4px auto 20px;
  overflow: hidden;
  font-size: 12px;
  color: #586069;
  background-color: #fff;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
          box-shadow: 0 3px 12px rgba(27, 31, 35, 0.15);
}

/* line 61, app/assets/stylesheets/components/select_menu.scss */
.select-menu-header,
.select-menu-divider {
  padding: 8px 10px;
  line-height: 16px;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
}

/* line 69, app/assets/stylesheets/components/select_menu.scss */
.select-menu-item-icon {
  float: left;
  margin-left: -20px;
}

/* line 74, app/assets/stylesheets/components/select_menu.scss */
.select-menu-header .select-menu-close-button {
  display: block;
  float: right;
  color: #c6cbd1;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/components/select_menu.scss */
.select-menu-title {
  font-weight: 600;
  color: #24292e;
}

/* line 86, app/assets/stylesheets/components/select_menu.scss */
.select-menu-close-button:hover {
  color: #444d56;
}

/* line 90, app/assets/stylesheets/components/select_menu.scss */
.select-menu-list .select-menu-item:hover {
  color: #fff;
  background: #0366db;
}

/* line 94, app/assets/stylesheets/components/select_menu.scss */
.select-menu-list .select-menu-item:hover .octicon {
  color: #fff;
}

/* line 1, app/assets/stylesheets/components/staff-badge.scss */
.staff-badge {
  padding: 3px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #4078c0;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/components/type.scss */
.page-header {
  padding-bottom: 19px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1, app/assets/stylesheets/layout.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/layout.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* line 9, app/assets/stylesheets/layout.scss */
body.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 15, app/assets/stylesheets/layout.scss */
body.index {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
  background: linear-gradient(#fff, #fafafa);
}

/* line 20, app/assets/stylesheets/layout.scss */
body.home-main main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 26, app/assets/stylesheets/layout.scss */
body.pages-main main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 40px;
}

/* line 33, app/assets/stylesheets/layout.scss */
body.application-main main {
  min-height: 86vh;
}

/* line 40, app/assets/stylesheets/layout.scss */
a:hover {
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/layout.scss */
a.disabled {
  pointer-events: none;
  cursor: default;
}

/* line 52, app/assets/stylesheets/layout.scss */
a.submission-icon-container,
span.submission-icon-container {
  text-decoration: none;
  margin-right: 8px;
}

/* line 55, app/assets/stylesheets/layout.scss */
a.submission-icon-container .success,
span.submission-icon-container .success {
  fill: #28a745;
}

/* line 59, app/assets/stylesheets/layout.scss */
a.submission-icon-container .failed,
span.submission-icon-container .failed {
  fill: #d73a49;
}

/* line 63, app/assets/stylesheets/layout.scss */
a.submission-icon-container .neutral,
span.submission-icon-container .neutral {
  fill: #6a737d;
}

/* line 69, app/assets/stylesheets/layout.scss */
.SelectMenu-modal {
  width: 400px;
}

/* line 73, app/assets/stylesheets/layout.scss */
.submission-icon-container {
  text-decoration: none;
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/layout.scss */
.submission-icon-container .success {
  fill: #28a745;
}

/* line 81, app/assets/stylesheets/layout.scss */
.submission-icon-container .failed {
  fill: #d73a49;
}

/* line 86, app/assets/stylesheets/layout.scss */
.octicon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* line 92, app/assets/stylesheets/layout.scss */
.site-header {
  color: #ccc;
  background-color: #2f3232;
  padding-top: 16px;
  padding-bottom: 11px;
}

/* line 98, app/assets/stylesheets/layout.scss */
.site-header .user-avatar {
  margin-top: -3px;
}

/* line 103, app/assets/stylesheets/layout.scss */
.avatar-user {
  border-radius: 50% !important;
}

/* line 106, app/assets/stylesheets/layout.scss */
.avatar {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
  vertical-align: middle;
  border-radius: 6px;
}

/* line 114, app/assets/stylesheets/layout.scss */
.site-logo {
  width: 188px;
  height: 20px;
}

/* line 120, app/assets/stylesheets/layout.scss */
.site-nav a:not(.dropdown-item) {
  color: rgba(255, 255, 255, 0.5);
}

/* line 124, app/assets/stylesheets/layout.scss */
.site-nav a:hover:not(.dropdown-item) {
  color: white;
}

/* line 129, app/assets/stylesheets/layout.scss */
.organization-name {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: normal;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

/* line 135, app/assets/stylesheets/layout.scss */
.organization-name a {
  color: inherit;
}

@media screen and (max-width: 40em) {
  /* line 129, app/assets/stylesheets/layout.scss */
  .organization-name {
    font-size: 1.5rem;
  }
}

/* line 144, app/assets/stylesheets/layout.scss */
.organization-login {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 1rem;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8;
}

/* line 151, app/assets/stylesheets/layout.scss */
.organization-login a {
  color: inherit;
}

/* line 156, app/assets/stylesheets/layout.scss */
.organization-banner {
  border-bottom: 1px solid #e1e4e8;
}

/* line 160, app/assets/stylesheets/layout.scss */
.organization-nav {
  border-bottom: none;
}

/* line 163, app/assets/stylesheets/layout.scss */
.organization-nav .tabnav {
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* line 168, app/assets/stylesheets/layout.scss */
.organization-nav .tabnav-tab {
  color: #959da5;
}

/* line 171, app/assets/stylesheets/layout.scss */
.organization-nav .tabnav-tab.selected {
  color: #2f363d;
  border-top: 3px solid #e36209;
  background-color: #fff;
}

/* line 178, app/assets/stylesheets/layout.scss */
.circled-check {
  margin: 0;
  top: 1px;
  background-color: #e1e4e8;
  border-radius: 50%;
  padding: 2px;
  height: 16px;
  width: 16px;
  text-align: center;
  font-size: 80%;
}

/* line 190, app/assets/stylesheets/layout.scss */
.numbered-list {
  list-style: none;
  counter-reset: circled-counter;
}

/* line 193, app/assets/stylesheets/layout.scss */
.numbered-list li {
  counter-increment: circled-counter;
  position: relative;
  margin: 0;
  padding-left: 40px;
  padding-bottom: 24px;
}

/* line 199, app/assets/stylesheets/layout.scss */
.numbered-list li::before {
  content: counter(circled-counter);
  position: absolute;
  margin-right: -24px;
  top: 1px;
  background-color: #e1e4e8;
  right: 100%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 40px;
  margin-top: -8px;
}

/* line 218, app/assets/stylesheets/layout.scss */
.site-content,
.menu {
  margin-top: 1rem;
}

/* line 223, app/assets/stylesheets/layout.scss */
.site-content-cap {
  padding: 1.5rem 2rem;
  background-color: #fbfbfb;
  border: solid 1px #e3e3e3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

@media screen and (max-width: 40em) {
  /* line 223, app/assets/stylesheets/layout.scss */
  .site-content-cap {
    padding: 1.5rem 1rem;
  }
}

/* line 235, app/assets/stylesheets/layout.scss */
.site-content-body {
  padding: 2rem;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  border-top: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 243, app/assets/stylesheets/layout.scss */
.site-content-body.tabnav-body {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 43em) {
  /* line 235, app/assets/stylesheets/layout.scss */
  .site-content-body {
    padding: 1rem;
  }
}

/* line 254, app/assets/stylesheets/layout.scss */
.site-content-heading {
  padding-top: 0.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  color: #5d666f;
}

/* line 263, app/assets/stylesheets/layout.scss */
.new-assignment-grey {
  color: #eaecef;
}

@media screen and (min-width: 768px) {
  /* line 267, app/assets/stylesheets/layout.scss */
  .new-assignment-max-field {
    max-width: 264px !important;
    min-width: 264px !important;
  }
}

/* line 274, app/assets/stylesheets/layout.scss */
.assignment-option-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
}

/* line 280, app/assets/stylesheets/layout.scss */
.assignment-option-description {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #777;
}

/* line 286, app/assets/stylesheets/layout.scss */
.assignment-icon,
.group-assignment-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 0.7rem;
  text-align: center;
  border-radius: 50%;
}

/* line 295, app/assets/stylesheets/layout.scss */
.assignment-icon .octicon,
.group-assignment-icon .octicon {
  height: 45px;
  font-size: 22px;
  line-height: 45px;
}

/* line 302, app/assets/stylesheets/layout.scss */
.assignment-icon-submission {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-right: 0.7rem;
  text-align: center;
}

/* line 309, app/assets/stylesheets/layout.scss */
.assignment-icon-submission .octicon {
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  margin-top: 4px;
}

/* line 317, app/assets/stylesheets/layout.scss */
.assignment-icon-individual {
  color: #555;
  background-color: rgba(216, 216, 216, 0.3);
}

/* line 322, app/assets/stylesheets/layout.scss */
.assignment-icon-group {
  color: #f3f3f3;
  background-color: #555;
}

/* line 327, app/assets/stylesheets/layout.scss */
.invite-tooltip {
  width: 350px;
}

/* line 332, app/assets/stylesheets/layout.scss */
.table-minimal td {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 337, app/assets/stylesheets/layout.scss */
.table-minimal td:first-child {
  padding-left: 0;
}

/* line 342, app/assets/stylesheets/layout.scss */
hr {
  border-bottom: 1px solid #e3e3e3;
}

/* line 346, app/assets/stylesheets/layout.scss */
.dangerzone-container {
  padding-bottom: 13px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

@media screen and (max-width: 40em) {
  /* line 352, app/assets/stylesheets/layout.scss */
  .invitation-content {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 360, app/assets/stylesheets/layout.scss */
.assignment-repo-github-url h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #1b1f23;
}

/* line 366, app/assets/stylesheets/layout.scss */
.assignment-repo-github-url a {
  color: #1b1f23;
}

/* line 368, app/assets/stylesheets/layout.scss */
.assignment-repo-github-url a:hover {
  color: #0366d6;
}

/* line 374, app/assets/stylesheets/layout.scss */
.user-list {
  margin-top: 2px;
}

/* line 380, app/assets/stylesheets/layout.scss */
.assignment-test-modal .select-menu .btn {
  margin-left: 0 !important;
  margin-top: 0;
}

/* line 386, app/assets/stylesheets/layout.scss */
.assignment-test-modal .example-text {
  font-size: 14px;
}

/* line 391, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type .input_output,
.assignment-test-modal .test-type .run_command,
.assignment-test-modal .test-type .java,
.assignment-test-modal .test-type .node,
.assignment-test-modal .test-type .python,
.assignment-test-modal .test-type .cpp,
.assignment-test-modal .test-type .c {
  display: none;
  margin-right: 25px;
}

/* line 401, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type .input_output a,
.assignment-test-modal .test-type .run_command a,
.assignment-test-modal .test-type .java a,
.assignment-test-modal .test-type .node a,
.assignment-test-modal .test-type .python a,
.assignment-test-modal .test-type .cpp a,
.assignment-test-modal .test-type .c a {
  line-height: 25px;
  font-size: 14px;
  float: right;
}

/* line 409, app/assets/stylesheets/layout.scss */
.assignment-test-modal textarea.form-control {
  height: 50px;
  min-height: 50px;
}

/* line 415, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.input_output .input_output {
  display: inherit;
}

/* line 419, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.run_command .run_command {
  display: inherit;
}

/* line 423, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.java .java {
  display: inherit;
}

/* line 427, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.node .node {
  display: inherit;
}

/* line 431, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.python .python {
  display: inherit;
}

/* line 435, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.cpp .cpp {
  display: inherit;
}

/* line 439, app/assets/stylesheets/layout.scss */
.assignment-test-modal .test-type.c .c {
  display: inherit;
}

/* line 444, app/assets/stylesheets/layout.scss */
.assignment-test-list:empty {
  padding: 20px;
  text-align: center;
}

/* line 448, app/assets/stylesheets/layout.scss */
.assignment-test-list:empty:before {
  content: "No tests yet";
}

/* line 454, app/assets/stylesheets/layout.scss */
.assignment-test-list-item {
  padding: 10px;
}

/* line 456, app/assets/stylesheets/layout.scss */
.assignment-test-list-item.has-errors {
  color: #d73a49;
}

/* line 462, app/assets/stylesheets/layout.scss */
.new-assignment-test-list-item.has-errors {
  color: #d73a49;
}

/* line 468, app/assets/stylesheets/layout.scss */
.assignment-repo-list .assignment-repo-list-item:not(:first-child) {
  border-top: 1px solid #e3e3e3;
}

/* line 473, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 14px;
}

/* line 478, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item:last-child {
  padding-bottom: 0;
}

/* line 482, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .octicon-alert {
  display: none;
}

/* line 487, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.disabled a {
  color: #6a737d;
}

/* line 491, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.disabled .avatar {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 496, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.is-error {
  background-color: rgba(215, 58, 73, 0.9);
  border-radius: 3px;
}

/* line 501, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.is-error.assignment-repo-list-item .octicon-alert {
  display: unset;
  fill: #fff;
}

/* line 506, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item.is-error.assignment-repo-list-item .spinner {
  display: none;
}

/* line 512, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .avatar {
  margin-right: 10px;
}

@media screen and (max-width: 40em) {
  /* line 512, app/assets/stylesheets/layout.scss */
  .assignment-repo-list-item .avatar {
    margin-right: 0;
  }
}

/* line 520, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .not-accepted {
  opacity: 0.5;
}

/* line 524, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .css-truncate-target {
  max-width: 20rem;
}

@media screen and (max-width: 40em) {
  /* line 524, app/assets/stylesheets/layout.scss */
  .assignment-repo-list-item .css-truncate-target {
    max-width: 10rem;
  }
}

/* line 532, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .team-name {
  display: block;
  color: #24292e;
}

/* line 536, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item .team-name:hover {
  color: #0366d6;
}

/* line 541, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item ul {
  list-style-type: none;
}

/* line 544, app/assets/stylesheets/layout.scss */
.assignment-repo-list-item ul li {
  display: inline-block;
}

@media screen and (max-width: 40em) {
  /* line 544, app/assets/stylesheets/layout.scss */
  .assignment-repo-list-item ul li {
    margin-left: 0;
  }
}

/* line 554, app/assets/stylesheets/layout.scss */
.avatar-large {
  margin-right: 10px;
}

/* line 558, app/assets/stylesheets/layout.scss */
.assignment-repo-button {
  margin-left: 80px;
}

@media screen and (max-width: 40em) {
  /* line 558, app/assets/stylesheets/layout.scss */
  .assignment-repo-button {
    margin-left: 15px;
  }
}

/* line 566, app/assets/stylesheets/layout.scss */
.dropdown-wide {
  width: 200px;
}

/* line 570, app/assets/stylesheets/layout.scss */
main.bg-gray-light,
.help main {
  padding-bottom: 40px;
}

/* line 573, app/assets/stylesheets/layout.scss */
main.bg-gray-light + footer,
.help main + footer {
  border-top: 1px solid #e1e4e8;
}

/* line 578, app/assets/stylesheets/layout.scss */
footer {
  background-color: #fff;
  background-color: #f6f8fa;
}

/* line 581, app/assets/stylesheets/layout.scss */
footer .octicon-heart {
  color: #d73a49;
}

@media screen and (max-width: 544px) {
  /* line 584, app/assets/stylesheets/layout.scss */
  footer section {
    min-width: 300px;
  }
}

/* line 588, app/assets/stylesheets/layout.scss */
footer section h4 {
  padding-right: 16px;
  width: calc(100% - $spacer-5);
}

/* line 592, app/assets/stylesheets/layout.scss */
footer section a {
  color: #005cc5;
}

/* line 594, app/assets/stylesheets/layout.scss */
footer section a:hover {
  color: #2188ff;
}

/* line 599, app/assets/stylesheets/layout.scss */
footer section ul li {
  padding-right: 24px;
  line-height: 1.5;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 609, app/assets/stylesheets/layout.scss */
.footer-octicon {
  color: #c6cbd1;
}

/* line 613, app/assets/stylesheets/layout.scss */
.footer-octicon:hover {
  color: #959da5;
}

/* line 621, app/assets/stylesheets/layout.scss */
.pages.home .site-footer {
  background-color: #fafbfc;
}

/* line 627, app/assets/stylesheets/layout.scss */
.pages.assistant .site-footer {
  background-color: #fff;
}

@media screen and (max-width: 40em) {
  /* line 633, app/assets/stylesheets/layout.scss */
  .desktop-invitation-content,
.settings,
.student-information,
.clipboard-form,
.classroom-user-name {
    display: none;
  }
}

/* line 643, app/assets/stylesheets/layout.scss */
.desktop-invitation-content {
  width: 50%;
  margin: 0 auto;
}

/* line 648, app/assets/stylesheets/layout.scss */
.mobile-invitation-content {
  display: none;
}

@media screen and (max-width: 40em) {
  /* line 648, app/assets/stylesheets/layout.scss */
  .mobile-invitation-content {
    display: block;
  }
}

/* line 657, app/assets/stylesheets/layout.scss */
.blankslate img {
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 40em) {
  /* line 661, app/assets/stylesheets/layout.scss */
  .blankslate.spacious {
    padding: 1rem 0;
  }
}

/* line 669, app/assets/stylesheets/layout.scss */
.override-blankslate-img img {
  width: 100% !important;
  height: 100% !important;
}

/* line 675, app/assets/stylesheets/layout.scss */
.group-assignment-avatar-grid {
  width: 56px;
  height: 56px;
}

/* line 680, app/assets/stylesheets/layout.scss */
.group-assignment-avatar {
  width: 25px !important;
  height: 25px !important;
  border-radius: 3px;
}

/* line 686, app/assets/stylesheets/layout.scss */
.more-team-members {
  background-color: #f6f8fa;
  border-color: #e1e4e8;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  font-size: 9px;
}

/* line 693, app/assets/stylesheets/layout.scss */
.more-team-members a {
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
}

/* line 703, app/assets/stylesheets/layout.scss */
.page-header {
  margin: 100px 0px;
}

/* line 708, app/assets/stylesheets/layout.scss */
.landing-page .page-heading {
  line-height: 58px !important;
  font-size: 48px !important;
  font-weight: 500 !important;
}

/* line 714, app/assets/stylesheets/layout.scss */
.landing-page .page-subheading {
  font-size: 16px !important;
}

/* line 718, app/assets/stylesheets/layout.scss */
.landing-page .section-heading {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 500 !important;
}

/* line 724, app/assets/stylesheets/layout.scss */
.landing-page .blue-btn {
  color: white;
  background-color: #2188ff;
  padding: 16px 18px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 734, app/assets/stylesheets/layout.scss */
.landing-page .blue-btn:hover {
  background-color: #0366d6;
}

/* line 739, app/assets/stylesheets/layout.scss */
.landing-page .white-btn {
  color: #2188ff;
  background-color: #fafbfc;
  padding: 16px 18px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid thin #79b8ff;
}

/* line 750, app/assets/stylesheets/layout.scss */
.landing-page .white-btn:hover {
  background-color: #0366d6;
  color: #fafbfc;
}

/* line 757, app/assets/stylesheets/layout.scss */
.landing-page .autograding-image-container img {
  max-width: 600px;
  height: auto;
  margin-right: -150px;
}

@media screen and (max-width: 1012px) {
  /* line 757, app/assets/stylesheets/layout.scss */
  .landing-page .autograding-image-container img {
    max-width: 100%;
    margin-right: 0;
  }
}

/* line 770, app/assets/stylesheets/layout.scss */
.landing-page .feedback-image-container img {
  max-width: 650px;
  height: auto;
  margin-left: -100px;
}

@media screen and (max-width: 1012px) {
  /* line 770, app/assets/stylesheets/layout.scss */
  .landing-page .feedback-image-container img {
    max-width: 100%;
    margin-left: 0;
  }
}

/* line 783, app/assets/stylesheets/layout.scss */
.landing-page .insight-image-container img {
  max-width: 650px;
  height: auto;
  margin-right: -130px;
}

@media screen and (max-width: 1012px) {
  /* line 783, app/assets/stylesheets/layout.scss */
  .landing-page .insight-image-container img {
    max-width: 100%;
    margin-right: 0;
  }
}

/* line 795, app/assets/stylesheets/layout.scss */
.signin-section {
  padding: 6.154em 20px 4.103em;
  margin-bottom: 1.5em;
  color: #fff;
  background-color: #5fb27b;
}

/* line 801, app/assets/stylesheets/layout.scss */
.signin-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 807, app/assets/stylesheets/layout.scss */
.signin-section .heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: normal;
}

@media screen and (max-width: 40em) {
  /* line 807, app/assets/stylesheets/layout.scss */
  .signin-section .heading {
    font-size: 8vw;
  }
}

/* line 818, app/assets/stylesheets/layout.scss */
.signin-section .subheading {
  margin-top: 0.5em;
  font-size: 21px;
}

@media screen and (max-width: 32em) {
  /* line 818, app/assets/stylesheets/layout.scss */
  .signin-section .subheading {
    margin-bottom: 2em;
    font-size: 4vw;
  }
}

/* line 828, app/assets/stylesheets/layout.scss */
.signin-section a {
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 834, app/assets/stylesheets/layout.scss */
.signin-section a.open-video {
  padding: 7.5px 15px;
  margin-bottom: 35px;
  font-size: 0.9rem;
  color: #5fb27b;
  cursor: pointer;
  background-color: #f4f5f5;
  border-radius: 50px;
}

/* line 843, app/assets/stylesheets/layout.scss */
.signin-section a.open-video img {
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

/* line 849, app/assets/stylesheets/layout.scss */
.signin-section a.open-video:hover {
  color: #5fb27b;
  background-color: #e7e9e9;
}

/* line 854, app/assets/stylesheets/layout.scss */
.signin-section a.open-video:active, .signin-section a.open-video.selected {
  background-color: #d3d0d0;
}

/* line 859, app/assets/stylesheets/layout.scss */
.signin-section a.open-video.selected:hover {
  background-color: #c6c3c3;
}

@media screen and (max-width: 40em) {
  /* line 834, app/assets/stylesheets/layout.scss */
  .signin-section a.open-video {
    margin-bottom: 20px;
  }
}

/* line 869, app/assets/stylesheets/layout.scss */
.signin-section .octicon {
  font-size: 38px;
}

/* line 873, app/assets/stylesheets/layout.scss */
.signin-section ul {
  margin-bottom: 15px;
  list-style-type: none;
}

/* line 877, app/assets/stylesheets/layout.scss */
.signin-section ul li {
  display: inline-block;
  margin-left: 2rem;
  opacity: 0.4;
}

@media screen and (max-width: 40em) {
  /* line 877, app/assets/stylesheets/layout.scss */
  .signin-section ul li {
    display: none;
  }
}

/* line 890, app/assets/stylesheets/layout.scss */
.information-section h2 {
  font-size: 21px;
  font-weight: normal;
}

/* line 895, app/assets/stylesheets/layout.scss */
.information-section p {
  padding-right: 0.5rem;
  font-size: 16px;
}

/* line 900, app/assets/stylesheets/layout.scss */
.information-section .octicon {
  margin-right: 5px;
  font-size: 21px;
}

/* line 905, app/assets/stylesheets/layout.scss */
.information-section .column {
  padding: 0 20px;
}

/* line 911, app/assets/stylesheets/layout.scss */
.more-features .full-length {
  padding-bottom: 49px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

/* line 919, app/assets/stylesheets/layout.scss */
.what-teachers-say-section {
  background-color: #032f62;
  color: white;
}

/* line 923, app/assets/stylesheets/layout.scss */
.what-teachers-say-section .quotes {
  position: relative;
  background-color: white;
  color: #24292e;
  z-index: 1;
}

/* line 930, app/assets/stylesheets/layout.scss */
.what-teachers-say-section .dots {
  position: relative;
  top: -284px;
  left: 643px;
  margin-bottom: -284px;
}

@media screen and (max-width: 1000px) {
  /* line 930, app/assets/stylesheets/layout.scss */
  .what-teachers-say-section .dots {
    display: none;
  }
}

/* line 943, app/assets/stylesheets/layout.scss */
.get-first-classroom img {
  max-width: 815px;
  height: auto;
  margin-right: -150px;
}

@media screen and (max-width: 1280px) {
  /* line 943, app/assets/stylesheets/layout.scss */
  .get-first-classroom img {
    max-width: 100%;
    margin-right: 0;
  }
}

/* line 955, app/assets/stylesheets/layout.scss */
.organization-select-target {
  float: left;
  padding: 10px;
  margin: 0 10px 20px;
  font-weight: bold;
  text-align: center;
  background-color: #f2f2f2;
  background-image: none;
  border: 0;
  border-radius: 3px;
}

/* line 966, app/assets/stylesheets/layout.scss */
.organization-select-target:hover, .organization-select-target:active, .organization-select-target.selected {
  color: #fff;
  background-color: #0366d6;
  background-image: none;
  border-color: #0366d6;
}

/* line 975, app/assets/stylesheets/layout.scss */
.organization-select-target.disabled {
  color: #999;
  cursor: not-allowed;
}

/* line 979, app/assets/stylesheets/layout.scss */
.organization-select-target.disabled .organization-select-avatar {
  opacity: 0.3;
}

/* line 984, app/assets/stylesheets/layout.scss */
.organization-select-target .css-truncate-target {
  max-width: 90px;
}

/* line 989, app/assets/stylesheets/layout.scss */
.organization-select-avatar {
  display: block;
  margin-bottom: 9px;
}

/* line 994, app/assets/stylesheets/layout.scss */
.organization-grant-access-avatar {
  display: table;
  width: 127px;
  height: 147px;
}

/* line 1000, app/assets/stylesheets/layout.scss */
.organization-grant-access-text {
  display: table-cell;
  vertical-align: middle;
}

/* line 1005, app/assets/stylesheets/layout.scss */
.search-results {
  margin-top: 2em;
}

/* line 1009, app/assets/stylesheets/layout.scss */
.classroom-resources {
  margin-bottom: 4em;
  border-top: solid 1px #e3e3e3;
}

/* line 1013, app/assets/stylesheets/layout.scss */
.classroom-resources .classroom-resource-item:not(:last-child) {
  padding-bottom: 1em;
}

/* line 1018, app/assets/stylesheets/layout.scss */
.classroom-resource-item {
  margin-top: 1rem;
  font-size: 14px;
}

/* line 1023, app/assets/stylesheets/layout.scss */
.classroom-resource-item.disabled a {
  color: #6a737d;
}

/* line 1027, app/assets/stylesheets/layout.scss */
.classroom-resource-item.disabled .avatar {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 1032, app/assets/stylesheets/layout.scss */
.classroom-resource-item .avatar {
  margin-right: 10px;
}

/* line 1036, app/assets/stylesheets/layout.scss */
.classroom-resource-item .octicon-search {
  opacity: 0.3;
}

/* line 1040, app/assets/stylesheets/layout.scss */
.classroom-resource-item .css-truncate-target {
  max-width: 45rem;
}

/* line 1044, app/assets/stylesheets/layout.scss */
.classroom-resource-item .search-result-title {
  display: block;
  padding-top: 4px;
  color: #24292e;
}

/* line 1049, app/assets/stylesheets/layout.scss */
.classroom-resource-item .search-result-title:hover {
  color: #0366d6;
}

/* line 1056, app/assets/stylesheets/layout.scss */
.team-grid .team-left {
  float: left;
  padding-right: 5px;
}

/* line 1061, app/assets/stylesheets/layout.scss */
.team-grid .team-right {
  float: left;
  padding-left: 5px;
}

/* line 1066, app/assets/stylesheets/layout.scss */
.team-grid .team {
  padding-right: 10px;
}

/* line 1071, app/assets/stylesheets/layout.scss */
.team-description {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  color: #777;
}

/* line 1079, app/assets/stylesheets/layout.scss */
.team-members {
  padding: 5px 0 0;
}

/* line 1082, app/assets/stylesheets/layout.scss */
.team-members .team-member:not(:first-child) {
  margin-top: 10px;
}

/* line 1088, app/assets/stylesheets/layout.scss */
.admin-list-item:not(:first-of-type) {
  padding-top: 4px;
}

/* line 1093, app/assets/stylesheets/layout.scss */
.member-list {
  min-height: 35px;
}

/* line 1096, app/assets/stylesheets/layout.scss */
.member-list .member {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
}

/* line 1102, app/assets/stylesheets/layout.scss */
.member-list .member .avatar {
  vertical-align: baseline;
}

/* line 1107, app/assets/stylesheets/layout.scss */
.member-list .no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 1112, app/assets/stylesheets/layout.scss */
.member-list .student-avatar {
  float: left;
  margin-right: 10px;
}

/* line 1118, app/assets/stylesheets/layout.scss */
.student-information {
  margin-left: 50px;
}

/* line 1122, app/assets/stylesheets/layout.scss */
.student-login {
  display: block;
  padding-top: 4px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #24292e;
}

/* line 1131, app/assets/stylesheets/layout.scss */
.student-login:hover {
  color: #0366d6;
}

/* line 1136, app/assets/stylesheets/layout.scss */
.student-description {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
}

/* line 1143, app/assets/stylesheets/layout.scss */
.student-handle {
  float: left;
  width: 24px;
  height: 40px;
}

/* line 1148, app/assets/stylesheets/layout.scss */
.student-handle svg {
  height: 40px;
}

/* line 1153, app/assets/stylesheets/layout.scss */
.label {
  display: inline-block;
  padding: 3px 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  background-color: #eee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
}

/* line 1165, app/assets/stylesheets/layout.scss */
.flash.flash-error p:first-of-type {
  margin-top: 0;
}

/* line 1169, app/assets/stylesheets/layout.scss */
.repo-detail-item {
  margin: 0;
  margin-right: 30px;
  text-decoration: none;
}

/* line 1174, app/assets/stylesheets/layout.scss */
.repo-detail-item:not(:hover) {
  color: #586069;
}

/* line 1179, app/assets/stylesheets/layout.scss */
.bg-blue-100 {
  background-color: #dbedff;
}

/* line 1183, app/assets/stylesheets/layout.scss */
.bg-blue-empty {
  display: inline-block;
  height: 1.5em;
  width: 5em;
  vertical-align: bottom;
}

/* line 1190, app/assets/stylesheets/layout.scss */
.assignment-properties {
  color: #586069;
}

/* line 1192, app/assets/stylesheets/layout.scss */
.assignment-properties a {
  color: #586069;
}

/* line 1194, app/assets/stylesheets/layout.scss */
.assignment-properties a:hover {
  color: #0366d6;
}

/* line 1199, app/assets/stylesheets/layout.scss */
.assignment-properties ul {
  list-style: none;
  text-align: left;
}

/* line 1204, app/assets/stylesheets/layout.scss */
.assignment-properties li {
  color: #586069;
}

/* line 1209, app/assets/stylesheets/layout.scss */
.form.short-field {
  width: 500px;
}

/* line 1213, app/assets/stylesheets/layout.scss */
.tabnav-body .assignment-list-items {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 1218, app/assets/stylesheets/layout.scss */
.tabnav-link {
  cursor: pointer;
}

/* line 1222, app/assets/stylesheets/layout.scss */
.hidden-tab {
  display: none;
}

/* line 1226, app/assets/stylesheets/layout.scss */
.right-button {
  margin-left: auto;
}

/* line 1230, app/assets/stylesheets/layout.scss */
.fixed-height-row {
  height: 56px;
}

/* line 1234, app/assets/stylesheets/layout.scss */
.remodal-user {
  padding-left: 0;
  margin-bottom: 8px;
  color: #0366d6;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

/* line 1242, app/assets/stylesheets/layout.scss */
.remodal-user:focus {
  outline: none;
}

/* line 1246, app/assets/stylesheets/layout.scss */
.remodal-user:last-child {
  margin-bottom: 0;
}

/* line 1251, app/assets/stylesheets/layout.scss */
.remodal-user-list {
  max-height: 200px;
  overflow: scroll;
}

/* line 1256, app/assets/stylesheets/layout.scss */
.remodal-button {
  margin-bottom: 16px;
}

/* line 1260, app/assets/stylesheets/layout.scss */
.assignment-container {
  padding-top: 2rem;
}

/* line 1264, app/assets/stylesheets/layout.scss */
div.site-content-body.tabnav-body.join-box {
  padding-right: 0;
  padding-bottom: 1rem;
}

/* line 1269, app/assets/stylesheets/layout.scss */
.remove-roster-entry-button {
  margin-left: 10px;
  fill: #333;
  opacity: 0.25;
}

/* line 1274, app/assets/stylesheets/layout.scss */
.remove-roster-entry-button:hover {
  opacity: 1;
}

/* line 1279, app/assets/stylesheets/layout.scss */
.clickable {
  cursor: pointer;
}

/* line 1283, app/assets/stylesheets/layout.scss */
.form-checkbox:last-of-type {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/porter-survey.scss */
.porter-survey {
  position: fixed;
  right: 0px;
  width: 400px;
  z-index: 1;
  bottom: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/help.scss */
  .help h1 {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/help.scss */
  .help .markdown-body h2 {
    font-size: 32px;
    font-weight: 500;
    border-bottom: none;
    padding-right: 3em;
  }
}

/* line 16, app/assets/stylesheets/help.scss */
.help .markdown-body h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 3em;
}

@media (min-width: 768px) {
  /* line 16, app/assets/stylesheets/help.scss */
  .help .markdown-body h3 {
    padding-right: 3em;
  }
}

/* line 24, app/assets/stylesheets/help.scss */
.help .markdown-body h4 {
  margin-top: 1em;
  display: inline-block;
}

/* line 28, app/assets/stylesheets/help.scss */
.help .markdown-body img {
  margin: 2em auto;
  border: 1px solid #d1d5da;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/help.scss */
  .help .markdown-body img {
    max-width: calc(100% - 4em);
  }
}

/* line 35, app/assets/stylesheets/help.scss */
.help .markdown-body .warning {
  font-weight: normal;
  padding: 1em 2em;
  border: 1px solid #f9c513;
}

/* line 1, app/assets/stylesheets/stafftools.scss */
.stafftools {
  background: #fff;
}

/* line 4, app/assets/stylesheets/stafftools.scss */
.stafftools .boxed-group > h3 {
  background-image: linear-gradient(-45deg, rgba(192, 192, 192, 0.1) 25%, transparent 25%, transparent 50%, rgba(192, 192, 192, 0.1) 50%, rgba(192, 192, 192, 0.1) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
}

/* line 18, app/assets/stylesheets/stafftools.scss */
.stafftools table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 24, app/assets/stylesheets/stafftools.scss */
.stafftools table th,
.stafftools table td {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 31, app/assets/stylesheets/stafftools.scss */
.stafftools-border {
  width: 100%;
  height: 5px;
  background-image: url(/assets/admin-yellowhatch-02184b71b990ccf58ce8a27f8f1b49a3d8d9d75e8a0502a206df9eb78f0d4997.png);
}

/* line 37, app/assets/stylesheets/stafftools.scss */
.stafftools-page-header {
  margin-bottom: 30px;
}

/* line 41, app/assets/stylesheets/stafftools.scss */
.stafftools-heading {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/stafftools.scss */
.stafftools-small-button {
  float: right;
  padding: 3px 6px;
}

/* line 52, app/assets/stylesheets/stafftools.scss */
.boxed-group-list > li.stafftools-button-li {
  overflow: hidden;
  line-height: 27px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, node_modules/remodal/dist/remodal.css */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, node_modules/remodal/dist/remodal.css */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, node_modules/remodal/dist/remodal.css */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 45, node_modules/remodal/dist/remodal.css */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 61, node_modules/remodal/dist/remodal.css */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, node_modules/remodal/dist/remodal.css */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, node_modules/remodal/dist/remodal.css */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* line 90, node_modules/remodal/dist/remodal.css */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)";
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans","Book Antiqua",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0);
}

/* line 1, vendor/cache/jquery-datetimepicker-rails-535e81708a45/lib/assets/stylesheets/jquery.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0);
}
