@charset "UTF-8";
/* line 1, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: white;
  color: black;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  z-index: 11110 !important;
}

/* line 16, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view .atwho-header {
  padding: 5px;
  margin: 5px;
  cursor: pointer;
  border-bottom: solid 1px #eaeff1;
  color: #6f8092;
  font-size: 11px;
  font-weight: bold;
}

/* line 26, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view .atwho-header .small {
  color: #6f8092;
  float: right;
  padding-top: 2px;
  margin-right: -5px;
  font-size: 12px;
  font-weight: normal;
}

/* line 35, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view .atwho-header:hover {
  cursor: default;
}

/* line 39, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view .cur {
  background: #3366FF;
  color: white;
}

/* line 43, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view .cur small {
  color: white;
}

/* line 46, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view strong {
  color: #3366FF;
}

/* line 49, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view .cur strong {
  color: white;
  font: bold;
}

/* line 53, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view ul {
  /* width: 100px; */
  list-style: none;
  padding: 0;
  margin: auto;
  max-height: 200px;
  overflow-y: auto;
}

/* line 61, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
  /* border-top: 1px solid #C8C8C8; */
}

/* line 68, node_modules/@gitlab/at.js/dist/css/jquery.atwho.css */
.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
/* line 5, node_modules/dropzone/dist/basic.css */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 8, node_modules/dropzone/dist/basic.css */
.dropzone {
  position: relative;
}

/* line 10, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

/* line 15, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

/* line 19, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

/* line 24, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

/* line 27, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 29, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 31, node_modules/dropzone/dist/basic.css */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

/*
 * Layout
 */
/**
  🚨 Do not use this spacing scale — it is deprecated and being removed. 🚨
  See https://gitlab.com/gitlab-org/gitlab/issues/36857 for more details.

  Instead, if you need a spacing class, add it to app/assets/stylesheets/framework/common.scss,
  using the following values.

    $gl-spacing-scale-0: 0;
    $gl-spacing-scale-1: 2px;
    $gl-spacing-scale-2: 4px;
    $gl-spacing-scale-3: 8px;
    $gl-spacing-scale-4: 12px;
    $gl-spacing-scale-5: 16px;
    $gl-spacing-scale-6: 24px;
    $gl-spacing-scale-7: 32px;
    $gl-spacing-scale-8: 40px;
    $gl-spacing-scale-9: 48px;
    $gl-spacing-scale-10: 56px;
    $gl-spacing-scale-11: 64px;
    $gl-spacing-scale-12: 80px;
    $gl-spacing-scale-13: 96px;

  E.g., a padding top of 96px can be added using:
  .gl-shim-pt-13 {
    padding-top: 96px;
  }

  Please use -shim- so it can be differentiated from the old scale classes.

  These will be replaced when the Gitlab UI utilities are included.
**/
/* Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1709 */
/* End gitlab-ui#1709 */
/*
 * Why another sizing scale???
 * Great question, friend!
 * This size scale is a "backport" of the equivalent set of "named" sizes
 * (e.g. `xl` versus `70`) that came from the following design document as of 2019-10-23:
 *
 * https://gitlab-org.gitlab.io/gitlab-design/hosted/design-gitlab-specs/forms-spec-previews/
 *
 * (See `input-` items at the bottom)
 *
 * The presumption here is that these sizes will be standardized in GitLab UI and thus will be
 * broadly useful here in the GitLab product when not using the GitLab UI components.
 */
/*
 * UI elements
 */
/*
 * Text
 */
/*
 * Lists
 */
/*
 * Code
 */
/*
 * Tooltips
 */
/*
 * Padding
 */
/*
 * Misc
 */
/*
* Common component specific colors
*/
/* tanuki logo colors */
/*
 * State colors:
 */
/*
 * Commit Diff Colors
 */
/*
 * The transparent colors are used in Monaco editor. Using full opacity colors
 * would hide other layers (selected text, matching brackets).
 *
 * When the transparent colors get layered on white background, they create their
 * full opacity counterparts:
 *
 *  - white + $line-added-transparent = $line-added
 *  - white + $line-added-transparent + $line-added-dark-transparent = $line-added-dark
 *
 * More details: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41553
 */
/*
 * Fonts
 */
/*
* Dropdowns
*/
/*
* Filtered Search
*/
/*
* Contextual Sidebar
*/
/*
* Buttons
*/
/*
* Badges
*/
/*
* Pagination
*/
/*
 *  Status icons
 */
/*
* Social Icons
*/
/*
 *  Award emoji
 */
/*
 * Search Box
 */
/*
 *  Notes
 */
/*
* Calendar
*/
/*
* CI
*/
/*
* Boards
*/
/*
 The following heights are used in environment_logs.scss and are used for calculation of the log viewer height.
*/
/*
* Avatar
*/
/*
* Blame
*/
/*
* Builds
*/
/*
 * Calendar
 */
/*
* Commit Page
*/
/*
* Files
*/
/*
* Forms
*/
/*
* Help
*/
/*
* Label
*/
/*
* Animation
*/
/*
* Login
*/
/*
Stat Graph
*/
/*
* Typography
*/
/*
* UI Dev Kit
*/
/*
Pipeline Graph
*/
/*
CI variable lists
*/
/*
GitLab Plans
*/
/*
Cross-project Pipelines
 */
/*
Performance Bar
*/
/*
Issuable warning
*/
/*
Image Commenting cursor
*/
/*
Security & Compliance Carousel
*/
/*
Popup
*/
/*
Multi file editor
*/
/*
Modals
*/
/*
Popovers
*/
/*
Issue Analytics
*/
/*
Merge requests
*/
/*
Compare Branches
*/
/**
 Bootstrap 4.2.0 introduced new icons for validating forms.
 Our design system does not use those, so we are disabling them for now:
 - Docs: https://getbootstrap.com/docs/4.3/components/forms/#server-side
 - Issue: https://gitlab.com/gitlab-org/design.gitlab.com/issues/242
 */
/*
 * This file is only for overriding Bootstrap 4 variables.
 * Please add any new variables to variables.scss
 */
/**
 * Prefilled mixins
 * Mixins with fixed values
 */
@keyframes blinking-dot {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Mixin for fixed width container
 */
/*
 * Base mixin for lists in GitLab
 */
/* http://phrappe.com/css/conditional-css-for-webkit-based-browsers/ */
/*
 * Mixin for status badges, as used for pipelines and commit signatures
 */
/*
 * Mixin that fixes wrapping issues with long strings (e.g. URLs)
 *
 * Note: the width needs to be set for it to work in Firefox
 */
/*
* Mixin that handles the container for the job logs (CI/CD and kubernetes pod logs)
*/
/*
* Mixin that handles the position of the controls placed on the top bar
*/
/*
* Mixin that handles the size and right margin of avatars.
*/
/*
* SASS preserves units in arithmetic operations. For example:
* 12em * 0 = 0em. This function return the unit of a numeric value.
*
* For more examples, see: https://codepen.io/paulgv/pen/XWrqMgQ
*/
/*
Neutral palette mapping

Old variables are mapped to new variables by approximating the closest variable, erring on the side of shifting darker (with the exception of old 400). There is currently nothing mapped to 600 and 800, which makes them a good use case for subtle nuance in the UI.


Before        After (reflected below)
-------------------------------------
50            10
100           50
200           100
300           200
400           200
500           300
600           400
700           500*
800           700
900           900
950           950

* Passes 4.5:1 contrast ratio on $gray-10
*/
/* line 2, node_modules/bootstrap/scss/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6d49cb;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #626168;
  --gray-dark: #434248;
  --primary: #007bff;
  --secondary: #ececef;
  --success: #108548;
  --info: #1f75cb;
  --warning: #ab6100;
  --danger: #dd2b0e;
  --light: #dcdcde;
  --dark: #434248;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, node_modules/bootstrap/scss/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */
body {
  margin: 0;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333238;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, node_modules/bootstrap/scss/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 123, node_modules/bootstrap/scss/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, node_modules/bootstrap/scss/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, node_modules/bootstrap/scss/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, node_modules/bootstrap/scss/_reboot.scss */
dt {
  font-weight: 600;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, node_modules/bootstrap/scss/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */
a {
  color: #1f75cb;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:hover {
  color: #1f75cb;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, node_modules/bootstrap/scss/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #626168;
  text-align: left;
  caption-side: bottom;
}

/* line 285, node_modules/bootstrap/scss/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, node_modules/bootstrap/scss/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */
button {
  border-radius: 0;
}

/* line 314, node_modules/bootstrap/scss/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 319, node_modules/bootstrap/scss/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, node_modules/bootstrap/scss/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, node_modules/bootstrap/scss/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, node_modules/bootstrap/scss/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, node_modules/bootstrap/scss/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, node_modules/bootstrap/scss/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, node_modules/bootstrap/scss/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, node_modules/bootstrap/scss/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, node_modules/bootstrap/scss/_reboot.scss */
template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333238;
}

/* line 16, node_modules/bootstrap/scss/_type.scss */
h1, .h1 {
  font-size: 2.1875rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */
h3, .h3 {
  font-size: 1.53125rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */
h4, .h4 {
  font-size: 1.3125rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */
h5, .h5 {
  font-size: 1.09375rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */
hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, node_modules/bootstrap/scss/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */
.blockquote {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #626168;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #a4a3a8;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */
.figure-img {
  margin-bottom: 0.25rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #626168;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */
code {
  font-size: 90%;
  color: #1f1e24;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */
a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333238;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */
pre {
  display: block;
  font-size: 90%;
  color: #333238;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 53, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 71, node_modules/bootstrap/scss/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 0.5rem;
  color: #333238;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dcdcde;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dcdcde;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dcdcde;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */
.table-bordered {
  border: 1px solid #dcdcde;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dcdcde;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ececef;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #333238;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fafafb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f5f5f7;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #ececf0;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ececf0;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcddcc;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #83c0a0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #abd4bf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abd4bf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c0d8f0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8bb7e4;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abcbeb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abcbeb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #e7d3b8;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #d3ad7a;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #e1c7a5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #e1c7a5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c4bc;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed9182;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f2b0a6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f2b0a6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #f5f5f6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #ededee;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #e8e8ea;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e8e8ea;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cacacc;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9d9da0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #bdbdbf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bdbdbf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #434248;
  border-color: #56545c;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */
.table .thead-light th {
  color: #535158;
  background-color: #bfbfc3;
  border-color: #dcdcde;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #434248;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #56545c;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, node_modules/bootstrap/scss/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333238;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #89888d;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 34, node_modules/bootstrap/scss/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333238;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.form-control:focus {
  color: #333238;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 43, node_modules/bootstrap/scss/_forms.scss */
.form-control::placeholder {
  color: #626168;
  opacity: 1;
}

/* line 54, node_modules/bootstrap/scss/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #fbfafd;
  opacity: 1;
}

/* line 66, node_modules/bootstrap/scss/_forms.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
          appearance: none;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */
select.form-control:focus::-ms-value {
  color: #333238;
  background-color: #fff;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, node_modules/bootstrap/scss/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333238;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #626168;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #108548;
}

/* line 52, node_modules/bootstrap/scss/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: #108548;
  border-radius: 0.25rem;
}

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #108548;
}

/* line 86, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #108548;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #108548;
}

/* line 112, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #108548;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #108548;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 133, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #108548;
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #108548;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #15b361;
  background-color: #15b361;
}

/* line 149, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #108548;
}

/* line 163, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #108548;
}

/* line 168, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #108548;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 44, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dd2b0e;
}

/* line 52, node_modules/bootstrap/scss/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: #dd2b0e;
  border-radius: 0.25rem;
}

/* line 69, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dd2b0e;
}

/* line 86, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dd2b0e;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dd2b0e;
}

/* line 112, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dd2b0e;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 121, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dd2b0e;
}

/* line 125, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 133, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dd2b0e;
}

/* line 136, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dd2b0e;
}

/* line 142, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f2482c;
  background-color: #f2482c;
}

/* line 149, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dd2b0e;
}

/* line 163, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dd2b0e;
}

/* line 168, node_modules/bootstrap/scss/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dd2b0e;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, node_modules/bootstrap/scss/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 324, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, node_modules/bootstrap/scss/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333238;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 20px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn:hover {
  color: #333238;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-secondary {
  color: #333238;
  background-color: #ececef;
  border-color: #ececef;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-secondary:hover {
  color: #333238;
  background-color: #d7d7de;
  border-color: #d0d0d8;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #333238;
  background-color: #d7d7de;
  border-color: #d0d0d8;
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 212, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #333238;
  background-color: #ececef;
  border-color: #ececef;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #333238;
  background-color: #d0d0d8;
  border-color: #c9c9d2;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 208, 212, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #108548;
  border-color: #108548;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #0c6336;
  border-color: #0b572f;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0c6336;
  border-color: #0b572f;
  box-shadow: 0 0 0 0.2rem rgba(52, 151, 99, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #108548;
  border-color: #108548;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0b572f;
  border-color: #094c29;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 151, 99, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #1a62aa;
  border-color: #185c9f;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1a62aa;
  border-color: #185c9f;
  box-shadow: 0 0 0 0.2rem rgba(65, 138, 211, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #185c9f;
  border-color: #175594;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 138, 211, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #854b00;
  border-color: #784400;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #854b00;
  border-color: #784400;
  box-shadow: 0 0 0 0.2rem rgba(184, 121, 38, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #784400;
  border-color: #6b3d00;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 121, 38, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #b9240c;
  border-color: #ad220b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b9240c;
  border-color: #ad220b;
  box-shadow: 0 0 0 0.2rem rgba(226, 75, 50, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ad220b;
  border-color: #a11f0a;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 75, 50, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-light {
  color: #333238;
  background-color: #dcdcde;
  border-color: #dcdcde;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-light:hover {
  color: #333238;
  background-color: #c8c8cb;
  border-color: #c2c2c5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #333238;
  background-color: #c8c8cb;
  border-color: #c2c2c5;
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 197, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #333238;
  background-color: #dcdcde;
  border-color: #dcdcde;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #333238;
  background-color: #c2c2c5;
  border-color: #bbbbbf;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(195, 195, 197, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #434248;
  border-color: #434248;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #303034;
  border-color: #2a2a2d;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #303034;
  border-color: #2a2a2d;
  box-shadow: 0 0 0 0.2rem rgba(95, 94, 99, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #434248;
  border-color: #434248;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2d;
  border-color: #242427;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 94, 99, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-secondary {
  color: #ececef;
  border-color: #ececef;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #333238;
  background-color: #ececef;
  border-color: #ececef;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 239, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ececef;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #333238;
  background-color: #ececef;
  border-color: #ececef;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 239, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-success {
  color: #108548;
  border-color: #108548;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #108548;
  border-color: #108548;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #108548;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #108548;
  border-color: #108548;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-info {
  color: #1f75cb;
  border-color: #1f75cb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 117, 203, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1f75cb;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 117, 203, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-warning {
  color: #ab6100;
  border-color: #ab6100;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 97, 0, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ab6100;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 97, 0, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-danger {
  color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dd2b0e;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-light {
  color: #dcdcde;
  border-color: #dcdcde;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #333238;
  background-color: #dcdcde;
  border-color: #dcdcde;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 222, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dcdcde;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #333238;
  background-color: #dcdcde;
  border-color: #dcdcde;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 222, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */
.btn-outline-dark {
  color: #434248;
  border-color: #434248;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #434248;
  border-color: #434248;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 66, 72, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #434248;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #434248;
  border-color: #434248;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 66, 72, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #1f75cb;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-link:hover {
  color: #1f75cb;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #626168;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333238;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid #dcdcde;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  clear: both;
  font-weight: 400;
  color: #333238;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #27262b;
  text-decoration: none;
  background-color: #dcdcde;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #626168;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 12px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #626168;
  white-space: nowrap;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 8px 12px;
  color: #333238;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 46, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 55, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 68, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 75, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 79, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 84, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 93, node_modules/bootstrap/scss/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 101, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333238;
  text-align: center;
  white-space: nowrap;
  background-color: #fbfafd;
  border: 1px solid #89888d;
  border-radius: 0.25rem;
}

/* line 117, node_modules/bootstrap/scss/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 129, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 134, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 151, node_modules/bootstrap/scss/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 163, node_modules/bootstrap/scss/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 176, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 185, node_modules/bootstrap/scss/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 19, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #626168;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #fbfafd;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #737278 solid 1px;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #737278;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333238;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23434248' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #89888d;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #333238;
  background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:disabled {
  color: #626168;
  background-color: #bfbfc3;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333238;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 34px;
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34px;
  margin: 0;
  opacity: 0;
}

/* line 320, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 326, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #fbfafd;
}

/* line 332, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 337, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 342, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 34px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333238;
  background-color: #fff;
  border: 1px solid #89888d;
  border-radius: 0.25rem;
}

/* line 359, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #333238;
  content: "Browse";
  background-color: #fbfafd;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 383, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}

/* line 390, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 395, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 396, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 400, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 404, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 404, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 415, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 420, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #a4a3a8;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 431, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 431, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 441, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 446, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #a4a3a8;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 457, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 457, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 470, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 475, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 486, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #a4a3a8;
  border-radius: 1rem;
}

/* line 491, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #a4a3a8;
  border-radius: 1rem;
}

/* line 498, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #737278;
}

/* line 502, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 506, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #737278;
}

/* line 510, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 514, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #737278;
}

/* line 520, node_modules/bootstrap/scss/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 520, node_modules/bootstrap/scss/_custom-forms.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */
.nav-link.disabled {
  color: #626168;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #a4a3a8;
}

/* line 38, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 42, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #bfbfc3 #bfbfc3 #a4a3a8;
}

/* line 50, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #626168;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #535158;
  background-color: #fff;
  border-color: #a4a3a8 #a4a3a8 #fff;
}

/* line 64, node_modules/bootstrap/scss/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 82, node_modules/bootstrap/scss/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 95, node_modules/bootstrap/scss/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 103, node_modules/bootstrap/scss/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 117, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 120, node_modules/bootstrap/scss/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0.5rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, node_modules/bootstrap/scss/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 152, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 150, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 173, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 176, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 180, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 187, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 202, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 209, node_modules/bootstrap/scss/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 150, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 152, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 173, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 176, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 187, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 202, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 209, node_modules/bootstrap/scss/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 224, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 233, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 240, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 245, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 253, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 258, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 262, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 264, node_modules/bootstrap/scss/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 276, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 285, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 292, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 297, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 305, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 310, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 314, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 316, node_modules/bootstrap/scss/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dcdcde;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, node_modules/bootstrap/scss/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, node_modules/bootstrap/scss/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, node_modules/bootstrap/scss/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fbfafd;
  border-bottom: 1px solid #dcdcde;
}

/* line 90, node_modules/bootstrap/scss/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fbfafd;
  border-top: 1px solid #dcdcde;
}

/* line 101, node_modules/bootstrap/scss/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, node_modules/bootstrap/scss/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, node_modules/bootstrap/scss/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, node_modules/bootstrap/scss/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, node_modules/bootstrap/scss/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, node_modules/bootstrap/scss/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, node_modules/bootstrap/scss/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, node_modules/bootstrap/scss/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, node_modules/bootstrap/scss/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, node_modules/bootstrap/scss/_card.scss */
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, node_modules/bootstrap/scss/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #bfbfc3;
  border-radius: 0.25rem;
}

/* line 12, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item {
  display: flex;
}

/* line 16, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 19, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #626168;
  content: "/";
}

/* line 33, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 37, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 41, node_modules/bootstrap/scss/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #626168;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 6px 16px;
  margin-left: -1px;
  line-height: 20px;
  color: #333238;
  background-color: #fff;
  border: 1px solid #a4a3a8;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #1f75cb;
  text-decoration: none;
  background-color: #bfbfc3;
  border-color: #a4a3a8;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */
.page-item.disabled .page-link {
  color: #cdcdcd;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #a4a3a8;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-secondary {
  color: #333238;
  background-color: #ececef;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #333238;
  background-color: #d0d0d8;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(236, 236, 239, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #108548;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #0b572f;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #1f75cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #185c9f;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 117, 203, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-warning {
  color: #fff;
  background-color: #ab6100;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #784400;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(171, 97, 0, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dd2b0e;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ad220b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-light {
  color: #333238;
  background-color: #dcdcde;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #333238;
  background-color: #c2c2c5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 220, 222, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #434248;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #2a2a2d;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 66, 72, 0.5);
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */
.alert-link {
  font-weight: 600;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-secondary {
  color: #7b7b7c;
  background-color: #fbfbfc;
  border-color: #fafafb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #ececf0;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #626262;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-success {
  color: #084525;
  background-color: #cfe7da;
  border-color: #bcddcc;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #abd4bf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-success .alert-link {
  color: #03170c;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-info {
  color: #103d6a;
  background-color: #d2e3f5;
  border-color: #c0d8f0;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abcbeb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-info .alert-link {
  color: #09243e;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-warning {
  color: #593200;
  background-color: #eedfcc;
  border-color: #e7d3b8;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #e1c7a5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #261500;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-danger {
  color: #731607;
  background-color: #f8d5cf;
  border-color: #f5c4bc;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f2b0a6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #430d04;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-light {
  color: #727273;
  background-color: #f8f8f8;
  border-color: #f5f5f6;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #e8e8ea;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-light .alert-link {
  color: #595959;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */
.alert-dark {
  color: #232225;
  background-color: #d9d9da;
  border-color: #cacacc;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #bdbdbf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #0a0a0a;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #bfbfc3;
  border-radius: 0.25rem;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, node_modules/bootstrap/scss/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #535158;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #535158;
  text-decoration: none;
  background-color: #dcdcde;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item-action:active {
  color: #333238;
  background-color: #bfbfc3;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #626168;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, node_modules/bootstrap/scss/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #7b7b7c;
  background-color: #fafafb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #7b7b7c;
  background-color: #ececf0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7b7b7c;
  border-color: #7b7b7c;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success {
  color: #084525;
  background-color: #bcddcc;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #084525;
  background-color: #abd4bf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #084525;
  border-color: #084525;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info {
  color: #103d6a;
  background-color: #c0d8f0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #103d6a;
  background-color: #abcbeb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #103d6a;
  border-color: #103d6a;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning {
  color: #593200;
  background-color: #e7d3b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #593200;
  background-color: #e1c7a5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #593200;
  border-color: #593200;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger {
  color: #731607;
  background-color: #f5c4bc;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #731607;
  background-color: #f2b0a6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #731607;
  border-color: #731607;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light {
  color: #727273;
  background-color: #f5f5f6;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #727273;
  background-color: #e8e8ea;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #727273;
  border-color: #727273;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark {
  color: #232225;
  background-color: #cacacc;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #232225;
  background-color: #bdbdbf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #232225;
  border-color: #232225;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */
.modal-backdrop.show {
  opacity: 0.64;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #bfbfc3;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.25rem;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #bfbfc3;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, node_modules/bootstrap/scss/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 207, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, node_modules/bootstrap/scss/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  /* line 228, node_modules/bootstrap/scss/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip.show {
  opacity: 1;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"], .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.5rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"], .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.5rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.5rem;
  height: 1rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"], .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.5rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"], .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"], .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.5rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.5rem;
  height: 1rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */
.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 300px;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dcdcde;
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.25rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top, .b-popover-dark.bs-popover-auto[x-placement^="top"], .b-popover-light.bs-popover-auto[x-placement^="top"], .b-popover-danger.bs-popover-auto[x-placement^="top"], .b-popover-warning.bs-popover-auto[x-placement^="top"], .b-popover-info.bs-popover-auto[x-placement^="top"], .b-popover-success.bs-popover-auto[x-placement^="top"], .b-popover-secondary.bs-popover-auto[x-placement^="top"], .b-popover-primary.bs-popover-auto[x-placement^="top"], .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.25rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.25rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.25rem 0.25rem 0;
  border-top-color: #dcdcde;
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.25rem 0.25rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right, .b-popover-dark.bs-popover-auto[x-placement^="right"], .b-popover-light.bs-popover-auto[x-placement^="right"], .b-popover-danger.bs-popover-auto[x-placement^="right"], .b-popover-warning.bs-popover-auto[x-placement^="right"], .b-popover-info.bs-popover-auto[x-placement^="right"], .b-popover-success.bs-popover-auto[x-placement^="right"], .b-popover-secondary.bs-popover-auto[x-placement^="right"], .b-popover-primary.bs-popover-auto[x-placement^="right"], .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.25rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.25rem - 1px);
  width: 0.25rem;
  height: 0.5rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.25rem 0.25rem 0.25rem 0;
  border-right-color: #dcdcde;
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.25rem 0.25rem 0.25rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom, .b-popover-dark.bs-popover-auto[x-placement^="bottom"], .b-popover-light.bs-popover-auto[x-placement^="bottom"], .b-popover-danger.bs-popover-auto[x-placement^="bottom"], .b-popover-warning.bs-popover-auto[x-placement^="bottom"], .b-popover-info.bs-popover-auto[x-placement^="bottom"], .b-popover-success.bs-popover-auto[x-placement^="bottom"], .b-popover-secondary.bs-popover-auto[x-placement^="bottom"], .b-popover-primary.bs-popover-auto[x-placement^="bottom"], .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.25rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.25rem - 1px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.25rem 0.25rem 0.25rem;
  border-bottom-color: #dcdcde;
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.25rem 0.25rem 0.25rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.5rem;
  margin-left: -0.25rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left, .b-popover-dark.bs-popover-auto[x-placement^="left"], .b-popover-light.bs-popover-auto[x-placement^="left"], .b-popover-danger.bs-popover-auto[x-placement^="left"], .b-popover-warning.bs-popover-auto[x-placement^="left"], .b-popover-info.bs-popover-auto[x-placement^="left"], .b-popover-success.bs-popover-auto[x-placement^="left"], .b-popover-secondary.bs-popover-auto[x-placement^="left"], .b-popover-primary.bs-popover-auto[x-placement^="left"], .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.25rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.25rem - 1px);
  width: 0.25rem;
  height: 0.5rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.25rem 0 0.25rem 0.25rem;
  border-left-color: #dcdcde;
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.25rem 0 0.25rem 0.25rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #333238;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333238;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 132, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 159, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 159, node_modules/bootstrap/scss/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 177, node_modules/bootstrap/scss/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, node_modules/bootstrap/scss/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #ececef !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d0d0d8 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-success {
  background-color: #108548 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0b572f !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-info {
  background-color: #1f75cb !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #185c9f !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ab6100 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #784400 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dd2b0e !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ad220b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-light {
  background-color: #dcdcde !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c2c2c5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */
.bg-dark {
  background-color: #434248 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #2a2a2d !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */
.border {
  border: 1px solid #dcdcde !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dcdcde !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dcdcde !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dcdcde !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dcdcde !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-secondary {
  border-color: #ececef !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-success {
  border-color: #108548 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-info {
  border-color: #1f75cb !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-warning {
  border-color: #ab6100 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-danger {
  border-color: #dd2b0e !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-light {
  border-color: #dcdcde !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-dark {
  border-color: #434248 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, node_modules/bootstrap/scss/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-5 {
  margin: 2rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-6 {
  margin: 2.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-7 {
  margin: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-8 {
  margin: 3.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-9 {
  margin: 4rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-5 {
  padding: 2rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-6 {
  padding: 2.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-7 {
  padding: 3rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-8 {
  padding: 3.5rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
.p-9 {
  padding: 4rem !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

/* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

/* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

/* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n5 {
  margin: -2rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -2rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -2rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -2rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n6 {
  margin: -2.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -2.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -2.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -2.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -2.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n7 {
  margin: -3rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -3rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -3rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -3rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n8 {
  margin: -3.5rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -3.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -3.5rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -3.5rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -3.5rem !important;
}

/* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-n9 {
  margin: -4rem !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-n9,
.my-n9 {
  margin-top: -4rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-n9,
.mx-n9 {
  margin-right: -4rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-n9,
.my-n9 {
  margin-bottom: -4rem !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-n9,
.mx-n9 {
  margin-left: -4rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-9 {
    margin: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-9,
.my-sm-9 {
    margin-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-9,
.mx-sm-9 {
    margin-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-9,
.mx-sm-9 {
    margin-left: 4rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-sm-9 {
    padding: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-sm-9,
.py-sm-9 {
    padding-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-sm-9,
.px-sm-9 {
    padding-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-sm-9,
.px-sm-9 {
    padding-left: 4rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -2rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -2rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -2rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -2rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -2.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -3.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-n9 {
    margin: -4rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -4rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -4rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -4rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-5 {
    margin: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-6 {
    margin: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-7 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-8 {
    margin: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-9 {
    margin: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-9,
.my-md-9 {
    margin-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-9,
.mx-md-9 {
    margin-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-9,
.my-md-9 {
    margin-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-9,
.mx-md-9 {
    margin-left: 4rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-5 {
    padding: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-6 {
    padding: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-7 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-8 {
    padding: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-md-9 {
    padding: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-md-9,
.py-md-9 {
    padding-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-md-9,
.px-md-9 {
    padding-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-md-9,
.py-md-9 {
    padding-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-md-9,
.px-md-9 {
    padding-left: 4rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -2rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -2rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -2rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -2rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -2.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -3.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-n9 {
    margin: -4rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-n9,
.my-md-n9 {
    margin-top: -4rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-n9,
.mx-md-n9 {
    margin-right: -4rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-n9,
.mx-md-n9 {
    margin-left: -4rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-9 {
    margin: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-9,
.my-lg-9 {
    margin-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-9,
.mx-lg-9 {
    margin-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-9,
.mx-lg-9 {
    margin-left: 4rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-lg-9 {
    padding: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-lg-9,
.py-lg-9 {
    padding-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-lg-9,
.px-lg-9 {
    padding-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-lg-9,
.px-lg-9 {
    padding-left: 4rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -2rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -2rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -2rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -2rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -2.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -3.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-n9 {
    margin: -4rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -4rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -4rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -4rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-9 {
    margin: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-9,
.my-xl-9 {
    margin-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-9,
.mx-xl-9 {
    margin-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-9,
.mx-xl-9 {
    margin-left: 4rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 2rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 2rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 2rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 2rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 2rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 2.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 2.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 2.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 3rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 3rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 3rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 3rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 3rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 3.5rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 3.5rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 3.5rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 3.5rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 3.5rem !important;
  }
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .p-xl-9 {
    padding: 4rem !important;
  }
  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pt-xl-9,
.py-xl-9 {
    padding-top: 4rem !important;
  }
  /* line 15, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pr-xl-9,
.px-xl-9 {
    padding-right: 4rem !important;
  }
  /* line 18, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 4rem !important;
  }
  /* line 21, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .pl-xl-9,
.px-xl-9 {
    padding-left: 4rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -2rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -2rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -2rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -2rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -2.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -2.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -2.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -2.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -2.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -3rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -3rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -3rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -3rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -3rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -3.5rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -3.5rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -3.5rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -3.5rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -3.5rem !important;
  }
  /* line 30, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-n9 {
    margin: -4rem !important;
  }
  /* line 31, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -4rem !important;
  }
  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -4rem !important;
  }
  /* line 37, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -4rem !important;
  }
  /* line 40, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -4rem !important;
  }
  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, node_modules/bootstrap/scss/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */
.text-monospace {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bold {
  font-weight: 600 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-secondary {
  color: #ececef !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #c2c2cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-success {
  color: #108548 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #084123 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-info {
  color: #1f75cb !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #154f89 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-warning {
  color: #ab6100 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #5f3600 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-danger {
  color: #dd2b0e !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #951d09 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-light {
  color: #dcdcde !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #b5b5b9 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */
.text-dark {
  color: #434248 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1e1d20 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */
.text-body {
  color: #333238 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */
.text-muted {
  color: #626168 !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, node_modules/bootstrap/scss/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 34, node_modules/bootstrap/scss/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, node_modules/bootstrap/scss/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, node_modules/bootstrap/scss/_print.scss */
  pre,
blockquote {
    border: 1px solid #737278;
    page-break-inside: avoid;
  }
  /* line 63, node_modules/bootstrap/scss/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, node_modules/bootstrap/scss/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, node_modules/bootstrap/scss/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, node_modules/bootstrap/scss/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, node_modules/bootstrap/scss/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, node_modules/bootstrap/scss/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, node_modules/bootstrap/scss/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, node_modules/bootstrap/scss/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, node_modules/bootstrap/scss/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, node_modules/bootstrap/scss/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, node_modules/bootstrap/scss/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #a4a3a8 !important;
  }
  /* line 123, node_modules/bootstrap/scss/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, node_modules/bootstrap/scss/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dcdcde;
  }
  /* line 134, node_modules/bootstrap/scss/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dcdcde;
  }
}

/* line 10, node_modules/bootstrap-vue/src/_utilities.scss */
.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  /* line 17, node_modules/bootstrap-vue/src/_utilities.scss */
  .bv-d-xs-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 17, node_modules/bootstrap-vue/src/_utilities.scss */
  .bv-d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 17, node_modules/bootstrap-vue/src/_utilities.scss */
  .bv-d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 17, node_modules/bootstrap-vue/src/_utilities.scss */
  .bv-d-lg-down-none {
    display: none !important;
  }
}

/* line 17, node_modules/bootstrap-vue/src/_utilities.scss */
.bv-d-xl-down-none {
  display: none !important;
}

/* line 9, node_modules/bootstrap-vue/src/_custom-controls.scss */
.form-control.focus {
  color: #333238;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 20, node_modules/bootstrap-vue/src/_custom-controls.scss */
.form-control.focus.is-valid {
  border-color: #108548;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 25, node_modules/bootstrap-vue/src/_custom-controls.scss */
.form-control.focus.is-invalid {
  border-color: #dd2b0e;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 35, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control {
  background-image: none;
  padding: 0;
}

/* line 43, node_modules/bootstrap-vue/src/_custom-controls.scss */
.input-group .b-form-btn-label-control.form-control {
  padding: 0;
}

/* line 50, node_modules/bootstrap-vue/src/_custom-controls.scss */
[dir="rtl"] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir="rtl"] {
  flex-direction: row-reverse;
}

/* line 54, node_modules/bootstrap-vue/src/_custom-controls.scss */
[dir="rtl"] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir="rtl"] > label {
  text-align: right;
}

/* line 60, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control > .btn {
  line-height: 1;
  font-size: inherit;
  box-shadow: none !important;
  border: 0;
}

/* line 66, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control > .btn:disabled {
  pointer-events: none;
}

/* line 71, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control.is-valid > .btn {
  color: #108548;
}

/* line 75, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control.is-invalid > .btn {
  color: #dd2b0e;
}

/* line 79, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control > .dropdown-menu {
  padding: 0.5rem;
}

/* line 83, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control > label {
  outline: 0;
  padding-left: 0.25rem;
  margin: 0;
  border: 0;
  font-size: inherit;
  cursor: pointer;
  min-height: calc(34px - 2px);
}

/* line 97, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control > label.form-control-sm {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
}

/* line 101, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control > label.form-control-lg {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
}

/* line 107, node_modules/bootstrap-vue/src/_custom-controls.scss */
.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
  min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 113, node_modules/bootstrap-vue/src/_custom-controls.scss */
.input-group.input-group-lg .b-form-btn-label-control.form-control > label {
  min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 122, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control[aria-disabled="true"], .b-form-btn-label-control.form-control[aria-readonly="true"] {
  background-color: #fbfafd;
  opacity: 1;
}

/* line 128, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control[aria-disabled="true"] {
  pointer-events: none;
}

/* line 131, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.form-control[aria-disabled="true"] > label {
  cursor: default;
}

/* line 139, node_modules/bootstrap-vue/src/_custom-controls.scss */
.b-form-btn-label-control.btn-group > .dropdown-menu {
  padding: 0.5rem;
}

/* line 1, node_modules/bootstrap-vue/src/components/card/_card-img.scss */
.card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 5, node_modules/bootstrap-vue/src/components/card/_card-img.scss */
.card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

/* line 13, node_modules/bootstrap-vue/src/components/dropdown/_dropdown.scss */
.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}

/* line 22, node_modules/bootstrap-vue/src/components/dropdown/_dropdown.scss */
.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}

/* line 31, node_modules/bootstrap-vue/src/components/dropdown/_dropdown.scss */
.dropdown .dropdown-menu:focus {
  outline: none;
}

/* line 9, node_modules/bootstrap-vue/src/components/dropdown/_dropdown-form.scss */
.b-dropdown-form {
  display: inline-block;
  padding: 8px 12px;
  width: 100%;
  clear: both;
  font-weight: 400;
}

/* line 16, node_modules/bootstrap-vue/src/components/dropdown/_dropdown-form.scss */
.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

/* line 26, node_modules/bootstrap-vue/src/components/dropdown/_dropdown-form.scss */
.b-dropdown-form.disabled, .b-dropdown-form:disabled {
  outline: 0 !important;
  color: #626168;
  pointer-events: none;
}

/* line 9, node_modules/bootstrap-vue/src/components/dropdown/_dropdown-text.scss */
.b-dropdown-text {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  font-weight: lighter;
}

/* line 3, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

/* line 9, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 50% 50%;
}

/* line 26, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

/* line 32, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.2rem;
}

/* line 40, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background-size: 50% 50%;
}

/* line 49, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}

/* line 53, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 57, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  left: -2.8125rem;
  width: 2.1875rem;
  border-radius: 0.625rem;
}

/* line 65, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc( 0.3125rem + 2px);
  left: calc( -2.8125rem + 2px);
  width: calc( 1.25rem - 4px);
  height: calc( 1.25rem - 4px);
  border-radius: 0.625rem;
  background-size: 50% 50%;
}

/* line 86, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.9375rem);
}

/* line 92, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

/* line 96, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 100, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  left: -1.96875rem;
  width: 1.53125rem;
  height: 0.875rem;
  border-radius: 0.4375rem;
}

/* line 108, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc( 0.21875rem + 2px);
  left: calc( -1.96875rem + 2px);
  width: calc( 0.875rem - 4px);
  height: calc( 0.875rem - 4px);
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}

/* line 129, node_modules/bootstrap-vue/src/components/form-checkbox/_form-checkbox.scss */
.custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.65625rem);
}

/* line 14, node_modules/bootstrap-vue/src/components/form-checkbox/../input-group/_input-group.scss */
.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 23, node_modules/bootstrap-vue/src/components/form-checkbox/../input-group/_input-group.scss */
.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 17, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
input.form-control[type="color"] {
  height: 34px;
  padding: 0.125rem 0.25rem;
}

/* line 23, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
input.form-control.form-control-sm[type="color"],
.input-group-sm input.form-control[type="color"] {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.125rem 0.25rem;
}

/* line 30, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
input.form-control.form-control-lg[type="color"],
.input-group-lg input.form-control[type="color"] {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.125rem 0.25rem;
}

/* line 36, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
input.form-control[type="color"]:disabled {
  background-color: #737278;
  opacity: 0.65;
}

/* line 44, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 50, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range + .form-control,
.input-group > .custom-range + .form-control-plaintext,
.input-group > .custom-range + .custom-select,
.input-group > .custom-range + .custom-range,
.input-group > .custom-range + .custom-file {
  margin-left: -1px;
}

/* line 64, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .form-control + .custom-range,
.input-group > .form-control-plaintext + .custom-range,
.input-group > .custom-select + .custom-range,
.input-group > .custom-range + .custom-range,
.input-group > .custom-file + .custom-range {
  margin-left: -1px;
}

/* line 69, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range:focus {
  z-index: 3;
}

/* line 74, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 77, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 82, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range {
  height: 34px;
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #89888d;
  height: 34px;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 82, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
  .input-group > .custom-range {
    transition: none;
  }
}

/* line 101, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range:focus {
  color: #333238;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 113, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
  background-color: #fbfafd;
}

/* line 120, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
  padding: 0 1rem;
  border-radius: 0.3rem;
}

/* line 126, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

/* line 136, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
  border-color: #108548;
}

/* line 139, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
  border-color: #108548;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 150, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #5ceba1;
}

/* line 153, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #5ceba1;
}

/* line 156, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #5ceba1;
}

/* line 161, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #108548;
  background-image: none;
}

/* line 165, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #5ceba1;
  background-image: none;
}

/* line 171, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(16, 133, 72, 0.35);
}

/* line 175, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
  background-color: #108548;
  background-image: none;
}

/* line 179, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #5ceba1;
  background-image: none;
}

/* line 185, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
  background: rgba(16, 133, 72, 0.35);
}

/* line 189, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 193, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
  background-color: #108548;
  background-image: none;
}

/* line 197, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
  background-color: #5ceba1;
  background-image: none;
}

/* line 203, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
  background: rgba(16, 133, 72, 0.35);
}

/* line 206, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
  background: rgba(16, 133, 72, 0.35);
}

/* line 136, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
  border-color: #dd2b0e;
}

/* line 139, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
  border-color: #dd2b0e;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 150, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f9b0a4;
}

/* line 153, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f9b0a4;
}

/* line 156, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f9b0a4;
}

/* line 161, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #dd2b0e;
  background-image: none;
}

/* line 165, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #f9b0a4;
  background-image: none;
}

/* line 171, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(221, 43, 14, 0.35);
}

/* line 175, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
  background-color: #dd2b0e;
  background-image: none;
}

/* line 179, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #f9b0a4;
  background-image: none;
}

/* line 185, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
  background: rgba(221, 43, 14, 0.35);
}

/* line 189, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 193, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
  background-color: #dd2b0e;
  background-image: none;
}

/* line 197, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
  background-color: #f9b0a4;
  background-image: none;
}

/* line 203, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
  background: rgba(221, 43, 14, 0.35);
}

/* line 206, node_modules/bootstrap-vue/src/components/form-input/_form-input.scss */
.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
  background: rgba(221, 43, 14, 0.35);
}

/* line 3, node_modules/bootstrap-vue/src/components/form-radio/_form-radio.scss */
.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.875rem;
}

/* line 9, node_modules/bootstrap-vue/src/components/form-radio/_form-radio.scss */
.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

/* line 17, node_modules/bootstrap-vue/src/components/form-radio/_form-radio.scss */
.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  left: -1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: no-repeat 50% / 50% 50%;
}

/* line 26, node_modules/bootstrap-vue/src/components/form-radio/_form-radio.scss */
.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.3125rem;
}

/* line 32, node_modules/bootstrap-vue/src/components/form-radio/_form-radio.scss */
.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}

/* line 40, node_modules/bootstrap-vue/src/components/form-radio/_form-radio.scss */
.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  left: -1.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: no-repeat 50% / 50% 50%;
}

/* line 2, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tags .b-form-tags-list {
  margin-top: -0.25rem;
}

/* line 5, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tags .b-form-tags-list .b-from-tags-field,
.b-form-tags .b-form-tags-list .b-form-tag {
  margin-top: 0.25rem;
}

/* line 11, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tags.focus {
  color: #333238;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 22, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tags.focus.is-valid {
  border-color: #108548;
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 72, 0.25);
}

/* line 27, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tags.focus.is-invalid {
  border-color: #dd2b0e;
  box-shadow: 0 0 0 0.2rem rgba(221, 43, 14, 0.25);
}

/* line 33, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tags.disabled {
  background-color: #fbfafd;
}

/* line 38, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
  margin-right: 0.25rem;
}

/* line 46, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tag.disabled {
  opacity: 0.75;
}

/* line 51, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
  float: none;
  margin-left: 0.25rem;
}

/* line 60, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.form-control-sm .b-form-tag {
  line-height: 1.5;
}

/* line 64, node_modules/bootstrap-vue/src/components/form-tags/_form-tags.scss */
.form-control-lg .b-form-tag {
  line-height: 1.5;
}

/* line 3, node_modules/bootstrap-vue/src/components/modal/_modal.scss */
.modal-backdrop {
  opacity: 0.64;
}

/* line 2, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}

/* line 8, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.popover.b-popover.fade:not(.show) {
  opacity: 0;
}

/* line 12, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.popover.b-popover.show {
  opacity: 1;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.popover {
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #b8daff;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cce5ff;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #b8daff;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cce5ff;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #b8daff;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #bdddff;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #bdddff;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #b8daff;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cce5ff;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary .popover-header {
  color: #333238;
  background-color: #bdddff;
  border-bottom-color: #a3d0ff;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-primary .popover-body {
  color: #004085;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.popover {
  background-color: #fbfbfc;
  border-color: #fafafb;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fafafb;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fbfbfc;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fafafb;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fbfbfc;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fafafb;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f2f2f5;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f2f2f5;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fafafb;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fbfbfc;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary .popover-header {
  color: #333238;
  background-color: #f2f2f5;
  border-bottom-color: #e4e4eb;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-secondary .popover-body {
  color: #7b7b7c;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.popover {
  background-color: #cfe7da;
  border-color: #bcddcc;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bcddcc;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #cfe7da;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bcddcc;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #cfe7da;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bcddcc;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e2d2;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5e2d2;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bcddcc;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #cfe7da;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success .popover-header {
  color: #333238;
  background-color: #c5e2d2;
  border-bottom-color: #b4d9c5;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-success .popover-body {
  color: #084525;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.popover {
  background-color: #d2e3f5;
  border-color: #c0d8f0;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c0d8f0;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d2e3f5;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c0d8f0;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d2e3f5;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c0d8f0;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5dbf2;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5dbf2;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c0d8f0;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d2e3f5;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info .popover-header {
  color: #333238;
  background-color: #c5dbf2;
  border-bottom-color: #b1ceee;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-info .popover-body {
  color: #103d6a;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.popover {
  background-color: #eedfcc;
  border-color: #e7d3b8;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #e7d3b8;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #eedfcc;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #e7d3b8;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #eedfcc;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #e7d3b8;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ead8c1;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ead8c1;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #e7d3b8;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #eedfcc;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning .popover-header {
  color: #333238;
  background-color: #ead8c1;
  border-bottom-color: #e4ccad;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-warning .popover-body {
  color: #593200;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.popover {
  background-color: #f8d5cf;
  border-color: #f5c4bc;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5c4bc;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8d5cf;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5c4bc;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8d5cf;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5c4bc;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6c9c2;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6c9c2;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5c4bc;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8d5cf;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger .popover-header {
  color: #333238;
  background-color: #f6c9c2;
  border-bottom-color: #f3b6ab;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-danger .popover-body {
  color: #731607;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.popover {
  background-color: #f8f8f8;
  border-color: #f5f5f6;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #f5f5f6;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #f8f8f8;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #f5f5f6;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #f8f8f8;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #f5f5f6;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f0f0f0;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f0f0f0;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #f5f5f6;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #f8f8f8;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light .popover-header {
  color: #333238;
  background-color: #f0f0f0;
  border-bottom-color: #e4e4e4;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-light .popover-body {
  color: #727273;
}

/* line 29, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.popover {
  background-color: #d9d9da;
  border-color: #cacacc;
}

/* line 36, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #cacacc;
}

/* line 40, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d9d9da;
}

/* line 48, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #cacacc;
}

/* line 52, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d9d9da;
}

/* line 60, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #cacacc;
}

/* line 64, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #d1d1d2;
}

/* line 70, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #d1d1d2;
}

/* line 77, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #cacacc;
}

/* line 81, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d9d9da;
}

/* line 102, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark .popover-header {
  color: #333238;
  background-color: #d1d1d2;
  border-bottom-color: #c4c4c6;
}

/* line 108, node_modules/bootstrap-vue/src/components/popover/_popover.scss */
.b-popover-dark .popover-body {
  color: #232225;
}

/* line 5, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-fixed {
  table-layout: fixed;
}

/* line 12, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 18, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table[aria-busy="true"] {
  opacity: 0.55;
}

/* line 23, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

/* line 28, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > caption {
  caption-side: bottom;
}

/* line 33, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}

/* line 42, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 51, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #333238;
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}

/* line 66, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}

/* line 77, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

/* line 92, node_modules/bootstrap-vue/src/components/table/_table.scss */
.b-table-sticky-header,
.table-responsive,
[class*="table-responsive-"] {
  margin-bottom: 0.5rem;
}

/* line 98, node_modules/bootstrap-vue/src/components/table/_table.scss */
.b-table-sticky-header > .table,
.table-responsive > .table,
[class*="table-responsive-"] > .table {
  margin-bottom: 0;
}

/* line 105, node_modules/bootstrap-vue/src/components/table/_table.scss */
.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  /* line 118, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}

@supports (position: sticky) {
  /* line 126, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  /* line 143, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
[class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: sticky;
    left: 0;
  }
  /* line 150, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
[class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }
  /* line 159, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
.b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
.table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
[class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
[class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }
  /* line 181, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table > thead > tr > .table-b-table-default,
.table.b-table > tbody > tr > .table-b-table-default,
.table.b-table > tfoot > tr > .table-b-table-default {
    color: #333238;
    background-color: #fff;
  }
  /* line 194, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
.table.b-table.table-dark > tbody > tr > .bg-b-table-default,
.table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
    background-color: #434248;
  }
  /* line 206, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: linear-gradient(#ececef, #ececef);
    background-repeat: no-repeat;
  }
  /* line 215, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }
  /* line 228, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #333238;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }
  /* line 238, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }
}

/* line 275, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}

/* line 281, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}

/* line 287, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > .b-table-sort-icon-left[aria-sort],
.table.b-table > tfoot > tr > .b-table-sort-icon-left[aria-sort] {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}

/* line 294, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > [aria-sort="none"],
.table.b-table > tfoot > tr > [aria-sort="none"] {
  background-image: "";
}

/* line 298, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > [aria-sort="ascending"],
.table.b-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url('data:image/svg+xml,%3csvg   xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 0 8 16"%3e   %3cpath style="fill: %23666;" fill-rule="evenodd" d="M4.29289,4.2971 L8,0.59   L11.7071,4.2971 C12.0976,4.6876   12.0976,5.3208 11.7071,5.7113 C11.3166,6.10183 10.6834,   6.10183 10.2929,5.7113 L9,4.4184 L9,14.0042 C9,14.55649   8.55228,15.0042 8,15.0042 C7.44772,15.0042 7,14.55649   7,14.0042 L7,4.4184 L5.70711,5.7113 C5.31658,6.10183 4.68342,6.10183 4.29289,5.7113   C3.90237,5.3208 3.90237,4.6876 4.29289,4.2971 Z"/%3e   %3c/svg%3e ');
}

/* line 302, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > [aria-sort="descending"],
.table.b-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url('data:image/svg+xml, %3csvg   xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="4 0 8 16"%3e   %3cpath style="fill: %23666;" fill-rule="evenodd" d="M11.707085,11.7071   L7.999975,15.4142 L4.292875,11.7071 C3.902375,11.3166 3.902375,   10.6834 4.292875,10.2929 C4.683375,9.90237   5.316575,9.90237 5.707075,10.2929 L6.999975,   11.5858 L6.999975,2 C6.999975,1.44771   7.447695,1 7.999975,1 C8.552255,1 8.999975,1.44771   8.999975,2 L8.999975,11.5858 L10.292865,10.2929 C10.683395   ,9.90237 11.316555,9.90237 11.707085,10.2929   C12.097605,10.6834 12.097605,11.3166 11.707085,11.7071 Z"/%3e   %3c/svg%3e');
}

/* line 312, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-dark > thead > tr > [aria-sort="none"], .table.b-table.table-dark > tfoot > tr > [aria-sort="none"],
.table.b-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

/* line 316, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-dark > thead > tr > [aria-sort="ascending"], .table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"],
.table.b-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

/* line 320, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-dark > thead > tr > [aria-sort="descending"], .table.b-table.table-dark > tfoot > tr > [aria-sort="descending"],
.table.b-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

/* line 328, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > .table-dark[aria-sort="none"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

/* line 332, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > .table-dark[aria-sort="ascending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

/* line 336, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table > thead > tr > .table-dark[aria-sort="descending"],
.table.b-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

/* line 346, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}

/* line 352, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.table-sm > thead > tr > .b-table-sort-icon-left[aria-sort],
.table.b-table.table-sm > tfoot > tr > .b-table-sort-icon-left[aria-sort] {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

/* line 365, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}

/* line 372, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-selectable.b-table-selecting.b-table-select-range:not(.b-table-selectable-no-click) > tbody > tr {
  -webkit-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  /* line 387, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }
  /* line 393, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > caption,
.table.b-table.b-table-stacked-sm > tbody,
.table.b-table.b-table-stacked-sm > tbody > tr,
.table.b-table.b-table-stacked-sm > tbody > tr > td,
.table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }
  /* line 402, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > thead,
.table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }
  /* line 406, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  /* line 413, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }
  /* line 422, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  /* line 435, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  /* line 442, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  /* line 452, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }
  /* line 458, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  /* line 463, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 767.98px) {
  /* line 387, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }
  /* line 393, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > caption,
.table.b-table.b-table-stacked-md > tbody,
.table.b-table.b-table-stacked-md > tbody > tr,
.table.b-table.b-table-stacked-md > tbody > tr > td,
.table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }
  /* line 402, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > thead,
.table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }
  /* line 406, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  /* line 413, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }
  /* line 422, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  /* line 435, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  /* line 442, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  /* line 452, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }
  /* line 458, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  /* line 463, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 991.98px) {
  /* line 387, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }
  /* line 393, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > caption,
.table.b-table.b-table-stacked-lg > tbody,
.table.b-table.b-table-stacked-lg > tbody > tr,
.table.b-table.b-table-stacked-lg > tbody > tr > td,
.table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }
  /* line 402, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > thead,
.table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }
  /* line 406, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  /* line 413, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }
  /* line 422, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  /* line 435, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  /* line 442, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  /* line 452, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }
  /* line 458, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  /* line 463, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 1199.98px) {
  /* line 387, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }
  /* line 393, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > caption,
.table.b-table.b-table-stacked-xl > tbody,
.table.b-table.b-table-stacked-xl > tbody > tr,
.table.b-table.b-table-stacked-xl > tbody > tr > td,
.table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }
  /* line 402, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > thead,
.table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }
  /* line 406, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }
  /* line 413, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }
  /* line 422, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0;
  }
  /* line 435, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    clear: both;
    content: "";
  }
  /* line 442, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0;
  }
  /* line 452, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }
  /* line 458, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }
  /* line 463, node_modules/bootstrap-vue/src/components/table/_table.scss */
  .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

/* line 387, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

/* line 393, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}

/* line 402, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}

/* line 406, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}

/* line 413, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

/* line 422, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  float: left;
  text-align: right;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
  padding: 0 calc(1rem / 2) 0 0;
  margin: 0;
}

/* line 435, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  clear: both;
  content: "";
}

/* line 442, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
  padding: 0 0 0 calc(1rem / 2);
  margin: 0;
}

/* line 452, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}

/* line 458, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

/* line 463, node_modules/bootstrap-vue/src/components/table/_table.scss */
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
.table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

/* line 4, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast {
  display: block;
  position: relative;
  max-width: 36.625rem;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-clip: padding-box;
  z-index: 1;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast .toast {
  background-color: #303030;
}

/* line 20, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 25, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast.b-toast-solid .toast {
  background-color: #303030;
}

/* line 30, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast .toast {
  opacity: 1;
}

/* line 35, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast .toast.fade:not(.show) {
  opacity: 0;
}

/* line 39, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast .toast .toast-body {
  display: block;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-primary .toast {
  background-color: #e6f2ff;
  border-color: #b8daff;
  color: #004085;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-primary .toast .toast-header {
  color: #004085;
  background-color: #cce5ff;
  border-bottom-color: #b8daff;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-primary.b-toast-solid .toast {
  background-color: #e6f2ff;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-secondary .toast {
  background-color: white;
  border-color: #fafafb;
  color: #7b7b7c;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-secondary .toast .toast-header {
  color: #7b7b7c;
  background-color: #fbfbfc;
  border-bottom-color: #fafafb;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-secondary.b-toast-solid .toast {
  background-color: white;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-success .toast {
  background-color: #e0f0e7;
  border-color: #bcddcc;
  color: #084525;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-success .toast .toast-header {
  color: #084525;
  background-color: #cfe7da;
  border-bottom-color: #bcddcc;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-success.b-toast-solid .toast {
  background-color: #e0f0e7;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-info .toast {
  background-color: #e7f0fa;
  border-color: #c0d8f0;
  color: #103d6a;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-info .toast .toast-header {
  color: #103d6a;
  background-color: #d2e3f5;
  border-bottom-color: #c0d8f0;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-info.b-toast-solid .toast {
  background-color: #e7f0fa;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-warning .toast {
  background-color: #f4ebdf;
  border-color: #e7d3b8;
  color: #593200;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-warning .toast .toast-header {
  color: #593200;
  background-color: #eedfcc;
  border-bottom-color: #e7d3b8;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-warning.b-toast-solid .toast {
  background-color: #f4ebdf;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-danger .toast {
  background-color: #fbe8e5;
  border-color: #f5c4bc;
  color: #731607;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-danger .toast .toast-header {
  color: #731607;
  background-color: #f8d5cf;
  border-bottom-color: #f5c4bc;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-danger.b-toast-solid .toast {
  background-color: #fbe8e5;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-light .toast {
  background-color: white;
  border-color: #f5f5f6;
  color: #727273;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-light .toast .toast-header {
  color: #727273;
  background-color: #f8f8f8;
  border-bottom-color: #f5f5f6;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-light.b-toast-solid .toast {
  background-color: white;
}

/* line 47, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-dark .toast {
  background-color: #e6e6e7;
  border-color: #cacacc;
  color: #232225;
}

/* line 52, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-dark .toast .toast-header {
  color: #232225;
  background-color: #d9d9da;
  border-bottom-color: #cacacc;
}

/* line 64, node_modules/bootstrap-vue/src/components/toast/_toast.scss */
.b-toast-dark.b-toast-solid .toast {
  background-color: #e6e6e7;
}

/* line 4, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster {
  z-index: 1100;
}

/* line 7, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}

/* line 11, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

/* line 27, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  position: fixed;
  left: 0.5rem;
  right: 0.5rem;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: visible;
}

/* line 43, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 36.625rem;
  width: 100%;
  /* IE 11 fix */
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

/* line 56, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}

/* line 60, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

/* line 69, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
  top: 0;
}

/* line 75, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}

/* line 80, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
  bottom: 0;
}

/* line 86, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}

/* line 95, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}

/* line 104, node_modules/bootstrap-vue/src/components/toast/_toaster.scss */
.b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

/* line 11, node_modules/bootstrap-vue/src/components/toast/_toaster-transition.scss */
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: transform 0.175s;
}

/* line 22, node_modules/bootstrap-vue/src/components/toast/_toaster-transition.scss */
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  transition-delay: 0.175s;
}

/* line 32, node_modules/bootstrap-vue/src/components/toast/_toaster-transition.scss */
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  transition-delay: 0.175s;
}

/* line 36, node_modules/bootstrap-vue/src/components/toast/_toaster-transition.scss */
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  transition-delay: 0s;
}

/* line 2, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip {
  display: block;
  opacity: 1;
  outline: 0;
}

/* line 8, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}

/* line 12, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip.show {
  opacity: 1;
}

/* line 18, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}

/* line 22, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip .arrow {
  margin: 0 0.25rem;
}

/* line 28, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip.bs-tooltip-right .arrow, .b-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .b-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  margin: 0.25rem 0;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #007bff;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #007bff;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #007bff;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #007bff;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
  background-color: #007bff;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ececef;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ececef;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ececef;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ececef;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #333238;
  background-color: #ececef;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #108548;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #108548;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #108548;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #108548;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
  background-color: #108548;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #1f75cb;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1f75cb;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #1f75cb;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #1f75cb;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
  background-color: #1f75cb;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ab6100;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ab6100;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ab6100;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ab6100;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-warning .tooltip-inner {
  color: #fff;
  background-color: #ab6100;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dd2b0e;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dd2b0e;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dd2b0e;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dd2b0e;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
  background-color: #dd2b0e;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #dcdcde;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #dcdcde;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #dcdcde;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #dcdcde;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-light .tooltip-inner {
  color: #333238;
  background-color: #dcdcde;
}

/* line 42, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #434248;
}

/* line 48, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #434248;
}

/* line 54, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #434248;
}

/* line 60, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #434248;
}

/* line 80, node_modules/bootstrap-vue/src/components/tooltip/_tooltip.scss */
.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
  background-color: #434248;
}

/*
* SASS preserves units in arithmetic operations. For example:
* 12em * 0 = 0em. This function return the unit of a numeric value.
*
* For more examples, see: https://codepen.io/paulgv/pen/XWrqMgQ
*/
/*
* SASS preserves units in arithmetic operations. For example:
* 12em * 0 = 0em. This function return the unit of a numeric value.
*
* For more examples, see: https://codepen.io/paulgv/pen/XWrqMgQ
*/
/*
Neutral palette mapping

Old variables are mapped to new variables by approximating the closest variable, erring on the side of shifting darker (with the exception of old 400). There is currently nothing mapped to 600 and 800, which makes them a good use case for subtle nuance in the UI.


Before        After (reflected below)
-------------------------------------
50            10
100           50
200           100
300           200
400           200
500           300
600           400
700           500*
800           700
900           900
950           950

* Passes 4.5:1 contrast ratio on $gray-10
*/
/**
* Declares a property with a fluid value that decreases or
* rises depending on the viewport’s size. The property type
* should be numeric.
*
* Values are expected in rem units.
* Fluid range: between 48rem (768px) – 75rem (1200px).
*
* @param $property Property name, i.e. line-height, font-size, width, height, etc.
* @param $min Property value lower bound.
* @param $max Property value upper bound.
*/
/**
* Helper function for :focus
*
* @param $size is deprecated and should not be used anymore
*/
/**
* Helper function for @media of at least the minimum
* breakpoint width.
*
* @param $name Breakpoint name, such as `sm` or `md`.
*/
/**
* Helper function for @media of at most the maximum
* breakpoint width.
*
* Note: Before using, consider using a mobile-first
* approach, and define @media for larger breakpoints
* using `gl-media-breakpoint-up` while using this rule as
* the starting point instead.
*
* @param $name Breakpoint, such as `sm` or `md`. `xs` is not valid
*/
/**
* Utility class library
*
* ===========
* = WARNING =
* ===========
*
* Please take caution to make sure that the utility naming and values are consistent. We'd like to
* be able to automate this file in the future.
*
* Naming conventions
*
* - Prefix the utility names with the gl- namespace
* - Use t(op), b(ottom), l(eft), and r(ight) to indicate
*   positioning variations, i.e. gl-border-b-1
*/
@keyframes gl-spinner-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* stylelint-disable property-no-vendor-prefix */
/* stylelint-enable property-no-vendor-prefix */
/**
* Background color utilities.
*
* naming convention: gl-bg-{color-palette-variable-name}
* notes:
* - Strictly based design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Background position utilities.
*
* naming convention: gl-bg-{position}
*/
/**
* Background size utilities.
*
* naming convention: gl-bg-{repeat-pattern}
*/
/**
* Background repeat utilities.
*
* naming convention: gl-bg-{repeat-pattern}
*/
/**
* Background image utilities.
*
* naming convention: gl-bg-{image-name}
*/
/**
* Backdrop filter utilities
*
* naming convention: gl-filter-{filter-type}-{filter-intensity}
*/
/**
* Border style utilities.
*
* naming convention: gl-border-{position}-{style}
*/
/**
* Responsive border style utilities.
*
* naming convention: gl-{breakpoint}-border-{position}-{style}
*/
/**
* Border color utilities.
*
* naming convention: gl-border-{position}-{color-palette-variable}
* notes:
* - Prefer design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Border width utilities.
*
* naming convention: gl-border-{position}-{border-width}
* notes:
* - Base new utilities in this group in the $gl-border-size variable
*/
/**
* Border radius utilities.
*
* naming convention: gl-rounded-{roundness-size}
* notes:
* - Base new utilities in this group in the $gl-border-radius variables
*/
/**
* Inset border utilities
*
* Uses box-shadow: inset to create a border that does not
* increase the box size of an element
*
* Naming convention: gl-inset-border-{border-position}-{border-size}-{color-name}
*/
/**
* Box shadow utilities
*
* naming convention: gl-shadow-{config-name}
*/
/**
* New utilities to match design specs
* Per https: //gitlab.com/gitlab-org/gitlab-ui/-/issues/615,
* some of the above could be replaced.
*
* These use gray instead of black to align with
* tinted neutrals.
*/
/**
* Text color utilities.
*
* naming convention: gl-text-{color-palette-variable-name}
* notes:
* - Strictly based design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Content utilities.
*
* naming convention: gl-content-{value}
*/
/**
* Cursor utilities
*
* naming convention: gl-cursor-{property-value}
*/
/**
* Display utilities
*
* Naming convention gl-display-{property-value}
*/
/**
* Flexbox utilities
*
* Naming convention: gl-{breakpoint?}-{property}-{value}
*/
/**
* `gl-*flex-wrap` is deprecated; use `gl-*flex-wrap-wrap` instead.
* TODO: delete `gl-*flex-wrap` utilities classes, see
* https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1951
*/
/**
* `gl-flex-nowrap` is deprecated; use `gl-flex-wrap-nowrap` instead.
* TODO: delete `gl-flex-wrap-nowrap` utility class, see
* https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1951
*/
/**
 * Order utilities
 *
 * naming convention: gl-order-{position}
 */
/**
* Grid utilities
*
* naming convention: gl-grid-{breakpoint?}-{property}-{value?}
*/
/**
* List style utilities.
*
* naming convention: gl-list-style-{value}
*/
/**
* Opacity utilities
*
* naming convention: gl-opacity-{amount}
*/
/**
* Outline utilities.
*
* naming convention: gl-outline-{style}
*/
/**
* Overflow utilities.
*
* naming convention: gl-overflow-{property-value} |
* gl-overflow-x-{property-value} | gl-overflow-y-{property-value}
*/
/**
* Pointer events utilities
*
* Naming convention gl-pointer-events-{property-value}
*/
/**
* Position utilities.
*
* naming convention: gl-{property-value}
*/
/**
* Placement utilities.
*
* For absolute or fixed positioned elements
*
* naming convention: gl-{position}-{spacing-scale-index}
*/
/**
* Placement utilities
*
* naming convention: gl-{position}-{value}
*/
/**
* Fixed dimension (width/height) utilities
*
* naming convention: gl-{width|height}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive dimension (width/height) utilities
*
* naming convention: gl-{breakpoint}-{width|height}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Minimum/Maximun dimension (width/height) utilities
*
* naming convention: gl-{min|max}-{w|h}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive Minimum/Maximun dimension (width/height) utilities
*
* naming convention: gl-{breakpoint}-{min|max}-{w|h}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Padding utilities.
*
* naming convention: gl-p{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Margin utilities.
*
* naming convention: gl-m{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Negative margin utilities.
*
* naming convention: gl-m{position}-n{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Gap utilities
*
* naming convention: gl-gap-{direction}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
* - Utilities should be refactored to use gap after dropping Safari 13.x support
*/
/**
* Column gap utilities
*
* naming convention: gl-column-gap-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive margin utilities.
*
* naming convention: gl-{breakpoint}-m{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive padding utilities.
*
* naming convention: gl-{breakpoint}-p{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
  * Remove margin and padding from empty elements
  * to prevent them from inadvertantly taking up
  * space when empty. Note that for :empty to match
  * the element can not even have whitespace in it
  */
/**
* SVG fill color utilities.
*
* naming convention: gl-fill-{color-palette-variable-name}
* notes:
* - Strictly based design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Table utilities
*
* naming convention: gl-table-{table-property}-{value}
*/
/**
* Declares a property with a fluid value that decreases or
* rises depending on the viewport’s size. The property type
* should be numeric.
*
* Values are expected in rem units.
* Fluid range: between 48rem (768px) – 75rem (1200px).
*
* @param $property Property name, i.e. line-height, font-size, width, height, etc.
* @param $min Property value lower bound.
* @param $max Property value upper bound.
*/
/**
* Helper function for :focus
*
* @param $size is deprecated and should not be used anymore
*/
/**
* Helper function for @media of at least the minimum
* breakpoint width.
*
* @param $name Breakpoint name, such as `sm` or `md`.
*/
/**
* Helper function for @media of at most the maximum
* breakpoint width.
*
* Note: Before using, consider using a mobile-first
* approach, and define @media for larger breakpoints
* using `gl-media-breakpoint-up` while using this rule as
* the starting point instead.
*
* @param $name Breakpoint, such as `sm` or `md`. `xs` is not valid
*/
/**
* Text align utilities
*/
/**
* Text utilities
*/
/**
* Text overflow utilities
*
* Naming convention: gl-text-overflow-{value}
*/
/**
* Text indent utilities
*
* Naming convention: gl-text-indent-{value}
*/
/**
* White-space utilities.
*
* naming convention: gl-white-space-{value}
*/
/**
* Responsive White-space utilities
*
* naming convention: gl-{breakpoint}-white-space-{value}
*/
/**
* Word utilities.
*
* naming convention: gl-word-{action}-{value}
*/
/**
* Transform utilities
*
* naming convention: gl-{transform}-{position}-{value}, or
*                    gl-{transform}-{value}
*/
/**
* Transition utilities
*
* naming convention: gl-transition-{speed}
*/
/**
* Font family utility
*
* naming convention: gl-font-{family-name}
* Notes:
* - Strictly based on design system typography specs
*/
/**
* Font style utility
*
* naming convention: gl-font-style-{family-name}
*/
/**
* Font size utility
*
* naming convention: gl-font-{type-scale-size}
* Notes:
* - Strictly based on design system type scale. See
* $gl-type-scale for further references.
*/
/**
* Font-weight utilities.
*
* naming convention: gl-font-weight-[bold|normal|number]
*/
/**
* Line height utilities.
*
* naming convention: gl-line-height-{line-height-in-pixels}
* notes:
* - Strictly based in gl-line-height-{n} variables
*/
/**
* User select utilities
*
* naming convention: gl-user-select-{config-name}
*/
/**
* Vertical align utilities
*/
/**
* Visbility utilities.
*
* naming convention: gl-visibility-[value]
*/
/**
* z-index utilities
*
* naming convention: gl-z-index-{value}
*/
/* line 3, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/disclosure/disclosure_dropdown.scss */
.gl-disclosure-dropdown.gl-new-dropdown .gl-new-dropdown-inner {
  max-height: none;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/keyset_pagination/keyset_pagination.scss */
.gl-keyset-pagination .gl-button.gl-button .gl-icon {
  margin: 0;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/keyset_pagination/keyset_pagination.scss */
.gl-keyset-pagination .gl-button.gl-button.disabled .gl-icon, .gl-keyset-pagination .gl-button.gl-button[disabled] .gl-icon {
  color: #89888d;
}

/* line 3, node_modules/@gitlab/ui/src/scss/../components/base/token_selector/token_selector.scss */
.gl-token-selector.gl-token-selector-focus-glow {
  box-shadow: inset 0 0 0 1px #333238, 0 0 0 1px #fff, 0 0 0 3px #428fdc !important;
  outline: none !important;
}

/* line 6, node_modules/@gitlab/ui/src/scss/../components/base/token_selector/token_selector.scss */
.gl-token-selector.gl-token-selector-focus-glow.is-invalid {
  box-shadow: inset 0 0 0 1px #dd2b0e, 0 0 0 1px #fff, 0 0 0 3px #428fdc !important;
  outline: none !important;
}

/* line 12, node_modules/@gitlab/ui/src/scss/../components/base/token_selector/token_selector.scss */
.gl-token-selector-token-container:focus .gl-token {
  background-color: #a4a3a8;
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/base/token_selector/token_selector.scss */
.gl-token-selector-input {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/card/card.scss */
.gl-card {
  background-color: #fff;
  border-style: solid;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  position: relative;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

/* line 12, node_modules/@gitlab/ui/src/scss/../components/base/card/card.scss */
.gl-card,
.gl-card-header,
.gl-card-footer {
  border-width: 1px;
  border-color: #dcdcde;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/card/card.scss */
.gl-card-header,
.gl-card-body,
.gl-card-footer {
  padding: 1rem;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/card/card.scss */
.gl-card-header {
  border-bottom-style: solid;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/card/card.scss */
.gl-card-footer {
  border-top-style: solid;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 37, node_modules/@gitlab/ui/src/scss/../components/base/card/card.scss */
.gl-card-header,
.gl-card-footer {
  background-color: #fbfafd;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/shared_components/clear_icon_button/clear_icon_button.scss */
.gl-clear-icon-button {
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  color: #737278;
}

/* line 7, node_modules/@gitlab/ui/src/scss/../components/shared_components/clear_icon_button/clear_icon_button.scss */
.gl-clear-icon-button:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/shared_components/close_button/close_button.scss */
.gl-close-btn-color-inherit {
  mix-blend-mode: luminosity !important;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/shared_components/close_button/close_button.scss */
.gl-close-btn-color-inherit, .gl-close-btn-color-inherit:focus .gl-icon, .gl-close-btn-color-inherit:not(:hover) .gl-icon {
  color: inherit !important;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/shared_components/close_button/close_button.scss */
.gl-close-btn-color-inherit:focus, .gl-close-btn-color-inherit:active, .gl-close-btn-color-inherit.active {
  mix-blend-mode: initial !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 0 0 3px #63a6e9 !important;
  outline: none !important;
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/shared_components/close_button/close_button.scss */
.gl-close-btn-color-inherit:focus .gl-icon, .gl-close-btn-color-inherit:active .gl-icon, .gl-close-btn-color-inherit.active .gl-icon {
  background-color: transparent;
  mix-blend-mode: difference;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/accordion/accordion_item.scss */
.gl-accordion-item {
  margin-bottom: 1rem;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/accordion/accordion_item.scss */
.gl-accordion-item .gl-accordion-item-header {
  margin: 0;
  line-height: 1rem;
}

/* line 9, node_modules/@gitlab/ui/src/scss/../components/base/accordion/accordion_item.scss */
.gl-accordion-item:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/accordion/accordion_item.scss */
.gl-accordion-item .collapse {
  margin-left: 1.25rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert {
  font-size: 0.875rem;
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 7, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-not-dismissible {
  padding-right: 1rem;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-no-icon {
  padding-left: 1rem;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert .gl-link:not(.gl-label-link) {
  color: #1068bf;
  text-decoration: underline;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert .gl-link:not(.gl-label-link):hover {
  color: #0b5cad;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-sticky {
  position: sticky;
  top: 0;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

/* line 47, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-icon-no-title {
  margin-top: 0.125rem;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-body {
  line-height: 1.25rem;
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-actions {
  display: flex;
  margin-top: 1rem;
}

/* line 60, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-action {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

/* line 67, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-dismiss-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

/* line 73, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-danger {
  background-color: #fcf1ef;
}

/* line 76, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-danger .gl-alert-icon {
  color: #c91c00;
}

/* line 81, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-warning {
  background-color: #fdf1dd;
}

/* line 84, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-warning .gl-alert-icon {
  color: #9e5400;
}

/* line 89, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-tip {
  background-color: #ececef;
}

/* line 92, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-tip .gl-alert-icon {
  color: #626168;
}

/* line 97, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-info {
  background-color: #e9f3fc;
}

/* line 100, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-info .gl-alert-icon {
  color: #1068bf;
}

/* line 105, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-success {
  background-color: #ecf4ee;
}

/* line 108, node_modules/@gitlab/ui/src/scss/../components/base/alert/alert.scss */
.gl-alert-success .gl-alert-icon {
  color: #217645;
}

/* line 60, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(31, 30, 36, 0.08);
  overflow: hidden;
  flex-shrink: 0;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-s16 {
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.125rem;
}

/* line 68, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-s24 {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.25rem;
}

/* line 72, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-s32 {
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1rem;
  border-radius: 0.25rem;
}

/* line 76, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-s48 {
  width: 3rem;
  height: 3rem;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  border-radius: 0.5rem;
}

/* line 80, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-s64 {
  width: 4rem;
  height: 4rem;
  font-size: 1.75rem;
  line-height: 2rem;
  border-radius: 0.5rem;
}

/* line 84, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-s96 {
  width: 6rem;
  height: 6rem;
  font-size: 2.8125rem;
  line-height: 3.25rem;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  /* line 88, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-sm-avatar-s16 {
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 0.125rem;
  }
}

@media (min-width: 768px) {
  /* line 94, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-md-avatar-s16 {
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 0.125rem;
  }
}

@media (min-width: 992px) {
  /* line 100, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-lg-avatar-s16 {
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 0.125rem;
  }
}

@media (min-width: 576px) {
  /* line 106, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-sm-avatar-s24 {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 768px) {
  /* line 112, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-md-avatar-s24 {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 992px) {
  /* line 118, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-lg-avatar-s24 {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 576px) {
  /* line 124, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-sm-avatar-s32 {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 768px) {
  /* line 130, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-md-avatar-s32 {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 992px) {
  /* line 136, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-lg-avatar-s32 {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 576px) {
  /* line 142, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-sm-avatar-s48 {
    width: 3rem;
    height: 3rem;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 768px) {
  /* line 148, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-md-avatar-s48 {
    width: 3rem;
    height: 3rem;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 992px) {
  /* line 154, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-lg-avatar-s48 {
    width: 3rem;
    height: 3rem;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 576px) {
  /* line 160, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-sm-avatar-s64 {
    width: 4rem;
    height: 4rem;
    font-size: 1.75rem;
    line-height: 2rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 768px) {
  /* line 166, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-md-avatar-s64 {
    width: 4rem;
    height: 4rem;
    font-size: 1.75rem;
    line-height: 2rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 992px) {
  /* line 172, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-lg-avatar-s64 {
    width: 4rem;
    height: 4rem;
    font-size: 1.75rem;
    line-height: 2rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 576px) {
  /* line 178, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-sm-avatar-s96 {
    width: 6rem;
    height: 6rem;
    font-size: 2.8125rem;
    line-height: 3.25rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 768px) {
  /* line 184, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-md-avatar-s96 {
    width: 6rem;
    height: 6rem;
    font-size: 2.8125rem;
    line-height: 3.25rem;
    border-radius: 0.5rem;
  }
}

@media (min-width: 992px) {
  /* line 190, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
  .gl-lg-avatar-s96 {
    width: 6rem;
    height: 6rem;
    font-size: 2.8125rem;
    line-height: 3.25rem;
    border-radius: 0.5rem;
  }
}

/* line 196, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-circle {
  border-radius: 50%;
}

/* line 200, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon {
  text-align: center;
  vertical-align: top;
  color: #333238;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg1 {
  background-color: #fcf1ef;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg2 {
  background-color: #f4f0ff;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg3 {
  background-color: #f1f1ff;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg4 {
  background-color: #e9f3fc;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg5 {
  background-color: #ecf4ee;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg6 {
  background-color: #fdf1dd;
}

/* line 211, node_modules/@gitlab/ui/src/scss/../components/base/avatar/avatar.scss */
.gl-avatar-identicon-bg7 {
  background-color: #ececef;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/avatar_labeled/avatar_labeled.scss */
.gl-avatar-labeled {
  display: inline-flex;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/avatar_labeled/avatar_labeled.scss */
.gl-avatar-labeled-labels {
  margin-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333238;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/base/avatar_labeled/avatar_labeled.scss */
.gl-avatar-labeled-label {
  font-weight: 600;
  padding: 0.125rem;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/avatar_labeled/avatar_labeled.scss */
.gl-avatar-labeled-sublabel {
  color: #737278;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link {
  display: inline-flex;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link .gl-avatar {
  transition-property: border-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link:hover {
  text-decoration: none;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link:hover .gl-avatar {
  border-color: rgba(31, 30, 36, 0.24);
}

/* line 18, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link:hover .gl-avatar-labeled-label {
  text-decoration: underline;
  text-decoration-color: #333238;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link:hover .gl-avatar-labeled-sublabel {
  text-decoration: underline;
  text-decoration-color: #737278;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link:active, .gl-avatar-link:focus, .gl-avatar-link:focus:active {
  box-shadow: none !important;
  outline: none !important;
}

/* line 37, node_modules/@gitlab/ui/src/scss/../components/base/avatar_link/avatar_link.scss */
.gl-avatar-link:active .gl-avatar, .gl-avatar-link:focus .gl-avatar, .gl-avatar-link:focus:active .gl-avatar {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/avatars_inline/avatars_inline.scss */
.gl-avatars-inline {
  display: inline-flex;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/avatars_inline/avatars_inline.scss */
.gl-avatars-inline-child {
  display: inline-flex;
  margin-right: 0.5rem;
}

/* line 9, node_modules/@gitlab/ui/src/scss/../components/base/avatars_inline/avatars_inline.scss */
.gl-avatars-inline.collapsed {
  position: relative;
}

/* line 12, node_modules/@gitlab/ui/src/scss/../components/base/avatars_inline/avatars_inline.scss */
.gl-avatars-inline.collapsed .gl-avatars-inline-child {
  position: absolute;
  margin-right: 0;
}

/* line 18, node_modules/@gitlab/ui/src/scss/../components/base/avatars_inline/avatars_inline.scss */
.gl-avatars-inline-badge {
  background-color: #dcdcde;
  color: #333238;
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1rem;
  border-radius: 0.75rem;
  font-weight: 600;
}

/* line 28, node_modules/@gitlab/ui/src/scss/../components/base/avatars_inline/avatars_inline.scss */
.gl-avatars-inline-badge.lg {
  font-size: 0.875rem;
  padding: 0.5rem;
  border-radius: 50%;
}

/* Basic badge styles */
/* line 66, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 75, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.sm {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.md {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 83, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* line 88, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge .gl-badge-icon {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  top: auto;
}

/* Variants */
/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-muted {
  background-color: #ececef;
  color: #626168;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-muted .gl-badge-icon {
  color: #737278;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted:hover {
  color: #535158;
  background-color: #ececef;
  box-shadow: inset 0 0 0 1px #bfbfc3;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted:hover .gl-badge-icon {
  color: #626168;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted:focus {
  color: #535158;
  background-color: #ececef;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted:focus .gl-badge-icon {
  color: #626168;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted.active, a.gl-badge.badge-muted:active {
  color: #434248;
  background-color: #dcdcde;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted.active .gl-badge-icon, a.gl-badge.badge-muted:active .gl-badge-icon {
  color: #535158;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-muted:active, a.gl-badge.badge-muted:focus, a.gl-badge.badge-muted:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-neutral {
  background-color: #dcdcde;
  color: #535158;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-neutral .gl-badge-icon {
  color: #737278;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral:hover {
  color: #434248;
  background-color: #dcdcde;
  box-shadow: inset 0 0 0 1px #bfbfc3;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral:hover .gl-badge-icon {
  color: #626168;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral:focus {
  color: #434248;
  background-color: #dcdcde;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral:focus .gl-badge-icon {
  color: #626168;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral.active, a.gl-badge.badge-neutral:active {
  color: #333238;
  background-color: #bfbfc3;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral.active .gl-badge-icon, a.gl-badge.badge-neutral:active .gl-badge-icon {
  color: #535158;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-neutral:active, a.gl-badge.badge-neutral:focus, a.gl-badge.badge-neutral:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-info {
  background-color: #cbe2f9;
  color: #0b5cad;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-info .gl-badge-icon {
  color: #1f75cb;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info:hover {
  color: #064787;
  background-color: #cbe2f9;
  box-shadow: inset 0 0 0 1px #9dc7f1;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info:hover .gl-badge-icon {
  color: #1068bf;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info:focus {
  color: #064787;
  background-color: #cbe2f9;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info:focus .gl-badge-icon {
  color: #1068bf;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info.active, a.gl-badge.badge-info:active {
  color: #033464;
  background-color: #9dc7f1;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info.active .gl-badge-icon, a.gl-badge.badge-info:active .gl-badge-icon {
  color: #0b5cad;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-info:active, a.gl-badge.badge-info:focus, a.gl-badge.badge-info:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-success {
  background-color: #c3e6cd;
  color: #24663b;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-success .gl-badge-icon {
  color: #108548;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success:hover {
  color: #0d532a;
  background-color: #c3e6cd;
  box-shadow: inset 0 0 0 1px #91d4a8;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success:hover .gl-badge-icon {
  color: #217645;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success:focus {
  color: #0d532a;
  background-color: #c3e6cd;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success:focus .gl-badge-icon {
  color: #217645;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success.active, a.gl-badge.badge-success:active {
  color: #0a4020;
  background-color: #91d4a8;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success.active .gl-badge-icon, a.gl-badge.badge-success:active .gl-badge-icon {
  color: #24663b;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-success:active, a.gl-badge.badge-success:focus, a.gl-badge.badge-success:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-warning {
  background-color: #f5d9a8;
  color: #8f4700;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-warning .gl-badge-icon {
  color: #ab6100;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning:hover {
  color: #703800;
  background-color: #f5d9a8;
  box-shadow: inset 0 0 0 1px #e9be74;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning:hover .gl-badge-icon {
  color: #9e5400;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning:focus {
  color: #703800;
  background-color: #f5d9a8;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning:focus .gl-badge-icon {
  color: #9e5400;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning.active, a.gl-badge.badge-warning:active {
  color: #5c2900;
  background-color: #e9be74;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning.active .gl-badge-icon, a.gl-badge.badge-warning:active .gl-badge-icon {
  color: #8f4700;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-warning:active, a.gl-badge.badge-warning:focus, a.gl-badge.badge-warning:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-danger {
  background-color: #fdd4cd;
  color: #ae1800;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-danger .gl-badge-icon {
  color: #dd2b0e;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger:hover {
  color: #8d1300;
  background-color: #fdd4cd;
  box-shadow: inset 0 0 0 1px #fcb5aa;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger:hover .gl-badge-icon {
  color: #c91c00;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger:focus {
  color: #8d1300;
  background-color: #fdd4cd;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger:focus .gl-badge-icon {
  color: #c91c00;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger.active, a.gl-badge.badge-danger:active {
  color: #660e00;
  background-color: #fcb5aa;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger.active .gl-badge-icon, a.gl-badge.badge-danger:active .gl-badge-icon {
  color: #ae1800;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-danger:active, a.gl-badge.badge-danger:focus, a.gl-badge.badge-danger:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-tier {
  background-color: #e1d8f9;
  color: #5943b6;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-badge.badge-tier .gl-badge-icon {
  color: #7b58cf;
  transition: inherit;
}

/* line 24, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier:hover {
  color: #453894;
  background-color: #e1d8f9;
  box-shadow: inset 0 0 0 1px #cbbbf2;
  text-decoration: none;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier:hover .gl-badge-icon {
  color: #694cc0;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier:focus {
  color: #453894;
  background-color: #e1d8f9;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier:focus .gl-badge-icon {
  color: #694cc0;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier.active, a.gl-badge.badge-tier:active {
  color: #2f2a6b;
  background-color: #cbbbf2;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier.active .gl-badge-icon, a.gl-badge.badge-tier:active .gl-badge-icon {
  color: #5943b6;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
a.gl-badge.badge-tier:active, a.gl-badge.badge-tier:focus, a.gl-badge.badge-tier:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 190, node_modules/@gitlab/ui/src/scss/../components/base/badge/badge.scss */
.gl-button .gl-badge {
  top: 0;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumbs {
  display: flex;
  border-width: 0;
  box-shadow: inset 0 -1px 0 0 #bfbfc3;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-list {
  background-color: transparent;
  padding: 0;
  align-items: center;
  line-height: 1rem;
  margin: 0;
}

@media (max-width: 575.98px) {
  /* line 11, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
  .gl-breadcrumb-list {
    flex-wrap: wrap;
  }
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-separator {
  display: inline-flex;
  position: absolute;
  right: 0;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-separator > svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 0.5rem;
  color: #737278;
  fill: currentColor;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-avatar-tile {
  margin-right: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfc3;
  border-radius: 0.25rem;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-item {
  font-size: 0.75rem;
  line-height: 1rem;
  position: relative;
  padding-right: 1.5rem;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-item + .gl-breadcrumb-item {
  padding-left: 0;
}

/* line 54, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-item + .gl-breadcrumb-item::before {
  content: '';
  display: none;
}

/* line 60, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-item > a {
  display: flex;
  align-items: center;
  color: #737278;
}

@media (max-width: 575.98px) {
  /* line 60, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
  .gl-breadcrumb-item > a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    max-width: 8rem;
  }
}

/* line 68, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-item > a:active, .gl-breadcrumb-item > a:focus, .gl-breadcrumb-item > a:focus:active {
  outline: 2px solid #428fdc ;
  outline-offset: 1px;
}

/* line 76, node_modules/@gitlab/ui/src/scss/../components/base/breadcrumb/breadcrumb.scss */
.gl-breadcrumb-item:last-child > a {
  color: #1f1e24;
  font-weight: 600;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner {
  border-width: 1px;
  border-color: #dcdcde;
  border-style: solid;
  display: flex;
  font-size: 0.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.25rem;
  position: relative;
}

/* line 12, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner p {
  line-height: 1.25rem;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner-illustration {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner-illustration img {
  width: 7.5rem;
}

@media (max-width: 767.98px) {
  /* line 17, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
  .gl-banner-illustration {
    display: none;
  }
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner-title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner-introduction {
  background-color: #e9f3fc;
  border-color: #63a6e9;
}

/* line 49, node_modules/@gitlab/ui/src/scss/../components/base/banner/banner.scss */
.gl-banner-introduction .gl-banner-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.indigo {
  background-color: #41419f;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.light-indigo {
  background-color: #6666c4;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.blue {
  background-color: #305c88;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.light-blue {
  background-color: #4a79a8;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.green {
  background-color: #1c7441;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.light-green {
  background-color: #35935c;
}

/* line 35, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.red {
  background-color: #912f20;
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.light-red {
  background-color: #ad4a3b;
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.dark {
  background-color: #737278;
}

/* line 47, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.light {
  background-color: #a4a3a8;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.banner {
  color: #fff;
  box-shadow: inset 0 -1px 0 0 #333238;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message.notification {
  border-radius: 0.25rem;
  background-color: #fff;
  border-style: solid;
  border-color: #dcdcde;
  border-width: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  max-width: 18.75rem;
}

/* line 66, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message-content {
  display: flex;
  justify-content: center;
}

/* line 71, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message-icon {
  margin-right: 1rem;
}

/* line 74, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message-icon > svg {
  vertical-align: bottom;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/base/broadcast_message/broadcast_message.scss */
.gl-broadcast-message-dismiss {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  margin-left: 1rem;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/carousel/carousel.scss */
.carousel-control-prev:focus,
.carousel-control-next:focus,
.carousel-indicators li:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
/* line 43, node_modules/pikaday/scss/pikaday.scss */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333238;
  background: #fff;
  border: 1px solid #dcdcde;
  border-bottom-color: #dcdcde;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 53, node_modules/pikaday/scss/pikaday.scss */
.pika-single.is-hidden {
  display: none;
}

/* line 57, node_modules/pikaday/scss/pikaday.scss */
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

/* line 66, node_modules/pikaday/scss/pikaday.scss */
.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

/* line 72, node_modules/pikaday/scss/pikaday.scss */
.pika-single:after {
  clear: both;
}

/* line 75, node_modules/pikaday/scss/pikaday.scss */
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

/* line 81, node_modules/pikaday/scss/pikaday.scss */
.pika-title {
  position: relative;
  text-align: center;
}

/* line 85, node_modules/pikaday/scss/pikaday.scss */
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

/* line 96, node_modules/pikaday/scss/pikaday.scss */
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333238;
  background-color: #fff;
}

/* line 110, node_modules/pikaday/scss/pikaday.scss */
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}

/* line 129, node_modules/pikaday/scss/pikaday.scss */
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

/* line 133, node_modules/pikaday/scss/pikaday.scss */
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

/* line 139, node_modules/pikaday/scss/pikaday.scss */
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

/* line 145, node_modules/pikaday/scss/pikaday.scss */
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

/* line 151, node_modules/pikaday/scss/pikaday.scss */
.pika-select {
  display: inline-block;
}

/* line 155, node_modules/pikaday/scss/pikaday.scss */
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

/* line 161, node_modules/pikaday/scss/pikaday.scss */
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

/* line 167, node_modules/pikaday/scss/pikaday.scss */
.pika-table th {
  color: #737278;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

/* line 175, node_modules/pikaday/scss/pikaday.scss */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* line 181, node_modules/pikaday/scss/pikaday.scss */
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #333238;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: transparent;
  height: initial;
}

/* line 198, node_modules/pikaday/scss/pikaday.scss */
.has-event .pika-button {
  color: #fff;
  background: #33aaff;
}

/* line 203, node_modules/pikaday/scss/pikaday.scss */
.is-today .pika-button {
  color: #333238;
  font-weight: bold;
}

/* line 208, node_modules/pikaday/scss/pikaday.scss */
.is-selected .pika-button {
  color: #ececef;
  font-weight: bold;
  background: #1f75cb;
  box-shadow: inset 0 1px 3px #1f75cb;
  border-radius: 3px;
}

/* line 216, node_modules/pikaday/scss/pikaday.scss */
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #737278;
  opacity: .3;
}

/* line 222, node_modules/pikaday/scss/pikaday.scss */
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

/* line 227, node_modules/pikaday/scss/pikaday.scss */
.pika-button:hover {
  color: #737278;
  background: #ececef;
  box-shadow: none;
  border-radius: 3px;
}

/* line 234, node_modules/pikaday/scss/pikaday.scss */
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

/* line 240, node_modules/pikaday/scss/pikaday.scss */
.pika-week {
  font-size: 11px;
  color: #737278;
}

/* line 245, node_modules/pikaday/scss/pikaday.scss */
.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

/* line 250, node_modules/pikaday/scss/pikaday.scss */
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

/* line 257, node_modules/pikaday/scss/pikaday.scss */
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-actions {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 35, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-actions .gl-button.gl-button {
  border-radius: 0.0075rem;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme {
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-style: none;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme.is-bound {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

/* line 50, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-lendar {
  margin: 0;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: inset 0 0 0 1px #dcdcde;
  border-radius: 0.25rem;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-title {
  line-height: 1rem;
  margin-bottom: 1rem;
  height: 1rem;
}

/* line 65, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-next,
.gl-datepicker-theme .pika-prev {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
}

/* line 73, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-next:hover,
.gl-datepicker-theme .pika-prev:hover {
  border-radius: 0.125rem;
  background-color: #ececef;
}

/* line 78, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-next.is-disabled,
.gl-datepicker-theme .pika-prev.is-disabled {
  cursor: not-allowed;
}

/* line 83, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-next {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill-rule="evenodd" d="M10.707 7.293a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L8.586 8 6.293 5.707a1 1 0 0 1 1.414-1.414l3 3z"/></svg>');
}

/* line 87, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-prev {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414-1.414L7.414 8l2.293-2.293a1 1 0 0 0-1.414-1.414l-3 3z"/></svg>');
}

/* line 91, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-label {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 95, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-label:hover {
  border-radius: 0.125rem;
  background-color: #ececef;
}

/* line 101, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-select {
  top: 0;
  height: 1rem;
}

/* line 106, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme th {
  padding-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1rem;
}

/* line 112, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme abbr[title] {
  text-decoration: none;
  cursor: default;
}

/* line 117, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-button {
  box-shadow: none;
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  line-height: 1rem;
  width: 2rem;
  font-size: 0.875rem;
}

/* line 126, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .pika-button.is-past-date {
  color: #89888d;
}

/* line 131, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .is-today > .pika-button {
  font-weight: 600;
  color: #333238;
}

/* line 136, node_modules/@gitlab/ui/src/scss/../components/base/datepicker/datepicker.scss */
.gl-datepicker-theme .is-selected > .pika-button {
  background-color: #1f75cb;
  font-weight: 400;
  color: #fff;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/daterange_picker/daterange_picker.scss */
.gl-daterange-picker {
  line-height: 1rem;
  font-size: 0.875rem;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 6, node_modules/@gitlab/ui/src/scss/../components/base/daterange_picker/daterange_picker.scss */
.gl-daterange-picker label {
  font-weight: 600;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/daterange_picker/daterange_picker.scss */
.gl-daterange-picker .gl-datepicker-input {
  border-color: #dcdcde;
  color: #333238;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/base/daterange_picker/daterange_picker.scss */
.gl-daterange-picker .gl-daterange-picker-indicator {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: flex-end;
  color: #737278;
  gap: 0.5rem;
  height: 2rem;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer {
  right: 0;
  transition: all 0.2s ease;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  box-shadow: -4px 0 8px #bfbfc3;
  font-size: 0.875rem;
  line-height: 1rem;
  display: flex;
  flex-direction: column;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer .gl-drawer-header-sticky {
  background-color: #fff;
  top: 0;
  position: sticky;
}

@media (max-width: 767.98px) {
  /* line 5, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
  .gl-drawer {
    width: 100%;
  }
}

/* line 28, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-default {
  background-color: #fff;
  width: 400px;
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-default .gl-drawer-header,
.gl-drawer-default .gl-drawer-body > * {
  padding: 1rem;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-sidebar {
  background-color: #fbfafd;
  width: 290px;
}

/* line 42, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-sidebar .gl-drawer-header,
.gl-drawer-sidebar .gl-drawer-body > * {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 47, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-sidebar .gl-drawer-body > * {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-sidebar .gl-drawer-header {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-footer {
  border-top-style: solid;
  border-top-color: #dcdcde;
  border-top-width: 1px;
  padding: 1rem;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-body-scrim-on-footer::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  top: -1px;
  transform: translateY(-100%);
  content: '';
  left: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 2rem;
}

/* line 77, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-footer-sticky {
  background-color: #fff;
  bottom: 0;
  position: sticky;
}

/* line 83, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-header {
  border-bottom-style: solid;
  border-bottom-color: #dcdcde;
  border-bottom-width: 1px;
}

/* line 89, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 94, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-title svg {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

/* line 101, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-close-button {
  background: none;
  border-style: none;
}

/* line 106, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-body {
  flex-grow: 1;
  background-color: inherit;
}

/* line 115, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-body-scrim::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  content: '';
  bottom: 0;
  pointer-events: none;
  width: 100%;
  position: fixed;
  height: 2rem;
}

/* line 126, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-body > * {
  border-bottom-style: solid;
  border-bottom-color: #dcdcde;
  border-bottom-width: 1px;
}

/* line 131, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-body > *:last-child {
  border-style: none;
}

/* line 136, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-enter-to {
  transform: translateX(0);
}

/* line 140, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-enter,
.gl-drawer-leave-to {
  transform: translateX(100%);
}

/* line 145, node_modules/@gitlab/ui/src/scss/../components/base/drawer/drawer.scss */
.gl-drawer-enter-active,
.gl-drawer-leave-active {
  transition: all 0.2s ease;
}

/* line 2, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-menu {
  background-color: #fff;
  border-width: 1px;
  border-color: #bfbfc3;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 15rem;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-menu .gl-search-box-by-type {
  margin: 0.5rem;
}

/* line 18, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-menu li {
  padding: 0;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-inner {
  display: flex;
  flex-direction: column;
  max-height: 19.5rem;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-inner > :first-child {
  padding-top: 0.5rem;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-inner > :last-child {
  padding-bottom: 0.5rem;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-contents {
  flex-grow: 1;
  overflow-y: auto;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-header-top {
  border-width: 1px;
  border-bottom-style: solid;
  border-color: #bfbfc3;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bfbfc3;
}

/* line 62, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bfbfc3;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 71, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle::after {
  display: none;
}

/* line 75, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle.gl-button, .gl-dropdown .dropdown-toggle.gl-button.btn-block {
  padding-right: 0.5rem;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle.gl-button.btn-sm, .gl-dropdown .btn-group-sm > .gl-button.btn, .gl-dropdown .dropdown-toggle.gl-button.btn-block.btn-sm, .gl-dropdown .btn-group-sm > .btn-block.btn {
  padding-right: 0.25rem;
}

/* line 84, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle.dropdown-toggle-no-caret, .gl-dropdown .dropdown-toggle.dropdown-toggle-no-caret.btn-sm, .gl-dropdown .btn-group-sm > .dropdown-toggle-no-caret.btn {
  padding: 0.5rem;
}

/* line 88, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle.dropdown-toggle-no-caret .dropdown-chevron, .gl-dropdown .dropdown-toggle.dropdown-toggle-no-caret.btn-sm .dropdown-chevron, .gl-dropdown .btn-group-sm > .dropdown-toggle-no-caret.btn .dropdown-chevron {
  display: none;
}

/* line 95, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle-split::after {
  border-width: 0;
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill-rule="evenodd" d="M7.293 10.707a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L8 8.586 5.707 6.293a1 1 0 0 0-1.414 1.414l3 3z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill-rule="evenodd" d="M7.293 10.707a1 1 0 0 0 1.414 0l3-3a1 1 0 0 0-1.414-1.414L8 8.586 5.707 6.293a1 1 0 0 0-1.414 1.414l3 3z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}

/* line 105, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle-split.btn-default:not(:disabled)::after {
  border-color: #737278;
}

/* line 109, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle-split.btn-confirm, .gl-dropdown .dropdown-toggle-split.btn-info, .gl-dropdown .dropdown-toggle-split.btn-success, .gl-dropdown .dropdown-toggle-split.btn-danger {
  margin-left: 1px;
}

/* line 116, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle-split:disabled, .gl-dropdown .dropdown-toggle-split.disabled, .gl-dropdown .dropdown-toggle-split[class*='-secondary'] {
  margin-left: -1px;
}

/* line 122, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle-split.gl-button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 125, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-toggle-split.gl-button.btn-sm, .gl-dropdown .btn-group-sm > .gl-button.btn {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 132, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-toggle.btn-block {
  justify-content: space-between;
}

/* line 136, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-toggle .gl-button-text {
  display: inline-flex;
}

/* line 141, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .gl-dropdown-button-text {
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 148, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown.dropdown.show .dropdown-toggle-split {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 155, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown.dropdown.btn-sm .gl-icon, .btn-group-sm > .dropdown.btn .gl-icon {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 159, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown.dropdown.btn-sm .gl-icon.dropdown-chevron, .btn-group-sm > .dropdown.btn .gl-icon.dropdown-chevron {
  height: 1rem;
  width: 1rem;
}

/* line 165, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown.dropdown .gl-button .dropdown-chevron,
.gl-dropdown.dropdown .gl-button.btn-block .dropdown-chevron,
.gl-dropdown.dropdown .dropdown-chevron {
  margin-left: 0.25rem;
  margin-right: 0;
}

/* line 173, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-icon {
  margin-right: 0.25rem;
}

/* line 177, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-icon-text,
.gl-dropdown .dropdown-icon-only {
  padding-left: 0.5rem;
}

/* line 183, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-icon-only .dropdown-icon,
.gl-dropdown .dropdown-icon-only .gl-button-icon.gl-button-icon {
  margin-right: 0;
}

/* line 188, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .dropdown-icon-only.btn-sm .dropdown-chevron, .gl-dropdown .btn-group-sm > .dropdown-icon-only.btn .dropdown-chevron {
  margin-left: 0;
  margin-right: 0;
}

/* line 193, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .split-content-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 197, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .icon-split-content-button {
  padding-left: 0.5rem;
}

/* line 200, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown.scss */
.gl-dropdown .icon-split-content-button .dropdown-icon {
  margin-right: 0;
}

/* Styling when the component is used on its own */
/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_divider.scss */
.gl-dropdown-divider {
  overflow: hidden;
  height: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bfbfc3;
}

/* Styling to override the vue-bootstrap CSS included in GitLab CSS */
/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_divider.scss */
.gl-dropdown .gl-dropdown-divider {
  overflow: hidden;
  height: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #bfbfc3;
}

/* Styling when the component is used on its own */
/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_section_header.scss */
.gl-dropdown-section-header .dropdown-header {
  font-size: 0.875rem;
  color: #333238;
  line-height: 1rem;
  text-align: left;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  white-space: normal;
}

/* Styling to override the vue-bootstrap CSS included in GitLab CSS */
/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_section_header.scss */
.gl-dropdown .gl-dropdown-section-header .dropdown-header {
  font-size: 0.875rem;
  color: #333238;
  line-height: 1rem;
  text-align: left;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  white-space: normal;
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item {
  align-items: center;
  background-color: transparent;
  border-width: 0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  color: #333238;
  text-align: left;
  width: 100%;
  white-space: normal;
  cursor: pointer;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item .gl-avatar {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item .gl-dropdown-item-check-icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: #535158;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item .gl-dropdown-item-icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item .gl-dropdown-item-text-primary {
  margin: 0;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item .gl-dropdown-item-text-secondary {
  margin: 0;
  color: #535158;
}

/* line 50, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item .gl-dropdown-item-text-wrapper {
  min-width: 0;
  flex-grow: 1;
  margin-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 58, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item.text-danger {
  color: #dd2b0e;
}

/* line 62, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item.disable-hover {
  text-decoration: none;
}

/* line 66, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:disabled {
  color: #737278;
}

/* line 69, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:disabled .gl-new-dropdown-item-check-icon {
  color: inherit;
}

/* line 73, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:disabled .gl-new-dropdown-item-text-secondary {
  color: inherit;
}

/* line 77, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:disabled .gl-avatar {
  opacity: 0.7;
}

/* line 82, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:not(.disable-hover):hover, .gl-dropdown-item .dropdown-item:active, .gl-dropdown-item .dropdown-item:focus, .gl-dropdown-item .dropdown-item.is-focused {
  background-color: #ececef;
  text-decoration: none;
  color: #333238;
}

/* line 91, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item.text-danger:not(.disable-hover):hover, .gl-dropdown-item .dropdown-item.text-danger:active, .gl-dropdown-item .dropdown-item.text-danger:focus, .gl-dropdown-item .dropdown-item.is-focused.text-danger {
  color: #dd2b0e;
}

/* line 95, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:not(.disable-hover):hover .avatar, .gl-dropdown-item .dropdown-item:active .avatar, .gl-dropdown-item .dropdown-item:focus .avatar, .gl-dropdown-item .dropdown-item.is-focused .avatar {
  border-color: #fff;
}

/* line 100, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_item.scss */
.gl-dropdown-item .dropdown-item:active, .gl-dropdown-item .dropdown-item:focus, .gl-dropdown-item .dropdown-item:focus:active {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 2, node_modules/@gitlab/ui/src/scss/../components/base/dropdown/dropdown_text.scss */
.gl-dropdown-text .b-dropdown-text {
  align-items: center;
  background-color: transparent;
  border-width: 0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  color: #333238;
  text-align: left;
  width: 100%;
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search.scss */
.gl-filtered-search-scrollable {
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
  align-items: center;
  padding: 0.25rem;
  padding-left: 0.75rem;
  box-shadow: inset 0 0 0 1px #89888d;
  border-style: none;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search.scss */
.gl-filtered-search-item {
  display: flex;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search.scss */
.gl-filtered-search-last-item {
  flex-grow: 1;
  padding: 0;
  padding-left: 0.125rem;
  height: 1.5rem;
  min-width: 5rem;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search.scss */
.gl-filtered-search-last-item .gl-filtered-search-term-value {
  height: 100%;
  width: 100%;
  align-items: center;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_suggestion.scss */
.gl-filtered-search-suggestion {
  padding: 0;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_suggestion.scss */
.gl-filtered-search-suggestion-active {
  background-color: #dcdcde;
  text-decoration: none;
  color: #333238;
  outline: 0;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_suggestion_list.scss */
.gl-filtered-search-suggestion-list.dropdown-menu {
  display: block;
  width: 15rem;
}

/* line 9, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_suggestion_list.scss */
.gl-filtered-search-suggestion-list {
  position: absolute;
  overflow-y: auto;
  max-height: 19.5rem;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_suggestion_list.scss */
.gl-filtered-search-suggestion-list .gl-filtered-search-suggestion {
  padding: 0;
}

/* line 2, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_term.scss */
.gl-filtered-search-term .gl-filtered-search-term-token {
  cursor: text;
}

/* line 7, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_term.scss */
.gl-filtered-search-term-input {
  padding: 0;
  border-style: none;
  outline: none;
  height: 1.5rem;
  min-width: 15rem;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_term.scss */
.gl-filtered-search-term-icon {
  margin-right: 0.25rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-filtered-search-token {
  height: 1.5rem;
  display: inline-flex;
  white-space: nowrap;
  cursor: pointer;
}

/* line 2, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-filtered-search-token.gl-filtered-search-token-active {
  cursor: default;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-filtered-search-token.gl-filtered-search-token-hover:hover .gl-filtered-search-token-type {
  background-color: #dcdcde;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-filtered-search-token.gl-filtered-search-token-hover:hover .gl-filtered-search-token-data,
.gl-filtered-search-token.gl-filtered-search-token-hover:hover .gl-filtered-search-token-operator {
  background-color: #bfbfc3;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-token {
  border-radius: 0;
}

/* line 28, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-token.gl-filtered-search-token-type {
  height: 1.5rem;
  background-color: #ececef;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 0.125rem;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-token.gl-filtered-search-token-operator {
  height: 1.5rem;
  background-color: #ececef;
  margin-right: 0.125rem;
  border-radius: 0;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-token.gl-filtered-search-token-data {
  height: 1.5rem;
  background-color: #dcdcde;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-token.gl-filtered-search-token-data .gl-filtered-search-token-data-content {
  display: inline-flex;
}

/* line 57, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token.scss */
.gl-filtered-search-token-operator-description {
  color: #626168;
  margin-left: auto;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token_segment.scss */
.gl-filtered-search-token-segment {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 1.5rem;
  white-space: nowrap;
  cursor: pointer;
}

/* line 9, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token_segment.scss */
.gl-filtered-search-token-segment.gl-filtered-search-token-segment-active {
  cursor: default;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token_segment.scss */
.gl-filtered-search-token-segment-input {
  padding: 0;
  height: 100%;
  border-style: none;
  outline: none;
  min-width: 15rem;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/filtered_search/filtered_search_token_segment.scss */
.gl-filtered-search-token-segment-icon {
  margin-right: 0.25rem;
}

/* line 2, node_modules/@gitlab/ui/src/scss/../components/base/form/form_date/form_date.scss */
.gl-form-date input::-webkit-datetime-edit {
  line-height: 1;
  padding: 0;
  margin-bottom: -2px;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input,
.gl-form-input.form-control {
  background-color: #fff;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: auto;
  color: #333238;
  box-shadow: inset 0 0 0 1px #89888d;
  border-style: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */
.gl-form-input:focus,
.gl-form-input.form-control:focus {
  color: #333238;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input:disabled, .gl-form-input:not(.form-control-plaintext):not([type='color']):read-only,
.gl-form-input.form-control:disabled,
.gl-form-input.form-control:not(.form-control-plaintext):not([type='color']):read-only {
  background-color: #fbfafd;
  box-shadow: inset 0 0 0 1px #dcdcde;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input:disabled,
.gl-form-input.form-control:disabled {
  cursor: not-allowed;
  color: #737278;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input:not(.form-control-plaintext):focus,
.gl-form-input.form-control:not(.form-control-plaintext):focus {
  box-shadow: inset 0 0 0 1px #333238, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  color: #333238;
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input.is-invalid,
.gl-form-input.form-control.is-invalid {
  box-shadow: inset 0 0 0 1px #dd2b0e;
  background-image: none;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input.is-invalid:focus,
.gl-form-input.form-control.is-invalid:focus {
  box-shadow: inset 0 0 0 1px #dd2b0e, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input.is-valid,
.gl-form-input.form-control.is-valid {
  background-image: none;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input::placeholder,
.gl-form-input.form-control::placeholder {
  color: #89888d;
}

/* line 49, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input.form-control-plaintext,
.gl-form-input.form-control.form-control-plaintext {
  box-shadow: none;
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input-xs {
  max-width: 5rem;
}

@media (min-width: 576px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-sm-form-input-xs {
    max-width: 5rem;
  }
}

@media (min-width: 768px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-md-form-input-xs {
    max-width: 5rem;
  }
}

@media (min-width: 992px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-lg-form-input-xs {
    max-width: 5rem;
  }
}

@media (min-width: 1200px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-xl-form-input-xs {
    max-width: 5rem;
  }
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input-sm {
  max-width: 10rem;
}

@media (min-width: 576px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-sm-form-input-sm {
    max-width: 10rem;
  }
}

@media (min-width: 768px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-md-form-input-sm {
    max-width: 10rem;
  }
}

@media (min-width: 992px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-lg-form-input-sm {
    max-width: 10rem;
  }
}

@media (min-width: 1200px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-xl-form-input-sm {
    max-width: 10rem;
  }
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input-md {
  max-width: 15rem;
}

@media (min-width: 576px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-sm-form-input-md {
    max-width: 15rem;
  }
}

@media (min-width: 768px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-md-form-input-md {
    max-width: 15rem;
  }
}

@media (min-width: 992px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-lg-form-input-md {
    max-width: 15rem;
  }
}

@media (min-width: 1200px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-xl-form-input-md {
    max-width: 15rem;
  }
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input-lg {
  max-width: 20rem;
}

@media (min-width: 576px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-sm-form-input-lg {
    max-width: 20rem;
  }
}

@media (min-width: 768px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-md-form-input-lg {
    max-width: 20rem;
  }
}

@media (min-width: 992px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-lg-form-input-lg {
    max-width: 20rem;
  }
}

@media (min-width: 1200px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-xl-form-input-lg {
    max-width: 20rem;
  }
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
.gl-form-input-xl {
  max-width: 35rem;
}

@media (min-width: 576px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-sm-form-input-xl {
    max-width: 35rem;
  }
}

@media (min-width: 768px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-md-form-input-xl {
    max-width: 35rem;
  }
}

@media (min-width: 992px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-lg-form-input-xl {
    max-width: 35rem;
  }
}

@media (min-width: 1200px) {
  /* line 61, node_modules/@gitlab/ui/src/scss/../components/base/form/form_input/form_input.scss */
  .gl-xl-form-input-xl {
    max-width: 35rem;
  }
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox-group {
  line-height: 1rem;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox,
.gl-form-radio {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333238;
}

/* line 20, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.form-check,
.gl-form-radio.form-check {
  display: flex;
  padding-left: 0;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.form-check-inline,
.gl-form-radio.form-check-inline {
  display: inline-flex;
  align-items: center;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox .form-check-input,
.gl-form-radio .form-check-input {
  margin-top: 0.125rem;
  margin-left: 0;
  align-self: flex-start;
  position: static;
  height: auto;
  margin-right: 0;
}

/* line 33, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox .form-check-input:active, .gl-form-checkbox .form-check-input:focus, .gl-form-checkbox .form-check-input:focus:active,
.gl-form-radio .form-check-input:active,
.gl-form-radio .form-check-input:focus,
.gl-form-radio .form-check-input:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox .form-check-label,
.gl-form-radio .form-check-label {
  padding-left: 0.5rem;
  line-height: 1rem;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox .form-check-input:disabled,
.gl-form-checkbox .form-check-input:disabled ~ .form-check-label,
.gl-form-checkbox .custom-control-input:disabled,
.gl-form-checkbox .custom-control-input:disabled ~ .custom-control-label,
.gl-form-radio .form-check-input:disabled,
.gl-form-radio .form-check-input:disabled ~ .form-check-label,
.gl-form-radio .custom-control-input:disabled,
.gl-form-radio .custom-control-input:disabled ~ .custom-control-label {
  cursor: not-allowed;
  color: #89888d;
}

/* line 54, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input ~ .custom-control-label,
.gl-form-radio.custom-control .custom-control-input ~ .custom-control-label {
  cursor: pointer;
}

/* line 57, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input ~ .custom-control-label::before, .gl-form-checkbox.custom-control .custom-control-input ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input ~ .custom-control-label::after {
  top: 0;
}

/* line 62, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #89888d;
}

/* line 69, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:not(:disabled):focus ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input:not(:disabled):focus ~ .custom-control-label::before {
  border-color: #737278;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 76, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:checked ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 85, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input[type='checkbox']:checked ~ .custom-control-label::after,
.gl-form-checkbox.custom-control .custom-control-input[type='checkbox']:indeterminate ~ .custom-control-label::after,
.gl-form-checkbox.custom-control .custom-control-input[type='radio']:checked ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='checkbox']:checked ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='checkbox']:indeterminate ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='radio']:checked ~ .custom-control-label::after {
  background: none;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

/* line 93, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input[type='checkbox']:checked ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='checkbox']:checked ~ .custom-control-label::after {
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 3.05299L2.99123 5L7 1" stroke="white" stroke-width="2"/%3E%3C/svg%3E%0A');
          mask-image: url('data:image/svg+xml,%3Csvg width="8" height="7" viewBox="0 0 8 7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 3.05299L2.99123 5L7 1" stroke="white" stroke-width="2"/%3E%3C/svg%3E%0A');
}

/* line 97, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input[type='checkbox']:indeterminate ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='checkbox']:indeterminate ~ .custom-control-label::after {
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg width="8" height="2" viewBox="0 0 8 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 1L8 1" stroke="white" stroke-width="2"/%3E%3C/svg%3E%0A');
          mask-image: url('data:image/svg+xml,%3Csvg width="8" height="2" viewBox="0 0 8 2" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0 1L8 1" stroke="white" stroke-width="2"/%3E%3C/svg%3E%0A');
}

/* line 101, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input[type='radio']:checked ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='radio']:checked ~ .custom-control-label::after {
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="3" cy="3" r="3" fill="white"/%3E%3C/svg%3E%0A');
          mask-image: url('data:image/svg+xml,%3Csvg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="3" cy="3" r="3" fill="white"/%3E%3C/svg%3E%0A');
}

/* line 107, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before,
.gl-form-checkbox.custom-control .custom-control-input:not(:disabled):focus:checked ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input:not(:disabled):checked ~ .custom-control-label:hover::before,
.gl-form-radio.custom-control .custom-control-input:not(:disabled):focus:checked ~ .custom-control-label::before {
  background-color: #0b5cad;
  border-color: #0b5cad;
}

/* line 114, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.gl-form-radio.custom-control.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 119, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control.custom-checkbox .custom-control-input:not(:disabled):indeterminate ~ .custom-control-label:hover::before,
.gl-form-checkbox.custom-control.custom-checkbox .custom-control-input:not(:disabled):focus:indeterminate ~ .custom-control-label::before,
.gl-form-radio.custom-control.custom-checkbox .custom-control-input:not(:disabled):indeterminate ~ .custom-control-label:hover::before,
.gl-form-radio.custom-control.custom-checkbox .custom-control-input:not(:disabled):focus:indeterminate ~ .custom-control-label::before {
  background-color: #0b5cad;
  border-color: #0b5cad;
}

/* line 126, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:disabled ~ .custom-control-label,
.gl-form-radio.custom-control .custom-control-input:disabled ~ .custom-control-label {
  cursor: not-allowed;
}

/* line 129, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:disabled ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ececef;
  border-color: #dcdcde;
  pointer-events: auto;
}

/* line 138, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:checked:disabled ~ .custom-control-label::before,
.gl-form-checkbox.custom-control .custom-control-input[type='checkbox']:indeterminate:disabled ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input:checked:disabled ~ .custom-control-label::before,
.gl-form-radio.custom-control .custom-control-input[type='checkbox']:indeterminate:disabled ~ .custom-control-label::before {
  background-color: #dcdcde;
  border-color: #dcdcde;
}

/* line 143, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox.custom-control .custom-control-input:checked:disabled ~ .custom-control-label::after,
.gl-form-checkbox.custom-control .custom-control-input[type='checkbox']:indeterminate:disabled ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input:checked:disabled ~ .custom-control-label::after,
.gl-form-radio.custom-control .custom-control-input[type='checkbox']:indeterminate:disabled ~ .custom-control-label::after {
  background-color: #737278;
}

/* line 149, node_modules/@gitlab/ui/src/scss/../components/base/form/form_checkbox/form_checkbox.scss */
.gl-form-checkbox .help-text,
.gl-form-radio .help-text {
  margin-top: 0.25rem;
  color: #737278;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group {
  margin-bottom: 1rem;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group .col-form-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group .col-form-label > .label-description {
  margin-top: 0.5rem;
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group .optional-label,
.gl-form-group .label-description {
  font-weight: 400;
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group .invalid-feedback,
.gl-form-group .valid-feedback,
.gl-form-group .text-gl-muted {
  font-size: 0.875rem;
  line-height: 1rem;
}

/* line 29, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group .form-control + .invalid-feedback,
.gl-form-group .form-control + .valid-feedback,
.gl-form-group .form-control + .text-gl-muted, .gl-form-group .form-control.is-valid + .invalid-feedback + .text-gl-muted {
  margin-top: 0.5rem;
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group .text-gl-muted {
  color: #737278;
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/base/form/form_group/form_group.scss */
.gl-form-group legend {
  border-bottom: 0;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/form/form_radio_group/form_radio_group.scss */
.gl-form-radio-group {
  font-size: 0.875rem;
  line-height: 1rem;
}

/*
This is a temporary measure to ensure custom select styles are not affected by our
lack of an autoprefixer tool for compiling bootstrap.

TODO: Remove once bootstrap is included in GitLab UI or we include an autoprefixer
on gitlab
See: https://gitlab.com/gitlab-org/gitlab/issues/30055
*/
/* stylelint-disable property-no-vendor-prefix */
/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select {
  font-size: 0.875rem;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333238;
  opacity: 1;
  line-height: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  height: auto;
  box-shadow: inset 0 0 0 1px #89888d;
  border-style: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.21967 0.21967C0.512563 -0.0732232 0.987437 -0.0732232 1.28033 0.21967L4 2.93934L6.71967 0.21967C7.01256 -0.073223 7.48744 -0.0732229 7.78033 0.21967C8.07322 0.512563 8.07322 0.987437 7.78033 1.28033L4.53033 4.53033C4.23744 4.82322 3.76256 4.82322 3.46967 4.53033L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z" fill="%23666666"/%3E%3C/svg%3E%0A');
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select:focus, .gl-form-select:focus:active {
  box-shadow: inset 0 0 0 1px #333238, 0 0 0 1px #fff, 0 0 0 3px #428fdc !important;
  outline: none !important;
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select:disabled {
  background-color: #fbfafd;
  box-shadow: inset 0 0 0 1px #dcdcde;
  color: #737278;
  cursor: not-allowed;
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select.is-valid, .gl-form-select.is-invalid {
  padding-right: 1.75rem;
  background-image: url('data:image/svg+xml,%3Csvg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M0.21967 0.21967C0.512563 -0.0732232 0.987437 -0.0732232 1.28033 0.21967L4 2.93934L6.71967 0.21967C7.01256 -0.073223 7.48744 -0.0732229 7.78033 0.21967C8.07322 0.512563 8.07322 0.987437 7.78033 1.28033L4.53033 4.53033C4.23744 4.82322 3.76256 4.82322 3.46967 4.53033L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z" fill="%23666666"/%3E%3C/svg%3E%0A');
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select.is-invalid:not(:disabled) {
  box-shadow: inset 0 0 0 1px #ec5941;
}

/* line 48, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select.is-invalid:not(:disabled):focus {
  box-shadow: inset 0 0 0 1px #dd2b0e, 0 0 0 1px #fff, 0 0 0 3px #428fdc !important;
  outline: none !important;
}

/* line 52, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select.is-invalid:not(:disabled):hover {
  box-shadow: inset 0 0 0 1px #dd2b0e;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select-xs {
  max-width: 5rem;
}

@media (min-width: 576px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-sm-form-select-xs {
    max-width: 5rem;
  }
}

@media (min-width: 768px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-md-form-select-xs {
    max-width: 5rem;
  }
}

@media (min-width: 992px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-lg-form-select-xs {
    max-width: 5rem;
  }
}

@media (min-width: 1200px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-xl-form-select-xs {
    max-width: 5rem;
  }
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select-sm {
  max-width: 10rem;
}

@media (min-width: 576px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-sm-form-select-sm {
    max-width: 10rem;
  }
}

@media (min-width: 768px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-md-form-select-sm {
    max-width: 10rem;
  }
}

@media (min-width: 992px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-lg-form-select-sm {
    max-width: 10rem;
  }
}

@media (min-width: 1200px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-xl-form-select-sm {
    max-width: 10rem;
  }
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select-md {
  max-width: 15rem;
}

@media (min-width: 576px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-sm-form-select-md {
    max-width: 15rem;
  }
}

@media (min-width: 768px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-md-form-select-md {
    max-width: 15rem;
  }
}

@media (min-width: 992px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-lg-form-select-md {
    max-width: 15rem;
  }
}

@media (min-width: 1200px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-xl-form-select-md {
    max-width: 15rem;
  }
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select-lg {
  max-width: 20rem;
}

@media (min-width: 576px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-sm-form-select-lg {
    max-width: 20rem;
  }
}

@media (min-width: 768px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-md-form-select-lg {
    max-width: 20rem;
  }
}

@media (min-width: 992px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-lg-form-select-lg {
    max-width: 20rem;
  }
}

@media (min-width: 1200px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-xl-form-select-lg {
    max-width: 20rem;
  }
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
.gl-form-select-xl {
  max-width: 35rem;
}

@media (min-width: 576px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-sm-form-select-xl {
    max-width: 35rem;
  }
}

@media (min-width: 768px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-md-form-select-xl {
    max-width: 35rem;
  }
}

@media (min-width: 992px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-lg-form-select-xl {
    max-width: 35rem;
  }
}

@media (min-width: 1200px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/form/form_select/form_select.scss */
  .gl-xl-form-select-xl {
    max-width: 35rem;
  }
}

/* stylelint-enable property-no-vendor-prefix */
/**
* Form textarea styles.
*
* notes:
* - gl-form-input is the SSOT for the textbox styles,
* we maintain this class to set the correct height.
*/
/* line 9, node_modules/@gitlab/ui/src/scss/../components/base/form/form_textarea/form_textarea.scss */
.gl-form-textarea,
.gl-form-textarea.form-control {
  height: 4.5rem;
}

/* line 2, node_modules/@gitlab/ui/src/scss/../components/base/form/form_combobox/form_combobox.scss */
.gl-form-combobox .gl-form-combobox-inner {
  max-height: 19.5rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon {
  fill: currentColor;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s8 {
  width: 8px;
  height: 8px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s12 {
  width: 12px;
  height: 12px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s14 {
  width: 14px;
  height: 14px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s16 {
  width: 16px;
  height: 16px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s24 {
  width: 24px;
  height: 24px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s32 {
  width: 32px;
  height: 32px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s48 {
  width: 48px;
  height: 48px;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/icon/icon.scss */
.gl-icon.s72 {
  width: 72px;
  height: 72px;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/infinite_scroll/infinite_scroll.scss */
.gl-infinite-scroll-container {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.875rem;
}

/* line 7, node_modules/@gitlab/ui/src/scss/../components/base/infinite_scroll/infinite_scroll.scss */
.gl-infinite-scroll-legend {
  text-align: center;
  font-size: 0.75rem;
  color: #333238;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label {
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  display: inline-flex;
  border-radius: 0.75rem;
  position: relative;
  max-width: 100%;
  font-size: 0.875rem;
  box-shadow: var(--label-inset-border) !important;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label:not(.gl-label-scoped) {
  background-color: var(--label-background-color);
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label:focus-within {
  box-shadow: inset 0 0 0 1px var(--label-background-color), 0 0 0 1px #fff, 0 0 0 3px #428fdc !important;
  outline: none !important;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label .gl-label-link {
  line-height: 1rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  overflow: hidden;
  color: inherit;
  max-width: 100%;
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label .gl-label-link:focus, .gl-label .gl-label-link:hover {
  color: inherit;
  box-shadow: none;
  outline: none;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label .gl-label-text,
.gl-label .gl-label-text-scoped {
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
}

/* line 48, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label > .gl-label-close.gl-button {
  border-width: 0;
  display: flex;
  margin-left: -0.25rem;
  margin-right: 0.25rem;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
}

/* line 57, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label > .gl-label-close.gl-button[disabled], .gl-label > .gl-label-close.gl-button[disabled]:hover, .gl-label > .gl-label-close.gl-button[disabled]:focus {
  opacity: 0.5;
  background-color: inherit;
  box-shadow: none;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label > .gl-label-close.gl-button[disabled] .gl-icon, .gl-label > .gl-label-close.gl-button[disabled]:hover .gl-icon, .gl-label > .gl-label-close.gl-button[disabled]:focus .gl-icon {
  fill: currentColor;
}

/* line 69, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label > .gl-label-close.gl-button:focus, .gl-label > .gl-label-close.gl-button:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 74, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label > .gl-label-close.gl-button .gl-icon {
  padding: 0.125rem;
}

/* line 80, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-dark {
  color: #1f1e24;
}

/* line 84, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-dark .gl-label-close.gl-button .gl-icon, .gl-label-text-dark .gl-label-close.gl-button[disabled] .gl-icon, .gl-label-text-dark .gl-label-close.gl-button[disabled]:hover .gl-icon, .gl-label-text-dark .gl-label-close.gl-button[disabled]:focus .gl-icon {
  color: #333;
}

/* line 91, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-dark .gl-label-close.gl-button:focus, .gl-label-text-dark .gl-label-close.gl-button:hover {
  background-color: #000;
}

/* line 95, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-dark .gl-label-close.gl-button:focus .gl-icon, .gl-label-text-dark .gl-label-close.gl-button:hover .gl-icon {
  color: var(--label-background-color);
}

/* line 102, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-light {
  color: #fff;
}

/* line 106, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-light .gl-label-close.gl-button .gl-icon, .gl-label-text-light .gl-label-close.gl-button[disabled] .gl-icon, .gl-label-text-light .gl-label-close.gl-button[disabled]:hover .gl-icon, .gl-label-text-light .gl-label-close.gl-button[disabled]:focus .gl-icon {
  color: #fff;
}

/* line 113, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-light .gl-label-close.gl-button:focus, .gl-label-text-light .gl-label-close.gl-button:hover {
  background-color: #fff;
}

/* line 117, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-text-light .gl-label-close.gl-button:focus .gl-icon, .gl-label-text-light .gl-label-close.gl-button:hover .gl-icon {
  color: var(--label-background-color);
}

/* line 126, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-scoped.gl-label-text-light .gl-label-close.gl-button .gl-icon,
.gl-label-scoped.gl-label-text-light .gl-label-close.gl-button[disabled]:hover .gl-icon {
  color: var(--label-background-color);
}

/* line 131, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-scoped.gl-label-text-light .gl-label-close.gl-button:not(:disabled):focus, .gl-label-scoped.gl-label-text-light .gl-label-close.gl-button:not(:disabled):hover {
  background-color: var(--label-background-color);
}

/* line 140, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-scoped.gl-label-text-dark .gl-label-close.gl-button:not(:disabled):focus, .gl-label-scoped.gl-label-text-dark .gl-label-close.gl-button:not(:disabled):hover {
  background-color: #000;
}

/* line 150, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-scoped .gl-label-close.gl-button:focus .gl-icon, .gl-label-scoped .gl-label-close.gl-button:hover .gl-icon {
  color: #fff;
}

/* line 156, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-scoped .gl-label-text {
  padding-right: 0.25rem;
  background-color: var(--label-background-color);
}

/* line 161, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-scoped .gl-label-text-scoped {
  color: #1f1e24;
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

/* line 169, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-sm .gl-label-text,
.gl-label-sm .gl-label-text-scoped {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 174, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-sm .gl-label-close.gl-button {
  margin-right: 0.125rem;
}

/* line 179, node_modules/@gitlab/ui/src/scss/../components/base/label/label.scss */
.gl-label-tooltip-title {
  display: block;
  color: #a2a2e6;
  font-weight: 600;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/link/link.scss */
.gl-link {
  font-size: 0.875rem;
  color: #1f75cb;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/link/link.scss */
.gl-link:hover {
  color: #1f75cb;
}

/* line 9, node_modules/@gitlab/ui/src/scss/../components/base/link/link.scss */
.gl-link:active {
  color: #0b5cad;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/link/link.scss */
.gl-link:active, .gl-link:focus, .gl-link:focus:active {
  text-decoration: underline;
  outline: 2px solid #428fdc ;
  outline-offset: 2px;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner-container {
  line-height: 0;
  text-align: center;
}

/* line 18, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  border-style: solid;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  animation-name: gl-spinner-rotate;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 1rem;
  height: 1rem;
  border-width: 2px;
  transform-origin: 50% 50% calc((1rem / 2) + 2px);
  border-color: rgba(83, 81, 88, 0.25);
  border-top-color: #535158;
}

/* line 37, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner.gl-spinner-md {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 3px;
  transform-origin: 50% 50% calc((1.5rem / 2) + 3px);
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner.gl-spinner-lg {
  width: 2rem;
  height: 2rem;
  border-width: 3px;
  transform-origin: 50% 50% calc((2rem / 2) + 3px);
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner.gl-spinner-xl {
  width: 4rem;
  height: 4rem;
  border-width: 4px;
  transform-origin: 50% 50% calc((4rem / 2) + 4px);
}

/* line 49, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner.gl-spinner-dark {
  border-color: rgba(83, 81, 88, 0.25);
  border-top-color: #535158;
}

/* line 53, node_modules/@gitlab/ui/src/scss/../components/base/loading_icon/loading_icon.scss */
.gl-spinner.gl-spinner-light {
  border-color: rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333238;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}

/* line 8, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h1,
.gl-markdown h2,
.gl-markdown h3,
.gl-markdown h4,
.gl-markdown h5,
.gl-markdown h6,
.gl-markdown .gl-h1,
.gl-markdown .gl-h2,
.gl-markdown .gl-h3,
.gl-markdown .gl-h4,
.gl-markdown .gl-h5,
.gl-markdown .gl-h6 {
  font-weight: 600;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h1,
.gl-markdown .gl-h1,
.gl-markdown h2,
.gl-markdown .gl-h2 {
  padding-bottom: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #bfbfc3;
  margin-bottom: 1rem;
}

/* line 34, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h3,
.gl-markdown h4,
.gl-markdown h5,
.gl-markdown h6,
.gl-markdown .gl-h3,
.gl-markdown .gl-h4,
.gl-markdown .gl-h5,
.gl-markdown .gl-h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h1,
.gl-markdown .gl-h1 {
  font-size: clamp(1.75rem, calc(-0.1388888889rem + 3.9351851852vw), 2.8125rem);
  line-height: clamp(2rem, calc(-0.2222222222rem + 4.6296296296vw), 3.25rem);
  margin-top: 0;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h2,
.gl-markdown .gl-h2 {
  font-size: clamp(1.4375rem, calc(0.4375rem + 2.0833333333vw), 2rem);
  line-height: clamp(1.75rem, calc(0.8611111111rem + 1.8518518519vw), 2.25rem);
  margin-top: 1.5rem;
}

/* line 66, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h3,
.gl-markdown .gl-h3 {
  font-size: clamp(1.1875rem, calc(0.7430555556rem + 0.9259259259vw), 1.4375rem);
  line-height: clamp(1.5rem, calc(1.0555555556rem + 0.9259259259vw), 1.75rem);
}

/* line 75, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h4,
.gl-markdown .gl-h4 {
  font-size: 1rem;
  line-height: 1.25rem;
}

/* line 81, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h5,
.gl-markdown .gl-h5,
.gl-markdown h6,
.gl-markdown .gl-h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 89, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown h6,
.gl-markdown .gl-h6 {
  color: #535158;
}

/* line 94, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown p,
.gl-markdown .gl-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 99, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown p + p,
.gl-markdown p + .gl-paragraph,
.gl-markdown .gl-paragraph + p,
.gl-markdown .gl-paragraph + .gl-paragraph {
  margin-top: 1rem;
}

/* line 104, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown p.sm,
.gl-markdown .gl-paragraph.sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 110, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 115, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .monospace,
.gl-markdown code {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
}

/* line 120, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown blockquote {
  color: #535158;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  box-shadow: inset 4px 0 0 0 #dcdcde;
}

/* line 129, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .idiff {
  display: inline-flex;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 135, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .deletion {
  background-color: #fdd4cd;
}

/* line 139, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .addition {
  background-color: #c3e6cd;
}

/* line 143, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown code {
  background-color: #ececef;
  color: #1f1e24;
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

/* line 151, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown pre {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 1px #dcdcde;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: auto;
}

/* line 159, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown pre code {
  background-color: #fff;
  border-radius: 0;
  color: #333238;
  padding: 0;
}

/* line 167, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .audio-container {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

/* line 172, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .audio-container audio {
  width: 100%;
}

/* line 176, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .audio-container a {
  margin-top: 0.5rem;
}

/* line 179, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown .audio-container a::before {
  margin-right: 0.25rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '📎';
}

/* line 188, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown table {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 191, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown table th,
.gl-markdown table td {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: inset 0 -1px 0 0 #dcdcde;
  vertical-align: top;
}

/* line 199, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown table th {
  box-shadow: inset 0 1px 0 0 #dcdcde, inset 0 -1px 0 0 #dcdcde;
  font-weight: 600;
}

/* line 204, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown table thead {
  background-color: #ececef;
}

/* line 208, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-markdown table tr:nth-child(even) {
  background-color: #fbfafd;
}

/* line 214, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 218, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown h1,
.gl-compact-markdown h2,
.gl-compact-markdown h3,
.gl-compact-markdown h4,
.gl-compact-markdown h5,
.gl-compact-markdown h6,
.gl-compact-markdown .gl-h1,
.gl-compact-markdown .gl-h2,
.gl-compact-markdown .gl-h3,
.gl-compact-markdown .gl-h4,
.gl-compact-markdown .gl-h5,
.gl-compact-markdown .gl-h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
}

/* line 235, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown h1,
.gl-compact-markdown .gl-h1,
.gl-compact-markdown h2,
.gl-compact-markdown .gl-h2 {
  padding-bottom: 0;
  border-style: none;
}

/* line 243, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown h1,
.gl-compact-markdown .gl-h1 {
  font-size: clamp(1.1875rem, calc(0.7430555556rem + 0.9259259259vw), 1.4375rem);
  line-height: clamp(1.5rem, calc(1.0555555556rem + 0.9259259259vw), 1.75rem);
}

/* line 252, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown h2,
.gl-compact-markdown .gl-h2 {
  font-size: 1rem;
}

/* line 257, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown h3,
.gl-compact-markdown .gl-h3,
.gl-compact-markdown h4,
.gl-compact-markdown .gl-h4,
.gl-compact-markdown h5,
.gl-compact-markdown .gl-h5,
.gl-compact-markdown h6,
.gl-compact-markdown .gl-h6 {
  font-size: 0.875rem;
}

/* line 268, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown h4,
.gl-compact-markdown .gl-h4,
.gl-compact-markdown h5,
.gl-compact-markdown .gl-h5,
.gl-compact-markdown h6,
.gl-compact-markdown .gl-h6 {
  color: #535158;
}

/* line 277, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown .sm {
  font-size: 0.75rem;
}

/* line 281, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown .monospace,
.gl-compact-markdown code {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
}

/* line 287, node_modules/@gitlab/ui/src/scss/../components/base/markdown/markdown.scss */
.gl-compact-markdown table th,
.gl-compact-markdown table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
body.modal-open {
  overflow: hidden;
}

@media (min-width: 576px) {
  /* line 16, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
  .gl-modal .modal-dialog-scrollable {
    max-height: calc(100% - 8rem);
  }
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-sm {
  max-width: 32rem;
}

/* line 26, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-md {
  max-width: 48rem;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-lg {
  max-width: 61.875rem;
}

/* line 34, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-xl {
  max-width: 98%;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-content {
  border-radius: 0.25rem;
  border-width: 0;
  box-shadow: 0 4px 16px rgba(31, 30, 36, 0.24);
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-content > :first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 48, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-content > :last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 54, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-header {
  background-color: #fff;
  padding-bottom: 0.5rem;
  border-style: none;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-header .modal-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

/* line 66, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-body {
  min-height: 80px;
  line-height: 1.5;
  background-color: #fff;
  position: relative;
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  white-space: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-footer {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  padding-top: 0.5rem;
  border-style: none;
}

/* line 86, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-footer .btn {
  margin: 0;
}

/* line 90, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-footer .btn + .btn:not(.dropdown-toggle-split),
.gl-modal .modal-footer .btn + .btn-group,
.gl-modal .modal-footer .btn-group + .btn {
  margin-left: 0.5rem;
}

/* line 96, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

@media (max-width: 575.98px) {
  /* line 79, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
  .gl-modal .modal-footer {
    flex-direction: column;
  }
  /* line 103, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
  .gl-modal .modal-footer .btn + .btn:not(.dropdown-toggle-split),
.gl-modal .modal-footer .btn + .btn-group,
.gl-modal .modal-footer .btn-group + .btn {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  /* line 110, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
  .gl-modal .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
    margin-top: 0;
  }
}

/* line 117, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
.gl-modal .modal-backdrop {
  opacity: 0.5;
}

@media (min-width: 576px) {
  /* line 122, node_modules/@gitlab/ui/src/scss/../components/base/modal/modal.scss */
  .gl-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
}

/* line 3, node_modules/@gitlab/ui/src/scss/../components/base/nav/nav.scss */
.nav-link:focus-visible {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/*
 * Button-specific utilities
 */
/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button {
  display: inline-flex;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button:not(.btn-link):focus, .gl-button:not(.btn-link):active, .gl-button:not(.btn-link):focus:active {
  text-decoration: none;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button,
.gl-button.gl-button.btn-block {
  border-width: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: transparent;
  line-height: 1rem;
  color: #333238;
  fill: currentColor;
  box-shadow: inset 0 0 0 1px #bfbfc3;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 37, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button .gl-button-text,
.gl-button.gl-button.btn-block .gl-button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 48, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button .gl-button-icon,
.gl-button.gl-button.btn-block .gl-button-icon {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
  top: auto;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button gl-emoji,
.gl-button.gl-button.btn-block gl-emoji {
  margin-right: 0.25rem;
  position: relative;
  font-size: 1rem;
  top: 1px;
}

/* line 63, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default, .gl-button.gl-button.btn-dashed,
.gl-button.gl-button.btn-block.btn-default,
.gl-button.gl-button.btn-block.btn-dashed {
  background-color: #fff;
}

/* line 67, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default.btn-default-tertiary, .gl-button.gl-button.btn-dashed.btn-default-tertiary,
.gl-button.gl-button.btn-block.btn-default.btn-default-tertiary,
.gl-button.gl-button.btn-block.btn-dashed.btn-default-tertiary {
  background-color: transparent;
}

/* line 71, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:hover, .gl-button.gl-button.btn-dashed:hover,
.gl-button.gl-button.btn-block.btn-default:hover,
.gl-button.gl-button.btn-block.btn-dashed:hover {
  box-shadow: inset 0 0 0 2px #89888d, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #ececef;
}

/* line 74, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:hover .gl-icon, .gl-button.gl-button.btn-dashed:hover .gl-icon,
.gl-button.gl-button.btn-block.btn-default:hover .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed:hover .gl-icon {
  color: #535158;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:focus, .gl-button.gl-button.btn-dashed:focus,
.gl-button.gl-button.btn-block.btn-default:focus,
.gl-button.gl-button.btn-block.btn-dashed:focus {
  box-shadow: inset 0 0 0 1px #89888d, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #ececef;
}

/* line 83, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:focus .gl-icon, .gl-button.gl-button.btn-dashed:focus .gl-icon,
.gl-button.gl-button.btn-block.btn-default:focus .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed:focus .gl-icon {
  color: #535158;
}

/* line 88, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:active, .gl-button.gl-button.btn-default.active, .gl-button.gl-button.btn-dashed:active, .gl-button.gl-button.btn-dashed.active,
.gl-button.gl-button.btn-block.btn-default:active,
.gl-button.gl-button.btn-block.btn-default.active,
.gl-button.gl-button.btn-block.btn-dashed:active,
.gl-button.gl-button.btn-block.btn-dashed.active {
  box-shadow: inset 0 0 0 1px #626168, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #dcdcde;
}

/* line 93, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:active .gl-icon, .gl-button.gl-button.btn-default.active .gl-icon, .gl-button.gl-button.btn-dashed:active .gl-icon, .gl-button.gl-button.btn-dashed.active .gl-icon,
.gl-button.gl-button.btn-block.btn-default:active .gl-icon,
.gl-button.gl-button.btn-block.btn-default.active .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed:active .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed.active .gl-icon {
  color: #333238;
}

/* line 97, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:active:focus, .gl-button.gl-button.btn-default.active:focus, .gl-button.gl-button.btn-dashed:active:focus, .gl-button.gl-button.btn-dashed.active:focus,
.gl-button.gl-button.btn-block.btn-default:active:focus,
.gl-button.gl-button.btn-block.btn-default.active:focus,
.gl-button.gl-button.btn-block.btn-dashed:active:focus,
.gl-button.gl-button.btn-block.btn-dashed.active:focus {
  box-shadow: inset 0 0 0 1px #626168, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 101, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default:active:focus .gl-icon, .gl-button.gl-button.btn-default.active:focus .gl-icon, .gl-button.gl-button.btn-dashed:active:focus .gl-icon, .gl-button.gl-button.btn-dashed.active:focus .gl-icon,
.gl-button.gl-button.btn-block.btn-default:active:focus .gl-icon,
.gl-button.gl-button.btn-block.btn-default.active:focus .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed:active:focus .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed.active:focus .gl-icon {
  color: #333238;
}

/* line 106, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default .gl-icon, .gl-button.gl-button.btn-dashed .gl-icon,
.gl-button.gl-button.btn-block.btn-default .gl-icon,
.gl-button.gl-button.btn-block.btn-dashed .gl-icon {
  color: #737278;
}

/* line 111, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.selected,
.gl-button.gl-button.btn-block.selected {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #a4a3a8;
}

/* line 115, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.selected:hover, .gl-button.gl-button.selected:focus,
.gl-button.gl-button.btn-block.selected:hover,
.gl-button.gl-button.btn-block.selected:focus {
  background-color: #ececef;
}

/* line 120, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.selected:hover,
.gl-button.gl-button.btn-block.selected:hover {
  box-shadow: inset 0 0 0 2px #89888d;
}

/* line 124, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.selected:focus,
.gl-button.gl-button.btn-block.selected:focus {
  box-shadow: inset 0 0 0 2px #89888d, 0 0 0 1px #fff, 0 0 0 3px #428fdc;
}

/* line 128, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.selected:active, .gl-button.gl-button.selected:active:focus,
.gl-button.gl-button.btn-block.selected:active,
.gl-button.gl-button.btn-block.selected:active:focus {
  background-color: #dcdcde;
  box-shadow: inset 0 0 0 2px #626168, 0 0 0 1px #fff, 0 0 0 3px #428fdc;
}

/* line 135, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm, .gl-button.gl-button.btn-info, .gl-button.gl-button.btn-success, .gl-button.gl-button.btn-danger,
.gl-button.gl-button.btn-block.btn-confirm,
.gl-button.gl-button.btn-block.btn-info,
.gl-button.gl-button.btn-block.btn-success,
.gl-button.gl-button.btn-block.btn-danger {
  color: #fff;
}

/* line 142, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm, .gl-button.gl-button.btn-info,
.gl-button.gl-button.btn-block.btn-confirm,
.gl-button.gl-button.btn-block.btn-info {
  background-color: #1f75cb;
  box-shadow: inset 0 0 0 1px #1068bf;
}

/* line 147, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm:hover, .gl-button.gl-button.btn-info:hover,
.gl-button.gl-button.btn-block.btn-confirm:hover,
.gl-button.gl-button.btn-block.btn-info:hover {
  box-shadow: inset 0 0 0 2px #064787, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #1068bf;
}

/* line 151, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm:focus, .gl-button.gl-button.btn-info:focus,
.gl-button.gl-button.btn-block.btn-confirm:focus,
.gl-button.gl-button.btn-block.btn-info:focus {
  box-shadow: inset 0 0 0 1px #064787, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #1068bf;
}

/* line 156, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm:active, .gl-button.gl-button.btn-confirm.active, .gl-button.gl-button.btn-info:active, .gl-button.gl-button.btn-info.active,
.gl-button.gl-button.btn-block.btn-confirm:active,
.gl-button.gl-button.btn-block.btn-confirm.active,
.gl-button.gl-button.btn-block.btn-info:active,
.gl-button.gl-button.btn-block.btn-info.active {
  box-shadow: inset 0 0 0 1px #033464, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #0b5cad;
}

/* line 161, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm:active:focus, .gl-button.gl-button.btn-confirm.active:focus, .gl-button.gl-button.btn-info:active:focus, .gl-button.gl-button.btn-info.active:focus,
.gl-button.gl-button.btn-block.btn-confirm:active:focus,
.gl-button.gl-button.btn-block.btn-confirm.active:focus,
.gl-button.gl-button.btn-block.btn-info:active:focus,
.gl-button.gl-button.btn-block.btn-info.active:focus {
  box-shadow: inset 0 0 0 1px #033464, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 167, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm-secondary, .gl-button.gl-button.btn-confirm-tertiary, .gl-button.gl-button.btn-info-secondary, .gl-button.gl-button.btn-info-tertiary,
.gl-button.gl-button.btn-block.btn-confirm-secondary,
.gl-button.gl-button.btn-block.btn-confirm-tertiary,
.gl-button.gl-button.btn-block.btn-info-secondary,
.gl-button.gl-button.btn-block.btn-info-tertiary {
  background-color: transparent;
  color: #1f75cb;
  font-weight: 400;
  box-shadow: inset 0 0 0 1px #1f75cb;
}

/* line 176, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm-secondary:hover, .gl-button.gl-button.btn-confirm-tertiary:hover, .gl-button.gl-button.btn-info-secondary:hover, .gl-button.gl-button.btn-info-tertiary:hover,
.gl-button.gl-button.btn-block.btn-confirm-secondary:hover,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:hover,
.gl-button.gl-button.btn-block.btn-info-secondary:hover,
.gl-button.gl-button.btn-block.btn-info-tertiary:hover {
  color: #0b5cad;
  box-shadow: inset 0 0 0 2px #0b5cad, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #e9f3fc;
}

/* line 181, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm-secondary:focus, .gl-button.gl-button.btn-confirm-tertiary:focus, .gl-button.gl-button.btn-info-secondary:focus, .gl-button.gl-button.btn-info-tertiary:focus,
.gl-button.gl-button.btn-block.btn-confirm-secondary:focus,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:focus,
.gl-button.gl-button.btn-block.btn-info-secondary:focus,
.gl-button.gl-button.btn-block.btn-info-tertiary:focus {
  color: #0b5cad;
  box-shadow: inset 0 0 0 1px #0b5cad, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #e9f3fc;
}

/* line 187, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm-secondary:active, .gl-button.gl-button.btn-confirm-secondary.active, .gl-button.gl-button.btn-confirm-tertiary:active, .gl-button.gl-button.btn-confirm-tertiary.active, .gl-button.gl-button.btn-info-secondary:active, .gl-button.gl-button.btn-info-secondary.active, .gl-button.gl-button.btn-info-tertiary:active, .gl-button.gl-button.btn-info-tertiary.active,
.gl-button.gl-button.btn-block.btn-confirm-secondary:active,
.gl-button.gl-button.btn-block.btn-confirm-secondary.active,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:active,
.gl-button.gl-button.btn-block.btn-confirm-tertiary.active,
.gl-button.gl-button.btn-block.btn-info-secondary:active,
.gl-button.gl-button.btn-block.btn-info-secondary.active,
.gl-button.gl-button.btn-block.btn-info-tertiary:active,
.gl-button.gl-button.btn-block.btn-info-tertiary.active {
  color: #033464;
  box-shadow: inset 0 0 0 1px #033464, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #cbe2f9;
}

/* line 193, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-confirm-secondary:active:focus, .gl-button.gl-button.btn-confirm-secondary.active:focus, .gl-button.gl-button.btn-confirm-tertiary:active:focus, .gl-button.gl-button.btn-confirm-tertiary.active:focus, .gl-button.gl-button.btn-info-secondary:active:focus, .gl-button.gl-button.btn-info-secondary.active:focus, .gl-button.gl-button.btn-info-tertiary:active:focus, .gl-button.gl-button.btn-info-tertiary.active:focus,
.gl-button.gl-button.btn-block.btn-confirm-secondary:active:focus,
.gl-button.gl-button.btn-block.btn-confirm-secondary.active:focus,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:active:focus,
.gl-button.gl-button.btn-block.btn-confirm-tertiary.active:focus,
.gl-button.gl-button.btn-block.btn-info-secondary:active:focus,
.gl-button.gl-button.btn-block.btn-info-secondary.active:focus,
.gl-button.gl-button.btn-block.btn-info-tertiary:active:focus,
.gl-button.gl-button.btn-block.btn-info-tertiary.active:focus {
  box-shadow: inset 0 0 0 1px #033464, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 199, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success,
.gl-button.gl-button.btn-block.btn-success {
  background-color: #108548;
  box-shadow: inset 0 0 0 1px #217645;
}

/* line 203, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success:hover,
.gl-button.gl-button.btn-block.btn-success:hover {
  box-shadow: inset 0 0 0 2px #0d532a, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #217645;
}

/* line 207, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success:focus,
.gl-button.gl-button.btn-block.btn-success:focus {
  box-shadow: inset 0 0 0 1px #0d532a, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #217645;
}

/* line 212, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success:active, .gl-button.gl-button.btn-success.active,
.gl-button.gl-button.btn-block.btn-success:active,
.gl-button.gl-button.btn-block.btn-success.active {
  box-shadow: inset 0 0 0 1px #0a4020, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #24663b;
}

/* line 217, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success:active:focus, .gl-button.gl-button.btn-success.active:focus,
.gl-button.gl-button.btn-block.btn-success:active:focus,
.gl-button.gl-button.btn-block.btn-success.active:focus {
  box-shadow: inset 0 0 0 1px #0a4020, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 223, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success-secondary, .gl-button.gl-button.btn-success-tertiary,
.gl-button.gl-button.btn-block.btn-success-secondary,
.gl-button.gl-button.btn-block.btn-success-tertiary {
  background-color: transparent;
  color: #108548;
  font-weight: 400;
  box-shadow: inset 0 0 0 1px #108548;
}

/* line 230, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success-secondary:hover, .gl-button.gl-button.btn-success-tertiary:hover,
.gl-button.gl-button.btn-block.btn-success-secondary:hover,
.gl-button.gl-button.btn-block.btn-success-tertiary:hover {
  color: #24663b;
  box-shadow: inset 0 0 0 2px #24663b, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #ecf4ee;
}

/* line 235, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success-secondary:focus, .gl-button.gl-button.btn-success-tertiary:focus,
.gl-button.gl-button.btn-block.btn-success-secondary:focus,
.gl-button.gl-button.btn-block.btn-success-tertiary:focus {
  color: #24663b;
  box-shadow: inset 0 0 0 1px #24663b, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #ecf4ee;
}

/* line 241, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success-secondary:active, .gl-button.gl-button.btn-success-secondary.active, .gl-button.gl-button.btn-success-tertiary:active, .gl-button.gl-button.btn-success-tertiary.active,
.gl-button.gl-button.btn-block.btn-success-secondary:active,
.gl-button.gl-button.btn-block.btn-success-secondary.active,
.gl-button.gl-button.btn-block.btn-success-tertiary:active,
.gl-button.gl-button.btn-block.btn-success-tertiary.active {
  color: #0a4020;
  box-shadow: inset 0 0 0 1px #0a4020, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #c3e6cd;
}

/* line 247, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-success-secondary:active:focus, .gl-button.gl-button.btn-success-secondary.active:focus, .gl-button.gl-button.btn-success-tertiary:active:focus, .gl-button.gl-button.btn-success-tertiary.active:focus,
.gl-button.gl-button.btn-block.btn-success-secondary:active:focus,
.gl-button.gl-button.btn-block.btn-success-secondary.active:focus,
.gl-button.gl-button.btn-block.btn-success-tertiary:active:focus,
.gl-button.gl-button.btn-block.btn-success-tertiary.active:focus {
  box-shadow: inset 0 0 0 1px #0a4020, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 253, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger,
.gl-button.gl-button.btn-block.btn-danger {
  background-color: #dd2b0e;
  box-shadow: inset 0 0 0 1px #c91c00;
}

/* line 257, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger:hover,
.gl-button.gl-button.btn-block.btn-danger:hover {
  box-shadow: inset 0 0 0 2px #8d1300, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #c91c00;
}

/* line 261, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger:focus,
.gl-button.gl-button.btn-block.btn-danger:focus {
  box-shadow: inset 0 0 0 1px #8d1300, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #c91c00;
}

/* line 266, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger:active, .gl-button.gl-button.btn-danger.active,
.gl-button.gl-button.btn-block.btn-danger:active,
.gl-button.gl-button.btn-block.btn-danger.active {
  box-shadow: inset 0 0 0 1px #660e00, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #ae1800;
}

/* line 271, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger:active:focus, .gl-button.gl-button.btn-danger.active:focus,
.gl-button.gl-button.btn-block.btn-danger:active:focus,
.gl-button.gl-button.btn-block.btn-danger.active:focus {
  box-shadow: inset 0 0 0 1px #660e00, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 277, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger-secondary, .gl-button.gl-button.btn-danger-tertiary,
.gl-button.gl-button.btn-block.btn-danger-secondary,
.gl-button.gl-button.btn-block.btn-danger-tertiary {
  background-color: transparent;
  color: #dd2b0e;
  font-weight: 400;
  box-shadow: inset 0 0 0 1px #dd2b0e;
}

/* line 284, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger-secondary:hover, .gl-button.gl-button.btn-danger-tertiary:hover,
.gl-button.gl-button.btn-block.btn-danger-secondary:hover,
.gl-button.gl-button.btn-block.btn-danger-tertiary:hover {
  color: #ae1800;
  box-shadow: inset 0 0 0 2px #ae1800, 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  background: #fcf1ef;
}

/* line 289, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger-secondary:focus, .gl-button.gl-button.btn-danger-tertiary:focus,
.gl-button.gl-button.btn-block.btn-danger-secondary:focus,
.gl-button.gl-button.btn-block.btn-danger-tertiary:focus {
  color: #ae1800;
  box-shadow: inset 0 0 0 1px #ae1800, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #fcf1ef;
}

/* line 295, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger-secondary:active, .gl-button.gl-button.btn-danger-secondary.active, .gl-button.gl-button.btn-danger-tertiary:active, .gl-button.gl-button.btn-danger-tertiary.active,
.gl-button.gl-button.btn-block.btn-danger-secondary:active,
.gl-button.gl-button.btn-block.btn-danger-secondary.active,
.gl-button.gl-button.btn-block.btn-danger-tertiary:active,
.gl-button.gl-button.btn-block.btn-danger-tertiary.active {
  color: #660e00;
  box-shadow: inset 0 0 0 1px #660e00, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  background-color: #fdd4cd;
}

/* line 301, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-danger-secondary:active:focus, .gl-button.gl-button.btn-danger-secondary.active:focus, .gl-button.gl-button.btn-danger-tertiary:active:focus, .gl-button.gl-button.btn-danger-tertiary.active:focus,
.gl-button.gl-button.btn-block.btn-danger-secondary:active:focus,
.gl-button.gl-button.btn-block.btn-danger-secondary.active:focus,
.gl-button.gl-button.btn-block.btn-danger-tertiary:active:focus,
.gl-button.gl-button.btn-block.btn-danger-tertiary.active:focus {
  box-shadow: inset 0 0 0 1px #660e00, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 313, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default-secondary, .gl-button.gl-button.btn-dashed-secondary, .gl-button.gl-button.btn-confirm-secondary, .gl-button.gl-button.btn-info-secondary, .gl-button.gl-button.btn-success-secondary, .gl-button.gl-button.btn-danger-secondary,
.gl-button.gl-button.btn-block.btn-default-secondary,
.gl-button.gl-button.btn-block.btn-dashed-secondary,
.gl-button.gl-button.btn-block.btn-confirm-secondary,
.gl-button.gl-button.btn-block.btn-info-secondary,
.gl-button.gl-button.btn-block.btn-success-secondary,
.gl-button.gl-button.btn-block.btn-danger-secondary {
  background-color: #fff;
}

/* line 324, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default-tertiary, .gl-button.gl-button.btn-dashed-tertiary, .gl-button.gl-button.btn-confirm-tertiary, .gl-button.gl-button.btn-info-tertiary, .gl-button.gl-button.btn-success-tertiary, .gl-button.gl-button.btn-danger-tertiary,
.gl-button.gl-button.btn-block.btn-default-tertiary,
.gl-button.gl-button.btn-block.btn-dashed-tertiary,
.gl-button.gl-button.btn-block.btn-confirm-tertiary,
.gl-button.gl-button.btn-block.btn-info-tertiary,
.gl-button.gl-button.btn-block.btn-success-tertiary,
.gl-button.gl-button.btn-block.btn-danger-tertiary {
  box-shadow: none;
  mix-blend-mode: multiply;
}

/* line 328, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default-tertiary:hover, .gl-button.gl-button.btn-dashed-tertiary:hover, .gl-button.gl-button.btn-confirm-tertiary:hover, .gl-button.gl-button.btn-info-tertiary:hover, .gl-button.gl-button.btn-success-tertiary:hover, .gl-button.gl-button.btn-danger-tertiary:hover,
.gl-button.gl-button.btn-block.btn-default-tertiary:hover,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:hover,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:hover,
.gl-button.gl-button.btn-block.btn-info-tertiary:hover,
.gl-button.gl-button.btn-block.btn-success-tertiary:hover,
.gl-button.gl-button.btn-block.btn-danger-tertiary:hover {
  box-shadow: none;
}

/* line 332, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-default-tertiary:active, .gl-button.gl-button.btn-default-tertiary:focus, .gl-button.gl-button.btn-default-tertiary:focus:active, .gl-button.gl-button.btn-dashed-tertiary:active, .gl-button.gl-button.btn-dashed-tertiary:focus, .gl-button.gl-button.btn-dashed-tertiary:focus:active, .gl-button.gl-button.btn-confirm-tertiary:active, .gl-button.gl-button.btn-confirm-tertiary:focus, .gl-button.gl-button.btn-confirm-tertiary:focus:active, .gl-button.gl-button.btn-info-tertiary:active, .gl-button.gl-button.btn-info-tertiary:focus, .gl-button.gl-button.btn-info-tertiary:focus:active, .gl-button.gl-button.btn-success-tertiary:active, .gl-button.gl-button.btn-success-tertiary:focus, .gl-button.gl-button.btn-success-tertiary:focus:active, .gl-button.gl-button.btn-danger-tertiary:active, .gl-button.gl-button.btn-danger-tertiary:focus, .gl-button.gl-button.btn-danger-tertiary:focus:active,
.gl-button.gl-button.btn-block.btn-default-tertiary:active,
.gl-button.gl-button.btn-block.btn-default-tertiary:focus,
.gl-button.gl-button.btn-block.btn-default-tertiary:focus:active,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:active,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:focus,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:focus:active,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:active,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:focus,
.gl-button.gl-button.btn-block.btn-confirm-tertiary:focus:active,
.gl-button.gl-button.btn-block.btn-info-tertiary:active,
.gl-button.gl-button.btn-block.btn-info-tertiary:focus,
.gl-button.gl-button.btn-block.btn-info-tertiary:focus:active,
.gl-button.gl-button.btn-block.btn-success-tertiary:active,
.gl-button.gl-button.btn-block.btn-success-tertiary:focus,
.gl-button.gl-button.btn-block.btn-success-tertiary:focus:active,
.gl-button.gl-button.btn-block.btn-danger-tertiary:active,
.gl-button.gl-button.btn-block.btn-danger-tertiary:focus,
.gl-button.gl-button.btn-block.btn-danger-tertiary:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 340, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-sm, .btn-group-sm > .gl-button.btn,
.gl-button.gl-button.btn-block.btn-sm,
.btn-group-sm > .btn-block.btn {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1rem;
  font-size: 0.875rem;
}

/* line 346, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-sm gl-emoji, .btn-group-sm > .gl-button.btn gl-emoji,
.gl-button.gl-button.btn-block.btn-sm gl-emoji,
.btn-group-sm > .btn-block.btn gl-emoji {
  font-size: 0.75rem;
}

/* line 351, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-dashed, .gl-button.gl-button.btn-dashed-tertiary,
.gl-button.gl-button.btn-block.btn-dashed,
.gl-button.gl-button.btn-block.btn-dashed-tertiary {
  box-shadow: inset 0 0 0 1px #89888d;
  background-color: #fff;
  outline: 3px dotted #fff;
  outline-offset: -1px;
}

/* line 358, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-dashed:hover, .gl-button.gl-button.btn-dashed-tertiary:hover,
.gl-button.gl-button.btn-block.btn-dashed:hover,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:hover {
  box-shadow: inset 0 0 0 1px #89888d;
  background-color: #ececef;
}

/* line 363, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-dashed:focus, .gl-button.gl-button.btn-dashed-tertiary:focus,
.gl-button.gl-button.btn-block.btn-dashed:focus,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:focus {
  box-shadow: inset 0 0 0 1px #89888d, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  outline: 3px dotted #ececef;
  outline-offset: -1px;
}

/* line 369, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-dashed:active, .gl-button.gl-button.btn-dashed.active, .gl-button.gl-button.btn-dashed-tertiary:active, .gl-button.gl-button.btn-dashed-tertiary.active,
.gl-button.gl-button.btn-block.btn-dashed:active,
.gl-button.gl-button.btn-block.btn-dashed.active,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:active,
.gl-button.gl-button.btn-block.btn-dashed-tertiary.active {
  box-shadow: inset 0 0 0 1px #626168, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  outline: 3px dotted #dcdcde;
  outline-offset: -1px;
  background-color: #dcdcde;
}

/* line 376, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-dashed:active:focus, .gl-button.gl-button.btn-dashed.active:focus, .gl-button.gl-button.btn-dashed-tertiary:active:focus, .gl-button.gl-button.btn-dashed-tertiary.active:focus,
.gl-button.gl-button.btn-block.btn-dashed:active:focus,
.gl-button.gl-button.btn-block.btn-dashed.active:focus,
.gl-button.gl-button.btn-block.btn-dashed-tertiary:active:focus,
.gl-button.gl-button.btn-block.btn-dashed-tertiary.active:focus {
  box-shadow: inset 0 0 0 1px #626168, 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  outline: 3px dotted #dcdcde;
  outline-offset: -1px;
}

/* line 384, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-icon,
.gl-button.gl-button.btn-block.btn-icon {
  padding: 0.5rem;
  line-height: 1rem;
}

/* line 388, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-icon .gl-button-icon,
.gl-button.gl-button.btn-block.btn-icon .gl-button-icon {
  margin-right: 0;
}

/* line 392, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn,
.gl-button.gl-button.btn-block.btn-icon.btn-sm {
  padding: 0.25rem;
}

/* line 397, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.button-ellipsis-horizontal, .gl-button.gl-button.button-ellipsis-horizontal.btn-sm, .btn-group-sm > .button-ellipsis-horizontal.btn,
.gl-button.gl-button.btn-block.button-ellipsis-horizontal,
.gl-button.gl-button.btn-block.button-ellipsis-horizontal.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

/* line 402, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.button-ellipsis-horizontal svg, .gl-button.gl-button.button-ellipsis-horizontal.btn-sm svg, .btn-group-sm > .button-ellipsis-horizontal.btn svg,
.gl-button.gl-button.btn-block.button-ellipsis-horizontal svg,
.gl-button.gl-button.btn-block.button-ellipsis-horizontal.btn-sm svg {
  height: 1rem;
  width: 1rem;
  margin: 0;
}

/* line 409, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-label, .gl-button.gl-button.btn-label:hover, .gl-button.gl-button.btn-label:focus, .gl-button.gl-button.btn-label:active,
.gl-button.gl-button.btn-block.btn-label,
.gl-button.gl-button.btn-block.btn-label:hover,
.gl-button.gl-button.btn-block.btn-label:focus,
.gl-button.gl-button.btn-block.btn-label:active {
  background-color: #fbfafd;
  color: #333238;
  fill: currentColor;
  box-shadow: inset 0 0 0 1px #bfbfc3;
  cursor: default;
  -webkit-user-select: text;
          user-select: text;
}

/* line 421, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-link,
.gl-button.gl-button.btn-block.btn-link {
  background-color: transparent;
  border-width: 0;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #1f75cb;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

/* line 431, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-link:hover,
.gl-button.gl-button.btn-block.btn-link:hover {
  background-color: transparent;
  color: #1f75cb;
}

/* line 436, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-link:active,
.gl-button.gl-button.btn-block.btn-link:active {
  color: #0b5cad;
  text-decoration: underline;
}

/* line 441, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-link:active, .gl-button.gl-button.btn-link:focus, .gl-button.gl-button.btn-link:focus:active,
.gl-button.gl-button.btn-block.btn-link:active,
.gl-button.gl-button.btn-block.btn-link:focus,
.gl-button.gl-button.btn-block.btn-link:focus:active {
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 448, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.btn-link.disabled, .gl-button.gl-button.btn-link[disabled],
.gl-button.gl-button.btn-block.btn-link.disabled,
.gl-button.gl-button.btn-block.btn-link[disabled] {
  background-color: transparent;
  box-shadow: none;
}

/* line 455, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.disabled, .gl-button.gl-button.disabled:hover, .gl-button.gl-button.disabled:focus, .gl-button.gl-button.disabled:active, .gl-button.gl-button.disabled.selected, .gl-button.gl-button[disabled], .gl-button.gl-button[disabled]:hover, .gl-button.gl-button[disabled]:focus, .gl-button.gl-button[disabled]:active, .gl-button.gl-button.selected[disabled],
.gl-button.gl-button.btn-block.disabled,
.gl-button.gl-button.btn-block.disabled:hover,
.gl-button.gl-button.btn-block.disabled:focus,
.gl-button.gl-button.btn-block.disabled:active,
.gl-button.gl-button.btn-block.disabled.selected,
.gl-button.gl-button.btn-block[disabled],
.gl-button.gl-button.btn-block[disabled]:hover,
.gl-button.gl-button.btn-block[disabled]:focus,
.gl-button.gl-button.btn-block[disabled]:active,
.gl-button.gl-button.btn-block.selected[disabled] {
  background-color: #fbfafd;
  color: #737278;
  box-shadow: inset 0 0 0 1px #dcdcde;
  opacity: 1;
  cursor: not-allowed !important;
}

/* line 471, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.disabled .gl-button-icon, .gl-button.gl-button.disabled:hover .gl-button-icon, .gl-button.gl-button.disabled:focus .gl-button-icon, .gl-button.gl-button.disabled:active .gl-button-icon, .gl-button.gl-button.disabled.selected .gl-button-icon, .gl-button.gl-button[disabled] .gl-button-icon, .gl-button.gl-button[disabled]:hover .gl-button-icon, .gl-button.gl-button[disabled]:focus .gl-button-icon, .gl-button.gl-button[disabled]:active .gl-button-icon, .gl-button.gl-button.selected[disabled] .gl-button-icon,
.gl-button.gl-button.btn-block.disabled .gl-button-icon,
.gl-button.gl-button.btn-block.disabled:hover .gl-button-icon,
.gl-button.gl-button.btn-block.disabled:focus .gl-button-icon,
.gl-button.gl-button.btn-block.disabled:active .gl-button-icon,
.gl-button.gl-button.btn-block.disabled.selected .gl-button-icon,
.gl-button.gl-button.btn-block[disabled] .gl-button-icon,
.gl-button.gl-button.btn-block[disabled]:hover .gl-button-icon,
.gl-button.gl-button.btn-block[disabled]:focus .gl-button-icon,
.gl-button.gl-button.btn-block[disabled]:active .gl-button-icon,
.gl-button.gl-button.btn-block.selected[disabled] .gl-button-icon {
  fill: #89888d;
}

/* line 476, node_modules/@gitlab/ui/src/scss/../components/base/button/button.scss */
.gl-button.gl-button.disabled[class*='-tertiary'], .gl-button.gl-button[disabled][class*='-tertiary'],
.gl-button.gl-button.btn-block.disabled[class*='-tertiary'],
.gl-button.gl-button.btn-block[disabled][class*='-tertiary'] {
  background-color: transparent;
  box-shadow: none;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination {
  font-size: 0.875rem;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination a {
  color: #333238;
}

/* line 8, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link {
  border-color: #bfbfc3;
  line-height: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link.prev-page-item, .gl-pagination .page-link.next-page-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link:not(.active):hover {
  color: #333238;
  box-shadow: inset 0 0 0 1px #89888d;
  border-color: #89888d;
  background: #ececef;
  z-index: 1;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link:not(.active):focus {
  background-color: #ececef;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link:not(.active):active, .gl-pagination .page-link.active:not(.active) {
  background-color: #dcdcde;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link:not(.active):focus, .gl-pagination .page-link:not(.active):active, .gl-pagination .page-link.active:not(.active) {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 42, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-link, .gl-pagination .page-link:active {
  text-decoration: none;
}

/* line 49, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-item:not(.disabled) a.active {
  background-color: #1f75cb;
  border-color: #1f75cb;
  color: #fff;
  z-index: 2;
  box-shadow: none;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-item:not(.disabled) a.active:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 61, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .page-item.disabled .page-link {
  background-color: #fbfafd;
  border-color: #bfbfc3;
  color: #737278;
}

/* line 70, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
.gl-pagination .prev-page-item .gl-icon,
.gl-pagination .next-page-item .gl-icon {
  vertical-align: bottom;
}

@media (max-width: 575.98px) {
  /* line 81, node_modules/@gitlab/ui/src/scss/../components/base/pagination/pagination.scss */
  .gl-pagination .prev-page-item span,
.gl-pagination .next-page-item span {
    display: none;
  }
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav {
  position: relative;
  display: flex;
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-nav-list {
  padding: 0.125rem;
  margin: 0;
  position: relative;
  list-style-type: none;
  display: inline-flex;
  overflow: hidden;
  margin-left: -1px;
}

/* line 53, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-nav-list-item {
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-nav-list-item:first-of-type {
  padding-left: 1px;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button {
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  position: relative;
  font-size: 0.875rem;
  z-index: 0;
  border-style: none;
  color: #737278;
  font-weight: 600;
  line-height: 1rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: var(--path-bg-color);
  padding-right: 0.625rem;
  margin-right: 0.875rem;
}

/* line 81, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button::before, .gl-path-nav .gl-path-button::after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0.25rem;
  right: -0.75rem;
  width: 1.5rem;
  z-index: -1;
  height: 1.5rem;
  transform: rotate(45deg) skew(14deg, 14deg);
  border-top-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-top-right-radius: 0.125rem;
}

/* line 87, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button::before {
  display: none;
  z-index: 2;
  right: calc(-0.75rem + 1px);
  box-shadow: 0 0 0 1px #fff, 0.5px -0.5px 0 2.5px #428fdc;
  clip-path: polygon(0% 0%, 0% -30%, 160% 0%, 75% 130%, 100% 100%);
  transform: rotate(45deg) skew(14deg, 14deg) scale(0.99);
}

/* line 96, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button[disabled] {
  color: #89888d;
  cursor: not-allowed;
}

/* line 101, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button:not([disabled]):hover {
  color: #fff;
  background-color: #dcdcde;
  color: #333238;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button:not([disabled]):hover::after {
  background-color: #dcdcde;
}

/* line 106, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button:active, .gl-path-nav .gl-path-button:focus, .gl-path-nav .gl-path-button:focus:active {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  box-shadow: 5px -3px 0 -2px #fff, 5px 3px 0 -2px #fff, 0 0 0 1px #fff, 0 0 0 3px #428fdc;
  outline: none;
}

/* line 116, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-button:active::before, .gl-path-nav .gl-path-button:focus::before, .gl-path-nav .gl-path-button:focus:active::before {
  display: block;
}

/* line 122, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-fade {
  width: 2.5rem;
  height: 100%;
  bottom: 0;
  position: absolute;
  z-index: 2;
  color: #737278;
}

/* line 130, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-fade-left {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), var(--path-bg-color) 33%);
}

/* line 135, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-fade-right {
  right: 0;
  text-align: right;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--path-bg-color) 33%);
}

/* line 142, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-clear-icon-button {
  padding: 0;
  color: #89888d;
  height: 100%;
}

/* line 147, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-clear-icon-button .gl-icon {
  vertical-align: middle;
}

/* line 152, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-indigo,
.gl-path-nav .gl-path-active-item-indigo:hover {
  color: #fff;
  background-color: #41419f;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-indigo::after,
.gl-path-nav .gl-path-active-item-indigo:hover::after {
  background-color: #41419f;
}

/* line 157, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-blue,
.gl-path-nav .gl-path-active-item-blue:hover {
  color: #fff;
  background-color: #4a79a8;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-blue::after,
.gl-path-nav .gl-path-active-item-blue:hover::after {
  background-color: #4a79a8;
}

/* line 162, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-light-blue,
.gl-path-nav .gl-path-active-item-light-blue:hover {
  color: #fff;
  background-color: #367cc2;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-light-blue::after,
.gl-path-nav .gl-path-active-item-light-blue:hover::after {
  background-color: #367cc2;
}

/* line 167, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-red,
.gl-path-nav .gl-path-active-item-red:hover {
  color: #fff;
  background-color: #ad4a3b;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-red::after,
.gl-path-nav .gl-path-active-item-red:hover::after {
  background-color: #ad4a3b;
}

/* line 172, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-light-red,
.gl-path-nav .gl-path-active-item-light-red:hover {
  color: #fff;
  background-color: #c24b38;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-light-red::after,
.gl-path-nav .gl-path-active-item-light-red:hover::after {
  background-color: #c24b38;
}

/* line 177, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-green,
.gl-path-nav .gl-path-active-item-green:hover {
  color: #fff;
  background-color: #35935c;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/base/path/path.scss */
.gl-path-nav .gl-path-active-item-green::after,
.gl-path-nav .gl-path-active-item-green:hover::after {
  background-color: #35935c;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover {
  max-width: 17.5rem;
  border-width: 1px;
  border-style: solid;
  border-style: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
  /**
  * Blue popover variation
  */
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover,
.gl-popover .popover-body {
  color: #333238;
}

/* line 18, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-top, .gl-popover.bs-popover-auto[x-placement^="top"] {
  /* When popover position is top, the arrow is translated 1 pixel
    *  due to the box-shadow include in our custom styles.
    */
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-top > .arrow::before, .gl-popover.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 1px;
}

/* line 26, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-top > .arrow::after, .gl-popover.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 2px;
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-bottom > .arrow::before, .gl-popover.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 1px;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-bottom > .arrow::after, .gl-popover.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 2px;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-bottom > .popover-header::before, .gl-popover.bs-popover-auto[x-placement^="bottom"] > .popover-header::before {
  border-color: #fff;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-right > .arrow::before, .gl-popover.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 1px;
}

/* line 50, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-right > .arrow::after, .gl-popover.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 2px;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-left > .arrow::before, .gl-popover.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 1px;
}

/* line 60, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.bs-popover-left > .arrow::after, .gl-popover.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 2px;
}

/* line 65, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover .popover-header {
  background-color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 74, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover .popover-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 78, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover .popover-body > .popover-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

/* line 87, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.blue {
  background-color: #1068bf;
  border-color: #1068bf;
}

/* line 91, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.blue .popover-body {
  color: #fff;
}

/* line 96, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.blue.bs-popover-bottom .arrow::before, .blue.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.gl-popover.blue.bs-popover-bottom .arrow::after,
.blue.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #1068bf;
}

/* line 103, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.blue.bs-popover-top .arrow::before, .blue.bs-popover-auto[x-placement^="top"] .arrow::before,
.gl-popover.blue.bs-popover-top .arrow::after,
.blue.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #1068bf;
}

/* line 110, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.blue.bs-popover-right .arrow::after, .blue.bs-popover-auto[x-placement^="right"] .arrow::after,
.gl-popover.blue.bs-popover-right .arrow::before,
.blue.bs-popover-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1068bf;
}

/* line 117, node_modules/@gitlab/ui/src/scss/../components/base/popover/popover.scss */
.gl-popover.blue.bs-popover-left .arrow::before, .blue.bs-popover-auto[x-placement^="left"] .arrow::before,
.gl-popover.blue.bs-popover-left .arrow::after,
.blue.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: #1068bf;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-search-icon {
  color: #737278;
  width: 1rem;
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 16px / 2);
}

/* line 12, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type {
  display: flex;
  position: relative;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-loading-icon {
  color: #737278;
  width: 1rem;
  margin-right: 0.25rem;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-clear {
  z-index: 3;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-input,
.gl-search-box-by-type-input.gl-form-input {
  height: 2rem;
  padding-right: 2rem;
  padding-left: 1.75rem;
}

/* line 33, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-input::-webkit-search-cancel-button,
.gl-search-box-by-type-input.gl-form-input::-webkit-search-cancel-button {
  display: none;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-input-borderless,
.gl-search-box-by-type-input-borderless.gl-form-input {
  border-style: none;
  font-size: 0.875rem;
  height: auto;
  line-height: 1rem;
  padding-left: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  padding-right: calc(1.5rem + 0.25rem);
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-input-borderless:not(.form-control-plaintext):focus,
.gl-search-box-by-type-input-borderless.gl-form-input:not(.form-control-plaintext):focus {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 55, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-input-borderless::placeholder,
.gl-search-box-by-type-input-borderless.gl-form-input::placeholder {
  color: #89888d;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-input-borderless::-webkit-search-cancel-button,
.gl-search-box-by-type-input-borderless.gl-form-input::-webkit-search-cancel-button {
  display: none;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_type/search_box_by_type.scss */
.gl-search-box-by-type-right-icons {
  display: flex;
  align-items: center;
  line-height: 0;
  right: 0.25rem;
  position: absolute;
  height: 100%;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click {
  font-size: 0.875rem;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history > button {
  padding: 0.5rem;
  border-style: none;
  box-shadow: inset 0 0 0 1px #89888d;
}

/* line 11, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history .gl-search-box-by-click-history-icon {
  margin-right: 0.25rem;
  color: #737278;
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history .gl-search-box-by-click-history-icon-chevron {
  color: #737278;
  margin-right: 0;
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history .gl-search-box-by-click-close-history-button {
  position: absolute;
  top: 0;
  right: 0.25rem;
  line-height: 0;
  box-shadow: none;
  width: auto;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history .gl-search-box-by-click-history-header {
  text-align: center;
}

/* line 34, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history .gl-search-box-by-click-history-no-searches {
  text-align: center;
  color: #737278;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-history .gl-search-box-by-click-history-no-searches .gl-dropdown-text {
  font-weight: 400;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click.input-group > .input-group-prepend,
.gl-search-box-by-click.input-group > .input-group-append {
  background-color: #fff;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-search-button {
  color: #737278;
  box-shadow: inset 0 0 0 1px #89888d;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-input {
  padding-right: 2rem;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-input::-webkit-search-cancel-button {
  display: none;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-clear-button {
  position: absolute;
  top: 0.25rem;
  right: 2rem;
  margin-right: 0.25rem;
  z-index: 3;
}

/* line 72, node_modules/@gitlab/ui/src/scss/../components/base/search_box_by_click/search_box_by_click.scss */
.gl-search-box-by-click .gl-search-box-by-click-menu {
  font-size: 0.875rem;
  width: 25rem;
}

/*
 * Segmented-control-specific utilities
 */
/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.btn-group.gl-segmented-control .btn.active:not(:first-child), .btn-group.gl-segmented-control .btn.focus:not(:first-child), .btn-group.gl-segmented-control .btn:not(:first-child):hover:not(.disabled),
.btn-group.gl-segmented-control .btn.active:not(:last-child),
.btn-group.gl-segmented-control .btn.focus:not(:last-child),
.btn-group.gl-segmented-control .btn:not(:last-child):hover:not(.disabled) {
  border-radius: 0.25rem;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control label:not(.disabled) {
  cursor: pointer;
}

/* line 35, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333238;
  fill: currentColor;
  background-color: #fbfafd;
  box-shadow: inset 0 1px 0 0 #bfbfc3, inset 0 -1px 0 0 #bfbfc3;
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button:first-child {
  box-shadow: inset 0 1px 0 0 #bfbfc3, inset 0 -1px 0 0 #bfbfc3, inset 1px 0 0 0 #bfbfc3;
}

/* line 47, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button:last-child {
  box-shadow: inset 0 1px 0 0 #bfbfc3, inset 0 -1px 0 0 #bfbfc3, inset -1px 0 0 0 #bfbfc3;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button:hover {
  box-shadow: inset 0 0 0 2px #89888d;
  background-color: #ececef;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.focus {
  z-index: 1;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc, inset 0 0 0 2px #89888d;
  background-color: #ececef;
}

/* line 62, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.active {
  z-index: 2;
  box-shadow: inset 0 0 0 2px #a4a3a8;
  background-color: #fff;
}

/* line 67, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.active:hover {
  box-shadow: inset 0 0 0 2px #89888d;
  background-color: #ececef;
}

/* line 72, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.active.focus, .gl-segmented-control .btn-gl-segmented-button.active.focus:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc, inset 0 0 0 2px #89888d;
  background-color: #ececef;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button:focus-within {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 83, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.disabled, .gl-segmented-control .btn-gl-segmented-button[disabled], .gl-segmented-control .btn-gl-segmented-button.disabled:hover, .gl-segmented-control .btn-gl-segmented-button[disabled]:hover {
  color: #89888d;
  box-shadow: inset 0 1px 0 0 #bfbfc3, inset 0 -1px 0 0 #bfbfc3;
  z-index: 0;
  cursor: not-allowed;
}

/* line 92, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.disabled:first-child, .gl-segmented-control .btn-gl-segmented-button[disabled]:first-child, .gl-segmented-control .btn-gl-segmented-button.disabled:hover:first-child, .gl-segmented-control .btn-gl-segmented-button[disabled]:hover:first-child {
  box-shadow: inset 0 1px 0 0 #bfbfc3, inset 0 -1px 0 0 #bfbfc3, inset 1px 0 0 0 #bfbfc3;
}

/* line 96, node_modules/@gitlab/ui/src/scss/../components/base/segmented_control/segmented_control.scss */
.gl-segmented-control .btn-gl-segmented-button.disabled:last-child, .gl-segmented-control .btn-gl-segmented-button[disabled]:last-child, .gl-segmented-control .btn-gl-segmented-button.disabled:hover:last-child, .gl-segmented-control .btn-gl-segmented-button[disabled]:hover:last-child {
  box-shadow: inset 0 1px 0 0 #bfbfc3, inset 0 -1px 0 0 #bfbfc3, inset -1px 0 0 0 #bfbfc3;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loader/skeleton_loader.scss */
.gl-skeleton-loader-default-container {
  width: 235px;
}

/* line 6, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loader/skeleton_loader.scss */
.gl-skeleton-loader stop {
  opacity: 1;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loader/skeleton_loader.scss */
.gl-skeleton-loader .primary-stop {
  stop-color: #dcdcde;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loader/skeleton_loader.scss */
.gl-skeleton-loader .secondary-stop {
  stop-color: #ececef;
}

@keyframes blockTextShine {
  0% {
    transform: translateX(-468px);
  }
  100% {
    transform: translateX(468px);
  }
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.animation-container {
  height: 2.5rem;
  overflow: hidden;
}

/* line 36, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.animation-container.animation-container-small {
  height: 0.75rem;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.animation-container [class^='skeleton-line-'] {
  height: 10px;
  position: relative;
  background-color: #ececef;
  overflow: hidden;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.animation-container [class^='skeleton-line-']:not(:last-of-type) {
  margin-bottom: 0.25rem;
}

/* line 50, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.animation-container [class^='skeleton-line-']::after {
  height: 10px;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to right, #dcdcde 0%, #ececef 20%, #dcdcde 40%, #dcdcde 100%);
  animation: blockTextShine 1s linear infinite forwards;
}

/* line 63, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.skeleton-line-1 {
  width: 156px;
}

/* line 63, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.skeleton-line-2 {
  width: 235px;
}

/* line 63, node_modules/@gitlab/ui/src/scss/../components/base/skeleton_loading/skeleton_loading.scss */
.skeleton-line-3 {
  width: 200px;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tabs-nav {
  border-style: solid;
  border-color: #dcdcde;
  border-width: 0;
  border-bottom-width: 1px;
}

/* line 8, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item {
  color: #333238;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1rem;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: box-shadow 100ms linear;
}

/* line 20, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item:hover {
  color: #333238;
}

/* line 23, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item:hover:not(.gl-tab-nav-item-active) {
  box-shadow: inset 0 -2px 0 0 #bfbfc3;
}

/* line 28, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item.disabled {
  pointer-events: auto;
  cursor: not-allowed;
  color: #89888d;
}

/* line 33, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item.disabled:hover {
  box-shadow: none;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item > .gl-tab-counter-badge {
  font-weight: inherit;
  margin-left: 0.25rem;
}

/* line 44, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-content {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333238;
}

/* line 51, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item-active {
  font-weight: 600;
  color: #333238;
  box-shadow: inset 0 -2px 0 0 var(--gl-theme-accent, #6666c4);
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tab-nav-item-active:active, .gl-tab-nav-item-active:focus, .gl-tab-nav-item-active:focus:active {
  box-shadow: inset 0 -2px 0 0 var(--gl-theme-accent, #6666c4), 0 0 0 1px #fff, 0 0 0 3px #428fdc;
  outline: none;
}

/* line 65, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-actions-tabs-start {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  /* line 65, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
  .gl-actions-tabs-start {
    display: none;
  }
}

/* line 73, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-actions-tabs-end {
  display: none;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 73, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
  .gl-actions-tabs-end {
    display: flex;
  }
}

/* line 85, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-actions-tabs-start button,
.gl-actions-tabs-end button {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  /* line 85, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
  .gl-actions-tabs-start button,
.gl-actions-tabs-end button {
    margin-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  /* line 85, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
  .gl-actions-tabs-start button,
.gl-actions-tabs-end button {
    margin-bottom: 0;
  }
}

/* line 91, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-actions-tabs-start button:last-child,
.gl-actions-tabs-end button:last-child {
  margin: 0;
}

/* line 96, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tabs-fade {
  width: 2.5rem;
  bottom: 0;
  position: sticky;
  color: #737278;
  padding: 0.25rem;
}

/* line 104, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tabs-fade-left {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 33%);
}

/* line 109, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tabs-fade-right {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 33%);
}

/* line 114, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-tabs-fade-icon-button {
  background-color: transparent;
  border-style: none;
  padding: 0;
  color: #89888d;
  height: 100%;
}

/* line 122, node_modules/@gitlab/ui/src/scss/../components/base/tabs/tabs/tabs.scss */
.gl-scrollable-tabs-nav {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
}

/*
* These styles are specific to the gl-toast component.
* Documentation: https://design.gitlab.com/components/toast
*/
/* line 7, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
.b-toaster.b-toaster-bottom-left .b-toaster-slot {
  bottom: 1.5rem;
  left: 1.5rem;
  right: auto;
  width: auto;
}

@media (max-width: 575.98px) {
  /* line 7, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
  .b-toaster.b-toaster-bottom-left .b-toaster-slot {
    width: 100%;
    left: 0;
    right: 0;
  }
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
.b-toaster .gl-toast {
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 33, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
.b-toaster .toast-body {
  font-weight: 300;
  padding-right: 0.5rem;
  order: 1;
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
.b-toaster .toast-header {
  display: flex;
  order: 2;
}

/* line 44, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
.b-toaster .gl-toast-action {
  color: #63a6e9;
  padding: 0.5rem;
  margin: 0;
  margin-left: 1rem;
  text-transform: none;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 600;
  cursor: pointer;
}

/* line 56, node_modules/@gitlab/ui/src/scss/../components/base/toast/toast.scss */
.b-toaster .gl-toast-close-button {
  margin-left: 1rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table {
  background-color: transparent;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table tr th,
table.gl-table tr td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #dcdcde;
  padding: 1rem;
  background-color: transparent;
  line-height: 1rem;
  font-size: 0.875rem;
  vertical-align: top;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table tr th {
  font-weight: 600;
  color: #333238;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table tr td {
  color: #535158;
}

/* line 26, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table tr:focus-visible {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
  position: relative;
  z-index: 1;
}

/* line 35, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table .table-primary > td,
table.gl-table .table-primary:hover > td {
  background-color: #e9f3fc;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table caption {
  padding-top: 0.25rem;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table.b-table.b-table-stacked tbody > tr::after {
  content: '';
  height: 1.5rem;
  width: 100%;
  display: block;
}

/* line 53, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table.b-table.b-table-stacked tbody > tr > td[data-label] {
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table.b-table.b-table-stacked tbody > tr > td[data-label]::before {
  text-align: left;
}

/* line 63, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table.b-table.b-table-stacked tbody > tr > td[data-label]:first-child {
  border-top-style: solid;
  border-top-width: 1px;
}

/* line 68, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table.b-table.b-table-stacked tbody > tr > td[data-label]:not(:first-child) {
  border-top-style: none;
}

/* line 73, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
table.gl-table.b-table.b-table-stacked tbody > tr div {
  text-align: right;
  overflow-wrap: break-word;
}

@media (max-width: 575.98px) {
  /* line 46, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-sm tbody > tr::after {
    content: '';
    height: 1.5rem;
    width: 100%;
    display: block;
  }
  /* line 53, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-sm tbody > tr > td[data-label] {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
  }
  /* line 59, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-sm tbody > tr > td[data-label]::before {
    text-align: left;
  }
  /* line 63, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-sm tbody > tr > td[data-label]:first-child {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 68, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-sm tbody > tr > td[data-label]:not(:first-child) {
    border-top-style: none;
  }
  /* line 73, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-sm tbody > tr div {
    text-align: right;
    overflow-wrap: break-word;
  }
}

@media (max-width: 767.98px) {
  /* line 46, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-md tbody > tr::after {
    content: '';
    height: 1.5rem;
    width: 100%;
    display: block;
  }
  /* line 53, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-md tbody > tr > td[data-label] {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
  }
  /* line 59, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-md tbody > tr > td[data-label]::before {
    text-align: left;
  }
  /* line 63, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-md tbody > tr > td[data-label]:first-child {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 68, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-md tbody > tr > td[data-label]:not(:first-child) {
    border-top-style: none;
  }
  /* line 73, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-md tbody > tr div {
    text-align: right;
    overflow-wrap: break-word;
  }
}

@media (max-width: 991.98px) {
  /* line 46, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-lg tbody > tr::after {
    content: '';
    height: 1.5rem;
    width: 100%;
    display: block;
  }
  /* line 53, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-lg tbody > tr > td[data-label] {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
  }
  /* line 59, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-lg tbody > tr > td[data-label]::before {
    text-align: left;
  }
  /* line 63, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-lg tbody > tr > td[data-label]:first-child {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 68, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-lg tbody > tr > td[data-label]:not(:first-child) {
    border-top-style: none;
  }
  /* line 73, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-lg tbody > tr div {
    text-align: right;
    overflow-wrap: break-word;
  }
}

@media (max-width: 1199.98px) {
  /* line 46, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-xl tbody > tr::after {
    content: '';
    height: 1.5rem;
    width: 100%;
    display: block;
  }
  /* line 53, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-xl tbody > tr > td[data-label] {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
  }
  /* line 59, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-xl tbody > tr > td[data-label]::before {
    text-align: left;
  }
  /* line 63, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-xl tbody > tr > td[data-label]:first-child {
    border-top-style: solid;
    border-top-width: 1px;
  }
  /* line 68, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-xl tbody > tr > td[data-label]:not(:first-child) {
    border-top-style: none;
  }
  /* line 73, node_modules/@gitlab/ui/src/scss/../components/base/table/table.scss */
  table.gl-table.b-table.b-table-stacked-xl tbody > tr div {
    text-align: right;
    overflow-wrap: break-word;
  }
}

/**
* Toggle button
*
* @usage
*  ### Active and Inactive text should be provided as data attributes:
*  <button type="button" class="project-feature-toggle" data-enabled-text="Enabled" data-disabled-text="Disabled">
*  <i class="fa fa-spinner fa-spin loading-icon hidden"></i>
*  </button>

*  ### Checked should have `is-checked` class
*  <button type="button" class="project-feature-toggle is-checked" data-enabled-text="Enabled" data-disabled-text="Disabled">
*  <i class="fa fa-spinner fa-spin loading-icon hidden"></i>
*  </button>

*  ### Disabled should have `is-disabled` class
*  <button type="button" class="project-feature-toggle is-disabled" data-enabled-text="Enabled" data-disabled-text="Disabled" disabled="true">
*  <i class="fa fa-spinner fa-spin loading-icon hidden"></i>
*  </button>
*/
/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper {
  line-height: 1rem;
  font-weight: 400;
  display: inline-flex;
}

/* line 26, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper.is-disabled {
  cursor: not-allowed;
}

/* line 29, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper.is-disabled .gl-toggle {
  cursor: not-allowed;
  background-color: #bfbfc3;
}

/* line 33, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper.is-disabled .gl-toggle .toggle-icon > svg {
  fill: #bfbfc3;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper.is-disabled .gl-toggle.is-checked {
  background-color: #9dc7f1;
}

/* line 41, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper.is-disabled .gl-toggle.is-checked .toggle-icon > svg {
  fill: #9dc7f1;
}

/* line 46, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-wrapper.is-disabled .gl-toggle-label,
.gl-toggle-wrapper.is-disabled .gl-help-label {
  color: #737278;
}

/* line 53, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-help-label {
  margin-top: 0.5rem;
  color: #737278;
  font-weight: 400;
}

/* line 59, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-label-inline {
  flex-direction: row;
  align-items: center;
}

/* line 63, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-label-inline .gl-toggle-label {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 0.5rem;
}

/* line 69, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-label-inline .gl-help-label {
  margin-top: 0;
  margin-left: 0.5rem;
}

/* line 75, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

/* line 80, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 0;
  cursor: pointer;
  background-color: #626168;
  padding: 0.125rem;
  position: relative;
  width: 3rem;
  height: 1.5rem;
  outline: none;
  -webkit-user-select: none;
          user-select: none;
  border-radius: 0.75rem;
  transition: all 0.4s ease;
  line-height: 1rem;
}

/* line 97, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle::selection, .gl-toggle::before::selection, .gl-toggle::after::selection {
  background: none;
}

/* line 103, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle:hover, .gl-toggle:active, .gl-toggle:focus, .gl-toggle:focus:active {
  background-color: #535158;
}

/* line 110, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle:active, .gl-toggle:focus, .gl-toggle:focus:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 116, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle .toggle-loading {
  height: 1rem;
}

/* line 120, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle .toggle-icon {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  display: inline-flex;
  align-items: center;
  left: 0.125rem;
  top: 0.125rem;
  transition: all 0.2s ease;
  justify-content: center;
  padding: 0.125rem;
}

/* line 132, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle .toggle-icon > svg {
  width: 1rem;
  height: 1rem;
  fill: #89888d;
  vertical-align: baseline;
}

/* line 140, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle.is-checked {
  background-color: #1f75cb;
}

/* line 143, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle.is-checked:hover, .gl-toggle.is-checked:active, .gl-toggle.is-checked:focus, .gl-toggle.is-checked:focus:active {
  background-color: #1068bf;
}

/* line 150, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle.is-checked .toggle-icon {
  transform: translateX(1.5rem);
}

/* line 153, node_modules/@gitlab/ui/src/scss/../components/base/toggle/toggle.scss */
.gl-toggle.is-checked .toggle-icon > svg {
  fill: #1f75cb;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token {
  color: #333238;
  background-color: #dcdcde;
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token.gl-token-view-only {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.5rem;
}

/* line 16, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-search-type-variant {
  background-color: #dcdcde;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 22, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-search-value-variant {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 27, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-content {
  font-size: 0.75rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  color: inherit;
}

/* line 34, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-content > .gl-avatar:first-child,
.gl-token-content > .gl-spinner-container:first-child {
  margin-right: 0.25rem;
}

/* line 40, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-close {
  margin-left: 0.25rem;
  color: inherit;
  cursor: pointer;
  opacity: 0.8;
  color: inherit !important;
  background-color: transparent !important;
}

/* line 48, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-close svg {
  color: inherit !important;
  mix-blend-mode: normal !important;
}

/* line 53, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-close:hover, .gl-token-close:focus {
  opacity: 1;
}

/* line 58, node_modules/@gitlab/ui/src/scss/../components/base/token/token.scss */
.gl-token-close:focus, .gl-token-close:hover:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc !important;
  outline: none !important;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip {
  font-size: 0.75rem;
  padding: 0.25rem;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip .tooltip-inner {
  border-radius: 0.25rem;
  line-height: 1rem;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip .arrow {
  height: 0.5rem;
  width: 0.25rem;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip .arrow::before {
  border-width: 4px;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip.bs-tooltip-top .arrow, .gl-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.gl-tooltip.bs-tooltip-bottom .arrow,
.gl-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  width: 0.5rem;
  height: 0.25rem;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip.bs-tooltip-top .arrow::before, .gl-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-bottom-width: 0;
}

/* line 35, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip.bs-tooltip-right .arrow::before, .gl-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-width: 0;
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip.bs-tooltip-bottom .arrow::before, .gl-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-top-width: 0;
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/base/tooltip/tooltip.scss */
.gl-tooltip.bs-tooltip-left .arrow::before, .gl-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-width: 0;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/charts/heatmap/heatmap.scss */
.gl-heatmap {
  position: relative;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/charts/heatmap/heatmap.scss */
.gl-heatmap .gl-legend-inline-series {
  pointer-events: none;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-inline {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  color: #333238;
}

/* line 7, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-inline .gl-legend-inline-series {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}

/* line 14, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-inline .gl-legend-inline-series:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-inline .gl-legend-inline-series .gl-legend-inline-series-label {
  margin-right: 0.5rem;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular {
  position: relative;
}

/* line 28, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: '';
  display: block;
  height: 0.75rem;
  position: absolute;
  width: 100%;
}

/* line 38, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-header {
  display: flex;
  justify-content: flex-end;
}

/* line 43, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-header-cell,
.gl-legend-tabular .gl-legend-tabular-details-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  width: 12.5%;
}

/* line 52, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-header-cell {
  font-weight: 600;
  line-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 58, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-body {
  height: 5.25rem;
  overflow-y: auto;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-body > *:nth-child(odd) {
  background-color: #fbfafd;
}

/* line 69, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-row {
  display: flex;
}

/* line 73, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-title-cell,
.gl-legend-tabular .gl-legend-tabular-details-cell {
  line-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 79, node_modules/@gitlab/ui/src/scss/../components/charts/legend/legend.scss */
.gl-legend-tabular .gl-legend-tabular-title-cell {
  overflow: hidden;
  width: 50%;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/charts/series_label/series_label.scss */
.gl-series-label-container {
  display: flex;
  font-size: 0.875rem;
  overflow: hidden;
  overflow-wrap: break-word;
}

/* line 8, node_modules/@gitlab/ui/src/scss/../components/charts/series_label/series_label.scss */
.gl-series-label-color {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

/* line 12, node_modules/@gitlab/ui/src/scss/../components/charts/series_label/series_label.scss */
.gl-series-label-color svg {
  display: block;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/charts/series_label/series_label.scss */
.gl-series-label-text {
  overflow: hidden;
  overflow-wrap: break-word;
}

/* line 3, node_modules/@gitlab/ui/src/scss/../components/charts/single_stat/single_stat.scss */
.gl-single-stat {
  line-height: 1;
}

/* line 6, node_modules/@gitlab/ui/src/scss/../components/charts/single_stat/single_stat.scss */
.gl-single-stat[tabindex='0']:hover {
  background-color: #ececef;
  border-radius: 0.25rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/charts/tooltip/tooltip.scss */
.gl-chart-tooltip {
  position: absolute;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/charts/tooltip/tooltip.scss */
.gl-chart-tooltip > .popover {
  min-width: 0;
  width: max-content;
  max-width: 32rem;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/shared_components/charts/tooltip_default_format.scss */
.gl-charts-tooltip-default-format-series {
  display: flex;
  justify-content: space-between;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/shared_components/charts/tooltip_default_format.scss */
.gl-charts-tooltip-default-format-series-label, .gl-charts-tooltip-default-format-series-value {
  font-size: 0.75rem;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/shared_components/charts/tooltip_default_format.scss */
.gl-charts-tooltip-default-format-series-label {
  line-height: 1rem;
  margin-right: 2rem;
}

/* line 15, node_modules/@gitlab/ui/src/scss/../components/shared_components/charts/tooltip_default_format.scss */
.gl-charts-tooltip-default-format-series-value {
  font-weight: 600;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/utilities/truncate/truncate.scss */
.gl-truncate {
  display: inline-flex;
  max-width: 100%;
}

/* line 6, node_modules/@gitlab/ui/src/scss/../components/utilities/truncate/truncate.scss */
.gl-truncate-start,
.gl-truncate-end {
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/utilities/truncate/truncate.scss */
.gl-truncate-start {
  direction: rtl;
  text-align: left;
  text-overflow: '';
}

/* line 19, node_modules/@gitlab/ui/src/scss/../components/utilities/truncate/truncate.scss */
.gl-truncate-end {
  text-overflow: ellipsis;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown {
  display: inline-flex;
  vertical-align: middle;
}

/* line 5, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-custom-toggle {
  cursor: pointer;
}

/* line 8, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-custom-toggle:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 13, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-panel {
  display: none;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #bfbfc3;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(31, 30, 36, 0.16), 0 0 2px rgba(31, 30, 36, 0.16);
  width: 16rem;
  z-index: 1000;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-inner {
  display: flex;
  flex-direction: column;
  max-height: 19.5rem;
}

/* line 31, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-contents {
  flex-grow: 1;
  overflow-y: auto;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  list-style-type: none;
}

/* line 39, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-contents ul {
  list-style-type: none;
}

/* line 45, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-toggle.gl-button {
  padding-right: 0.5rem;
}

/* line 48, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-toggle.gl-button.btn-sm, .gl-new-dropdown .btn-group-sm > .gl-button.btn {
  padding-right: 0.25rem;
}

/* line 53, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-toggle.gl-new-dropdown-toggle-no-caret, .gl-new-dropdown .gl-new-dropdown-toggle.gl-new-dropdown-toggle-no-caret.btn-sm, .gl-new-dropdown .btn-group-sm > .gl-new-dropdown-toggle-no-caret.btn {
  padding: 0.5rem;
}

/* line 57, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-toggle.gl-new-dropdown-toggle-no-caret .gl-new-dropdown-chevron, .gl-new-dropdown .gl-new-dropdown-toggle.gl-new-dropdown-toggle-no-caret.btn-sm .gl-new-dropdown-chevron, .gl-new-dropdown .btn-group-sm > .gl-new-dropdown-toggle-no-caret.btn .gl-new-dropdown-chevron {
  display: none;
}

/* line 64, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-toggle .gl-button-text {
  display: inline-flex;
}

/* line 69, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-button-text {
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 75, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown.btn-sm .gl-icon, .btn-group-sm > .gl-new-dropdown.btn .gl-icon {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 78, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown.btn-sm .gl-icon.gl-new-dropdown-chevron, .btn-group-sm > .gl-new-dropdown.btn .gl-icon.gl-new-dropdown-chevron {
  height: 1rem;
  width: 1rem;
}

/* line 84, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-button .gl-new-dropdown-chevron {
  margin-left: 0.25rem;
  margin-right: 0;
}

/* line 90, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-icon-only .gl-button-icon.gl-button-icon {
  margin-right: 0;
}

/* line 94, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown.scss */
.gl-new-dropdown .gl-new-dropdown-icon-only.btn-sm .gl-new-dropdown-chevron, .gl-new-dropdown .btn-group-sm > .gl-new-dropdown-icon-only.btn .gl-new-dropdown-chevron {
  margin-left: 0;
  margin-right: 0;
}

/* line 1, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item {
  cursor: pointer;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

/* line 6, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item:first-child {
  margin-top: 0;
}

/* line 10, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item:last-child {
  margin-bottom: 0;
}

/* line 18, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item:active .gl-new-dropdown-item-content, .gl-new-dropdown-item:hover .gl-new-dropdown-item-content, .gl-new-dropdown-item:focus .gl-new-dropdown-item-content, .gl-new-dropdown-item:focus:active .gl-new-dropdown-item-content {
  background-color: #ececef;
  text-decoration: none;
  color: #333238;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item:focus-visible {
  outline: none;
}

/* line 32, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item:active .gl-new-dropdown-item-content, .gl-new-dropdown-item:focus .gl-new-dropdown-item-content, .gl-new-dropdown-item:focus:active .gl-new-dropdown-item-content {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 37, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item .gl-new-dropdown-item-content {
  width: 100%;
  background-color: transparent;
  align-items: center;
  border-width: 0;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  border-radius: 0.25rem;
  color: #333238;
  text-align: left;
  white-space: normal;
}

/* line 54, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item .gl-new-dropdown-item-content .gl-new-dropdown-item-check-icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: #428fdc;
}

/* line 60, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item .gl-new-dropdown-item-content .gl-new-dropdown-item-icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
}

/* line 65, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/dropdown_item.scss */
.gl-new-dropdown-item .gl-new-dropdown-item-content .gl-new-dropdown-item-text-wrapper {
  min-width: 0;
  flex-grow: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search {
  position: relative;
}

/* line 7, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search .gl-listbox-search-input {
  width: 100%;
  line-height: 1rem;
  height: auto;
  border-style: none;
  padding-left: calc(2rem + 0.25rem);
  padding-right: calc(1.5rem + 0.25rem);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

/* line 17, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search .gl-listbox-search-input:focus {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 21, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search .gl-listbox-search-input::placeholder {
  color: #89888d;
}

/* line 25, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search .gl-listbox-search-input::-webkit-search-cancel-button {
  display: none;
}

/* line 30, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search .gl-listbox-search-icon {
  position: absolute;
  top: calc(50% - 12px / 2);
  left: 0.75rem;
  color: #737278;
}

/* line 37, node_modules/@gitlab/ui/src/scss/../components/base/new_dropdowns/listbox/listbox.scss */
.gl-listbox-search .gl-listbox-search-clear-button {
  position: absolute;
  top: calc(50% - 24px / 2);
  right: 0.5rem;
}

/* line 4, app/assets/stylesheets/bootstrap_migration_reset.scss */
body {
  font-size: 0.875rem;
}

/* line 11, app/assets/stylesheets/bootstrap_migration_reset.scss */
legend {
  border-bottom: 1px solid #dcdcde;
  margin-bottom: 20px;
}

/* line 16, app/assets/stylesheets/bootstrap_migration_reset.scss */
button,
html [type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: inherit;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/bootstrap_migration_reset.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 37, app/assets/stylesheets/bootstrap_migration_reset.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 47, app/assets/stylesheets/bootstrap_migration_reset.scss */
h5,
.h5 {
  font-size: 0.875rem;
}

/* line 52, app/assets/stylesheets/bootstrap_migration_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/bootstrap_migration_reset.scss */
hr {
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/bootstrap_migration_reset.scss */
code {
  padding: 2px 4px;
  color: #1f1e24;
  background-color: #ececef;
  border-radius: 4px;
}

/* line 67, app/assets/stylesheets/bootstrap_migration_reset.scss */
.code > code, .build-log code {
  background-color: inherit;
  padding: unset;
}

/* line 74, app/assets/stylesheets/bootstrap_migration_reset.scss */
table {
  border-spacing: 0;
}

/* line 79, app/assets/stylesheets/bootstrap_migration_reset.scss */
pre code {
  white-space: pre-wrap;
}

/*
 Bootstrap 4.1.2 introduced a new default vertical alignment which breaks our icons,
 so we need to reset the vertical alignment to the default value. See:
 - https://gitlab.com/gitlab-org/gitlab-foss/issues/51362
 */
/* line 88, app/assets/stylesheets/bootstrap_migration_reset.scss */
svg {
  vertical-align: baseline;
}

/* line 4, app/assets/stylesheets/bootstrap_migration_components.scss */
.form-control,
.search form {
  font-size: 0.875rem;
}

/* Our adjustments to hx & .hx above add unnecessary margins to modal-title
   and page-title in modals, so we set them to 0 in order to have properly
   formatted modal headers. */
/* line 16, app/assets/stylesheets/bootstrap_migration_components.scss */
.modal-header .modal-title,
.modal-header .page-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/bootstrap_migration_components.scss */
input[type='file'] {
  line-height: 1;
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/bootstrap_migration_components.scss */
  .form-group.row > .col-form-label {
    text-align: right;
  }
}

/* line 41, app/assets/stylesheets/bootstrap_migration_components.scss */
.d-table-header-group {
  display: table-header-group !important;
}

@media (min-width: 576px) {
  /* line 41, app/assets/stylesheets/bootstrap_migration_components.scss */
  .d-sm-table-header-group {
    display: table-header-group !important;
  }
}

@media (min-width: 768px) {
  /* line 41, app/assets/stylesheets/bootstrap_migration_components.scss */
  .d-md-table-header-group {
    display: table-header-group !important;
  }
}

@media (min-width: 992px) {
  /* line 41, app/assets/stylesheets/bootstrap_migration_components.scss */
  .d-lg-table-header-group {
    display: table-header-group !important;
  }
}

@media (min-width: 1200px) {
  /* line 41, app/assets/stylesheets/bootstrap_migration_components.scss */
  .d-xl-table-header-group {
    display: table-header-group !important;
  }
}

/* line 47, app/assets/stylesheets/bootstrap_migration_components.scss */
.text-secondary {
  color: #737278 !important;
}

/* line 58, app/assets/stylesheets/bootstrap_migration_components.scss */
.bg-success .card-header,
.bg-primary .card-header,
.bg-info .card-header,
.bg-danger .card-header,
.bg-warning .card-header {
  color: #fff;
}

/* line 65, app/assets/stylesheets/bootstrap_migration_components.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 70, app/assets/stylesheets/bootstrap_migration_components.scss */
.hide {
  display: none;
}

/* line 74, app/assets/stylesheets/bootstrap_migration_components.scss */
.dropdown-toggle::after,
.dropright .dropdown-menu-toggle::after {
  display: none;
}

/* line 82, app/assets/stylesheets/bootstrap_migration_components.scss */
.badge:not(.gl-badge),
.label {
  padding: 4px 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

/* line 90, app/assets/stylesheets/bootstrap_migration_components.scss */
.badge.badge-gray:not(.gl-badge),
.label.badge-gray {
  background-color: #f8fafc;
  color: #333238;
  text-shadow: none;
}

/* line 96, app/assets/stylesheets/bootstrap_migration_components.scss */
.badge.badge-inverse:not(.gl-badge),
.label.badge-inverse {
  background-color: #333;
}

/* line 101, app/assets/stylesheets/bootstrap_migration_components.scss */
.divider {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid #dcdcde;
}

/* line 113, app/assets/stylesheets/bootstrap_migration_components.scss */
.info-well {
  background: #fbfafd;
  color: #333238;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  margin-bottom: 16px;
}

/* line 120, app/assets/stylesheets/bootstrap_migration_components.scss */
.info-well .well-segment {
  padding: 1rem;
}

/* line 123, app/assets/stylesheets/bootstrap_migration_components.scss */
.info-well .well-segment.pipeline-info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* line 130, app/assets/stylesheets/bootstrap_migration_components.scss */
.info-well .well-segment:not(:last-of-type) {
  border-bottom: 1px solid #eef0f2;
}

/* line 138, app/assets/stylesheets/bootstrap_migration_components.scss */
.info-well .well-segment p:last-of-type,
.info-well .well-segment ol:last-of-type,
.info-well .well-segment ul:last-of-type,
.info-well .well-segment .form-group:last-of-type {
  margin-bottom: 0;
}

/* line 144, app/assets/stylesheets/bootstrap_migration_components.scss */
.info-well .badge.badge-gray {
  background-color: #e8f2f7;
}

/* line 150, app/assets/stylesheets/bootstrap_migration_components.scss */
.card.card-without-border, .card.bg-light {
  border: 0 !important;
}

/* line 156, app/assets/stylesheets/bootstrap_migration_components.scss */
.nav-tabs {
  border-bottom: 0;
}

/* line 160, app/assets/stylesheets/bootstrap_migration_components.scss */
.nav-tabs .nav-link {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/* line 166, app/assets/stylesheets/bootstrap_migration_components.scss */
.nav-tabs .nav-item {
  margin-bottom: 0;
}

/* line 171, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert {
  border-radius: 0;
}

/* line 175, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert-success {
  background-color: #108548;
  border-color: #108548;
}

/* line 180, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert-info {
  background-color: #1f75cb;
  border-color: #1f75cb;
}

/* line 185, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert-warning {
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 190, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert-danger {
  background-color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 195, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  color: #fff;
}

/* line 201, app/assets/stylesheets/bootstrap_migration_components.scss */
.alert-success h4,
.alert-success .alert-link,
.alert-info h4,
.alert-info .alert-link,
.alert-warning h4,
.alert-warning .alert-link,
.alert-danger h4,
.alert-danger .alert-link {
  color: #fff;
}

/* line 207, app/assets/stylesheets/bootstrap_migration_components.scss */
input.form-control[type=color] {
  height: 34px;
}

/* line 212, app/assets/stylesheets/bootstrap_migration_components.scss */
.toggle-sidebar-button .collapse-text,
.toggle-sidebar-button .icon-chevron-double-lg-left,
.toggle-sidebar-button .icon-chevron-double-lg-right {
  color: #737278;
}

/* line 220, app/assets/stylesheets/bootstrap_migration_components.scss */
.project-templates-buttons .btn {
  vertical-align: unset;
}

/* line 1, app/assets/stylesheets/framework/layout.scss */
html {
  overflow-y: scroll;
}

/* line 4, app/assets/stylesheets/framework/layout.scss */
html.touch .tooltip {
  display: none !important;
}

/* line 10, app/assets/stylesheets/framework/layout.scss */
body.navless {
  background-color: #fff !important;
}

/* line 14, app/assets/stylesheets/framework/layout.scss */
body.board-card-content {
  background-color: #ececef;
}

/* line 17, app/assets/stylesheets/framework/layout.scss */
body.board-card-content .content-wrapper {
  padding: 0;
}

/* line 20, app/assets/stylesheets/framework/layout.scss */
body.board-card-content .content-wrapper .container-fluid, body.board-card-content .content-wrapper .container-sm, body.board-card-content .content-wrapper .container-md, body.board-card-content .content-wrapper .container-lg, body.board-card-content .content-wrapper .container-xl,
body.board-card-content .content-wrapper .container-limited {
  background-color: #ececef;
}

/* line 30, app/assets/stylesheets/framework/layout.scss */
.container-fluid.limit-container-width .flash-container.sticky, .limit-container-width.container-sm .flash-container.sticky, .limit-container-width.container-md .flash-container.sticky, .limit-container-width.container-lg .flash-container.sticky, .limit-container-width.container-xl .flash-container.sticky {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}

/* line 38, app/assets/stylesheets/framework/layout.scss */
.content-wrapper-margin {
  margin-top: var(--header-height, 48px);
}

/* line 42, app/assets/stylesheets/framework/layout.scss */
.content-wrapper {
  padding-bottom: 100px;
}

/* line 46, app/assets/stylesheets/framework/layout.scss */
.container {
  padding-top: 0;
  z-index: 5;
}

/* line 50, app/assets/stylesheets/framework/layout.scss */
.container .content {
  margin: 0;
}

@media (max-width: 575.98px) {
  /* line 50, app/assets/stylesheets/framework/layout.scss */
  .container .content {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  /* line 57, app/assets/stylesheets/framework/layout.scss */
  .container .container .title {
    padding-left: 15px !important;
  }
}

/* line 63, app/assets/stylesheets/framework/layout.scss */
.navless-container {
  margin-top: var(--header-height, 48px);
  padding-top: 32px;
}

/* line 68, app/assets/stylesheets/framework/layout.scss */
.container-limited {
  max-width: 1280px;
}

/* line 71, app/assets/stylesheets/framework/layout.scss */
.container-limited.limit-container-width {
  max-width: 990px;
}

/* line 76, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper {
  /* Stripe the background colors so that adjacent alert-warnings are distinct from one another */
}

/* line 77, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert {
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert:last-child {
  margin-bottom: 16px;
}

/* line 85, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert-link-group {
  float: right;
}

@media (min-width: 992px) {
  /* line 89, app/assets/stylesheets/framework/layout.scss */
  .alert-wrapper .flex-alert {
    display: flex;
  }
  /* line 93, app/assets/stylesheets/framework/layout.scss */
  .alert-wrapper .flex-alert .alert-message {
    flex: 1;
    padding-right: 40px;
  }
}

/* line 99, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .flex-alert .alert-link-group {
  float: none;
}

@media (max-width: 767.98px) {
  /* line 105, app/assets/stylesheets/framework/layout.scss */
  .alert-wrapper .alert-link-group {
    float: none;
    margin-top: 8px;
  }
}

/* line 112, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert-warning {
  transition: background-color 0.15s, border-color 0.15s;
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 117, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert-warning:only-of-type {
  background-color: #ab6100;
  border-color: #ab6100;
}

/* line 122, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert-warning + .alert-warning {
  background-color: #9e5400;
  border-color: #9e5400;
}

/* line 126, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert-warning + .alert-warning + .alert-warning {
  background-color: #8f4700;
  border-color: #8f4700;
}

/* line 130, app/assets/stylesheets/framework/layout.scss */
.alert-wrapper .alert-warning + .alert-warning + .alert-warning + .alert-warning {
  background-color: #703800;
  border-color: #703800;
}

/* line 139, app/assets/stylesheets/framework/layout.scss */
.gl--flex-full {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

/* line 146, app/assets/stylesheets/framework/layout.scss */
.with-performance-bar .layout-page {
  margin-top: calc(var(--header-height, 48px) + 35px);
}

/* line 150, app/assets/stylesheets/framework/layout.scss */
.fullscreen-layout {
  padding-top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

/* line 159, app/assets/stylesheets/framework/layout.scss */
.fullscreen-layout > #js-peek,
.fullscreen-layout > .navbar-gitlab {
  position: static;
  top: auto;
}

/* line 165, app/assets/stylesheets/framework/layout.scss */
.fullscreen-layout .flash-container {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 170, app/assets/stylesheets/framework/layout.scss */
.fullscreen-layout .alert-wrapper .flash-container .flash-alert:last-child,
.fullscreen-layout .alert-wrapper .flash-container .flash-notice:last-child {
  margin-bottom: 0;
}

/* line 175, app/assets/stylesheets/framework/layout.scss */
.fullscreen-layout .content-wrapper {
  padding-bottom: 0;
  flex: 1;
  min-height: 0;
}

/* line 182, app/assets/stylesheets/framework/layout.scss */
.gl-drawer-responsive {
  width: 28%;
  min-width: 400px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: none;
  background-color: #fbfafd;
  border-left: 1px solid #dcdcde;
}

@media (max-width: 767.98px) {
  /* line 182, app/assets/stylesheets/framework/layout.scss */
  .gl-drawer-responsive {
    min-width: unset;
    width: 100%;
  }
}

/* line 202, app/assets/stylesheets/framework/layout.scss */
.gl-drawer-responsive .gl-drawer-header,
.gl-drawer-responsive .gl-drawer-body > * {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  /* line 210, app/assets/stylesheets/framework/layout.scss */
  .logged-out-marketing-header {
    --header-height: 72px;
  }
}

/* line 10, app/assets/stylesheets/framework/animations.scss */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 14, app/assets/stylesheets/framework/animations.scss */
.animated.once {
  animation-iteration-count: 1;
}

/* line 18, app/assets/stylesheets/framework/animations.scss */
.animated.short {
  animation-duration: 321ms;
  animation-fill-mode: none;
}

@keyframes pulse {
  from,
to {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

/* line 35, app/assets/stylesheets/framework/animations.scss */
.pulse {
  animation-name: pulse;
}

/*
* General hover animations
*/
/* line 91, app/assets/stylesheets/framework/animations.scss */
.btn {
  transition: background-color 100ms linear, border-color 100ms linear, color 100ms linear, box-shadow 100ms linear;
}

/* line 95, app/assets/stylesheets/framework/animations.scss */
.dropdown-menu-toggle,
.header-user-avatar {
  transition: border-color 100ms linear;
}

/* line 100, app/assets/stylesheets/framework/animations.scss */
.note-action-button,
.dropdown-toggle-caret {
  transition: color 100ms linear;
}

/* line 105, app/assets/stylesheets/framework/animations.scss */
a,
.notification-dot {
  transition: background-color 100ms linear, color 100ms linear, border 100ms linear;
}

/* line 110, app/assets/stylesheets/framework/animations.scss */
.stage-nav-item {
  transition: background-color 100ms linear, box-shadow 100ms linear;
}

/* line 114, app/assets/stylesheets/framework/animations.scss */
.dropdown-menu a,
.dropdown-menu button {
  transition: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 129, app/assets/stylesheets/framework/animations.scss */
.fade-in {
  animation: fadeIn 200ms 1;
}

@keyframes fadeInHalf {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

/* line 143, app/assets/stylesheets/framework/animations.scss */
.fade-in-half {
  animation: fadeInHalf 200ms 1;
}

@keyframes fadeInFull {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* line 157, app/assets/stylesheets/framework/animations.scss */
.fade-in-full {
  animation: fadeInFull 200ms 1;
}

/* line 161, app/assets/stylesheets/framework/animations.scss */
.animation-container {
  height: 40px;
  overflow: hidden;
}

/* line 165, app/assets/stylesheets/framework/animations.scss */
.animation-container.animation-container-small {
  height: 12px;
}

/* line 170, app/assets/stylesheets/framework/animations.scss */
.animation-container.animation-container-right .skeleton-line-2 {
  left: 0;
  right: 150px;
}

/* line 176, app/assets/stylesheets/framework/animations.scss */
.animation-container [class^='skeleton-line-'] {
  position: relative;
  background-color: #ececef;
  height: 10px;
  overflow: hidden;
}

/* line 182, app/assets/stylesheets/framework/animations.scss */
.animation-container [class^='skeleton-line-']:not(:last-of-type) {
  margin-bottom: 4px;
}

/* line 186, app/assets/stylesheets/framework/animations.scss */
.animation-container [class^='skeleton-line-']::after {
  content: ' ';
  display: block;
  animation: blockTextShine 1s linear infinite forwards;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(to right, #ececef 0%, #fbfafd 20%, #ececef 40%, #ececef 100%);
  height: 10px;
}

/* line 209, app/assets/stylesheets/framework/animations.scss */
.skeleton-line-1 {
  width: 156px;
}

/* line 209, app/assets/stylesheets/framework/animations.scss */
.skeleton-line-2 {
  width: 235px;
}

/* line 209, app/assets/stylesheets/framework/animations.scss */
.skeleton-line-3 {
  width: 200px;
}

@keyframes blockTextShine {
  0% {
    transform: translateX(-468px);
  }
  100% {
    transform: translateX(468px);
  }
}

/* line 224, app/assets/stylesheets/framework/animations.scss */
.slide-down-enter-active {
  transition: transform 0.2s;
}

/* line 228, app/assets/stylesheets/framework/animations.scss */
.slide-down-enter,
.slide-down-leave-to {
  transform: translateY(-30%);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** COMMON ANIMATION CLASSES **/
/* line 239, app/assets/stylesheets/framework/animations.scss */
.transform-origin-center {
  transform-origin: 50% 50%;
}

/* line 240, app/assets/stylesheets/framework/animations.scss */
.animate-n-spin {
  animation-name: spin;
}

/* line 241, app/assets/stylesheets/framework/animations.scss */
.animate-c-infinite {
  animation-iteration-count: infinite;
}

/* line 242, app/assets/stylesheets/framework/animations.scss */
.animate-t-linear {
  animation-timing-function: linear;
}

/* line 243, app/assets/stylesheets/framework/animations.scss */
.animate-d-1 {
  animation-duration: 1s;
}

/* line 244, app/assets/stylesheets/framework/animations.scss */
.animate-d-2 {
  animation-duration: 2s;
}

/** COMPOSITE ANIMATION CLASSES **/
/* line 247, app/assets/stylesheets/framework/animations.scss */
.gl-spinner {
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
  transform-origin: 50% 50%;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-26 17:40:41
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slide-in-fwd-bottom {
  0% {
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/* line 271, app/assets/stylesheets/framework/animations.scss */
.slide-in-fwd-bottom-enter-active {
  animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* line 275, app/assets/stylesheets/framework/animations.scss */
.slide-in-fwd-bottom-leave-active {
  animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both reverse;
}

/* line 1, app/assets/stylesheets/framework/vue_transitions.scss */
.fade-enter-active,
.fade-leave-active,
.fade-in-enter-active,
.fade-out-leave-active {
  transition: opacity 0.2s linear;
}

/* line 8, app/assets/stylesheets/framework/vue_transitions.scss */
.fade-enter,
.fade-in-enter,
.fade-out-leave-to,
.fade-leave-to {
  opacity: 0;
}

/* line 16, app/assets/stylesheets/framework/vue_transitions.scss */
.slide-enter-from-element.slide-enter, .slide-enter-from-element.slide-leave-to {
  position: absolute;
  transform: translateX(-150%);
}

/* line 24, app/assets/stylesheets/framework/vue_transitions.scss */
.slide-enter-to-element.slide-enter, .slide-enter-to-element.slide-leave-to {
  position: absolute;
  transform: translateX(150%);
}

/* line 31, app/assets/stylesheets/framework/vue_transitions.scss */
.slide-enter-active,
.slide-leave-active {
  transition: transform 300ms ease-out;
}

/* line 36, app/assets/stylesheets/framework/vue_transitions.scss */
.slide-enter-to,
.slide-leave {
  transform: translateX(0);
}

/* line 1, app/assets/stylesheets/framework/blocks.scss */
.nothing-here-block {
  text-align: center;
  padding: 16px;
  color: #333238;
  font-weight: 400;
  font-size: 14px;
}

/* line 8, app/assets/stylesheets/framework/blocks.scss */
.nothing-here-block.diff-collapsed {
  padding: 5px;
  line-height: 34px;
}

/* line 12, app/assets/stylesheets/framework/blocks.scss */
.nothing-here-block.diff-collapsed .click-to-expand {
  cursor: pointer;
  vertical-align: initial;
}

/* line 19, app/assets/stylesheets/framework/blocks.scss */
.oneline {
  line-height: 35px;
}

/* line 23, app/assets/stylesheets/framework/blocks.scss */
.row-content-block {
  margin-top: 0;
  background-color: #fbfafd;
  padding: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e6e6ea;
  border-bottom: 1px solid #e6e6ea;
  color: #333238;
}

/* line 32, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.oneline-block {
  line-height: 42px;
}

/* line 36, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.white {
  background-color: #fff;
}

/* line 40, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.top-block {
  border-top: 0;
}

/* line 43, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.top-block .container-fluid, .row-content-block.top-block .container-sm, .row-content-block.top-block .container-md, .row-content-block.top-block .container-lg, .row-content-block.top-block .container-xl {
  background-color: inherit;
}

/* line 48, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.middle-block {
  margin-top: 24px;
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.clear-block {
  margin-bottom: 15px;
  padding-bottom: 16px;
}

/* line 58, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.second-block {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.footer-block {
  margin-top: 24px;
  border-bottom: 0;
}

/* line 68, app/assets/stylesheets/framework/blocks.scss */
.row-content-block.content-component-block {
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/framework/blocks.scss */
.row-content-block .title {
  color: #333238;
}

/* line 76, app/assets/stylesheets/framework/blocks.scss */
.row-content-block > p:last-child {
  margin-bottom: 0;
}

/* line 81, app/assets/stylesheets/framework/blocks.scss */
.sub-header-block {
  background-color: #fff;
  border-bottom: 1px solid #e6e6ea;
  padding: 11px 0;
  margin-bottom: 11px;
}

/* line 88, app/assets/stylesheets/framework/blocks.scss */
.content-block {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6ea;
}

/* line 92, app/assets/stylesheets/framework/blocks.scss */
.content-block.oneline-block {
  line-height: 36px;
}

/* line 96, app/assets/stylesheets/framework/blocks.scss */
.content-block > .controls {
  float: right;
}

/* line 100, app/assets/stylesheets/framework/blocks.scss */
.content-block .new-branch {
  margin-top: 3px;
}

/* line 105, app/assets/stylesheets/framework/blocks.scss */
.content-block-small {
  padding: 4px 0;
}

/* line 109, app/assets/stylesheets/framework/blocks.scss */
.landing {
  margin: 16px auto;
  overflow: hidden;
  display: flex;
  position: relative;
  border: 1px solid #63a6e9;
  border-radius: 4px;
  background-color: #e9f3fc;
  justify-content: center;
}

/* line 119, app/assets/stylesheets/framework/blocks.scss */
.landing .dismiss-button {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  color: #1f75cb;
  z-index: 1;
  border: 0;
  background-color: transparent;
  padding: 8px;
  line-height: 0;
}

/* line 131, app/assets/stylesheets/framework/blocks.scss */
.landing .dismiss-button:hover, .landing .dismiss-button:focus {
  border: 0;
  color: #0b5cad;
}

/* line 138, app/assets/stylesheets/framework/blocks.scss */
.landing .svg-container {
  align-self: center;
}

/* line 142, app/assets/stylesheets/framework/blocks.scss */
.landing .inner-content {
  text-align: left;
  white-space: nowrap;
}

/* line 146, app/assets/stylesheets/framework/blocks.scss */
.landing .inner-content h4 {
  color: #333238;
  font-size: 17px;
}

/* line 151, app/assets/stylesheets/framework/blocks.scss */
.landing .inner-content p {
  color: #333238;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  /* line 109, app/assets/stylesheets/framework/blocks.scss */
  .landing {
    flex-direction: column;
  }
  /* line 160, app/assets/stylesheets/framework/blocks.scss */
  .landing .inner-content {
    white-space: normal;
    padding: 0 28px;
    text-align: center;
  }
}

/* line 168, app/assets/stylesheets/framework/blocks.scss */
.empty-state {
  margin: 5% auto 0;
}

/* line 171, app/assets/stylesheets/framework/blocks.scss */
.empty-state .text-content {
  max-width: 460px;
  margin: 0 auto;
  padding: 16px;
}

/* line 177, app/assets/stylesheets/framework/blocks.scss */
.empty-state .emoji-icon {
  display: inline-block;
}

/* line 181, app/assets/stylesheets/framework/blocks.scss */
.empty-state .btn:not(.split-content-button):not(.dropdown-toggle-split) {
  margin: 8px 4px;
}

@media (max-width: 575.98px) {
  /* line 181, app/assets/stylesheets/framework/blocks.scss */
  .empty-state .btn:not(.split-content-button):not(.dropdown-toggle-split) {
    width: 100%;
    margin: 8px 0;
  }
}

/* line 191, app/assets/stylesheets/framework/blocks.scss */
.code-block {
  white-space: pre;
  overflow-x: auto;
  font-size: 12px;
  border: 0;
  padding: 0.5rem;
}

/* line 198, app/assets/stylesheets/framework/blocks.scss */
.code-block code {
  background-color: inherit;
  padding: inherit;
}

/* line 148, app/assets/stylesheets/framework/buttons.scss */
.btn {
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 6px 10px;
  background-color: #fff;
  border-color: #dcdcde;
  color: #333238;
  color: #333238;
  white-space: nowrap;
}

/* line 29, app/assets/stylesheets/framework/buttons.scss */
.btn:focus, .btn:active {
  background-color: #ececef;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.btn:hover, .btn:focus {
  background-color: #ececef;
  border-color: #dedee3;
  color: #333238;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.btn:active, .btn.active {
  background-color: #e6e6ea;
  border-color: #dedee3;
  color: #333238;
}

/* line 155, app/assets/stylesheets/framework/buttons.scss */
.btn:focus:active {
  outline: 0;
}

/* line 159, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-sm, .btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 18px;
}

/* line 165, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-success {
  background-color: #108548;
  border-color: #217645;
  color: #fff;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: #217645;
  border-color: #24663b;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-success:active, .btn.btn-success.active {
  background-color: #24663b;
  border-color: #0d532a;
  color: #fff;
}

/* line 170, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled) {
  background-color: #fff;
  color: #217645;
  border-color: #108548;
}

/* line 45, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success.btn-border-color:not(.disabled):not(:disabled) {
  border-color: #dcdcde;
}

/* line 49, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled) > .icon {
  color: #217645;
}

/* line 53, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled):hover, .btn.btn-inverted.btn-success:not(.disabled):not(:disabled):focus {
  background-color: #c3e6cd;
  border-color: #108548;
  color: #24663b;
}

/* line 59, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled):hover > .icon, .btn.btn-inverted.btn-success:not(.disabled):not(:disabled):focus > .icon {
  color: #24663b;
}

/* line 64, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled):focus {
  box-shadow: 0 0 4px 1px #63a6e9;
}

/* line 68, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled):active {
  background-color: #91d4a8;
  border-color: #217645;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #0d532a;
}

/* line 74, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled):active > .icon {
  color: #0d532a;
}

/* line 78, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-success:not(.disabled):not(:disabled):active:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 174, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled) {
  background-color: #fff;
  color: #dd2b0e;
  border-color: #dd2b0e;
}

/* line 45, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger.btn-border-color:not(.disabled):not(:disabled) {
  border-color: #dcdcde;
}

/* line 49, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled) > .icon {
  color: #dd2b0e;
}

/* line 53, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):hover, .btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):focus {
  background-color: #fdd4cd;
  border-color: #dd2b0e;
  color: #ae1800;
}

/* line 59, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):hover > .icon, .btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):focus > .icon {
  color: #ae1800;
}

/* line 64, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):focus {
  box-shadow: 0 0 4px 1px #63a6e9;
}

/* line 68, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):active {
  background-color: #fcb5aa;
  border-color: #c91c00;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #8d1300;
}

/* line 74, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):active > .icon {
  color: #8d1300;
}

/* line 78, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-danger:not(.disabled):not(:disabled):active:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 178, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled), .btn.btn-inverted.btn-info:not(.disabled):not(:disabled) {
  background-color: #fff;
  color: #1f75cb;
  border-color: #1f75cb;
}

/* line 45, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary.btn-border-color:not(.disabled):not(:disabled), .btn.btn-inverted.btn-info.btn-border-color:not(.disabled):not(:disabled) {
  border-color: #dcdcde;
}

/* line 49, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled) > .icon, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled) > .icon {
  color: #1f75cb;
}

/* line 53, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):hover, .btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):focus, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):hover, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):focus {
  background-color: #cbe2f9;
  border-color: #1f75cb;
  color: #0b5cad;
}

/* line 59, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):hover > .icon, .btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):focus > .icon, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):hover > .icon, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):focus > .icon {
  color: #0b5cad;
}

/* line 64, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):focus, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):focus {
  box-shadow: 0 0 4px 1px #63a6e9;
}

/* line 68, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):active, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):active {
  background-color: #9dc7f1;
  border-color: #1068bf;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #064787;
}

/* line 74, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):active > .icon, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):active > .icon {
  color: #064787;
}

/* line 78, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-inverted.btn-primary:not(.disabled):not(:disabled):active:focus, .btn.btn-inverted.btn-info:not(.disabled):not(:disabled):active:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 184, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-info, .btn.btn-primary {
  background-color: #1f75cb;
  border-color: #1068bf;
  color: #fff;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #1068bf;
  border-color: #0b5cad;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-info:active, .btn.btn-info.active, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #0b5cad;
  border-color: #064787;
  color: #fff;
}

/* line 189, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-danger {
  background-color: #dd2b0e;
  border-color: #c91c00;
  color: #fff;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background-color: #c91c00;
  border-color: #ae1800;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #ae1800;
  border-color: #8d1300;
  color: #fff;
}

/* line 193, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-purple {
  background-color: #5943b6;
  border-color: #453894;
  color: #fff;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-purple:hover, .btn.btn-purple:focus {
  background-color: #453894;
  border-color: #2f2a6b;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-purple:active, .btn.btn-purple.active {
  background-color: #2f2a6b;
  border-color: #232150;
  color: #fff;
}

/* line 197, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-grouped {
  margin-left: 8px;
  float: left;
}

/* line 132, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-grouped.inline {
  float: none;
}

/* line 136, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-grouped.btn-sm, .btn-group-sm > .btn-grouped.btn {
  margin-left: 7px;
}

/* line 201, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-icon {
  color: #535158;
}

/* line 206, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-text-field {
  width: 100%;
  text-align: left;
  padding: 6px 16px;
  border-color: #dcdcde;
  color: #bfbfc3;
  background-color: #fff;
}

/* line 214, app/assets/stylesheets/framework/buttons.scss */
.btn.btn-text-field:hover, .btn.btn-text-field:active, .btn.btn-text-field:focus {
  cursor: text;
  box-shadow: none;
  border-color: #bcd9f6;
  color: #bfbfc3;
}

/* line 224, app/assets/stylesheets/framework/buttons.scss */
.btn.dot-highlight::after {
  content: '';
  background-color: #1f75cb;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 3px;
}

/* line 234, app/assets/stylesheets/framework/buttons.scss */
.btn svg {
  height: 15px;
  width: 15px;
}

/* line 239, app/assets/stylesheets/framework/buttons.scss */
.btn svg:not(:last-child) {
  margin-right: 5px;
}

/* line 244, app/assets/stylesheets/framework/buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 12px 20px;
}

/* line 248, app/assets/stylesheets/framework/buttons.scss */
.btn-transparent {
  color: #737278;
  background-color: transparent;
  border: 0;
}

/* line 253, app/assets/stylesheets/framework/buttons.scss */
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background-color: transparent;
  box-shadow: none;
}

/* line 261, app/assets/stylesheets/framework/buttons.scss */
.btn-block {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}

/* line 266, app/assets/stylesheets/framework/buttons.scss */
.btn-block.btn {
  padding: 6px 0;
}

/* line 272, app/assets/stylesheets/framework/buttons.scss */
.btn-group.btn-grouped {
  margin-left: 8px;
  float: left;
}

/* line 132, app/assets/stylesheets/framework/buttons.scss */
.btn-group.btn-grouped.inline {
  float: none;
}

/* line 136, app/assets/stylesheets/framework/buttons.scss */
.btn-group.btn-grouped.btn-sm, .btn-group-sm > .btn-grouped.btn {
  margin-left: 7px;
}

/* line 277, app/assets/stylesheets/framework/buttons.scss */
.btn-clipboard {
  border: 0;
  padding: 0 5px;
}

/* line 281, app/assets/stylesheets/framework/buttons.scss */
.btn-clipboard svg {
  top: auto;
  width: 16px;
  height: 16px;
}

/* line 290, app/assets/stylesheets/framework/buttons.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 6px 10px;
}

/* line 29, app/assets/stylesheets/framework/buttons.scss */
.input-group-prepend .btn:focus, .input-group-prepend .btn:active,
.input-group-append .btn:focus,
.input-group-append .btn:active {
  background-color: #ececef;
  box-shadow: none;
}

/* line 293, app/assets/stylesheets/framework/buttons.scss */
.input-group-prepend .btn:hover,
.input-group-append .btn:hover {
  outline: none;
}

/* line 297, app/assets/stylesheets/framework/buttons.scss */
.input-group-prepend .btn:active,
.input-group-append .btn:active {
  outline: none;
}

/* line 301, app/assets/stylesheets/framework/buttons.scss */
.input-group-prepend .btn.btn-clipboard,
.input-group-append .btn.btn-clipboard {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 307, app/assets/stylesheets/framework/buttons.scss */
.input-group-prepend .active,
.input-group-append .active {
  box-shadow: rgba(0, 0, 0, 0.16);
  border: 1px solid #dedee3 !important;
  background-color: #ececef !important;
}

/* line 317, app/assets/stylesheets/framework/buttons.scss */
.btn-loading:not(.disabled) .gl-spinner {
  display: none;
}

/* line 323, app/assets/stylesheets/framework/buttons.scss */
.clone-dropdown-btn a {
  color: #535158;
}

/* line 326, app/assets/stylesheets/framework/buttons.scss */
.clone-dropdown-btn a:hover {
  text-decoration: none;
}

/* line 332, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary {
  background-color: #fff;
  color: #1f75cb;
  border-color: #1f75cb;
}

/* line 45, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary.btn-border-color {
  border-color: #dcdcde;
}

/* line 49, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary > .icon {
  color: #1f75cb;
}

/* line 53, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary:hover, .btn-inverted-secondary:focus {
  background-color: #cbe2f9;
  border-color: #1f75cb;
  color: #0b5cad;
}

/* line 59, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary:hover > .icon, .btn-inverted-secondary:focus > .icon {
  color: #0b5cad;
}

/* line 64, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary:focus {
  box-shadow: 0 0 4px 1px #63a6e9;
}

/* line 68, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary:active {
  background-color: #9dc7f1;
  border-color: #1068bf;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #064787;
}

/* line 74, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary:active > .icon {
  color: #064787;
}

/* line 78, app/assets/stylesheets/framework/buttons.scss */
.btn-inverted-secondary:active:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* line 337, app/assets/stylesheets/framework/buttons.scss */
.btn-blank {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

/* line 343, app/assets/stylesheets/framework/buttons.scss */
.btn-blank:hover, .btn-blank:active, .btn-blank:focus {
  outline: 0;
  background: transparent;
  box-shadow: none;
}

/* line 356, app/assets/stylesheets/framework/buttons.scss */
.btn-svg svg {
  height: 16px;
  width: 16px;
  top: 0;
  vertical-align: text-top;
}

/* line 366, app/assets/stylesheets/framework/buttons.scss */
.btn.disabled, .btn.disabled:hover,
.btn[disabled],
.btn[disabled]:hover,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
.dropdown-toggle[disabled],
.dropdown-toggle[disabled]:hover,
.dropdown-menu-toggle[disabled],
.dropdown-menu-toggle[disabled]:hover {
  background-color: #fbfafd;
  border-color: #dcdcde;
  color: #89888d;
  opacity: 1;
  text-decoration: none;
  cursor: default;
}

/* line 375, app/assets/stylesheets/framework/buttons.scss */
.btn.disabled.cursor-not-allowed, .btn.disabled.cursor-not-allowed:hover,
.btn.cursor-not-allowed[disabled],
.btn.cursor-not-allowed[disabled]:hover,
fieldset[disabled] .btn.cursor-not-allowed,
fieldset[disabled] .btn.cursor-not-allowed:hover,
.dropdown-toggle.cursor-not-allowed[disabled],
.dropdown-toggle.cursor-not-allowed[disabled]:hover,
.dropdown-menu-toggle.cursor-not-allowed[disabled],
.dropdown-menu-toggle.cursor-not-allowed[disabled]:hover {
  cursor: not-allowed;
}

/* line 379, app/assets/stylesheets/framework/buttons.scss */
.btn.disabled i, .btn.disabled:hover i,
.btn[disabled] i,
.btn[disabled]:hover i,
fieldset[disabled] .btn i,
fieldset[disabled] .btn:hover i,
.dropdown-toggle[disabled] i,
.dropdown-toggle[disabled]:hover i,
.dropdown-menu-toggle[disabled] i,
.dropdown-menu-toggle[disabled]:hover i {
  color: #89888d;
}

/* line 384, app/assets/stylesheets/framework/buttons.scss */
.btn.disabled.btn-link,
.btn.btn-link[disabled],
fieldset[disabled] .btn.btn-link,
.dropdown-toggle.btn-link[disabled],
.dropdown-menu-toggle.btn-link[disabled] {
  background-color: transparent;
}

/* line 389, app/assets/stylesheets/framework/buttons.scss */
[readonly] {
  cursor: default;
}

/* line 393, app/assets/stylesheets/framework/buttons.scss */
copy-code {
  position: absolute;
  transition: all 0.2s ease;
  opacity: 0;
  top: 7px;
  right: 12px;
}

/* line 401, app/assets/stylesheets/framework/buttons.scss */
.markdown-code-block:hover copy-code, copy-code:focus-within {
  opacity: 1;
}

/* line 407, app/assets/stylesheets/framework/buttons.scss */
.btn-link {
  padding: 0;
  background-color: transparent;
  color: #1068bf;
  font-weight: normal;
  border-radius: 0;
  border-color: transparent;
  border-width: 0;
}

/* line 416, app/assets/stylesheets/framework/buttons.scss */
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #064787;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 1, app/assets/stylesheets/framework/badges.scss */
.badge.badge-pill:not(.gl-badge) {
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.07);
  color: #535158;
  vertical-align: baseline;
}

/* line 10, app/assets/stylesheets/framework/badges.scss */
.badge.badge-pill.badge-pill-success:not(.gl-badge) {
  background-color: rgba(16, 133, 72, 0.2);
  color: #28a745;
}

/* line 2, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell:hover {
  cursor: pointer;
  stroke: #000;
}

/* line 7, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell:focus {
  outline: none;
  stroke: #fff;
  filter: drop-shadow(1px 0 0.5px #428fdc) drop-shadow(0 1px 0.5px #428fdc) drop-shadow(-1px 0 0.5px #428fdc) drop-shadow(0 -1px 0.5px #428fdc);
}

/* line 18, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell[data-level='0'] {
  fill: #ececef;
}

/* line 18, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell[data-level='1'] {
  fill: #d2dcff;
}

/* line 18, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell[data-level='2'] {
  fill: #7992f5;
}

/* line 18, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell[data-level='3'] {
  fill: #3f51ae;
}

/* line 18, app/assets/stylesheets/framework/calendar.scss */
.user-contrib-cell[data-level='4'] {
  fill: #2a2b59;
}

/* line 25, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme .pika-label {
  color: #737278;
  font-size: 14px;
  font-weight: 400;
}

/* line 31, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme th {
  padding: 2px 0;
  color: #b2b2b2;
  font-weight: 400;
  text-transform: lowercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 39, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme abbr {
  cursor: default;
}

/* line 43, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 46, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme td:first-child {
  border-left: 0;
}

/* line 50, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme td:last-child {
  border-right: 0;
}

/* line 55, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme .pika-day {
  border-radius: 0;
  background-color: #fff;
  text-align: center;
}

/* line 62, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme .is-today .pika-day {
  color: inherit;
  font-weight: 400;
}

/* line 68, app/assets/stylesheets/framework/calendar.scss */
.pika-single.gitlab-theme .is-selected .pika-day,
.pika-single.gitlab-theme .pika-day:hover,
.pika-single.gitlab-theme .is-today .pika-day {
  background: #ececef;
  color: #333238;
  box-shadow: none;
}

/*
 * Callouts from Bootstrap3 docs
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
/* Common styles for all types */
/* line 9, app/assets/stylesheets/framework/callout.scss */
.bs-callout {
  margin: 16px 0;
  padding: 16px;
  border-color: #dcdcde;
  border-style: solid;
  border-width: 0 0 0 3px;
  color: #333238;
  background: #fbfafd;
}

/* line 18, app/assets/stylesheets/framework/callout.scss */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 23, app/assets/stylesheets/framework/callout.scss */
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
/* line 29, app/assets/stylesheets/framework/callout.scss */
.bs-callout-danger {
  background-color: #fdd4cd;
  border-color: #fcb5aa;
  color: #ae1800;
}

/* line 34, app/assets/stylesheets/framework/callout.scss */
.bs-callout-danger a {
  color: #ae1800;
}

/* line 39, app/assets/stylesheets/framework/callout.scss */
.bs-callout-warning {
  background-color: #fdf1dd;
  border-color: #e9be74;
  color: #333238;
}

/* line 44, app/assets/stylesheets/framework/callout.scss */
.bs-callout-warning a {
  color: #1068bf;
}

/* line 49, app/assets/stylesheets/framework/callout.scss */
.bs-callout-info {
  background-color: #cbe2f9;
  border-color: #9dc7f1;
  color: #0b5cad;
}

/* line 54, app/assets/stylesheets/framework/callout.scss */
.bs-callout-info h4 {
  color: #0b5cad;
}

/* line 59, app/assets/stylesheets/framework/callout.scss */
.bs-callout-success {
  background-color: #c3e6cd;
  border-color: #91d4a8;
  color: #24663b;
}

/** COLORS **/
/* line 2, app/assets/stylesheets/framework/common.scss */
.cgray {
  color: #333238;
}

/* line 3, app/assets/stylesheets/framework/common.scss */
.clgray {
  color: #bfbfc3;
}

/* line 4, app/assets/stylesheets/framework/common.scss */
.cred {
  color: #dd2b0e;
}

/* line 5, app/assets/stylesheets/framework/common.scss */
.cgreen {
  color: #217645;
}

/* line 6, app/assets/stylesheets/framework/common.scss */
.cdark {
  color: #434248;
}

/* line 8, app/assets/stylesheets/framework/common.scss */
.fwhite {
  fill: #fff;
}

/* line 9, app/assets/stylesheets/framework/common.scss */
.fgray {
  fill: #737278;
}

/* line 11, app/assets/stylesheets/framework/common.scss */
.text-plain,
.text-plain:hover {
  color: #333238;
}

/* line 16, app/assets/stylesheets/framework/common.scss */
.text-secondary {
  color: #737278;
}

/* line 20, app/assets/stylesheets/framework/common.scss */
.text-tertiary {
  color: #89888d;
}

/* line 24, app/assets/stylesheets/framework/common.scss */
.text-primary,
.text-primary:hover {
  color: #1f75cb;
}

/* line 29, app/assets/stylesheets/framework/common.scss */
.text-success,
.text-success:hover {
  color: #108548;
}

/* line 34, app/assets/stylesheets/framework/common.scss */
.text-danger,
.text-danger:hover {
  color: #dd2b0e;
}

/* line 39, app/assets/stylesheets/framework/common.scss */
.text-danger-muted,
.text-danger-muted:hover {
  color: #f57f6c;
}

/* line 44, app/assets/stylesheets/framework/common.scss */
.text-warning,
.text-warning:hover {
  color: #ab6100;
}

/* line 49, app/assets/stylesheets/framework/common.scss */
.text-info,
.text-info:hover {
  color: #1f75cb;
}

/* line 54, app/assets/stylesheets/framework/common.scss */
.bg-gray-light {
  background-color: #fbfafd;
}

/* line 58, app/assets/stylesheets/framework/common.scss */
.bg-white {
  background-color: #fff;
}

/* line 62, app/assets/stylesheets/framework/common.scss */
.bg-line-target-blue {
  background: #e9f3fc;
}

/* line 66, app/assets/stylesheets/framework/common.scss */
.text-break-word {
  word-break: break-all;
}

/* line 70, app/assets/stylesheets/framework/common.scss */
.text-underline,
.text-underline:hover {
  text-decoration: underline;
}

/* line 75, app/assets/stylesheets/framework/common.scss */
.hint {
  font-style: italic;
  color: #bfbfc3;
}

/* line 80, app/assets/stylesheets/framework/common.scss */
.light {
  color: #333238;
}

/* line 82, app/assets/stylesheets/framework/common.scss */
.slead {
  color: #333238;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 24px;
}

/* line 90, app/assets/stylesheets/framework/common.scss */
.bold {
  font-weight: 600;
}

/* line 94, app/assets/stylesheets/framework/common.scss */
.tab-content {
  overflow: visible;
}

@media (max-width: 767.98px) {
  /* line 94, app/assets/stylesheets/framework/common.scss */
  .tab-content {
    isolation: isolate;
  }
}

/* line 102, app/assets/stylesheets/framework/common.scss */
pre.clean {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 109, app/assets/stylesheets/framework/common.scss */
pre.wrap {
  word-break: break-word;
  white-space: pre-wrap;
}

/* line 115, app/assets/stylesheets/framework/common.scss */
hr {
  margin: 1.5rem 0;
  border-top: 1px solid #ececef;
}

/* line 120, app/assets/stylesheets/framework/common.scss */
.str-truncated {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 82%;
}

/* line 123, app/assets/stylesheets/framework/common.scss */
.str-truncated-30 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 30%;
}

/* line 127, app/assets/stylesheets/framework/common.scss */
.str-truncated-100 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
}

/* line 132, app/assets/stylesheets/framework/common.scss */
.block-truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 137, app/assets/stylesheets/framework/common.scss */
.block-truncated .str-truncated {
  display: inline;
}

/* line 142, app/assets/stylesheets/framework/common.scss */
.item-title {
  font-weight: 600;
}

/* line 144, app/assets/stylesheets/framework/common.scss */
.author-link {
  color: #1068bf;
}

/* line 148, app/assets/stylesheets/framework/common.scss */
.author-link:hover {
  text-decoration: none;
}

/* line 153, app/assets/stylesheets/framework/common.scss */
table a code {
  position: relative;
  top: -2px;
  margin-right: 3px;
}

/* line 160, app/assets/stylesheets/framework/common.scss */
.loading {
  margin: 20px auto;
  height: 40px;
  color: #535158;
  font-size: 32px;
  text-align: center;
}

/* line 168, app/assets/stylesheets/framework/common.scss */
p.time {
  color: #bfbfc3;
  font-size: 90%;
  margin: 30px 3px 3px 2px;
}

/* line 174, app/assets/stylesheets/framework/common.scss */
.highlight {
  text-shadow: none;
}

/* line 180, app/assets/stylesheets/framework/common.scss */
li.note img {
  max-width: 100%;
}

/* line 183, app/assets/stylesheets/framework/common.scss */
li.note .note-title li {
  border-bottom: 0 !important;
}

/* line 190, app/assets/stylesheets/framework/common.scss */
.markdown img {
  max-width: 100%;
}

/* line 195, app/assets/stylesheets/framework/common.scss */
.wiki_content code,
.readme code {
  background-color: inherit;
}

/* line 200, app/assets/stylesheets/framework/common.scss */
.error-message {
  padding: 10px;
  background: #ec5941;
  margin: 0;
  color: #fff;
}

/* line 206, app/assets/stylesheets/framework/common.scss */
.error-message a {
  color: #fff;
  text-decoration: underline;
}

/* line 233, app/assets/stylesheets/framework/common.scss */
.warning_message {
  border-left: 4px solid #e9be74;
  color: #333238;
  padding: 16px 24px;
  margin-bottom: 12px;
  background-color: #fdf1dd;
}

/* line 219, app/assets/stylesheets/framework/common.scss */
.warning_message.centered {
  text-align: center;
}

/* line 223, app/assets/stylesheets/framework/common.scss */
.warning_message .close {
  color: inherit;
}

/* line 224, app/assets/stylesheets/framework/common.scss */
.warning_message .close svg {
  width: 16px;
  height: 16px;
}

/* line 237, app/assets/stylesheets/framework/common.scss */
.danger_message {
  border-left: 4px solid #fcb5aa;
  color: #660e00;
  padding: 16px 24px;
  margin-bottom: 12px;
  background-color: #fdd4cd;
}

/* line 219, app/assets/stylesheets/framework/common.scss */
.danger_message.centered {
  text-align: center;
}

/* line 223, app/assets/stylesheets/framework/common.scss */
.danger_message .close {
  color: inherit;
}

/* line 224, app/assets/stylesheets/framework/common.scss */
.danger_message .close svg {
  width: 16px;
  height: 16px;
}

/* line 242, app/assets/stylesheets/framework/common.scss */
.gitlab-promo a {
  color: #a4a3a8;
  margin-right: 30px;
}

/* line 249, app/assets/stylesheets/framework/common.scss */
.milestone .progress {
  margin-top: 4px;
  box-shadow: none;
  background-color: #ece8f6;
}

/* line 256, app/assets/stylesheets/framework/common.scss */
img.emoji {
  height: 16px;
  vertical-align: top;
  width: 20px;
}

/* line 262, app/assets/stylesheets/framework/common.scss */
.chart {
  overflow: hidden;
  height: 220px;
}

/* line 267, app/assets/stylesheets/framework/common.scss */
.footer-links {
  margin-bottom: 20px;
}

/* line 270, app/assets/stylesheets/framework/common.scss */
.footer-links a {
  margin-right: 15px;
}

/* line 275, app/assets/stylesheets/framework/common.scss */
.card.card-body {
  margin-bottom: 16px;
}

/* line 278, app/assets/stylesheets/framework/common.scss */
.card.card-body hr {
  border-color: #ececef;
}

/* line 283, app/assets/stylesheets/framework/common.scss */
.dropzone .dz-preview .dz-progress {
  border-color: #dcdcde !important;
}

/* line 286, app/assets/stylesheets/framework/common.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #108548 !important;
}

/* line 292, app/assets/stylesheets/framework/common.scss */
.dz-message {
  margin: 0;
}

/* line 296, app/assets/stylesheets/framework/common.scss */
.alert {
  margin-bottom: 16px;
}

/* line 300, app/assets/stylesheets/framework/common.scss */
.progress {
  height: 4px;
}

/* line 305, app/assets/stylesheets/framework/common.scss */
.gl-accessibility:focus {
  display: flex;
  align-items: center;
  top: 1px;
  left: 1px;
  width: auto;
  height: 100%;
  padding: 0 10px;
  clip: auto;
  text-decoration: none;
  color: #333238;
  background: #fbfafd;
  z-index: 1;
}

/* line 321, app/assets/stylesheets/framework/common.scss */
.bordered-box {
  border: 1px solid #dcdcde;
  border-radius: 4px;
}

/* line 327, app/assets/stylesheets/framework/common.scss */
.tooltip .tooltip-inner {
  word-wrap: break-word;
}

/* line 332, app/assets/stylesheets/framework/common.scss */
.disabled-content {
  pointer-events: none;
  opacity: 0.5;
}

/* line 337, app/assets/stylesheets/framework/common.scss */
.break-word {
  word-wrap: break-word;
}

/* line 342, app/assets/stylesheets/framework/common.scss */
.checkbox-icon-inline-wrapper .checkbox {
  display: inline;
}

/* line 345, app/assets/stylesheets/framework/common.scss */
.checkbox-icon-inline-wrapper .checkbox label {
  display: inline;
}

/** COMMON CLASSES **/
/**
  🚨 Do not use these classes — they are deprecated and being removed. 🚨
  See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details.
**/
/* line 356, app/assets/stylesheets/framework/common.scss */
.prepend-top-20 {
  margin-top: 20px;
}

/* line 357, app/assets/stylesheets/framework/common.scss */
.append-bottom-20 {
  margin-bottom: 20px;
}

/* line 358, app/assets/stylesheets/framework/common.scss */
.ml-10 {
  margin-left: 4.5rem;
}

/* line 359, app/assets/stylesheets/framework/common.scss */
.inline {
  display: inline-block;
}

/* line 360, app/assets/stylesheets/framework/common.scss */
.center {
  text-align: center;
}

/* line 361, app/assets/stylesheets/framework/common.scss */
.block {
  display: block;
}

/* line 362, app/assets/stylesheets/framework/common.scss */
.flex {
  display: flex;
}

/* line 363, app/assets/stylesheets/framework/common.scss */
.vertical-align-top {
  vertical-align: top;
}

/* line 364, app/assets/stylesheets/framework/common.scss */
.vertical-align-text-top {
  vertical-align: text-top;
}

/* line 365, app/assets/stylesheets/framework/common.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 366, app/assets/stylesheets/framework/common.scss */
.vertical-align-sub {
  vertical-align: sub;
}

/* line 367, app/assets/stylesheets/framework/common.scss */
.flex-align-self-center {
  align-self: center;
}

/* line 368, app/assets/stylesheets/framework/common.scss */
.flex-grow {
  flex-grow: 1;
}

/* line 369, app/assets/stylesheets/framework/common.scss */
.flex-no-shrink {
  flex-shrink: 0;
}

/* line 370, app/assets/stylesheets/framework/common.scss */
.ws-initial {
  white-space: initial;
}

/* line 371, app/assets/stylesheets/framework/common.scss */
.ws-normal {
  white-space: normal;
}

/* line 372, app/assets/stylesheets/framework/common.scss */
.overflow-auto {
  overflow: auto;
}

/* line 373, app/assets/stylesheets/framework/common.scss */
.overflow-visible {
  overflow: visible;
}

/* line 375, app/assets/stylesheets/framework/common.scss */
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/** COMMON SIZING CLASSES **/
/* line 382, app/assets/stylesheets/framework/common.scss */
.w-0 {
  width: 0;
}

/* line 383, app/assets/stylesheets/framework/common.scss */
.w-8em {
  width: 8em;
}

/* line 384, app/assets/stylesheets/framework/common.scss */
.w-15p {
  width: 15%;
}

/* line 385, app/assets/stylesheets/framework/common.scss */
.w-30p {
  width: 30%;
}

/* line 386, app/assets/stylesheets/framework/common.scss */
.w-60p {
  width: 60%;
}

/* line 388, app/assets/stylesheets/framework/common.scss */
.h-12em {
  height: 12em;
}

/* line 389, app/assets/stylesheets/framework/common.scss */
.h-32-px {
  height: 32px;
}

/* line 391, app/assets/stylesheets/framework/common.scss */
.mw-460 {
  max-width: 460px;
}

/* line 392, app/assets/stylesheets/framework/common.scss */
.mw-6em {
  max-width: 6em;
}

/* line 393, app/assets/stylesheets/framework/common.scss */
.mw-70p {
  max-width: 70%;
}

/* line 397, app/assets/stylesheets/framework/common.scss */
.min-width-0 {
  min-width: 0;
}

/* line 398, app/assets/stylesheets/framework/common.scss */
.min-height-0 {
  min-height: 0;
}

/* line 401, app/assets/stylesheets/framework/common.scss */
.svg-w-100 svg {
  width: 100%;
}

/**
 * Removes browser specific clear icon from input fields in
 * Internet Explorer 10, Internet Explorer 11, and Microsoft Edge.
 * This is intended for elements which add a customized clear icon.
 *
 * see also https://developer.mozilla.org/en-US/docs/Web/CSS/::-ms-clear
 */
/* line 414, app/assets/stylesheets/framework/common.scss */
.ms-no-clear ::-ms-clear {
  display: none;
}

/** COMMON POSITIONING CLASSES */
/* line 419, app/assets/stylesheets/framework/common.scss */
.position-bottom-0 {
  bottom: 0 !important;
}

/* line 420, app/assets/stylesheets/framework/common.scss */
.position-left-0 {
  left: 0 !important;
}

/* line 421, app/assets/stylesheets/framework/common.scss */
.position-right-0 {
  right: 0 !important;
}

/* line 422, app/assets/stylesheets/framework/common.scss */
.position-top-0 {
  top: 0 !important;
}

/* line 424, app/assets/stylesheets/framework/common.scss */
.drag-handle {
  width: 4px;
}

/* line 427, app/assets/stylesheets/framework/common.scss */
.drag-handle:hover {
  background-color: #ececef;
}

/* line 431, app/assets/stylesheets/framework/common.scss */
.drag-handle.is-dragging {
  background-color: #89888d;
}

/* line 436, app/assets/stylesheets/framework/common.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 440, app/assets/stylesheets/framework/common.scss */
.cursor-not-allowed {
  cursor: not-allowed;
}

/* line 444, app/assets/stylesheets/framework/common.scss */
.cursor-default {
  cursor: default !important;
}

@media (max-width: 575.98px) {
  /* line 449, app/assets/stylesheets/framework/common.scss */
  .full-width-mobile {
    width: 100%;
  }
  /* line 453, app/assets/stylesheets/framework/common.scss */
  .full-width-mobile > .dropdown-menu,
.full-width-mobile > .btn {
    width: 100%;
  }
}

/* line 460, app/assets/stylesheets/framework/common.scss */
.gl-font-sm {
  font-size: 12px;
}

/* line 461, app/assets/stylesheets/framework/common.scss */
.gl-font-lg {
  font-size: 16px;
}

/* line 462, app/assets/stylesheets/framework/common.scss */
.gl-font-base {
  font-size: 14px;
}

/* line 464, app/assets/stylesheets/framework/common.scss */
.gl-font-size-0 {
  font-size: 0;
}

/* line 465, app/assets/stylesheets/framework/common.scss */
.gl-font-size-28 {
  font-size: 28px;
}

/* line 466, app/assets/stylesheets/framework/common.scss */
.gl-font-size-42 {
  font-size: 42px;
}

/* line 468, app/assets/stylesheets/framework/common.scss */
.gl-icon-button:hover {
  background-color: #dcdcde;
}

/* line 472, app/assets/stylesheets/framework/common.scss */
.border-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0;
  border-top: 1px solid #dcdcde;
}

/* line 479, app/assets/stylesheets/framework/common.scss */
.gl-pseudo-placeholder:empty::before {
  content: attr(data-placeholder);
  font-weight: 400;
  color: #737278;
  cursor: text;
}

/**
🚨 Do not use these classes — they clash with the Gitlab UI design system and will be removed. 🚨
See https://gitlab.com/gitlab-org/gitlab/issues/36857 for more details.
**/
/* line 490, app/assets/stylesheets/framework/common.scss */
.gl-line-height-14 {
  line-height: 14px;
}

/* line 1, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 8, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown.gl-dropdown button.dropdown-toggle {
  display: inline-flex;
}

/* line 13, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown .btn-link:hover {
  cursor: pointer;
}

/* line 30, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown .dropdown-menu {
  transform: translateY(0);
  display: block;
  min-height: 40px;
  max-height: 445px;
  overflow-y: auto;
}

/* line 38, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown .dropdown-menu.dropdown-extended-height {
  max-height: 400px;
}

/* line 44, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown .dropdown-menu.dropdown-extended-height .gl-dropdown-inner {
  max-height: 398px;
}

/* line 49, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown .dropdown-menu.dropdown-reduced-height {
  max-height: 312px;
}

@media (max-width: 575.98px) {
  /* line 30, app/assets/stylesheets/framework/dropdowns.scss */
  .show.dropdown .dropdown-menu {
    width: 100%;
  }
}

/* line 62, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown .dropdown-menu .gl-dropdown-inner {
  max-height: 310px;
}

/* line 67, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown .dropdown-toggle,
.show.dropdown .dropdown-menu-toggle {
  border-color: #bfbfc3;
}

/* line 72, app/assets/stylesheets/framework/dropdowns.scss */
.show.dropdown [data-toggle='dropdown'] {
  outline: 0;
}

/* line 80, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle:active, .dropdown-toggle:focus,
.dropdown-menu-toggle:active,
.dropdown-menu-toggle:focus,
.dropdown-menu-close:active,
.dropdown-menu-close:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 87, app/assets/stylesheets/framework/dropdowns.scss */
.search-input-container .dropdown-menu {
  margin-top: 11px;
}

/* line 91, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle,
.dropdown-menu-toggle,
.confidential-merge-request-fork-group .dropdown-toggle {
  padding: 6px 8px 6px 10px;
  background-color: #fff;
  color: #333238;
  font-size: 14px;
  text-align: left;
  border: 1px solid #dcdcde;
  border-radius: 0.25rem;
  white-space: nowrap;
}

/* line 103, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle.read-only:disabled,
.dropdown-menu-toggle.read-only:disabled,
.confidential-merge-request-fork-group .dropdown-toggle.read-only:disabled {
  color: #333238 !important;
}

/* line 107, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle.no-outline,
.dropdown-menu-toggle.no-outline,
.confidential-merge-request-fork-group .dropdown-toggle.no-outline {
  outline: 0;
}

/* line 111, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle.large,
.dropdown-menu-toggle.large,
.confidential-merge-request-fork-group .dropdown-toggle.large {
  width: 200px;
}

/* line 115, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle.wide,
.dropdown-menu-toggle.wide,
.confidential-merge-request-fork-group .dropdown-toggle.wide {
  width: 100%;
}

/* line 118, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle.wide + .dropdown-select,
.dropdown-menu-toggle.wide + .dropdown-select,
.confidential-merge-request-fork-group .dropdown-toggle.wide + .dropdown-select {
  width: 100%;
}

/* line 125, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle.dynamic,
.dropdown-menu-toggle.dynamic,
.confidential-merge-request-fork-group .dropdown-toggle.dynamic {
  width: auto;
  min-width: 160px;
  max-width: 100%;
  padding-right: 25px;
}

/* line 132, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle:hover,
.dropdown-menu-toggle:hover,
.confidential-merge-request-fork-group .dropdown-toggle:hover {
  border-color: #bfbfc3;
}

/* line 136, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle:focus:active,
.dropdown-menu-toggle:focus:active,
.confidential-merge-request-fork-group .dropdown-toggle:focus:active {
  border-color: #b7b7bb;
  outline: 0;
}

/* line 143, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-toggle.dropdown-menu-toggle {
  justify-content: flex-start;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  text-overflow: ellipsis;
  width: 160px;
}

/* line 151, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-toggle.dropdown-menu-toggle .gl-spinner {
  position: absolute;
  top: 9px;
  right: 8px;
}

/* line 157, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-toggle.dropdown-menu-toggle .dropdown-menu-toggle-icon {
  position: absolute;
  right: 8px;
  color: #bfbfc3;
}

/* line 166, app/assets/stylesheets/framework/dropdowns.scss */
.labels .dropdown-menu-toggle.wide + .dropdown-select {
  max-height: unset;
}

/* line 171, app/assets/stylesheets/framework/dropdowns.scss */
.gl-dropdown .dropdown-menu-toggle {
  padding-right: 8px;
}

/* line 174, app/assets/stylesheets/framework/dropdowns.scss */
.gl-dropdown .dropdown-menu-toggle .gl-dropdown-toggle-text {
  min-height: 1.25rem;
}

/* line 240, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu {
  display: none;
  position: absolute;
  width: auto;
  top: 100%;
  z-index: 300;
  min-width: 240px;
  max-width: 500px;
  margin-top: 4px;
  margin-bottom: 24px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #dcdcde;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 258, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu.dropdown-open-top {
  margin-bottom: 4px;
}

/* line 262, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu.dropdown-open-left {
  right: 0;
  left: auto;
}

/* line 268, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu.is-loading .dropdown-content {
  display: none;
}

/* line 272, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu.is-loading .dropdown-loading {
  display: block;
}

/* line 277, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu ul {
  margin: 0;
  padding: 0;
}

/* line 282, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li {
  display: block;
  text-align: left;
  list-style: none;
}

/* line 287, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a,
.dropdown-menu li > button,
.dropdown-menu li .gl-button.btn-link,
.dropdown-menu li .menu-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
  color: #333238;
  line-height: 16px;
  white-space: normal;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

/* line 201, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a.disable-hover,
.dropdown-menu li > button.disable-hover,
.dropdown-menu li .gl-button.btn-link.disable-hover,
.dropdown-menu li .menu-item.disable-hover {
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a:not(.disable-hover):hover, .dropdown-menu li > a:active, .dropdown-menu li > a:focus, .dropdown-menu li > a.is-focused,
.dropdown-menu li > button:not(.disable-hover):hover,
.dropdown-menu li > button:active,
.dropdown-menu li > button:focus,
.dropdown-menu li > button.is-focused,
.dropdown-menu li .gl-button.btn-link:not(.disable-hover):hover,
.dropdown-menu li .gl-button.btn-link:active,
.dropdown-menu li .gl-button.btn-link:focus,
.dropdown-menu li .gl-button.btn-link.is-focused,
.dropdown-menu li .menu-item:not(.disable-hover):hover,
.dropdown-menu li .menu-item:active,
.dropdown-menu li .menu-item:focus,
.dropdown-menu li .menu-item.is-focused {
  background-color: #ececef;
  color: #333238;
  outline: 0;
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a:active, .dropdown-menu li > a:focus, .dropdown-menu li > a:focus:active, .dropdown-menu li > a.is-focused,
.dropdown-menu li > button:active,
.dropdown-menu li > button:focus,
.dropdown-menu li > button:focus:active,
.dropdown-menu li > button.is-focused,
.dropdown-menu li .gl-button.btn-link:active,
.dropdown-menu li .gl-button.btn-link:focus,
.dropdown-menu li .gl-button.btn-link:focus:active,
.dropdown-menu li .gl-button.btn-link.is-focused,
.dropdown-menu li .menu-item:active,
.dropdown-menu li .menu-item:focus,
.dropdown-menu li .menu-item:focus:active,
.dropdown-menu li .menu-item.is-focused {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 221, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a.dropdown-menu-user-link,
.dropdown-menu li > button.dropdown-menu-user-link,
.dropdown-menu li .gl-button.btn-link.dropdown-menu-user-link,
.dropdown-menu li .menu-item.dropdown-menu-user-link {
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 7px;
  white-space: nowrap;
}

/* line 227, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a.dropdown-menu-user-link .dropdown-menu-user-username,
.dropdown-menu li > button.dropdown-menu-user-link .dropdown-menu-user-username,
.dropdown-menu li .gl-button.btn-link.dropdown-menu-user-link .dropdown-menu-user-username,
.dropdown-menu li .menu-item.dropdown-menu-user-link .dropdown-menu-user-username {
  display: block;
}

/* line 232, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu li > a .icon-play,
.dropdown-menu li > button .icon-play,
.dropdown-menu li .gl-button.btn-link .icon-play,
.dropdown-menu li .menu-item .icon-play {
  fill: #737278;
  margin-right: 6px;
  height: 12px;
  width: 11px;
}

/* line 295, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 0.25rem 0;
  padding: 0;
  background-color: #dcdcde;
}

/* line 301, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .divider:hover {
  background-color: #dcdcde;
}

/* line 306, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .separator {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #dcdcde;
}

/* line 315, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .dropdown-menu-empty-item a:hover, .dropdown-menu .dropdown-menu-empty-item a:focus {
  background-color: transparent;
}

/* line 321, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .dropdown-header {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  padding: 8px 12px;
}

/* line 329, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu.capitalize-header .dropdown-header {
  text-transform: capitalize;
}

/* line 333, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .dropdown-bold-header {
  font-weight: 600;
  line-height: 16px;
  padding: 8px 12px;
}

/* line 339, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .unclickable {
  cursor: not-allowed;
  padding: 5px 8px;
  color: #737278;
}

/* line 345, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .badge.badge-pill + span:not(.badge):not(.badge-pill) {
  margin-right: 40px;
}

/* line 350, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu .dropdown-menu-content {
  padding: 8px 12px;
}

/* line 355, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
  color: #333238;
  line-height: 16px;
  white-space: normal;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

/* line 201, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item.disable-hover {
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item:not(.disable-hover):hover, .dropdown-item:active, .dropdown-item:focus, .dropdown-item.is-focused {
  background-color: #ececef;
  color: #333238;
  outline: 0;
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item:active, .dropdown-item:focus, .dropdown-item:focus:active, .dropdown-item.is-focused {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 221, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item.dropdown-menu-user-link {
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 7px;
  white-space: nowrap;
}

/* line 227, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item.dropdown-menu-user-link .dropdown-menu-user-username {
  display: block;
}

/* line 232, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-item .icon-play {
  fill: #737278;
  margin-right: 6px;
  height: 12px;
  width: 11px;
}

/* line 360, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-toggle > i,
.droplab-dropdown .dropdown-toggle > svg {
  pointer-events: none;
}

/* line 365, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* line 371, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li {
  cursor: pointer;
}

/* line 374, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li.droplab-item-active button {
  background-color: #ececef;
  color: #333238;
  outline: 0;
}

/* line 378, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li > a,
.droplab-dropdown .dropdown-menu li > button,
.droplab-dropdown .dropdown-menu li > .gl-button {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  text-align: left;
  text-overflow: inherit;
}

/* line 388, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li > button.dropdown-epic-button {
  flex-direction: column;
}

/* line 391, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li > button.dropdown-epic-button .reference {
  color: #a4a3a8;
  margin-top: 4px;
}

/* line 397, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li.droplab-item-selected i, .droplab-dropdown .dropdown-menu li.droplab-item-selected svg {
  visibility: visible;
}

/* line 402, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li .icon {
  visibility: hidden;
}

/* line 406, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li .description {
  display: inline-block;
  white-space: normal;
  margin-left: 5px;
}

/* line 411, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .dropdown-menu li .description p {
  margin-bottom: 0;
}

/* line 418, app/assets/stylesheets/framework/dropdowns.scss */
.droplab-dropdown .icon {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}

/* line 425, app/assets/stylesheets/framework/dropdowns.scss */
.comment-type-dropdown.show .dropdown-menu {
  display: block;
}

/* line 430, app/assets/stylesheets/framework/dropdowns.scss */
.filtered-search-box-input-container .dropdown-menu {
  max-width: 280px;
}

/* line 435, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-large {
  width: 340px;
}

/* line 439, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-full-width {
  width: 100%;
}

/* line 444, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-paging .dropdown-page-two,
.dropdown-menu-paging .dropdown-menu-back {
  display: none;
}

/* line 450, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-paging.is-page-two .dropdown-page-one {
  display: none;
}

/* line 454, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-paging.is-page-two .dropdown-page-two,
.dropdown-menu-paging.is-page-two .dropdown-menu-back {
  display: block;
}

/* line 459, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-paging.is-page-two .dropdown-content {
  padding: 0 10px;
}

/* line 466, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-user .avatar {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

/* line 474, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-user .sidebar-participant .merge-icon {
  top: calc(50% + 5px);
  left: 3rem;
}

/* line 481, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-user-full-name {
  display: block;
  font-weight: 400;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 490, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-user-username {
  display: block;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 498, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-select {
  width: 300px;
}

@media (max-width: 767.98px) {
  /* line 498, app/assets/stylesheets/framework/dropdowns.scss */
  .dropdown-select {
    width: 100%;
  }
}

/* line 508, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-selectable li a,
.dropdown-menu-selectable li button,
.dropdown-menu-selectable li .dropdown-item:not(.open-with-link) {
  padding: 8px 40px;
  position: relative;
}

/* line 514, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-selectable li a.is-indeterminate, .dropdown-menu-selectable li a.is-active,
.dropdown-menu-selectable li button.is-indeterminate,
.dropdown-menu-selectable li button.is-active,
.dropdown-menu-selectable li .dropdown-item.is-indeterminate:not(.open-with-link),
.dropdown-menu-selectable li .dropdown-item.is-active:not(.open-with-link) {
  color: #333238;
}

/* line 518, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-selectable li a.is-indeterminate.dropdown-menu-user-link::before, .dropdown-menu-selectable li a.is-active.dropdown-menu-user-link::before,
.dropdown-menu-selectable li button.is-indeterminate.dropdown-menu-user-link::before,
.dropdown-menu-selectable li button.is-active.dropdown-menu-user-link::before,
.dropdown-menu-selectable li .dropdown-item.is-indeterminate.dropdown-menu-user-link:not(.open-with-link)::before,
.dropdown-menu-selectable li .dropdown-item.is-active.dropdown-menu-user-link:not(.open-with-link)::before {
  top: 50%;
  transform: translateY(-50%);
}

/* line 524, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-selectable li a.is-indeterminate::before,
.dropdown-menu-selectable li button.is-indeterminate::before,
.dropdown-menu-selectable li .dropdown-item.is-indeterminate:not(.open-with-link)::before {
  position: absolute;
  left: 16px;
  top: 16px;
  transform: translateY(-50%);
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '—';
}

/* line 537, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-selectable li a.is-active,
.dropdown-menu-selectable li button.is-active,
.dropdown-menu-selectable li .dropdown-item.is-active:not(.open-with-link) {
  position: relative;
}

/* line 540, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-selectable li a.is-active::before,
.dropdown-menu-selectable li button.is-active::before,
.dropdown-menu-selectable li .dropdown-item.is-active:not(.open-with-link)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#check);
          mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#check);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #333;
}

/* line 559, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-title {
  position: relative;
  padding: 8px 12px;
  padding-bottom: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dcdcde;
  overflow: hidden;
}

/* line 573, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-title-button {
  padding: 0;
  color: #bfbfbf;
  border: 0;
  background: none;
  outline: 0;
}

/* line 580, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-title-button:hover {
  color: #999999;
}

/* line 585, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-back {
  left: 10px;
  top: 8px;
}

/* line 590, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input {
  position: relative;
  margin-bottom: 10px;
  padding: 0 10px;
}

/* line 595, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input .input-icon,
.dropdown-input .dropdown-input-clear,
.dropdown-input .dropdown-input-search {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #737278;
  font-size: 12px;
  pointer-events: none;
}

/* line 606, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input .dropdown-input-clear {
  display: none;
  cursor: pointer;
  pointer-events: all;
  top: 8px;
  font-size: 14px;
}

/* line 613, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input .dropdown-input-clear:not(.gl-icon) {
  right: 22px;
}

/* line 619, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input.has-value .dropdown-input-clear {
  display: block;
}

/* line 623, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input.has-value .dropdown-input-search {
  display: none;
}

/* line 629, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input-field,
.default-dropdown-input {
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #535158;
  line-height: 30px;
  border: 1px solid #89888d;
  border-radius: 0.25rem;
  outline: 0;
}

/* line 643, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input-field:focus,
.default-dropdown-input:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 648, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-input-field:hover ~ .dropdown-input-clear,
.default-dropdown-input:hover ~ .dropdown-input-clear {
  color: #535158;
}

/* line 654, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-content {
  max-height: 252px;
  overflow-y: auto;
}

/* line 659, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-info-note {
  color: #737278;
  text-align: center;
}

/* line 664, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-footer {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
  border-top: 1px solid #dcdcde;
}

/* line 671, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-footer-content {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 676, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-footer-list {
  font-size: 14px;
}

/* line 679, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-footer-list a {
  cursor: pointer;
  padding-left: 10px;
}

/* line 685, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  font-weight: 400;
  position: relative;
  padding: 8px 12px;
  color: #333238;
  line-height: 16px;
  white-space: normal;
  overflow: hidden;
  text-align: left;
  width: 100%;
  width: 100%;
  background-color: transparent;
  border: 0;
  text-align: left;
  text-overflow: ellipsis;
}

/* line 201, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button.disable-hover {
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button:not(.disable-hover):hover, .dropdown-create-new-item-button:active, .dropdown-create-new-item-button:focus, .dropdown-create-new-item-button.is-focused {
  background-color: #ececef;
  color: #333238;
  outline: 0;
  text-decoration: none;
}

/* line 214, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button:active, .dropdown-create-new-item-button:focus, .dropdown-create-new-item-button:focus:active, .dropdown-create-new-item-button.is-focused {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 221, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button.dropdown-menu-user-link {
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 7px;
  white-space: nowrap;
}

/* line 227, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button.dropdown-menu-user-link .dropdown-menu-user-username {
  display: block;
}

/* line 232, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-create-new-item-button .icon-play {
  fill: #737278;
  margin-right: 6px;
  height: 12px;
  width: 11px;
}

/* line 695, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
}

/* line 707, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-label-box {
  position: relative;
  top: 0;
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 0.25rem;
}

/* line 718, app/assets/stylesheets/framework/dropdowns.scss */
.git-revision-dropdown .dropdown-content {
  max-height: 215px;
}

/* line 724, app/assets/stylesheets/framework/dropdowns.scss */
.sidebar-move-issue-dropdown .dropdown-content {
  max-height: 160px;
}

/* line 730, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-author .dropdown-content {
  max-height: 215px;
}

/* line 736, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-labels .dropdown-content {
  max-height: 128px;
}

/* line 741, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-inner-title {
  display: block;
  color: #333238;
  font-weight: 600;
}

/* line 747, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-menu-inner-content {
  display: block;
  color: #737278;
}

/* line 753, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-toggle-text.is-default {
  color: #737278;
}

/* line 758, app/assets/stylesheets/framework/dropdowns.scss */
.pika-single.animate-picker.is-bound,
.pika-single.animate-picker.is-bound.is-hidden {
  /*
   * Having `!important` is not recommended but
   * since `pikaday` sets positioning inline
   * there's no way it can be gracefully overridden
   * using config options.
   */
  position: absolute !important;
  display: block;
}

/* line 770, app/assets/stylesheets/framework/dropdowns.scss */
.pika-single.animate-picker.is-bound {
  transform: translateY(0);
  display: block;
}

/* line 773, app/assets/stylesheets/framework/dropdowns.scss */
.pika-single.animate-picker.is-bound.is-hidden {
  transform: translateY(-10px);
  display: none;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  /* line 781, app/assets/stylesheets/framework/dropdowns.scss */
  .navbar-gitlab li.dropdown {
    position: static;
  }
  /* line 784, app/assets/stylesheets/framework/dropdowns.scss */
  .navbar-gitlab li.dropdown.user-counter {
    margin-left: 8px !important;
  }
  /* line 787, app/assets/stylesheets/framework/dropdowns.scss */
  .navbar-gitlab li.dropdown.user-counter > a {
    padding: 0 4px !important;
  }
  /* line 795, app/assets/stylesheets/framework/dropdowns.scss */
  header.navbar-gitlab .dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
  }
  /* line 802, app/assets/stylesheets/framework/dropdowns.scss */
  header.navbar-gitlab-new .header-content .dropdown .dropdown-menu {
    left: 0;
    min-width: 100%;
  }
}

/* line 809, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container {
  display: flex;
  flex-direction: row;
  height: 20rem;
}

/* line 814, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .frequent-items-dropdown-content {
  padding-top: 0.5rem;
}

/* line 818, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .loading-animation {
  color: #1f1e24;
}

/* line 822, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .frequent-items-dropdown-content {
  position: relative;
  width: 70%;
}

/* line 827, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .section-header,
.frequent-items-dropdown-container .frequent-items-list-container li.section-empty {
  color: #737278;
  font-size: 0.875rem;
}

/* line 833, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .frequent-items-list-container {
  padding: 8px 0;
  overflow-y: auto;
}

/* line 837, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .frequent-items-list-container li.section-empty.section-failure {
  color: #ae1800;
}

/* line 842, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .frequent-items-list-container .frequent-items-list-item-container .gl-button:active, .frequent-items-dropdown-container .frequent-items-list-container .frequent-items-list-item-container .gl-button:focus, .frequent-items-dropdown-container .frequent-items-list-container .frequent-items-list-item-container .gl-button:focus:active, .frequent-items-dropdown-container .frequent-items-list-container .frequent-items-list-item-container .gl-button.is-focused {
  box-shadow: inset 0 0 0 2px #428fdc, inset 0 0 0 3px #fff, inset 0 0 0 1px #fff ;
  outline: none ;
}

/* line 851, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-dropdown-container .section-header {
  font-weight: 700;
  margin-top: 8px;
}

/* line 858, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-list-item-container .frequent-items-item-metadata-container {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

/* line 865, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-list-item-container .frequent-items-item-title,
.frequent-items-list-item-container .frequent-items-item-namespace {
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 873, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-list-item-container .frequent-items-item-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
}

/* line 879, app/assets/stylesheets/framework/dropdowns.scss */
.frequent-items-list-item-container .frequent-items-item-namespace {
  margin-top: 4px;
  font-size: 12px;
  line-height: 12px;
  color: #737278;
}

@media (max-width: 575.98px) {
  /* line 887, app/assets/stylesheets/framework/dropdowns.scss */
  .frequent-items-list-item-container .frequent-items-item-metadata-container {
    float: none;
  }
  /* line 891, app/assets/stylesheets/framework/dropdowns.scss */
  .frequent-items-list-item-container .frequent-items-item-title,
.frequent-items-list-item-container .frequent-items-item-namespace {
    max-width: 250px;
  }
}

/* line 898, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-content-faded-mask {
  position: relative;
}

/* line 901, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-content-faded-mask .dropdown-list {
  max-height: 312px;
  overflow-y: auto;
  position: relative;
}

/* line 907, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-content-faded-mask::after {
  height: 32px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0));
  transition: opacity 0.1s ease-in-out;
  content: '';
  pointer-events: none;
}

/* line 918, app/assets/stylesheets/framework/dropdowns.scss */
.dropdown-content-faded-mask.fade-out::after {
  opacity: 0;
}

/* line 924, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper.is-standalone {
  min-width: 240px;
}

/* line 927, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper.is-standalone .labels-select-dropdown-contents {
  max-height: 350px;
}

/* line 930, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper.is-standalone .labels-select-dropdown-contents .dropdown-content {
  height: 250px;
}

/* line 939, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper li:hover .label-item, .labels-select-wrapper li.is-focused .label-item {
  background-color: #ececef;
  color: #333238;
  outline: 0;
  text-decoration: none;
}

/* line 948, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .labels-select-dropdown-button .gl-button-text {
  width: 100%;
}

/* line 953, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .labels-select-dropdown-contents {
  min-height: 40px;
  max-height: 330px;
  background-color: #fff;
  border: 1px solid #dcdcde;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

/* line 961, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .labels-select-dropdown-contents .dropdown-content {
  height: 135px;
}

/* line 966, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .labels-fetch-loading {
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #fff;
  z-index: 1;
}

/* line 975, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .dropdown-header-button .gl-icon {
  color: #bfbfbf;
}

/* line 978, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .dropdown-header-button .gl-icon:hover {
  color: #a4a3a8;
}

/* line 984, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .label-item {
  padding: 8px 20px;
}

/* line 989, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .color-input-container .dropdown-label-color-preview {
  border: 1px solid #dcdcde;
  border-right: 0;
}

/* line 993, app/assets/stylesheets/framework/dropdowns.scss */
.labels-select-wrapper .color-input-container .dropdown-label-color-preview[style] {
  border-color: transparent;
}

/* line 1002, app/assets/stylesheets/framework/dropdowns.scss */
.bulk-update .dropdown-toggle-text.is-default {
  color: #333238;
}

/* line 1011, app/assets/stylesheets/framework/dropdowns.scss */
.gl-dropdown-text-py-0 .b-dropdown-text {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1020, app/assets/stylesheets/framework/dropdowns.scss */
.gl-dropdown-text-block .b-dropdown-text {
  display: block;
}

/* line 1028, app/assets/stylesheets/framework/dropdowns.scss */
.gl-dropdown .gl-dropdown-menu-wide {
  width: 25rem;
}

/* line 1036, app/assets/stylesheets/framework/dropdowns.scss */
.gl-dropdown.gl-dropdown-menu-full-width .dropdown-menu {
  width: 100%;
}

/**
 * File content holder
 *
 */
/* line 6, app/assets/stylesheets/framework/files.scss */
.container-fluid.container-limited.limit-container-width .file-holder.readme-holder.limited-width-container .file-content, .container-limited.limit-container-width.container-sm .file-holder.readme-holder.limited-width-container .file-content, .container-limited.limit-container-width.container-md .file-holder.readme-holder.limited-width-container .file-content, .container-limited.limit-container-width.container-lg .file-holder.readme-holder.limited-width-container .file-content, .container-limited.limit-container-width.container-xl .file-holder.readme-holder.limited-width-container .file-content {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

/* line 13, app/assets/stylesheets/framework/files.scss */
.file-holder {
  border: 1px solid #dcdcde;
  border-top: 0;
  border-radius: 4px;
}

/* line 18, app/assets/stylesheets/framework/files.scss */
.file-holder.file-holder-top-border {
  border-top: 1px solid #dcdcde;
}

/* line 21, app/assets/stylesheets/framework/files.scss */
.file-holder.file-holder-top-border .file-title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 28, app/assets/stylesheets/framework/files.scss */
.file-holder.file-holder-no-border {
  border: 0;
}

/* line 32, app/assets/stylesheets/framework/files.scss */
.file-holder.file-holder-bottom-radius {
  border-radius: 0 0 2px 2px;
}

/* line 36, app/assets/stylesheets/framework/files.scss */
.file-holder.readme-holder {
  margin: 16px 0;
}

/* line 40, app/assets/stylesheets/framework/files.scss */
.file-holder .file-title {
  position: relative;
  background-color: var(--gray-10, #fbfafd);
  border-bottom: 1px solid var(--border-color, #dcdcde);
  margin: 0;
  text-align: left;
  padding: 10px 16px;
  word-wrap: break-word;
}

/* line 49, app/assets/stylesheets/framework/files.scss */
.file-holder .file-title.file-title-clear {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

/* line 54, app/assets/stylesheets/framework/files.scss */
.file-holder .file-title.file-title-clear .file-actions {
  right: 0;
}

/* line 60, app/assets/stylesheets/framework/files.scss */
.file-holder .file-title .file-actions .btn:not(.btn-icon) {
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
}

/* line 67, app/assets/stylesheets/framework/files.scss */
.file-holder .file-title a:not(.btn) {
  color: #333238;
}

/* line 71, app/assets/stylesheets/framework/files.scss */
.file-holder .file-title .left-options {
  margin-top: -3px;
}

/* line 76, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend {
  background-color: #fbfafd;
  text-align: right;
  padding: 8px 16px;
  border-bottom: 1px solid #dcdcde;
}

@media (max-width: 575.98px) {
  /* line 76, app/assets/stylesheets/framework/files.scss */
  .file-holder .file-blame-legend {
    text-align: left;
  }
}

/* line 86, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .left-label {
  padding-right: 5px;
}

/* line 90, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .right-label {
  padding-left: 5px;
}

/* line 94, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0 2px;
}

/* line 102, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-0 {
  background-color: #254e77;
}

/* line 102, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-1 {
  background-color: #406990;
}

/* line 102, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-2 {
  background-color: #5b84a8;
}

/* line 102, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-3 {
  background-color: #769fc1;
}

/* line 102, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-4 {
  background-color: #91bad9;
}

/* line 102, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-5 {
  background-color: #acd5f2;
}

/* line 108, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-6 {
  background-color: #bcdbf1;
}

/* line 108, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-7 {
  background-color: #cde1f0;
}

/* line 108, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-8 {
  background-color: #dde7ee;
}

/* line 108, app/assets/stylesheets/framework/files.scss */
.file-holder .file-blame-legend .legend-box-9 {
  background-color: #ededed;
}

/* line 114, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content {
  background: #fff;
}

/* line 117, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.image_file, .file-holder .file-content.audio, .file-holder .file-content.video {
  background: #ececef;
  text-align: center;
  padding: 30px;
}

/* line 124, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.image_file img,
.file-holder .file-content.image_file audio,
.file-holder .file-content.image_file video, .file-holder .file-content.audio img,
.file-holder .file-content.audio audio,
.file-holder .file-content.audio video, .file-holder .file-content.video img,
.file-holder .file-content.video audio,
.file-holder .file-content.video video {
  max-width: 80%;
}

/* line 131, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.md {
  padding: 16px;
}

@media (min-width: 768px) {
  /* line 131, app/assets/stylesheets/framework/files.scss */
  .file-holder .file-content.md {
    padding: 32px;
  }
}

/* line 139, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.blob-no-preview {
  background: #ececef;
  text-shadow: 0 1px 2px #fff;
  padding: 100px 0;
}

/* line 145, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.logs {
  background: #ececef;
  max-height: 700px;
  overflow-y: auto;
}

/* line 150, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.logs ol {
  margin-left: 40px;
  padding: 10px 0;
  border-left: 1px solid #dcdcde;
  margin-bottom: 0;
  background: #fff;
}

/* line 157, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.logs ol li {
  color: #888;
}

/* line 160, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.logs ol li p {
  margin: 0;
  color: #333;
  line-height: 24px;
  padding-left: 10px;
}

/* line 167, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content.logs ol li:hover {
  background: #e9f3fc;
}

/* line 174, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content .list-inline.previews {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: baseline;
}

/* line 181, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content .list-inline.previews .preview {
  padding: 16px;
}

/* line 186, app/assets/stylesheets/framework/files.scss */
.file-holder .file-content .content-visibility-auto {
  content-visibility: auto;
}

/* line 193, app/assets/stylesheets/framework/files.scss */
span.idiff.left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 198, app/assets/stylesheets/framework/files.scss */
span.idiff.right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 205, app/assets/stylesheets/framework/files.scss */
.file-stats ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

/* line 210, app/assets/stylesheets/framework/files.scss */
.file-stats ul li {
  padding: 3px 0;
  line-height: 20px;
}

/* line 217, app/assets/stylesheets/framework/files.scss */
.file-stats .new-file a {
  color: #217645;
}

/* line 223, app/assets/stylesheets/framework/files.scss */
.file-stats .renamed-file a {
  color: #ab6100;
}

/* line 229, app/assets/stylesheets/framework/files.scss */
.file-stats .deleted-file a {
  color: #dd2b0e;
}

/* line 235, app/assets/stylesheets/framework/files.scss */
.file-stats .edit-file a {
  color: #333238;
}

/* line 240, app/assets/stylesheets/framework/files.scss */
.file-stats a {
  text-decoration: none;
}

/* line 243, app/assets/stylesheets/framework/files.scss */
.file-stats a .new-file {
  color: #217645;
}

/* line 247, app/assets/stylesheets/framework/files.scss */
.file-stats a .deleted-file {
  color: #ae1800;
}

/* line 254, app/assets/stylesheets/framework/files.scss */
.file-title-flex-parent, .file-holder .file-title-flex-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fbfafd;
  border-bottom: 1px solid #dcdcde;
  border-top: 1px solid #dcdcde;
  padding: 8px 16px;
  margin: 0;
  border-radius: 4px 4px 0 0;
}

@media (min-width: 768px) {
  /* line 254, app/assets/stylesheets/framework/files.scss */
  .file-title-flex-parent, .file-holder .file-title-flex-parent {
    flex-wrap: nowrap;
  }
}

/* line 272, app/assets/stylesheets/framework/files.scss */
.file-title-flex-parent .file-header-content {
  padding-right: 30px;
}

/* line 276, app/assets/stylesheets/framework/files.scss */
.file-title-flex-parent a {
  color: #333238;
}

@media (max-width: 767.98px) {
  /* line 283, app/assets/stylesheets/framework/files.scss */
  .blob-content-holder .file-actions .btn {
    margin-bottom: 8px;
  }
}

/* line 290, app/assets/stylesheets/framework/files.scss */
.is-stl-loading .stl-controls {
  display: none;
}

/* line 295, app/assets/stylesheets/framework/files.scss */
.file-fork-suggestion {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #fbfafd;
  border-bottom: 1px solid #dcdcde;
  padding: 5px 16px;
}

/* line 304, app/assets/stylesheets/framework/files.scss */
.file-fork-suggestion-note {
  margin-right: 1.5em;
}

/* line 308, app/assets/stylesheets/framework/files.scss */
.preview-container {
  overflow: auto;
}

/* line 311, app/assets/stylesheets/framework/files.scss */
.preview-container .file-container {
  background-color: #ececef;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 320, app/assets/stylesheets/framework/files.scss */
.preview-container .file-container .file-content {
  padding: 16px;
  max-width: 100%;
  max-height: 100%;
}

/* line 325, app/assets/stylesheets/framework/files.scss */
.preview-container .file-container .file-content img {
  max-width: 90%;
  max-height: 70vh;
}

/* line 330, app/assets/stylesheets/framework/files.scss */
.preview-container .file-container .file-content .is-zoomable {
  cursor: pointer;
  cursor: zoom-in;
}

/* line 334, app/assets/stylesheets/framework/files.scss */
.preview-container .file-container .file-content .is-zoomable.is-zoomed {
  cursor: pointer;
  cursor: zoom-out;
  max-width: none;
  max-height: none;
  margin-right: 16px;
}

/* line 344, app/assets/stylesheets/framework/files.scss */
.preview-container .file-container .file-info {
  font-size: 12px;
  color: #808080;
}

/* line 351, app/assets/stylesheets/framework/files.scss */
.preview-container .note-container .user-avatar-link.new-comment {
  position: absolute;
}

/* line 356, app/assets/stylesheets/framework/files.scss */
.preview-container .diff-discussions:not(:last-child) .discussion .discussion-body {
  padding-bottom: 16px;
}

/* line 359, app/assets/stylesheets/framework/files.scss */
.preview-container .diff-discussions:not(:last-child) .discussion .discussion-body .discussion-reply-holder {
  border-bottom: 1px solid #ececef;
  border-radius: 0;
}

/* line 365, app/assets/stylesheets/framework/files.scss */
.preview-container .md-previewer {
  padding: 16px;
}

/* line 371, app/assets/stylesheets/framework/files.scss */
#js-openapi-viewer pre.version,
#js-openapi-viewer code {
  background-color: transparent;
  border: transparent;
}

/* line 377, app/assets/stylesheets/framework/files.scss */
.gl-dark #js-openapi-viewer {
  background: transparent;
  filter: invert(1) hue-rotate(180deg);
}

/* line 384, app/assets/stylesheets/framework/files.scss */
.code-navigation-line:hover .code-navigation {
  border-bottom: 1px #bfbfc3 dashed;
}

/* line 387, app/assets/stylesheets/framework/files.scss */
.code-navigation-line:hover .code-navigation:hover {
  border-bottom-color: #1f1e24;
}

/* line 393, app/assets/stylesheets/framework/files.scss */
.code-navigation-popover.popover {
  max-width: calc(min(35rem, calc(100vw - 32px)));
}

/* line 397, app/assets/stylesheets/framework/files.scss */
.code-navigation-popover-container {
  max-height: 20rem;
}

/* line 401, app/assets/stylesheets/framework/files.scss */
.code-navigation-popover .code {
  padding-left: 1.5rem;
  text-indent: -1rem;
}

/* line 408, app/assets/stylesheets/framework/files.scss */
.tree-item-link:not(.is-submodule) span {
  z-index: 2;
}

/* line 412, app/assets/stylesheets/framework/files.scss */
.tree-item-link:not(.is-submodule)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 424, app/assets/stylesheets/framework/files.scss */
.version-link {
  display: inline-block;
  align-self: center;
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  float: left;
  background-color: #89888d;
  -webkit-mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#doc-versions);
          mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#doc-versions);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}

/* line 437, app/assets/stylesheets/framework/files.scss */
.version-link:hover {
  background-color: #000;
}

/* line 461, app/assets/stylesheets/framework/files.scss */
.blob-viewer[data-loading] .file-content.code .line:nth-of-type(1n+70):not(:last-of-type),
.blob-viewer[data-loading] .file-content.code .file-line-num:nth-of-type(1n+70):not(:last-of-type) {
  display: none !important;
}

/* line 466, app/assets/stylesheets/framework/files.scss */
.blob-viewer[data-loading] .file-content.code .line:nth-of-type(69):not(:last-of-type)::after,
.blob-viewer[data-loading] .file-content.code .file-line-num:nth-of-type(69):not(:last-of-type)::after {
  display: block;
  font-weight: 600;
  content: '\2026';
}

/* line 474, app/assets/stylesheets/framework/files.scss */
.blob-viewer[data-loading] .file-content.code .line:nth-of-type(69):not(:last-of-type)::after {
  text-align: center;
}

/* line 483, app/assets/stylesheets/framework/files.scss */
.file-holder [data-loading] .file-content *:nth-of-type(1n+30) {
  display: none;
}

/* line 488, app/assets/stylesheets/framework/files.scss */
.tree-list-scroll:not(.tree-list-blobs) .tree-list-parent::before {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 28px;
  left: calc(14px + (var(--level) * 16px));
  width: 1px;
  height: calc(100% - 24px);
  background-color: var(--gray-100, #dcdcde);
}

/* line 502, app/assets/stylesheets/framework/files.scss */
.blame-table {
  margin: 0;
}

/* line 506, app/assets/stylesheets/framework/files.scss */
.blame-table-wrapper {
  overflow-x: auto;
  min-width: max-content;
}

/* line 511, app/assets/stylesheets/framework/files.scss */
.blame {
  position: relative;
}

/* line 514, app/assets/stylesheets/framework/files.scss */
.blame .tr {
  display: flex;
  border-bottom: 1px solid #ececef;
}

/* line 518, app/assets/stylesheets/framework/files.scss */
.blame .tr.last-row {
  border-bottom: 0;
}

/* line 523, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit {
  padding: 5px 10px;
  width: 400px;
  flex: none;
  background: #fbfafd;
  border-left: 3px solid;
}

/* line 530, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit .commit-row-title {
  display: flex;
}

/* line 534, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit .item-title {
  flex: 1;
  margin-right: 0.5em;
}

/* line 540, app/assets/stylesheets/framework/files.scss */
.blame .lines {
  flex: 1;
}

/* line 544, app/assets/stylesheets/framework/files.scss */
.blame .code {
  height: 100%;
}

/* line 549, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-0 {
  border-left-color: #254e77;
}

/* line 549, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-1 {
  border-left-color: #406990;
}

/* line 549, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-2 {
  border-left-color: #5b84a8;
}

/* line 549, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-3 {
  border-left-color: #769fc1;
}

/* line 549, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-4 {
  border-left-color: #91bad9;
}

/* line 549, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-5 {
  border-left-color: #acd5f2;
}

/* line 555, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-6 {
  border-left-color: #bcdbf1;
}

/* line 555, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-7 {
  border-left-color: #cde1f0;
}

/* line 555, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-8 {
  border-left-color: #dde7ee;
}

/* line 555, app/assets/stylesheets/framework/files.scss */
.blame .blame-commit-age-9 {
  border-left-color: #ededed;
}

/* line 560, app/assets/stylesheets/framework/files.scss */
.blame .doc-versions {
  color: #89888d;
}

/* line 563, app/assets/stylesheets/framework/files.scss */
.blame .doc-versions:hover {
  color: #333238;
}

/* line 569, app/assets/stylesheets/framework/files.scss */
.blame.file-content .td.line-numbers {
  float: none;
  border-left: 1px solid #dcdcde;
  border-radius: 0;
}

/* line 574, app/assets/stylesheets/framework/files.scss */
.blame.file-content .td.line-numbers .file-line-num {
  min-width: 3rem;
}

/* line 579, app/assets/stylesheets/framework/files.scss */
.code {
  padding: 0;
  border-radius: 0 0 4px 4px;
}

/* line 1, app/assets/stylesheets/framework/filters.scss */
.filter-item {
  vertical-align: top;
}

/* line 4, app/assets/stylesheets/framework/filters.scss */
.filter-item.reset-filters {
  padding: 7px;
}

/* line 8, app/assets/stylesheets/framework/filters.scss */
.filter-item.update-issues-btn {
  float: right;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  /* line 8, app/assets/stylesheets/framework/filters.scss */
  .filter-item.update-issues-btn {
    float: none;
  }
}

@media (max-width: 767.98px) {
  /* line 18, app/assets/stylesheets/framework/filters.scss */
  .filters-section {
    display: inline-block;
  }
}

@media (min-width: 576px) {
  /* line 25, app/assets/stylesheets/framework/filters.scss */
  .filter-item:not(:last-child) {
    margin-right: 6px;
  }
  /* line 30, app/assets/stylesheets/framework/filters.scss */
  .bulk-update .filter-item {
    margin-right: 0;
  }
  /* line 35, app/assets/stylesheets/framework/filters.scss */
  .sort-filter {
    display: inline-block;
    float: right;
  }
  /* line 40, app/assets/stylesheets/framework/filters.scss */
  .dropdown-menu-sort {
    left: auto;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 47, app/assets/stylesheets/framework/filters.scss */
  .filter-item {
    display: block;
    margin: 0 0 10px;
  }
  /* line 52, app/assets/stylesheets/framework/filters.scss */
  .dropdown-menu-toggle.dropdown-menu-toggle,
.update-issues-btn .btn {
    width: 100%;
  }
}

/* line 59, app/assets/stylesheets/framework/filters.scss */
.filtered-search-wrapper .tokens-container {
  display: flex;
  flex: 1;
  padding-left: 12px;
  position: relative;
  margin-bottom: 0;
  width: 1px;
}

/* line 68, app/assets/stylesheets/framework/filters.scss */
.filtered-search-wrapper .input-token {
  max-width: 200px;
  padding: 0;
}

/* line 72, app/assets/stylesheets/framework/filters.scss */
.filtered-search-wrapper .input-token:hover, .filtered-search-wrapper .input-token:focus {
  background-color: inherit;
  color: inherit;
}

/* line 79, app/assets/stylesheets/framework/filters.scss */
.filtered-search-wrapper .input-token:only-child,
.filtered-search-wrapper .input-token:last-child {
  flex: 1;
  max-width: inherit;
}

/* line 86, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token,
.filtered-search-term {
  display: flex;
  flex-shrink: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 93, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .selectable,
.filtered-search-term .selectable {
  display: flex;
}

/* line 97, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .name,
.filtered-search-token .operator,
.filtered-search-token .value,
.filtered-search-term .name,
.filtered-search-term .operator,
.filtered-search-term .value {
  display: inline-block;
  padding: 2px 7px;
}

/* line 104, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .name,
.filtered-search-term .name {
  background-color: #ececef;
  color: #737278;
  border-radius: 2px 0 0 2px;
  margin-right: 1px;
  text-transform: capitalize;
}

/* line 112, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .operator,
.filtered-search-term .operator {
  background-color: #ececef;
  color: #333238;
  margin-right: 1px;
}

/* line 118, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .value-container,
.filtered-search-term .value-container {
  display: flex;
  align-items: center;
  background-color: #ececef;
  color: #333238;
  border-radius: 0 2px 2px 0;
  margin-right: 5px;
  padding-right: 8px;
}

/* line 128, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .value,
.filtered-search-term .value {
  padding-right: 0;
}

/* line 132, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .remove-token,
.filtered-search-term .remove-token {
  display: inline-block;
  padding-left: 8px;
  padding-right: 0;
}

/* line 137, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .remove-token .close-icon,
.filtered-search-term .remove-token .close-icon {
  color: #737278;
}

/* line 141, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .remove-token:hover .close-icon,
.filtered-search-term .remove-token:hover .close-icon {
  color: #333238;
}

/* line 146, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .remove-token.inverted .close-icon,
.filtered-search-term .remove-token.inverted .close-icon {
  color: rgba(255, 255, 255, 0.85);
}

/* line 150, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token .remove-token.inverted:hover .close-icon,
.filtered-search-term .remove-token.inverted:hover .close-icon {
  color: #fff;
}

/* line 160, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token:hover .name,
.filtered-search-token .selected .name,
.filtered-search-term .selected .name {
  background-color: #dcdcde;
}

/* line 164, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token:hover .operator,
.filtered-search-token .selected .operator,
.filtered-search-term .selected .operator {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.09);
}

/* line 168, app/assets/stylesheets/framework/filters.scss */
.filtered-search-token:hover .value-container,
.filtered-search-token .selected .value-container,
.filtered-search-term .selected .value-container {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.09);
}

/* line 174, app/assets/stylesheets/framework/filters.scss */
.filtered-search-term .name {
  background-color: inherit;
  color: #000;
  text-transform: none;
}

/* line 180, app/assets/stylesheets/framework/filters.scss */
.filtered-search-term .selectable {
  cursor: text;
}

/* line 185, app/assets/stylesheets/framework/filters.scss */
.scroll-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

/* line 192, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box {
  position: relative;
  flex: 1;
  display: flex;
  width: 100%;
  min-width: 0;
  border: 1px solid #dcdcde;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
}

@media (max-width: 767.98px) {
  /* line 192, app/assets/stylesheets/framework/filters.scss */
  .filtered-search-box {
    flex: 1 1 auto;
    margin-bottom: 10px;
  }
}

/* line 207, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box.focus, .filtered-search-box.focus:hover {
  border-color: #63a6e9;
  box-shadow: 0 0 4px rgba(99, 166, 233, 0.4);
}

/* line 213, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box gl-emoji {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  vertical-align: inherit;
}

/* line 219, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box gl-emoji img {
  height: 1rem;
  width: 1rem;
}

/* line 225, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box .form-control {
  position: relative;
  min-width: 200px;
  padding-right: 25px;
  padding-left: 0;
  height: 32px;
  line-height: inherit;
}

/* line 233, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box .form-control, .filtered-search-box .form-control:focus, .filtered-search-box .form-control:hover {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

/* line 242, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box .clear-search-icon {
  right: 10px;
  color: #bfbfc3;
}

/* line 247, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box .clear-search {
  width: 35px;
  background-color: #fff;
  border: 0;
  outline: none;
  z-index: 1;
}

/* line 254, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box .clear-search:hover .clear-search-icon {
  color: #434248;
}

/* line 260, app/assets/stylesheets/framework/filters.scss */
.filtered-search-box-input-container {
  flex: 1;
  position: relative;
  min-width: 0;
  height: 2rem;
  background-color: #fff;
}

/* line 268, app/assets/stylesheets/framework/filters.scss */
.filtered-search-input-dropdown-menu {
  max-height: 445px;
  max-width: 280px;
  overflow: auto;
}

@media (max-width: 767.98px) {
  /* line 268, app/assets/stylesheets/framework/filters.scss */
  .filtered-search-input-dropdown-menu {
    width: auto;
    left: 0;
    right: 0;
    max-width: none;
    min-width: 100%;
  }
}

/* line 281, app/assets/stylesheets/framework/filters.scss */
.filtered-search-input-dropdown-menu .btn-helptext {
  margin-left: auto;
  color: var(--gray);
}

/* line 287, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-wrapper {
  position: static;
  display: flex;
  flex-direction: column;
}

/* line 293, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-toggle-button.gl-button {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdcde;
  box-shadow: none;
  color: #737278;
  flex: 1;
  transition: color 0.1s linear;
  width: auto;
}

/* line 302, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-toggle-button.gl-button:hover, .filtered-search-history-dropdown-toggle-button.gl-button:focus {
  color: #333238;
  border-color: #dcdcde;
}

/* line 309, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown {
  width: 40%;
}

@media (max-width: 767.98px) {
  /* line 309, app/assets/stylesheets/framework/filters.scss */
  .filtered-search-history-dropdown {
    left: 0;
    right: 0;
    max-width: none;
  }
}

/* line 319, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-content {
  max-height: none;
}

/* line 322, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-content .filtered-search-history-dropdown-item,
.filtered-search-history-dropdown-content .filtered-search-history-clear-button {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 329, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-token {
  display: inline;
}

/* line 332, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-token:not(:last-child) {
  margin-right: 0.3em;
}

/* line 336, app/assets/stylesheets/framework/filters.scss */
.filtered-search-history-dropdown-token > .value {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  /* line 342, app/assets/stylesheets/framework/filters.scss */
  .issues-details-filters,
.epics-details-filters {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
  }
  /* line 349, app/assets/stylesheets/framework/filters.scss */
  .filtered-search-block .boards-switcher {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 353, app/assets/stylesheets/framework/filters.scss */
  .filtered-search-block .boards-switcher .boards-selector-wrapper,
.filtered-search-block .boards-switcher .dropdown {
    display: block;
  }
  /* line 360, app/assets/stylesheets/framework/filters.scss */
  .filter-dropdown-container > div {
    margin: 0;
  }
  /* line 363, app/assets/stylesheets/framework/filters.scss */
  .filter-dropdown-container > div > .btn {
    margin: 0 0 10px;
    width: 100%;
  }
  /* line 369, app/assets/stylesheets/framework/filters.scss */
  .filter-dropdown-container .board-labels-toggle-wrapper {
    margin-bottom: 10px;
  }
  /* line 373, app/assets/stylesheets/framework/filters.scss */
  .filter-dropdown-container .board-swimlanes-toggle-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
  /* line 377, app/assets/stylesheets/framework/filters.scss */
  .filter-dropdown-container .board-swimlanes-toggle-wrapper > span,
.filter-dropdown-container .board-swimlanes-toggle-wrapper > .dropdown,
.filter-dropdown-container .board-swimlanes-toggle-wrapper .gl-dropdown-toggle {
    width: 100%;
    margin: 0;
  }
  /* line 384, app/assets/stylesheets/framework/filters.scss */
  .filter-dropdown-container .board-swimlanes-toggle-wrapper > .dropdown {
    margin-top: 0.25rem;
  }
}

/* line 392, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .btn {
  text-overflow: ellipsis;
}

/* line 395, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .btn svg {
  margin-right: 8px;
}

/* line 399, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .btn .dropdown-label-box {
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  width: 17px;
  height: 17px;
  top: 0;
}

/* line 409, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .dropdown-light-content {
  font-size: 14px;
  font-weight: 400;
}

/* line 414, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .dropdown-user {
  display: flex;
}

/* line 418, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .dropdown-user-details {
  display: flex;
  flex-direction: column;
}

/* line 422, app/assets/stylesheets/framework/filters.scss */
.droplab-dropdown .dropdown-menu .filter-dropdown-item .dropdown-user-details > span {
  white-space: normal;
  word-break: break-all;
}

/* line 429, app/assets/stylesheets/framework/filters.scss */
.filter-dropdown-loading {
  padding: 8px 16px;
  text-align: center;
}

/* line 435, app/assets/stylesheets/framework/filters.scss */
.search-token-target-branch .value {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
}

/* line 444, app/assets/stylesheets/framework/filters.scss */
.vue-filtered-search-bar-container .gl-search-box-by-click .gl-filtered-search-scrollable {
  width: 1px;
}

/* line 453, app/assets/stylesheets/framework/filters.scss */
.vue-filtered-search-bar-container .gl-search-box-by-click .input-group-prepend + .gl-filtered-search-scrollable {
  border-radius: 0;
}

/* line 462, app/assets/stylesheets/framework/filters.scss */
.vue-filtered-search-bar-container .sort-dropdown-container .gl-button {
  box-shadow: inset 0 0 0 1px #89888d;
}

@media (min-width: 768px) {
  /* line 468, app/assets/stylesheets/framework/filters.scss */
  .vue-filtered-search-bar-container .sort-dropdown-container {
    margin-left: 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 474, app/assets/stylesheets/framework/filters.scss */
  .vue-filtered-search-bar-container .sort-dropdown-container {
    margin-top: 10px;
  }
}

/* line 3, app/assets/stylesheets/framework/flash.scss */
.flash-container {
  margin: 0;
  margin-bottom: 16px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

/* line 10, app/assets/stylesheets/framework/flash.scss */
.flash-container.sticky {
  position: sticky;
  top: 48px;
  z-index: 251;
}

/* line 15, app/assets/stylesheets/framework/flash.scss */
.flash-container.sticky .flash-alert,
.flash-container.sticky .flash-notice,
.flash-container.sticky .flash-success,
.flash-container.sticky .flash-warning {
  margin-bottom: 0.75rem;
}

/* line 23, app/assets/stylesheets/framework/flash.scss */
.flash-container.flash-container-page {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/framework/flash.scss */
.flash-container:empty {
  margin: 0;
}

/* line 31, app/assets/stylesheets/framework/flash.scss */
.flash-container .close-icon-wrapper {
  padding: 20px 16px 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/framework/flash.scss */
.flash-container .close-icon-wrapper .close-icon {
  width: 16px;
  height: 16px;
}

/* line 49, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-alert:not(.gl-alert),
.flash-container .flash-notice:not(.gl-alert),
.flash-container .flash-success:not(.gl-alert),
.flash-container .flash-warning:not(.gl-alert) {
  padding: 16px 32px 16px 20px;
  margin-top: 10px;
}

/* line 53, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-alert:not(.gl-alert) .container-fluid, .flash-container .flash-alert:not(.gl-alert) .container-sm, .flash-container .flash-alert:not(.gl-alert) .container-md, .flash-container .flash-alert:not(.gl-alert) .container-lg, .flash-container .flash-alert:not(.gl-alert) .container-xl,
.flash-container .flash-alert:not(.gl-alert) .container-fluid.container-limited,
.flash-container .flash-notice:not(.gl-alert) .container-fluid,
.flash-container .flash-notice:not(.gl-alert) .container-sm,
.flash-container .flash-notice:not(.gl-alert) .container-md,
.flash-container .flash-notice:not(.gl-alert) .container-lg,
.flash-container .flash-notice:not(.gl-alert) .container-xl,
.flash-container .flash-notice:not(.gl-alert) .container-fluid.container-limited,
.flash-container .flash-success:not(.gl-alert) .container-fluid,
.flash-container .flash-success:not(.gl-alert) .container-sm,
.flash-container .flash-success:not(.gl-alert) .container-md,
.flash-container .flash-success:not(.gl-alert) .container-lg,
.flash-container .flash-success:not(.gl-alert) .container-xl,
.flash-container .flash-success:not(.gl-alert) .container-fluid.container-limited,
.flash-container .flash-warning:not(.gl-alert) .container-fluid,
.flash-container .flash-warning:not(.gl-alert) .container-sm,
.flash-container .flash-warning:not(.gl-alert) .container-md,
.flash-container .flash-warning:not(.gl-alert) .container-lg,
.flash-container .flash-warning:not(.gl-alert) .container-xl,
.flash-container .flash-warning:not(.gl-alert) .container-fluid.container-limited {
  background: transparent;
}

/* line 60, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-alert {
  background-color: #fcf1ef;
}

/* line 64, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-notice {
  background-color: #e9f3fc;
}

/* line 68, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-success {
  background-color: #ecf4ee;
}

/* line 72, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-warning {
  background-color: #fdf1dd;
}

/* line 76, app/assets/stylesheets/framework/flash.scss */
.flash-container .flash-text,
.flash-container .flash-action {
  display: inline-block;
}

/* line 81, app/assets/stylesheets/framework/flash.scss */
.flash-container .gl-alert {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 86, app/assets/stylesheets/framework/flash.scss */
.flash-container.flash-container-no-margin .gl-alert {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 90, app/assets/stylesheets/framework/flash.scss */
.flash-container.flash-container-no-margin .flash-alert,
.flash-container.flash-container-no-margin .flash-notice,
.flash-container.flash-container-no-margin .flash-success,
.flash-container.flash-container-no-margin .flash-warning {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  /* line 101, app/assets/stylesheets/framework/flash.scss */
  ul.notes .flash-container.timeline-content {
    margin-left: 0;
  }
}

/* line 107, app/assets/stylesheets/framework/flash.scss */
.gl-browser-ie .flash-container {
  position: fixed;
  max-width: 990px;
  left: 50%;
}

/* line 112, app/assets/stylesheets/framework/flash.scss */
.gl-browser-ie .flash-container .flash-alert {
  position: relative;
  left: -50%;
}

/* line 118, app/assets/stylesheets/framework/flash.scss */
.with-system-header .flash-container.sticky {
  top: 64px;
}

/* line 123, app/assets/stylesheets/framework/flash.scss */
.with-performance-bar .flash-container.sticky {
  top: 83px;
}

/* line 127, app/assets/stylesheets/framework/flash.scss */
.with-performance-bar.with-system-header .flash-container.sticky {
  top: 99px;
}

/* line 1, app/assets/stylesheets/framework/forms.scss */
textarea {
  resize: vertical;
}

/* line 5, app/assets/stylesheets/framework/forms.scss */
input {
  border-radius: 0.25rem;
  color: #333238;
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/framework/forms.scss */
input.danger[type='text'] {
  background: #f2dede !important;
  border-color: #ec5941;
  text-shadow: 0 1px 1px #fff;
}

/**
 * When form input type is number, Firefox & Safari show the up/down arrows
 * on the right side of the input persistently, while Chrome shows it only
 * on hover or focus, this fix allows us to hide the arrows in all browsers.
 * You can conditionally add/remove `hide-spinners` class to have consistent
 * behaviour across browsers.
 */
/* stylelint-disable property-no-vendor-prefix */
/* line 26, app/assets/stylesheets/framework/forms.scss */
input.hide-spinners[type='number'] {
  -webkit-appearance: textfield;
          appearance: textfield;
}

/* line 30, app/assets/stylesheets/framework/forms.scss */
input.hide-spinners[type='number']::-webkit-inner-spin-button, input.hide-spinners[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* stylelint-enable property-no-vendor-prefix */
/**
 * When form input type is search, browsers add a clear input button inside
 * the input field. This overlaps with the input field we have already added.
 */
/* stylelint-disable property-no-vendor-prefix */
/* line 45, app/assets/stylesheets/framework/forms.scss */
input[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

/* line 50, app/assets/stylesheets/framework/forms.scss */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button {
  display: none;
}

/* stylelint-enable property-no-vendor-prefix */
/* line 58, app/assets/stylesheets/framework/forms.scss */
.datetime-controls select {
  width: 100px;
}

/* line 63, app/assets/stylesheets/framework/forms.scss */
.form-actions {
  margin-top: 0;
  margin-bottom: -16px;
  padding: 16px;
  background-color: #fbfafd;
  border-top: 1px solid #dcdcde;
}

/* line 71, app/assets/stylesheets/framework/forms.scss */
label {
  font-weight: 600;
}

/* line 74, app/assets/stylesheets/framework/forms.scss */
label.inline-label {
  margin: 0;
}

/* line 78, app/assets/stylesheets/framework/forms.scss */
label.form-check-label, label.custom-control-label {
  font-weight: 400;
}

/* line 83, app/assets/stylesheets/framework/forms.scss */
label.label-bold {
  font-weight: 600;
}

/* line 88, app/assets/stylesheets/framework/forms.scss */
.label-wrapper {
  display: block;
  margin: 0;
}

/* line 93, app/assets/stylesheets/framework/forms.scss */
.inline-input-group {
  width: 250px;
}

/* line 97, app/assets/stylesheets/framework/forms.scss */
.custom-form-control {
  width: 150px;
}

@media (min-width: 576px) {
  /* line 102, app/assets/stylesheets/framework/forms.scss */
  .custom-form-control {
    width: 150px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
  /* line 109, app/assets/stylesheets/framework/forms.scss */
  .custom-form-control {
    width: 170px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 992px) {
  /* line 116, app/assets/stylesheets/framework/forms.scss */
  .custom-form-control {
    width: 200px;
  }
}

/* line 121, app/assets/stylesheets/framework/forms.scss */
.help-form .form-group {
  margin-left: 0;
  margin-right: 0;
}

/* line 125, app/assets/stylesheets/framework/forms.scss */
.help-form .form-group .form-control {
  background: #fff;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
}

@media (max-width: 575.98px) {
  /* line 121, app/assets/stylesheets/framework/forms.scss */
  .help-form .form-group {
    padding: 0 16px;
  }
}

/* line 135, app/assets/stylesheets/framework/forms.scss */
.fieldset-form fieldset {
  margin-bottom: 20px;
}

/* line 139, app/assets/stylesheets/framework/forms.scss */
.form-control {
  border-radius: 4px;
  padding: 6px 10px;
}

/* line 144, app/assets/stylesheets/framework/forms.scss */
.form-control.input-short {
  width: 200px;
}

@media (min-width: 768px) {
  /* line 144, app/assets/stylesheets/framework/forms.scss */
  .form-control.input-short {
    width: 280px;
  }
}

/* line 152, app/assets/stylesheets/framework/forms.scss */
.form-control:focus {
  border-color: #89888d;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 158, app/assets/stylesheets/framework/forms.scss */
.select-control {
  padding-left: 10px;
  padding-right: 10px;
  appearance: none;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* stylelint-enable property-no-vendor-prefix */
}

/* line 167, app/assets/stylesheets/framework/forms.scss */
.select-control::-ms-expand {
  display: none;
}

/* line 172, app/assets/stylesheets/framework/forms.scss */
.form-control-inline {
  display: inline;
}

/* line 176, app/assets/stylesheets/framework/forms.scss */
.form-control::placeholder {
  color: #89888d;
}

/* line 181, app/assets/stylesheets/framework/forms.scss */
.input-group .input-group-prepend,
.input-group .input-group-append {
  background-color: #fbfafd;
}

/* line 186, app/assets/stylesheets/framework/forms.scss */
.input-group .input-group-prepend:not(:first-child):not(:last-child),
.input-group .input-group-append:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0;
}

/* line 193, app/assets/stylesheets/framework/forms.scss */
.form-text.text-muted {
  margin-bottom: 0;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

/* line 198, app/assets/stylesheets/framework/forms.scss */
.form-text.text-muted .invisible {
  visibility: hidden;
}

/* line 203, app/assets/stylesheets/framework/forms.scss */
.gl-field-error,
.invalid-feedback {
  color: #dd2b0e;
  font-size: 0.875rem;
}

/* line 210, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .form-control:not(textarea) {
  height: 34px;
}

/* line 214, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-success-outline {
  border: 1px solid #217645;
}

/* line 217, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-success-outline:focus {
  box-shadow: 0 0 0 1px #217645 inset, 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px 0 #217645;
  border: 0 none;
}

/* line 224, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-error-outline {
  border: 1px solid #dd2b0e;
}

/* line 227, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-error-outline:focus {
  box-shadow: 0 0 0 1px #dd2b0e inset, 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px 0 rgba(221, 43, 14, 0.6);
  border: 0 none;
}

/* line 234, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-success-message {
  color: #217645;
}

/* line 238, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-error-message {
  color: #dd2b0e;
}

/* line 242, app/assets/stylesheets/framework/forms.scss */
.gl-show-field-errors .gl-field-hint {
  color: #333238;
}

/* line 248, app/assets/stylesheets/framework/forms.scss */
.show-password-complexity-errors .form-control:not(textarea) {
  height: 34px;
}

/* line 252, app/assets/stylesheets/framework/forms.scss */
.show-password-complexity-errors .password-complexity-error-outline {
  border: 1px solid #dd2b0e;
}

/* line 255, app/assets/stylesheets/framework/forms.scss */
.show-password-complexity-errors .password-complexity-error-outline:focus {
  box-shadow: 0 0 0 1px #dd2b0e inset, 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px 0 rgba(221, 43, 14, 0.6);
  border: 0 none;
}

/* line 263, app/assets/stylesheets/framework/forms.scss */
.input-icon-wrapper,
.select-wrapper {
  position: relative;
}

/* line 268, app/assets/stylesheets/framework/forms.scss */
.input-icon-wrapper > .input-icon-right {
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  color: #89888d;
}

/* line 276, app/assets/stylesheets/framework/forms.scss */
.input-md {
  max-width: 240px;
  width: 100%;
}

/* line 281, app/assets/stylesheets/framework/forms.scss */
.input-lg {
  max-width: 320px;
  width: 100%;
}

/* line 286, app/assets/stylesheets/framework/forms.scss */
.input-group-text {
  max-height: 34px;
}

/**
 * Styles that apply to all GFM related forms.
 */
/* line 5, app/assets/stylesheets/framework/gfm.scss */
.gfm-commit,
.gfm-commit_range {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
  font-size: 95%;
}

/* line 11, app/assets/stylesheets/framework/gfm.scss */
.gfm-project_member,
.md a.gfm-project_member {
  padding: 0 2px;
  background-color: #cbe2f9;
  border-radius: 4px;
  color: #0b5cad;
}

/* line 18, app/assets/stylesheets/framework/gfm.scss */
.gfm-project_member.current-user,
.md a.gfm-project_member.current-user {
  background-color: #f5d9a8;
}

/* line 23, app/assets/stylesheets/framework/gfm.scss */
.gfm-color_chip {
  display: inline-block;
  line-height: 1;
  margin: 0 0 2px 4px;
  vertical-align: middle;
  border-radius: 3px;
  width: 0.9em;
  height: 0.9em;
  background: #fff;
  background-image: linear-gradient(135deg, #ded6ee 25%, transparent 0%, transparent 75%, #ded6ee 0%), linear-gradient(135deg, #ded6ee 25%, transparent 0%, transparent 75%, #ded6ee 0%);
  background-size: 1em 1em;
  background-position: 0 0, 0.5em 0.5em;
}

/* line 42, app/assets/stylesheets/framework/gfm.scss */
.gfm-color_chip > span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 2px;
  border-radius: 3px;
  border: 1px solid rgba(31, 30, 36, 0.24);
}

/* line 1, app/assets/stylesheets/framework/kbd.scss */
kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 0.75rem;
  line-height: 10px;
  color: var(--gray-700, #535158);
  vertical-align: unset;
  background-color: var(--gray-10, #fbfafd);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-100, #dcdcde) var(--gray-100, #dcdcde) var(--gray-200, #bfbfc3);
  border-image: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 var(--gray-200, #bfbfc3) inset;
}

/* line 16, app/assets/stylesheets/framework/kbd.scss */
kbd.flat {
  color: #1f1e24;
  background-color: #dcdcde;
  border-color: var(--gray-10, #fbfafd) var(--gray-10, #fbfafd) var(--gray-50, #ececef);
  box-shadow: none;
  border-radius: 4px;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: 12px;
  line-height: 1;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: keep-all;
}

/* line 4, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab {
  padding: 0 16px;
  z-index: 1000;
  margin-bottom: 0;
  min-height: var(--header-height, 48px);
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}

/* line 16, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .close-icon {
  display: none;
}

/* line 20, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: var(--header-height, 48px);
  padding-left: 0;
}

/* line 28, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title {
  padding-right: 0;
  color: currentColor;
  display: flex;
  position: relative;
  margin: 0;
  font-size: 18px;
  vertical-align: top;
  white-space: nowrap;
}

/* line 38, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title img {
  height: 24px;
}

/* line 41, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title img + .logo-text {
  margin-left: 8px;
}

/* line 46, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title.wrap {
  white-space: normal;
}

/* line 50, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title.initializing {
  opacity: 0;
}

/* line 54, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title a:not(.canary-badge) {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  margin: 4px 2px 4px -8px;
  border-radius: 4px;
}

/* line 61, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .title a:not(.canary-badge):active, .navbar-gitlab .header-content .title a:not(.canary-badge):focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 0 0 3px #63a6e9 ;
  outline: none ;
}

/* line 69, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .dropdown.open > a {
  border-bottom-color: #fff;
}

/* line 74, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-content .navbar-collapse > ul.nav > li:not(.d-none) {
  margin: 0 2px;
}

/* line 79, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-search {
  min-width: 320px;
}

/* line 85, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-search .gl-search-box-by-type-clear.btn-sm, .navbar-gitlab .header-search .btn-group-sm > .gl-search-box-by-type-clear.btn {
  padding: 0.5rem !important;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 79, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .header-search {
    min-width: 200px;
  }
}

/* line 94, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-search.is-searching .in-search-scope-help {
  position: absolute;
  top: 0.25rem;
  right: 2.125rem;
  z-index: 2;
}

/* line 103, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-search.is-not-focused .gl-search-box-by-type-clear {
  display: none;
}

/* line 108, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-search .keyboard-shortcut-helper {
  transform: translateY(calc(50% - 2px));
  box-shadow: none;
  border-color: transparent;
}

/* line 115, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .header-search-dropdown-menu {
  max-height: 312px;
  top: 100%;
}

/* line 120, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .navbar-collapse {
  flex: 0 0 auto;
  border-top: 0;
  padding: 0;
}

@media (max-width: 575.98px) {
  /* line 120, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .navbar-collapse {
    flex: 1 1 auto;
  }
}

/* line 129, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .navbar-collapse .nav {
  flex-wrap: nowrap;
}

@media (max-width: 575.98px) {
  /* line 132, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .navbar-collapse .nav > li:not(.d-none) a {
    margin-left: 0;
  }
}

/* line 140, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid, .navbar-gitlab .container-sm, .navbar-gitlab .container-md, .navbar-gitlab .container-lg, .navbar-gitlab .container-xl {
  padding: 0;
}

/* line 144, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .user-counter svg, .navbar-gitlab .container-sm .user-counter svg, .navbar-gitlab .container-md .user-counter svg, .navbar-gitlab .container-lg .user-counter svg, .navbar-gitlab .container-xl .user-counter svg {
  margin-right: 3px;
}

/* line 149, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .navbar-toggler, .navbar-gitlab .container-sm .navbar-toggler, .navbar-gitlab .container-md .navbar-toggler, .navbar-gitlab .container-lg .navbar-toggler, .navbar-gitlab .container-xl .navbar-toggler {
  position: relative;
  right: -10px;
  border-radius: 0;
  min-width: 45px;
  padding: 0;
  margin: 8px 8px 8px 0;
  font-size: 14px;
  text-align: center;
  color: currentColor;
}

/* line 160, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .navbar-toggler:hover, .navbar-gitlab .container-sm .navbar-toggler:hover, .navbar-gitlab .container-md .navbar-toggler:hover, .navbar-gitlab .container-lg .navbar-toggler:hover, .navbar-gitlab .container-xl .navbar-toggler:hover, .navbar-gitlab .container-fluid .navbar-toggler:focus, .navbar-gitlab .container-sm .navbar-toggler:focus, .navbar-gitlab .container-md .navbar-toggler:focus, .navbar-gitlab .container-lg .navbar-toggler:focus, .navbar-gitlab .container-xl .navbar-toggler:focus, .navbar-gitlab .container-fluid .navbar-toggler.active, .navbar-gitlab .container-sm .navbar-toggler.active, .navbar-gitlab .container-md .navbar-toggler.active, .navbar-gitlab .container-lg .navbar-toggler.active, .navbar-gitlab .container-xl .navbar-toggler.active {
  color: currentColor;
  background-color: transparent;
}

@media (max-width: 575.98px) {
  /* line 168, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid .navbar-nav, .navbar-gitlab .container-sm .navbar-nav, .navbar-gitlab .container-md .navbar-nav, .navbar-gitlab .container-lg .navbar-nav, .navbar-gitlab .container-xl .navbar-nav {
    display: flex;
    padding-right: 10px;
    flex-direction: row;
  }
}

/* line 176, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .navbar-nav li .badge.badge-pill:not(.gl-badge), .navbar-gitlab .container-sm .navbar-nav li .badge.badge-pill:not(.gl-badge), .navbar-gitlab .container-md .navbar-nav li .badge.badge-pill:not(.gl-badge), .navbar-gitlab .container-lg .navbar-nav li .badge.badge-pill:not(.gl-badge), .navbar-gitlab .container-xl .navbar-nav li .badge.badge-pill:not(.gl-badge) {
  box-shadow: none;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  /* line 184, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid .nav > li.header-user, .navbar-gitlab .container-sm .nav > li.header-user, .navbar-gitlab .container-md .nav > li.header-user, .navbar-gitlab .container-lg .nav > li.header-user, .navbar-gitlab .container-xl .nav > li.header-user {
    padding-left: 10px;
  }
}

/* line 190, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li > a, .navbar-gitlab .container-sm .nav > li > a, .navbar-gitlab .container-md .nav > li > a, .navbar-gitlab .container-lg .nav > li > a, .navbar-gitlab .container-xl .nav > li > a {
  will-change: color;
  margin: 4px 0;
  padding: 6px 8px;
  height: 32px;
}

@media (max-width: 575.98px) {
  /* line 190, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid .nav > li > a, .navbar-gitlab .container-sm .nav > li > a, .navbar-gitlab .container-md .nav > li > a, .navbar-gitlab .container-lg .nav > li > a, .navbar-gitlab .container-xl .nav > li > a {
    padding: 0;
  }
}

/* line 200, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li > a.header-user-dropdown-toggle, .navbar-gitlab .container-sm .nav > li > a.header-user-dropdown-toggle, .navbar-gitlab .container-md .nav > li > a.header-user-dropdown-toggle, .navbar-gitlab .container-lg .nav > li > a.header-user-dropdown-toggle, .navbar-gitlab .container-xl .nav > li > a.header-user-dropdown-toggle {
  margin-left: 2px;
}

/* line 203, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li > a.header-user-dropdown-toggle .header-user-avatar, .navbar-gitlab .container-sm .nav > li > a.header-user-dropdown-toggle .header-user-avatar, .navbar-gitlab .container-md .nav > li > a.header-user-dropdown-toggle .header-user-avatar, .navbar-gitlab .container-lg .nav > li > a.header-user-dropdown-toggle .header-user-avatar, .navbar-gitlab .container-xl .nav > li > a.header-user-dropdown-toggle .header-user-avatar {
  margin-right: 0;
}

/* line 209, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li .header-new-dropdown-toggle, .navbar-gitlab .container-sm .nav > li .header-new-dropdown-toggle, .navbar-gitlab .container-md .nav > li .header-new-dropdown-toggle, .navbar-gitlab .container-lg .nav > li .header-new-dropdown-toggle, .navbar-gitlab .container-xl .nav > li .header-new-dropdown-toggle {
  margin-right: 0;
}

/* line 213, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li .impersonated-user, .navbar-gitlab .container-sm .nav > li .impersonated-user, .navbar-gitlab .container-md .nav > li .impersonated-user, .navbar-gitlab .container-lg .nav > li .impersonated-user, .navbar-gitlab .container-xl .nav > li .impersonated-user,
.navbar-gitlab .container-fluid .nav > li .impersonated-user:hover {
  margin-right: 1px;
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 221, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li .impersonation-btn, .navbar-gitlab .container-sm .nav > li .impersonation-btn, .navbar-gitlab .container-md .nav > li .impersonation-btn, .navbar-gitlab .container-lg .nav > li .impersonation-btn, .navbar-gitlab .container-xl .nav > li .impersonation-btn,
.navbar-gitlab .container-fluid .nav > li .impersonation-btn:hover {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 227, app/assets/stylesheets/framework/header.scss */
.navbar-gitlab .container-fluid .nav > li .impersonation-btn svg, .navbar-gitlab .container-sm .nav > li .impersonation-btn svg, .navbar-gitlab .container-md .nav > li .impersonation-btn svg, .navbar-gitlab .container-lg .nav > li .impersonation-btn svg, .navbar-gitlab .container-xl .nav > li .impersonation-btn svg,
.navbar-gitlab .container-fluid .nav > li .impersonation-btn:hover svg {
  color: #ab6100;
}

/* line 238, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav > li > a,
.navbar-sub-nav > li > button,
.navbar-nav > li > a,
.navbar-nav > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  margin: 4px 2px;
  font-size: 12px;
  color: currentColor;
  border-radius: 4px;
  height: 32px;
  font-weight: 600;
}

/* line 251, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav > li > a:hover, .navbar-sub-nav > li > a:focus,
.navbar-sub-nav > li > button:hover,
.navbar-sub-nav > li > button:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > button:hover,
.navbar-nav > li > button:focus {
  text-decoration: none;
  outline: 0;
  color: #fff;
}

/* line 258, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav > li > a:active, .navbar-sub-nav > li > a:focus,
.navbar-sub-nav > li > button:active,
.navbar-sub-nav > li > button:focus,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
.navbar-nav > li > button:active,
.navbar-nav > li > button:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6), 0 0 0 3px #63a6e9 ;
  outline: none ;
}

/* line 264, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav > li .top-nav-toggle,
.navbar-sub-nav > li > button,
.navbar-nav > li .top-nav-toggle,
.navbar-nav > li > button {
  background: transparent;
  border: 0;
}

/* line 270, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav > li.line-separator,
.navbar-nav > li.line-separator {
  margin: 8px;
}

/* line 275, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav .dropdown-menu,
.navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 280, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 0 0 6px;
}

/* line 286, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav .dropdown-chevron {
  position: relative;
  top: -1px;
  font-size: 10px;
}

/* line 292, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav .frequent-items-item-select-holder {
  display: inline;
}

/* line 296, app/assets/stylesheets/framework/header.scss */
.navbar-sub-nav .impersonation i {
  color: #dd2b0e;
}

/* line 301, app/assets/stylesheets/framework/header.scss */
.caret-down,
.btn .caret-down {
  top: 0;
  height: 11px;
  width: 11px;
  margin-left: 4px;
  fill: currentColor;
}

/* line 310, app/assets/stylesheets/framework/header.scss */
.header-user .dropdown-menu,
.header-new .dropdown-menu {
  margin-top: 4px;
}

/* line 315, app/assets/stylesheets/framework/header.scss */
.breadcrumbs {
  display: flex;
  min-height: 48px;
  color: #333238;
}

/* line 321, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-container {
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  border-bottom: 1px solid #dcdcde;
}

/* line 331, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-links {
  flex: 1;
  min-width: 0;
  align-self: center;
  color: #737278;
}

/* line 337, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-links .avatar-tile {
  margin-right: 4px;
  border: 1px solid #dcdcde;
  border-radius: 50%;
  vertical-align: sub;
}

/* line 344, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-links .text-expander {
  margin-left: 0;
  margin-right: 2px;
}

/* line 348, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-links .text-expander > i {
  position: relative;
  top: 1px;
}

/* line 354, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-links .dropdown-menu li a .identicon {
  width: 17px;
  height: 17px;
  font-size: 11px;
  vertical-align: middle;
  text-indent: 0;
  line-height: 13px;
  display: inline-block;
}

/* line 365, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list {
  display: flex;
  margin-bottom: 0;
  line-height: 16px;
}

@media (max-width: 575.98px) {
  /* line 365, app/assets/stylesheets/framework/header.scss */
  .breadcrumbs-list {
    flex-wrap: wrap;
  }
}

/* line 374, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2px 0;
}

/* line 380, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list > li:not(:last-child) {
  padding-right: 20px;
}

/* line 383, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list > li:not(:last-child):not(.dropdown) {
  overflow: hidden;
}

/* line 389, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list > li:last-child > a {
  font-weight: 600;
  line-height: 16px;
  color: #333238;
}

/* line 396, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list > li > a {
  font-size: 12px;
  color: currentColor;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
}

/* line 405, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list > li:last-of-type > .breadcrumbs-list-angle {
  display: none;
}

/* line 411, app/assets/stylesheets/framework/header.scss */
.breadcrumb-item-text {
  text-decoration: inherit;
}

@media (max-width: 575.98px) {
  /* line 411, app/assets/stylesheets/framework/header.scss */
  .breadcrumb-item-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    max-width: 128px;
  }
}

/* line 419, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-list-angle {
  position: absolute;
  right: 7px;
  top: 50%;
  color: #89888d;
  transform: translateY(-50%);
}

/* line 427, app/assets/stylesheets/framework/header.scss */
.breadcrumbs-extra {
  display: flex;
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 575.98px) {
  /* line 434, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid, .navbar-gitlab .container-sm, .navbar-gitlab .container-md, .navbar-gitlab .container-lg, .navbar-gitlab .container-xl {
    font-size: 18px;
  }
  /* line 437, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid .navbar-nav, .navbar-gitlab .container-sm .navbar-nav, .navbar-gitlab .container-md .navbar-nav, .navbar-gitlab .container-lg .navbar-nav, .navbar-gitlab .container-xl .navbar-nav {
    table-layout: fixed;
    width: 100%;
    margin: 0;
    text-align: right;
  }
  /* line 444, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid .navbar-collapse, .navbar-gitlab .container-sm .navbar-collapse, .navbar-gitlab .container-md .navbar-collapse, .navbar-gitlab .container-lg .navbar-collapse, .navbar-gitlab .container-xl .navbar-collapse {
    margin-left: -8px;
    margin-right: -10px;
  }
  /* line 448, app/assets/stylesheets/framework/header.scss */
  .navbar-gitlab .container-fluid .navbar-collapse .nav > li:not(.d-none), .navbar-gitlab .container-sm .navbar-collapse .nav > li:not(.d-none), .navbar-gitlab .container-md .navbar-collapse .nav > li:not(.d-none), .navbar-gitlab .container-lg .navbar-collapse .nav > li:not(.d-none), .navbar-gitlab .container-xl .navbar-collapse .nav > li:not(.d-none) {
    flex: 1;
  }
  /* line 454, app/assets/stylesheets/framework/header.scss */
  .header-user-dropdown-toggle {
    text-align: center;
  }
  /* line 458, app/assets/stylesheets/framework/header.scss */
  .header-user-avatar {
    float: none;
  }
}

/* line 464, app/assets/stylesheets/framework/header.scss */
.header-user.show .dropdown-menu {
  margin-top: 4px;
  color: var(--gl-text-color, #333238);
  left: auto;
  max-height: 445px;
}

/* line 470, app/assets/stylesheets/framework/header.scss */
.header-user.show .dropdown-menu .user-status {
  max-width: 240px;
}

/* line 474, app/assets/stylesheets/framework/header.scss */
.header-user.show .dropdown-menu svg {
  vertical-align: text-top;
}

/* line 478, app/assets/stylesheets/framework/header.scss */
.header-user.show .dropdown-menu a.ci-minutes-emoji gl-emoji,
.header-user.show .dropdown-menu a.trial-link gl-emoji {
  font-size: 0.875rem;
  vertical-align: baseline;
}

/* line 486, app/assets/stylesheets/framework/header.scss */
.header-user-avatar {
  float: left;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #f2f2f4;
}

/* line 493, app/assets/stylesheets/framework/header.scss */
.notification-dot {
  background-color: #d99530;
  height: 12px;
  width: 12px;
  pointer-events: none;
  visibility: hidden;
  top: 3px;
}

/* line 502, app/assets/stylesheets/framework/header.scss */
.with-notifications .notification-dot {
  visibility: visible;
}

/* line 506, app/assets/stylesheets/framework/header.scss */
.with-performance-bar .navbar-gitlab,
.with-performance-bar .fixed-top {
  top: 35px;
}

/* line 511, app/assets/stylesheets/framework/header.scss */
.navbar-empty {
  justify-content: center;
  height: var(--header-height, 48px);
  background: #fff;
  border-bottom: 1px solid #dcdcde;
}

/* line 517, app/assets/stylesheets/framework/header.scss */
.navbar-empty .tanuki-logo,
.navbar-empty .brand-header-logo {
  max-height: 100%;
}

/* line 524, app/assets/stylesheets/framework/header.scss */
.set-user-status-modal .modal-body {
  min-height: unset;
}

/* line 528, app/assets/stylesheets/framework/header.scss */
.set-user-status-modal .input-lg {
  max-width: unset;
}

/* line 533, app/assets/stylesheets/framework/header.scss */
.set-user-status-modal .no-emoji-placeholder svg {
  fill: var(--gray-500, #737278);
}

/* line 538, app/assets/stylesheets/framework/header.scss */
.set-user-status-modal .emoji-menu-toggle-button {
  line-height: 1;
  padding: 0;
  min-width: 16px;
  color: #737278;
  fill: #737278;
  padding: 6px 10px;
}

/* line 329, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button svg {
  height: 16px;
  width: 16px;
  top: 0;
  vertical-align: text-top;
  margin: 0;
}

/* line 334, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button .award-control-icon-positive,
.set-user-status-modal .emoji-menu-toggle-button .award-control-icon-super-positive {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 344, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button:hover .danger-highlight, .set-user-status-modal .emoji-menu-toggle-button.is-active .danger-highlight {
  color: #dd2b0e;
}

/* line 348, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button:hover .link-highlight, .set-user-status-modal .emoji-menu-toggle-button.is-active .link-highlight {
  color: #1068bf;
  fill: #1068bf;
}

/* line 353, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button:hover .award-control-icon-neutral, .set-user-status-modal .emoji-menu-toggle-button.is-active .award-control-icon-neutral {
  opacity: 0;
}

/* line 357, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button:hover .award-control-icon-positive, .set-user-status-modal .emoji-menu-toggle-button.is-active .award-control-icon-positive {
  opacity: 1;
}

/* line 363, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button.is-active .award-control-icon-positive {
  opacity: 0;
}

/* line 367, app/assets/stylesheets/framework/mixins.scss */
.set-user-status-modal .emoji-menu-toggle-button.is-active .award-control-icon-super-positive {
  opacity: 1;
}

/* line 544, app/assets/stylesheets/framework/header.scss */
.set-user-status-modal .input-group,
.set-user-status-modal .input-group .input-group-prepend,
.set-user-status-modal .input-group .input-group-append {
  height: 34px;
}

@media (max-width: 575.98px) {
  /* line 553, app/assets/stylesheets/framework/header.scss */
  .nav-links > li > a .badge.badge-pill {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 552, app/assets/stylesheets/framework/header.scss */
  .nav-links > li > a {
    margin-right: 3px;
  }
}

/* line 560, app/assets/stylesheets/framework/header.scss */
.toggle-mobile-nav {
  display: none;
  background-color: transparent;
  border: 0;
  padding: 6px 16px;
  margin: 0 0 0 -15px;
  height: 46px;
  color: #333238;
}

@media (max-width: 767.98px) {
  /* line 560, app/assets/stylesheets/framework/header.scss */
  .toggle-mobile-nav {
    display: flex;
    align-items: center;
  }
  /* line 573, app/assets/stylesheets/framework/header.scss */
  .toggle-mobile-nav i {
    font-size: 18px;
  }
  /* line 577, app/assets/stylesheets/framework/header.scss */
  .toggle-mobile-nav + .breadcrumbs-links {
    padding-left: 16px;
    border-left: 1px solid #d6d6d6;
  }
}

/* line 585, app/assets/stylesheets/framework/header.scss */
.gl-dropdown .top-nav-container-view .gl-search-box-by-type {
  margin: 0;
}

/* line 589, app/assets/stylesheets/framework/header.scss */
.top-nav-container-view .frequent-items-list-item-container > a:hover {
  background-color: rgba(31, 30, 36, 0.08) !important;
}

/* line 595, app/assets/stylesheets/framework/header.scss */
.top-nav-toggle .dropdown-chevron {
  top: 0;
}

/* line 601, app/assets/stylesheets/framework/header.scss */
.top-nav-menu-item.active, .top-nav-menu-item:hover {
  background-color: rgba(31, 30, 36, 0.08) !important;
}

/* line 606, app/assets/stylesheets/framework/header.scss */
.top-nav-menu-item .gl-icon {
  color: inherit !important;
}

/* line 611, app/assets/stylesheets/framework/header.scss */
.top-nav-responsive {
  display: none;
}

/* line 616, app/assets/stylesheets/framework/header.scss */
.top-nav-responsive-open .more-icon {
  display: none;
}

/* line 620, app/assets/stylesheets/framework/header.scss */
.top-nav-responsive-open .close-icon {
  display: block;
  margin: auto;
}

@media (max-width: 575.98px) {
  /* line 626, app/assets/stylesheets/framework/header.scss */
  .top-nav-responsive-open .navbar-collapse {
    display: flex;
  }
  /* line 630, app/assets/stylesheets/framework/header.scss */
  .top-nav-responsive-open .hide-when-top-nav-responsive-open {
    display: none !important;
  }
  /* line 634, app/assets/stylesheets/framework/header.scss */
  .top-nav-responsive-open .top-nav-responsive {
    display: block;
  }
  /* line 638, app/assets/stylesheets/framework/header.scss */
  .top-nav-responsive-open .navbar-gitlab .header-content .title-container {
    flex: 0;
  }
}

/* line 1, app/assets/stylesheets/framework/highlight.scss */
.file-content.code {
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

/* line 8, app/assets/stylesheets/framework/highlight.scss */
.file-content.code pre {
  padding: 10px 0;
  border: 0;
  border-radius: 0 0 4px;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: 90%;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  white-space: pre;
  word-wrap: normal;
  border-left: 1px solid;
}

/* line 21, app/assets/stylesheets/framework/highlight.scss */
.file-content.code pre code {
  display: inline-block;
  min-width: 100%;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  white-space: normal;
  word-wrap: normal;
  padding: 0;
}

/* line 29, app/assets/stylesheets/framework/highlight.scss */
.file-content.code pre code .line {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  white-space: pre;
}

/* line 36, app/assets/stylesheets/framework/highlight.scss */
.file-content.code pre code .line:empty::before {
  content: '\200b';
}

/* line 43, app/assets/stylesheets/framework/highlight.scss */
.file-content.code .line-numbers {
  padding: 10px;
  text-align: right;
  float: left;
  border-bottom-left-radius: 4px;
}

/* line 49, app/assets/stylesheets/framework/highlight.scss */
.file-content.code .line-numbers a {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}

/* line 55, app/assets/stylesheets/framework/highlight.scss */
.file-content.code .line-numbers a i,
.file-content.code .line-numbers a svg {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  visibility: hidden;
}

/* line 63, app/assets/stylesheets/framework/highlight.scss */
.file-content.code .line-numbers a:hover, .file-content.code .line-numbers a:focus {
  outline: none;
}

/* line 67, app/assets/stylesheets/framework/highlight.scss */
.file-content.code .line-numbers a:hover i,
.file-content.code .line-numbers a:hover svg, .file-content.code .line-numbers a:focus i,
.file-content.code .line-numbers a:focus svg {
  visibility: visible;
}

/* line 75, app/assets/stylesheets/framework/highlight.scss */
.file-content.code pre .line,
.file-content.code .line-numbers a {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  min-height: 1.1875rem;
}

/* line 85, app/assets/stylesheets/framework/highlight.scss */
td.line-numbers {
  line-height: 1;
}

/* line 89, app/assets/stylesheets/framework/highlight.scss */
.project-highlight-puc .unicode-bidi::before {
  content: '\FFFD';
  cursor: pointer;
  -webkit-text-decoration: underline wavy #dd2b0e;
          text-decoration: underline wavy #dd2b0e;
}

/* line 96, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .line-numbers {
  min-width: 6rem;
}

/* line 99, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .line-numbers .line-links {
  display: flex;
}

/* line 104, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .line-numbers.line-links {
  border-bottom-left-radius: 0;
}

/* line 107, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .line-numbers.line-links + pre {
  margin-left: 6rem;
}

/* line 113, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .line-numbers:not(.line-links) a:hover::before,
.blob-viewer .line-numbers:not(.line-links) a:focus-within::before,
.blob-viewer .line-links:hover a::before,
.blob-viewer .line-links:focus-within a::before {
  visibility: visible;
}

/* line 121, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .file-line-num {
  justify-content: flex-end;
  flex-grow: 1;
  padding-right: 0.5rem;
}

/* line 127, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .file-line-blame {
  margin-left: 0.5rem;
}

/* line 131, app/assets/stylesheets/framework/highlight.scss */
.blob-viewer .file-line-num,
.blob-viewer .file-line-blame {
  align-items: center;
  display: flex;
}

/**
 * Well styled list
 *
 */
/* line 5, app/assets/stylesheets/framework/lists.scss */
.hover-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 11, app/assets/stylesheets/framework/lists.scss */
.hover-list > li {
  padding: 10px 15px;
  min-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  word-wrap: break-word;
}

/* line 17, app/assets/stylesheets/framework/lists.scss */
.hover-list > li::after {
  content: ' ';
  display: table;
  clear: both;
}

/* line 23, app/assets/stylesheets/framework/lists.scss */
.hover-list > li.disabled {
  color: #89888d;
}

/* line 27, app/assets/stylesheets/framework/lists.scss */
.hover-list > li:not(.ui-sort-disabled):hover {
  background: #e9f3fc;
}

/* line 32, app/assets/stylesheets/framework/lists.scss */
.hover-list > li.unstyled:hover {
  background: none;
}

/* line 37, app/assets/stylesheets/framework/lists.scss */
.hover-list > li.smoke {
  background-color: #fbfafd;
}

/* line 39, app/assets/stylesheets/framework/lists.scss */
.hover-list > li:last-child {
  border-bottom: 0;
}

/* line 42, app/assets/stylesheets/framework/lists.scss */
.hover-list > li.bottom:last-child {
  background: #fbfafd;
}

/* line 47, app/assets/stylesheets/framework/lists.scss */
.hover-list > li .list-item-name {
  float: left;
  position: relative;
  top: 3px;
}

/* line 53, app/assets/stylesheets/framework/lists.scss */
.hover-list > li p {
  padding-top: 1px;
  margin: 0;
  color: #ececef;
}

/* line 58, app/assets/stylesheets/framework/lists.scss */
.hover-list > li p img {
  position: relative;
  top: 3px;
}

/* line 64, app/assets/stylesheets/framework/lists.scss */
.hover-list > li .card.card-body-title {
  font-size: 0.875rem;
  line-height: 18px;
}

/** light list with border-bottom between li **/
/* line 73, app/assets/stylesheets/framework/lists.scss */
ul.bordered-list,
ul.unstyled-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

/* line 50, app/assets/stylesheets/framework/mixins.scss */
ul.bordered-list > li,
ul.unstyled-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #ececef;
  display: block;
  margin: 0;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
ul.bordered-list > li::after,
ul.unstyled-list > li::after {
  display: block;
  clear: both;
  content: "";
}

/* line 58, app/assets/stylesheets/framework/mixins.scss */
ul.bordered-list > li:last-child,
ul.unstyled-list > li:last-child {
  border-bottom: 0;
}

/* line 62, app/assets/stylesheets/framework/mixins.scss */
ul.bordered-list > li.active,
ul.unstyled-list > li.active {
  background: #fbfafd;
}

/* line 65, app/assets/stylesheets/framework/mixins.scss */
ul.bordered-list > li.active a,
ul.unstyled-list > li.active a {
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/framework/mixins.scss */
ul.bordered-list > li.hide,
ul.unstyled-list > li.hide {
  display: none;
}

/* line 75, app/assets/stylesheets/framework/mixins.scss */
ul.bordered-list > li.light a,
ul.unstyled-list > li.light a {
  color: #333238;
}

/* line 78, app/assets/stylesheets/framework/lists.scss */
ul.bordered-list.top-list li:first-child,
ul.unstyled-list.top-list li:first-child {
  padding-top: 0;
}

/* line 81, app/assets/stylesheets/framework/lists.scss */
ul.bordered-list.top-list li:first-child h4,
ul.bordered-list.top-list li:first-child h5,
ul.unstyled-list.top-list li:first-child h4,
ul.unstyled-list.top-list li:first-child h5 {
  margin-top: 0;
}

/* line 89, app/assets/stylesheets/framework/lists.scss */
ul.unstyled-list > li {
  border-bottom: 0;
}

/* line 94, app/assets/stylesheets/framework/lists.scss */
ul.list-items-py-2 > li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 101, app/assets/stylesheets/framework/lists.scss */
ul.content-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 50, app/assets/stylesheets/framework/mixins.scss */
ul.content-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #ececef;
  display: block;
  margin: 0;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
ul.content-list > li::after {
  display: block;
  clear: both;
  content: "";
}

/* line 58, app/assets/stylesheets/framework/mixins.scss */
ul.content-list > li:last-child {
  border-bottom: 0;
}

/* line 62, app/assets/stylesheets/framework/mixins.scss */
ul.content-list > li.active {
  background: #fbfafd;
}

/* line 65, app/assets/stylesheets/framework/mixins.scss */
ul.content-list > li.active a {
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/framework/mixins.scss */
ul.content-list > li.hide {
  display: none;
}

/* line 75, app/assets/stylesheets/framework/mixins.scss */
ul.content-list > li.light a {
  color: #333238;
}

/* line 106, app/assets/stylesheets/framework/lists.scss */
ul.content-list li {
  border-color: #ececef;
  font-size: 0.875rem;
  color: #333238;
  word-break: break-word;
}

/* line 112, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .title {
  font-weight: 600;
}

/* line 116, app/assets/stylesheets/framework/lists.scss */
ul.content-list li a {
  color: #333238;
}

/* line 119, app/assets/stylesheets/framework/lists.scss */
ul.content-list li a.inline-link {
  color: #1068bf;
}

/* line 124, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .description {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 82%;
}

/* line 128, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .controls {
  float: right;
}

/* line 131, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .controls > .control-text {
  margin-right: 0.5rem;
  line-height: 42px;
}

/* line 135, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .controls > .control-text:last-child {
  margin-right: 0;
}

/* line 140, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .controls > .btn,
ul.content-list li .controls > .btn-group,
ul.content-list li .controls > .dropdown.inline {
  margin-right: 0.5rem;
  display: inline-block;
}

/* line 146, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .controls > .btn.has-tooltip, ul.content-list li .controls > .btn:last-child,
ul.content-list li .controls > .btn-group.has-tooltip,
ul.content-list li .controls > .btn-group:last-child,
ul.content-list li .controls > .dropdown.inline.has-tooltip,
ul.content-list li .controls > .dropdown.inline:last-child {
  margin-right: 0;
}

@media (max-width: 575.98px) {
  /* line 146, app/assets/stylesheets/framework/lists.scss */
  ul.content-list li .controls > .btn.has-tooltip, ul.content-list li .controls > .btn:last-child,
ul.content-list li .controls > .btn-group.has-tooltip,
ul.content-list li .controls > .btn-group:last-child,
ul.content-list li .controls > .dropdown.inline.has-tooltip,
ul.content-list li .controls > .dropdown.inline:last-child {
    margin: 0 auto;
  }
}

/* line 156, app/assets/stylesheets/framework/lists.scss */
ul.content-list li .controls .no-comments {
  opacity: 0.5;
}

/* line 162, app/assets/stylesheets/framework/lists.scss */
ul.content-list li.ui-sortable-helper {
  border-bottom: 0;
}

/* line 166, app/assets/stylesheets/framework/lists.scss */
ul.content-list li.list-placeholder {
  background-color: #fbfafd;
  border: dotted 1px #ececef;
  margin: 1px 0;
  min-height: 52px;
}

/* line 177, app/assets/stylesheets/framework/lists.scss */
.flex-list .flex-row {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* line 183, app/assets/stylesheets/framework/lists.scss */
.flex-list .row-main-content {
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 8px;
}

/* line 189, app/assets/stylesheets/framework/lists.scss */
.flex-list .row-fixed-content {
  flex: 0 0 auto;
  margin-left: auto;
}

/* line 194, app/assets/stylesheets/framework/lists.scss */
.flex-list .row-title {
  font-weight: 600;
}

/* line 198, app/assets/stylesheets/framework/lists.scss */
.flex-list .row-second-line {
  display: block;
}

/* line 203, app/assets/stylesheets/framework/lists.scss */
.flex-list .dropdown .btn-block {
  margin-bottom: 0;
  line-height: inherit;
}

/* line 209, app/assets/stylesheets/framework/lists.scss */
.flex-list .badge-secondary {
  color: #737278;
}

/* line 213, app/assets/stylesheets/framework/lists.scss */
.flex-list .avatar-cell {
  align-self: flex-start;
}

/* line 218, app/assets/stylesheets/framework/lists.scss */
ul.content-list.content-list-items-padding > li,
ul.content-list.issuable-list > li,
ul.content-list.todos-list > li,
.card > .content-list > li {
  padding: 10px 16px;
}

/* line 225, app/assets/stylesheets/framework/lists.scss */
ul.controls {
  float: right;
  list-style: none;
  display: flex;
  align-items: center;
}

/* line 231, app/assets/stylesheets/framework/lists.scss */
ul.controls .btn {
  padding: 10px 14px;
}

/* line 235, app/assets/stylesheets/framework/lists.scss */
ul.controls > li {
  float: left;
  margin-right: 10px;
}

/* line 239, app/assets/stylesheets/framework/lists.scss */
ul.controls > li:last-child {
  margin-right: 0;
}

/* line 244, app/assets/stylesheets/framework/lists.scss */
ul.controls > li .author-link .avatar-inline {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* line 252, app/assets/stylesheets/framework/lists.scss */
ul.controls .issuable-pipeline-broken a,
ul.controls .author-link {
  display: flex;
}

/* line 258, app/assets/stylesheets/framework/lists.scss */
ul.indent-list {
  padding: 10px 0 0 30px;
}

@keyframes spin-avatar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 268, app/assets/stylesheets/framework/lists.scss */
.horizontal-list {
  padding-left: 0;
  list-style: none;
}

/* line 272, app/assets/stylesheets/framework/lists.scss */
.horizontal-list > li {
  float: left;
}

/* line 277, app/assets/stylesheets/framework/lists.scss */
.horizontal-list.list-items-separated > li:not(:last-child)::after {
  content: '\00b7';
  margin: 0 4px;
}

/* line 12, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo .tanuki {
  fill: #e24329;
  transition: all 0.8s;
}

/* line 5, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo .tanuki:hover {
  fill: #f1a699;
  transition: all 0.1s;
}

/* line 16, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo .left-cheek,
.tanuki-logo .right-cheek {
  fill: #fc6d26;
  transition: all 0.8s;
}

/* line 5, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo .left-cheek:hover,
.tanuki-logo .right-cheek:hover {
  fill: #fec2a4;
  transition: all 0.1s;
}

/* line 21, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo .chin {
  fill: #fca326;
  transition: all 0.8s;
}

/* line 5, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo .chin:hover {
  fill: #fed8a4;
  transition: all 0.1s;
}

/* line 26, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo.animate .tanuki-shape {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

/* line 31, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo.animate .tanuki {
  animation-name: animate-tanuki-base;
}

@keyframes animate-tanuki-base {
  0%,
50% {
    fill: #e24329;
  }
  25% {
    fill: #f1a699;
  }
}

/* line 44, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo.animate .right-cheek {
  animation-name: animate-tanuki-right-cheek;
}

@keyframes animate-tanuki-right-cheek {
  25%,
75% {
    fill: #fc6d26;
  }
  50% {
    fill: #fec2a4;
  }
}

/* line 57, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo.animate .chin {
  animation-name: animate-tanuki-chin;
}

@keyframes animate-tanuki-chin {
  50%,
100% {
    fill: #fca326;
  }
  75% {
    fill: #fed8a4;
  }
}

/* line 70, app/assets/stylesheets/framework/logo.scss */
.tanuki-logo.animate .left-cheek {
  animation-name: animate-tanuki-left-cheek;
}

@keyframes animate-tanuki-left-cheek {
  25%,
75% {
    fill: #fc6d26;
  }
  100% {
    fill: #fec2a4;
  }
}

/* line 1, app/assets/stylesheets/framework/job_log.scss */
.job-log {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  padding: 8px 12px;
  margin: 0 0 8px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  border-radius: 2px;
  min-height: 42px;
  background-color: #111;
}

/* line 14, app/assets/stylesheets/framework/job_log.scss */
.log-line {
  padding: 1px 8px 1px 55px;
  min-height: 1.25rem;
}

/* line 19, app/assets/stylesheets/framework/job_log.scss */
.line-number {
  color: #737278;
  padding: 0 8px;
  min-width: 50px;
  margin-left: -43px;
  padding-right: 1em;
  -webkit-user-select: none;
          user-select: none;
}

/* line 27, app/assets/stylesheets/framework/job_log.scss */
.line-number:hover, .line-number:active, .line-number:visited {
  text-decoration: underline;
  color: #737278;
}

/* line 36, app/assets/stylesheets/framework/job_log.scss */
.collapsible-line:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 40, app/assets/stylesheets/framework/job_log.scss */
.collapsible-line .arrow {
  margin-left: -55px;
}

/* line 45, app/assets/stylesheets/framework/job_log.scss */
.loader-animation {
  position: relative;
  white-space: initial;
}

/* line 303, app/assets/stylesheets/framework/mixins.scss */
.loader-animation .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto auto 12px;
  border-radius: 50%;
  animation: blinking-dot 1s linear infinite;
  background: #fff;
}

/* line 312, app/assets/stylesheets/framework/mixins.scss */
.loader-animation .dot:nth-child(2) {
  animation-delay: 0.33s;
}

/* line 316, app/assets/stylesheets/framework/mixins.scss */
.loader-animation .dot:nth-child(3) {
  animation-delay: 0.66s;
}

/* line 2, app/assets/stylesheets/framework/markdown_area.scss */
.div-dropzone-wrapper .div-dropzone {
  position: relative;
}

/* line 5, app/assets/stylesheets/framework/markdown_area.scss */
.div-dropzone-wrapper .div-dropzone .div-dropzone-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11.5px;
  margin-left: -15px;
  opacity: 0;
  font-size: 30px;
  transition: opacity 200ms ease-in-out;
  pointer-events: none;
}

/* line 17, app/assets/stylesheets/framework/markdown_area.scss */
.div-dropzone-wrapper .div-dropzone .div-dropzone-spinner {
  position: absolute;
  bottom: 10px;
  right: 5px;
  opacity: 0;
  font-size: 20px;
  transition: opacity 200ms ease-in-out;
}

/* line 26, app/assets/stylesheets/framework/markdown_area.scss */
.div-dropzone-wrapper .div-dropzone .div-dropzone-icon {
  display: block;
  text-align: center;
  font-size: inherit;
}

/* line 32, app/assets/stylesheets/framework/markdown_area.scss */
.div-dropzone-wrapper .div-dropzone .div-dropzone-progress {
  position: absolute;
  top: 7px;
  left: -40px;
  width: 35px;
  font-size: 13px;
  text-align: right;
}

/* line 41, app/assets/stylesheets/framework/markdown_area.scss */
.div-dropzone-wrapper .div-dropzone .dz-preview {
  display: none;
}

/* line 49, app/assets/stylesheets/framework/markdown_area.scss */
.md-header .nav-links a {
  width: 100%;
  padding-top: 0;
  line-height: 19px;
}

/* line 54, app/assets/stylesheets/framework/markdown_area.scss */
.md-header .nav-links a.btn.btn-sm, .md-header .nav-links .btn-group-sm > .btn {
  padding: 2px 5px;
}

/* line 58, app/assets/stylesheets/framework/markdown_area.scss */
.md-header .nav-links a:focus {
  margin-top: -10px;
  padding-top: 10px;
}

@media (max-width: 575.98px) {
  /* line 67, app/assets/stylesheets/framework/markdown_area.scss */
  .md-header .gl-tabs-nav .nav-item {
    flex: 1;
  }
  /* line 71, app/assets/stylesheets/framework/markdown_area.scss */
  .md-header .gl-tabs-nav .gl-tab-nav-item {
    padding-top: 4px;
    padding-bottom: 8px;
  }
  /* line 76, app/assets/stylesheets/framework/markdown_area.scss */
  .md-header .gl-tabs-nav .md-header-toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #dcdcde;
  }
}

@media (max-width: 575.98px) {
  /* line 87, app/assets/stylesheets/framework/markdown_area.scss */
  .md-header-tab {
    flex: 1;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #dcdcde;
    text-align: center;
  }
}

/* line 98, app/assets/stylesheets/framework/markdown_area.scss */
.nav-links li.md-header-toolbar {
  margin-left: auto;
  visibility: hidden;
}

/* line 102, app/assets/stylesheets/framework/markdown_area.scss */
.nav-links li.md-header-toolbar.active {
  visibility: visible;
}

@media (max-width: 575.98px) {
  /* line 102, app/assets/stylesheets/framework/markdown_area.scss */
  .nav-links li.md-header-toolbar.active {
    flex: none;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 8px;
  }
}

/* line 117, app/assets/stylesheets/framework/markdown_area.scss */
.referenced-users {
  color: #333238;
  padding-top: 10px;
}

/* line 122, app/assets/stylesheets/framework/markdown_area.scss */
.referenced-commands {
  background: #e9f3fc;
  padding: 8px 16px;
  border-radius: 4px;
}

/* line 127, app/assets/stylesheets/framework/markdown_area.scss */
.referenced-commands p {
  margin: 0;
}

/* line 132, app/assets/stylesheets/framework/markdown_area.scss */
.md-preview-holder {
  min-height: 172px;
  padding: 10px 0;
  overflow-x: auto;
}

/* line 138, app/assets/stylesheets/framework/markdown_area.scss */
.markdown-area {
  border-radius: 0;
  background: #fff;
  border: 1px solid #ececef;
  min-height: 140px;
  max-height: 500px;
  padding: 5px;
  box-shadow: none;
  width: 100%;
}

/* line 149, app/assets/stylesheets/framework/markdown_area.scss */
.md-suggestion-diff {
  display: table !important;
  border: 1px solid #dcdcde !important;
}

/* line 153, app/assets/stylesheets/framework/markdown_area.scss */
.md-suggestion-diff td {
  border: 0 !important;
}

/* line 158, app/assets/stylesheets/framework/markdown_area.scss */
.md-suggestion-diff tr.old td {
  border-radius: 0 !important;
}

/* line 164, app/assets/stylesheets/framework/markdown_area.scss */
.suggestions.md > .markdown-code-block {
  position: static;
}

/* line 168, app/assets/stylesheets/framework/markdown_area.scss */
.md-suggestion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fbfafd;
  border: 1px solid #dcdcde;
  border-radius: 4px 4px 0 0;
}

@media (max-width: 575.98px) {
  /* line 178, app/assets/stylesheets/framework/markdown_area.scss */
  .referenced-users {
    margin-right: 0;
  }
}

/* line 1, app/assets/stylesheets/framework/media_object.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, app/assets/stylesheets/framework/media_object.scss */
.media-body {
  flex: 1;
}

/* line 1, app/assets/stylesheets/framework/modal.scss */
.modal-header {
  background-color: #fff;
}

/* line 4, app/assets/stylesheets/framework/modal.scss */
.modal-header .page-title,
.modal-header .modal-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 10, app/assets/stylesheets/framework/modal.scss */
.modal-header .page-title .modal-title-with-label span,
.modal-header .modal-title .modal-title-with-label span {
  vertical-align: middle;
  display: inline-block;
}

/* line 16, app/assets/stylesheets/framework/modal.scss */
.modal-header .modal-title {
  line-height: 1.5rem;
}

/* line 20, app/assets/stylesheets/framework/modal.scss */
.modal-header .modal-title.mw-100, .modal-header .modal-title.w-100 {
  margin-right: -1rem;
  padding-right: 1rem;
}

/* line 27, app/assets/stylesheets/framework/modal.scss */
.modal-header .close {
  font-weight: 400;
  line-height: 16px;
  color: #333238;
  opacity: 1;
}

/* line 35, app/assets/stylesheets/framework/modal.scss */
.modal-body {
  background-color: #fff;
  line-height: 1.5;
  position: relative;
  min-height: 80px;
  padding: 1rem;
  text-align: left;
  white-space: normal;
}

/* line 44, app/assets/stylesheets/framework/modal.scss */
.modal-body .form-actions {
  margin: 1rem -1rem -1rem;
}

/* line 48, app/assets/stylesheets/framework/modal.scss */
.modal-body .text-danger {
  font-weight: 600;
}

/* line 53, app/assets/stylesheets/framework/modal.scss */
.modal-footer {
  display: flex;
  flex-direction: row;
}

/* line 57, app/assets/stylesheets/framework/modal.scss */
.modal-footer .btn {
  margin: 0;
}

/* line 61, app/assets/stylesheets/framework/modal.scss */
.modal-footer .btn + .btn,
.modal-footer .btn + .btn-group,
.modal-footer .btn-group + .btn,
.modal-footer .btn-group + .btn-group {
  margin-left: 0.5rem;
}

/* line 68, app/assets/stylesheets/framework/modal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

@media (max-width: 575.98px) {
  /* line 53, app/assets/stylesheets/framework/modal.scss */
  .modal-footer {
    flex-direction: column;
  }
  /* line 75, app/assets/stylesheets/framework/modal.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
    margin-top: 0;
  }
}

/* line 82, app/assets/stylesheets/framework/modal.scss */
body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

/* line 87, app/assets/stylesheets/framework/modal.scss */
.modal {
  background-color: rgba(31, 30, 36, 0.24);
}

/* line 90, app/assets/stylesheets/framework/modal.scss */
.modal .modal-content {
  border-radius: 0.25rem;
}

/* line 93, app/assets/stylesheets/framework/modal.scss */
.modal .modal-content > :first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 98, app/assets/stylesheets/framework/modal.scss */
.modal .modal-content > :last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 2, app/assets/stylesheets/framework/pagination.scss */
.gl-pagination a {
  color: inherit;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/framework/pagination.scss */
.page-item.active .page-link {
  z-index: 3;
}

/* line 1, app/assets/stylesheets/framework/panels.scss */
.card {
  margin-bottom: 16px;
}

/* line 5, app/assets/stylesheets/framework/panels.scss */
.card-slim {
  margin-bottom: 6px;
}

/* line 9, app/assets/stylesheets/framework/panels.scss */
.card-header {
  padding: 6px 16px;
  line-height: 36px;
}

/* line 13, app/assets/stylesheets/framework/panels.scss */
.card-header .controls {
  margin-top: -2px;
  float: right;
}

/* line 18, app/assets/stylesheets/framework/panels.scss */
.card-header .dropdown-menu-toggle {
  line-height: 20px;
}

/* line 22, app/assets/stylesheets/framework/panels.scss */
.card-header .badge.badge-pill {
  margin-top: -2px;
  margin-left: 5px;
}

/* line 27, app/assets/stylesheets/framework/panels.scss */
.card-header.split {
  display: flex;
  align-items: center;
}

/* line 32, app/assets/stylesheets/framework/panels.scss */
.card-header .left {
  flex: 1 1 auto;
}

/* line 36, app/assets/stylesheets/framework/panels.scss */
.card-header .right {
  flex: 0 0 auto;
  text-align: right;
}

/* line 42, app/assets/stylesheets/framework/panels.scss */
.card-body {
  padding: 16px;
}

/* line 45, app/assets/stylesheets/framework/panels.scss */
.card-body .form-actions {
  margin: -16px;
  margin-top: 16px;
}

/* line 1, app/assets/stylesheets/framework/popup.scss */
.popup {
  padding: 16px;
  background-color: #f7f7f8;
  border: 1px solid #ececef;
  border-radius: 4px;
  box-shadow: 0 5px 8px rgba(90, 90, 90, 0.05);
  position: relative;
}

/* line 186, app/assets/stylesheets/framework/mixins.scss */
.popup::before, .popup::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 198, app/assets/stylesheets/framework/mixins.scss */
.popup::before {
  border-color: transparent;
  border-bottom-color: #ececef;
  border-width: 16px;
  margin-left: -16px;
}

/* line 205, app/assets/stylesheets/framework/mixins.scss */
.popup::after {
  border-color: transparent;
  border-bottom-color: #f7f7f8;
  border-width: 15px;
  margin-left: -15px;
}

/* line 3, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  height: auto;
  border-bottom: 1px solid #dcdcde;
}

/* line 11, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li:not(.md-header-toolbar) {
  display: flex;
}

/* line 14, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li:not(.md-header-toolbar) a,
.nav-links li:not(.md-header-toolbar) button {
  padding: 1rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #737278;
  border: 0;
  white-space: nowrap;
}

/* line 23, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li:not(.md-header-toolbar) a:hover, .nav-links li:not(.md-header-toolbar) a:active, .nav-links li:not(.md-header-toolbar) a:focus,
.nav-links li:not(.md-header-toolbar) button:hover,
.nav-links li:not(.md-header-toolbar) button:active,
.nav-links li:not(.md-header-toolbar) button:focus {
  text-decoration: none;
  color: #000;
  box-shadow: inset 0 -2px 0 0 #bfbfc3;
}

/* line 32, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li:not(.md-header-toolbar) button {
  padding-top: 0;
  background-color: transparent;
}

/* line 37, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li.active:not(.md-header-toolbar) a, .nav-links li.active:not(.md-header-toolbar) button,
.nav-links li:not(.md-header-toolbar) a.active {
  color: #000;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 0 var(--gl-theme-accent, #6666c4);
}

/* line 44, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li.active:not(.md-header-toolbar) a .badge.badge-pill, .nav-links li.active:not(.md-header-toolbar) button .badge.badge-pill,
.nav-links li:not(.md-header-toolbar) a.active .badge.badge-pill {
  color: #000;
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-links li.md-header-tab:not(.md-header-toolbar) button {
  line-height: 19px;
}

/* line 56, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area {
  border-bottom: 1px solid #dcdcde;
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 56, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area {
    flex-flow: column-reverse wrap;
  }
}

/* line 64, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-text {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 11px;
  display: inline-block;
  line-height: 28px;
  white-space: normal;
  /* Small devices (phones, 768px and lower) */
}

@media (max-width: 575.98px) {
  /* line 64, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-text {
    width: 100%;
  }
}

/* line 78, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-links {
  border-bottom: 0;
  flex: 1;
  /* Small devices (phones, 768px and lower) */
}

/* line 82, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-links.wide {
  width: 100%;
  display: block;
}

/* line 87, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-links.scrolling-tabs {
  float: left;
}

@media (max-width: 767.98px) {
  /* line 78, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-links {
    width: 100%;
  }
}

/* line 97, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-controls {
  display: inline-block;
  text-align: right;
}

/* line 101, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-controls > .btn,
.top-area .nav-controls > .btn-group,
.top-area .nav-controls > .btn-container,
.top-area .nav-controls > .dropdown,
.top-area .nav-controls > input,
.top-area .nav-controls > form {
  margin-right: 8px;
}

/* line 109, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-controls > .btn:last-child,
.top-area .nav-controls > .btn-group:last-child,
.top-area .nav-controls > .btn-container:last-child,
.top-area .nav-controls > .dropdown:last-child,
.top-area .nav-controls > input:last-child,
.top-area .nav-controls > form:last-child {
  margin-right: 0;
  float: right;
}

/* line 115, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-controls > .btn-grouped {
  float: none;
}

/* line 119, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-controls .icon-label {
  display: none;
}

/* line 123, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area .nav-controls input {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  /* line 97, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  /* line 97, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls {
    flex: 0 0 100%;
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  /* line 97, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls {
    padding-bottom: 0;
    width: 100%;
    /* This resets the width of the control so that the search button doesn't wrap */
  }
  /* line 142, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls .btn,
.top-area .nav-controls form,
.top-area .nav-controls .dropdown,
.top-area .nav-controls .dropdown-toggle,
.top-area .nav-controls .dropdown-menu-toggle,
.top-area .nav-controls .form-control,
.top-area .nav-controls > .btn-group {
    margin: 0 0 8px;
    display: block;
    width: 100%;
  }
  /* line 154, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls .btn.dropdown-toggle-split {
    margin-left: 1px;
  }
  /* line 159, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls .gl-search-box-by-click .form-control {
    width: 1%;
  }
  /* line 163, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls .dropdown-menu-toggle {
    margin-bottom: 0;
  }
  /* line 167, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls form {
    display: block;
    height: auto;
    margin-bottom: 8px;
  }
  /* line 172, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls form input {
    width: 100%;
    margin: 0 0 10px;
  }
  /* line 178, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls .icon-label {
    display: inline-block;
  }
  /* line 182, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls.inline {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 187, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls.inline > .btn,
.top-area .nav-controls.inline > .btn-container,
.top-area .nav-controls.inline > .dropdown,
.top-area .nav-controls.inline > input,
.top-area .nav-controls.inline > form {
    flex: 1 1 auto;
    margin: 0 0 10px;
    margin-left: 10px;
    width: auto;
  }
  /* line 197, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls.inline > .btn:first-child,
.top-area .nav-controls.inline > .btn-container:first-child,
.top-area .nav-controls.inline > .dropdown:first-child,
.top-area .nav-controls.inline > input:first-child,
.top-area .nav-controls.inline > form:first-child {
    margin-left: 0;
    float: none;
  }
  /* line 203, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area .nav-controls.inline .btn-full {
    flex: 1 1 100%;
    margin-left: 0;
  }
}

/* line 212, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area.adjust .nav-text,
.top-area.adjust .nav-controls {
  width: auto;
}

@media (max-width: 575.98px) {
  /* line 212, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .top-area.adjust .nav-text,
.top-area.adjust .nav-controls {
    width: 100%;
  }
}

/* line 223, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area.multi-line .nav-text {
  line-height: 20px;
}

/* line 227, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area.multi-line .nav-controls {
  padding: 17px 0;
}

/* line 232, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.top-area pre {
  width: 100%;
}

/* line 237, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container {
  position: relative;
}

/* line 240, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.merge-request-tabs-container .scrolling-tabs-container {
  overflow: hidden;
}

/* line 244, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .nav-links {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: nowrap;
}

/* line 180, app/assets/stylesheets/framework/mixins.scss */
.scrolling-tabs-container .nav-links::-webkit-scrollbar {
  display: none;
}

/* line 248, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-left::after,
.scrolling-tabs-container .fade-right::after {
  content: '';
  pointer-events: none;
  z-index: -1;
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
}

/* line 260, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-right {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 43px;
  height: 30px;
  transition-duration: 0.3s;
  transform: translateZ(0);
  background: linear-gradient(to left, #fbfafd 45%, rgba(251, 250, 253, 0.4));
  right: -5px;
}

/* line 160, app/assets/stylesheets/framework/mixins.scss */
.scrolling-tabs-container .fade-right.scrolling {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 166, app/assets/stylesheets/framework/mixins.scss */
.scrolling-tabs-container .fade-right svg {
  position: relative;
  top: 5px;
  font-size: 18px;
}

/* line 264, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-right svg {
  right: -7px;
}

/* line 268, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-right::after {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}

/* line 274, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-left {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 43px;
  height: 30px;
  transition-duration: 0.3s;
  transform: translateZ(0);
  background: linear-gradient(to right, #fbfafd 45%, rgba(251, 250, 253, 0.4));
  left: -5px;
  text-align: center;
}

/* line 160, app/assets/stylesheets/framework/mixins.scss */
.scrolling-tabs-container .fade-left.scrolling {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 166, app/assets/stylesheets/framework/mixins.scss */
.scrolling-tabs-container .fade-left svg {
  position: relative;
  top: 5px;
  font-size: 18px;
}

/* line 279, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-left svg {
  left: -7px;
}

/* line 283, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.scrolling-tabs-container .fade-left::after {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}

/* line 291, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.inner-page-scroll-tabs .fade-right {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 43px;
  height: 30px;
  transition-duration: 0.3s;
  transform: translateZ(0);
  background: linear-gradient(to left, #fff 45%, rgba(255, 255, 255, 0.4));
  right: 0;
  text-align: right;
}

/* line 160, app/assets/stylesheets/framework/mixins.scss */
.inner-page-scroll-tabs .fade-right.scrolling {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 166, app/assets/stylesheets/framework/mixins.scss */
.inner-page-scroll-tabs .fade-right svg {
  position: relative;
  top: 5px;
  font-size: 18px;
}

/* line 296, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.inner-page-scroll-tabs .fade-right svg {
  right: 5px;
}

/* line 301, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.inner-page-scroll-tabs .fade-left {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 43px;
  height: 30px;
  transition-duration: 0.3s;
  transform: translateZ(0);
  background: linear-gradient(to right, #fff 45%, rgba(255, 255, 255, 0.4));
  left: 0;
  text-align: left;
}

/* line 160, app/assets/stylesheets/framework/mixins.scss */
.inner-page-scroll-tabs .fade-left.scrolling {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 166, app/assets/stylesheets/framework/mixins.scss */
.inner-page-scroll-tabs .fade-left svg {
  position: relative;
  top: 5px;
  font-size: 18px;
}

/* line 306, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.inner-page-scroll-tabs .fade-left svg {
  left: 5px;
}

/* line 311, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.inner-page-scroll-tabs .fade-right,
.inner-page-scroll-tabs .fade-left {
  top: auto;
}

/* line 317, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.inner-page-scroll-tabs.is-smaller .fade-right,
.inner-page-scroll-tabs.is-smaller .fade-left {
  top: 11px;
}

/* line 324, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block {
  position: relative;
}

/* line 327, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block .nav-links {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-wrap: nowrap;
}

/* line 180, app/assets/stylesheets/framework/mixins.scss */
.nav-block .nav-links::-webkit-scrollbar {
  display: none;
}

/* line 330, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block .nav-links .fade-right {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 43px;
  height: 30px;
  transition-duration: 0.3s;
  transform: translateZ(0);
  background: linear-gradient(to left, #fff 45%, rgba(255, 255, 255, 0.4));
  right: -5px;
}

/* line 160, app/assets/stylesheets/framework/mixins.scss */
.nav-block .nav-links .fade-right.scrolling {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 166, app/assets/stylesheets/framework/mixins.scss */
.nav-block .nav-links .fade-right svg {
  position: relative;
  top: 5px;
  font-size: 18px;
}

/* line 334, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block .nav-links .fade-right svg {
  right: -7px;
}

/* line 339, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block .nav-links .fade-left {
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 12px;
  width: 43px;
  height: 30px;
  transition-duration: 0.3s;
  transform: translateZ(0);
  background: linear-gradient(to right, #fff 45%, rgba(255, 255, 255, 0.4));
  left: -5px;
}

/* line 160, app/assets/stylesheets/framework/mixins.scss */
.nav-block .nav-links .fade-left.scrolling {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 166, app/assets/stylesheets/framework/mixins.scss */
.nav-block .nav-links .fade-left svg {
  position: relative;
  top: 5px;
  font-size: 18px;
}

/* line 343, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block .nav-links .fade-left svg {
  left: -7px;
}

/* line 349, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block.activities {
  display: flex;
  border-bottom: 1px solid #dcdcde;
  overflow: hidden;
  align-items: center;
}

/* line 355, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
.nav-block.activities .nav-links {
  border-bottom: 0;
}

@media (max-width: 575.98px) {
  /* line 349, app/assets/stylesheets/framework/secondary_navigation_elements.scss */
  .nav-block.activities {
    display: block;
    overflow: visible;
  }
}

/* line 2, app/assets/stylesheets/framework/selects.scss */
.group-result .group-image {
  float: left;
}

/* line 6, app/assets/stylesheets/framework/selects.scss */
.group-result .group-name {
  font-weight: 600;
}

/* line 10, app/assets/stylesheets/framework/selects.scss */
.group-result .group-path {
  color: #a4a3a8;
}

/* line 16, app/assets/stylesheets/framework/selects.scss */
.project-result .project-name {
  font-weight: 600;
}

/* line 20, app/assets/stylesheets/framework/selects.scss */
.project-result .project-path {
  color: #a4a3a8;
}

/* line 25, app/assets/stylesheets/framework/selects.scss */
.user-result {
  min-height: 24px;
  display: flex;
  align-items: center;
}

/* line 30, app/assets/stylesheets/framework/selects.scss */
.user-result .user-image {
  float: left;
}

/* line 35, app/assets/stylesheets/framework/selects.scss */
.user-result.no-username .user-name {
  line-height: 24px;
}

/* line 42, app/assets/stylesheets/framework/selects.scss */
.approvers-select .dropdown-menu {
  width: 100%;
  max-width: none;
}

/* line 47, app/assets/stylesheets/framework/selects.scss */
.approvers-select .gl-dropdown-item-check-icon {
  display: none;
}

/* line 1, app/assets/stylesheets/framework/sidebar.scss */
.content-wrapper {
  width: 100%;
}

/* line 4, app/assets/stylesheets/framework/sidebar.scss */
.content-wrapper .container-fluid, .content-wrapper .container-sm, .content-wrapper .container-md, .content-wrapper .container-lg, .content-wrapper .container-xl {
  padding: 0 16px;
}

/* line 7, app/assets/stylesheets/framework/sidebar.scss */
.content-wrapper .container-fluid.container-blank, .content-wrapper .container-blank.container-sm, .content-wrapper .container-blank.container-md, .content-wrapper .container-blank.container-lg, .content-wrapper .container-blank.container-xl {
  background: none;
  padding: 0;
  border: 0;
}

/* line 15, app/assets/stylesheets/framework/sidebar.scss */
.page-initialised .content-wrapper {
  transition: padding 0.2s;
}

/* line 19, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed {
  padding-right: 0;
}

@media (min-width: 576px) {
  /* line 24, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar-collapsed:not(.is-merge-request):not(.wiki-sidebar):not(.build-sidebar):not(.issuable-bulk-update-sidebar) .content-wrapper {
    padding-right: 62px;
  }
}

@media (min-width: 992px) {
  /* line 32, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar-collapsed.is-merge-request .content-wrapper {
    padding-right: 62px;
  }
}

/* line 39, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed .sidebar-collapsed-icon .btn {
  background-color: #fbfafd;
}

/* line 43, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed .sidebar-collapsed-icon:not(.disabled) {
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed .sidebar-collapsed-icon svg {
  width: 16px;
  height: 16px;
}

/* line 54, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-expanded {
  padding-right: 0;
  z-index: 300;
}

/* line 58, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-expanded.right-sidebar-merge-requests {
  width: 300px;
}

@media (min-width: 768px) {
  /* line 58, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar-expanded.right-sidebar-merge-requests {
    z-index: auto;
  }
}

/* line 65, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-expanded.right-sidebar-merge-requests .shortcut-sidebar-dropdown-toggle {
  margin-right: 0 !important;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 71, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar-expanded:not(.wiki-sidebar):not(.build-sidebar):not(.issuable-bulk-update-sidebar) .content-wrapper {
    padding-right: 62px;
  }
}

@media (min-width: 768px) {
  /* line 78, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar-expanded:not(.is-merge-request) .content-wrapper {
    padding-right: 290px;
  }
}

/* line 85, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar {
  border-left: 1px solid #dcdcde;
}

@media (min-width: 992px) {
  /* line 88, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-merge-requests {
    border-left: 0;
  }
}

/* line 95, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar:not(.right-sidebar-merge-requests) .sidebar-container,
.right-sidebar:not(.right-sidebar-merge-requests) .issuable-sidebar {
  width: calc(100% + 100px);
}

/* line 108, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar {
  display: block;
  width: 290px;
  width: 0;
  padding: 0;
  transition: width 0.2s;
}

/* line 114, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar.right-sidebar-expanded {
  display: block;
  width: 290px;
  width: 290px;
}

/* line 118, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar.right-sidebar-expanded .issuable-sidebar-header {
  padding: 11px 0;
}

/* line 123, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar.right-sidebar-expanded .block:last-of-type {
  border: 0;
}

/* line 128, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar.right-sidebar-collapsed {
  display: block;
  width: 290px;
  width: 0;
  padding: 0;
}

/* line 133, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar.right-sidebar-collapsed .block {
  padding: 16px 0;
  width: 250px;
  border-bottom: 1px solid #dcdcde;
}

/* line 140, app/assets/stylesheets/framework/sidebar.scss */
.issues-bulk-update.right-sidebar .issuable-sidebar {
  padding: 0 3px;
}

/* line 146, app/assets/stylesheets/framework/sidebar.scss */
.issuable-sidebar .labels .value.dont-hide ~ .selectbox {
  padding-top: 8px;
}

/* line 153, app/assets/stylesheets/framework/sidebar.scss */
.issuable-sidebar .labels .title .gl-button {
  font-weight: 600;
}

/* line 156, app/assets/stylesheets/framework/sidebar.scss */
.issuable-sidebar .labels .title .gl-button .gl-button {
  color: #333238;
}

/* line 163, app/assets/stylesheets/framework/sidebar.scss */
.pikaday-container .pika-single {
  margin-top: 2px;
  width: 250px;
}

/* line 168, app/assets/stylesheets/framework/sidebar.scss */
.pikaday-container .dropdown-menu-toggle {
  line-height: 20px;
}

/* line 173, app/assets/stylesheets/framework/sidebar.scss */
.sidebar-collapsed-icon .sidebar-collapsed-value {
  font-size: 12px;
}

/* line 178, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 184, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline::before {
  content: '';
  border-left: 1px solid #a4a3a8;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0.4375rem;
}

/* line 193, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline-row {
  margin-top: 1rem;
}

/* line 196, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline-row:nth-child(1) {
  margin-top: 0;
}

/* line 203, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline-icon {
  /**
      * 2px extra is to give a little more height than needed
      * to hide timeline line before/after the element starts/ends
      */
  height: 1.625rem;
  z-index: 1;
  position: relative;
  padding: 4px 0;
}

/* line 213, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline-icon.opened {
  color: #108548;
}

/* line 217, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline-icon.closed {
  color: #1f75cb;
}

/* line 222, app/assets/stylesheets/framework/sidebar.scss */
.ancestor-tree .vertical-timeline-content {
  line-height: 1.625rem;
  margin-left: 8px;
}

/* line 231, app/assets/stylesheets/framework/sidebar.scss */
.health-status .dropdown-body .health-divider {
  border-top-color: #dcdcde;
}

/* line 235, app/assets/stylesheets/framework/sidebar.scss */
.health-status .dropdown-body .dropdown-item:not(.health-dropdown-item) {
  padding: 0;
}

/* line 241, app/assets/stylesheets/framework/sidebar.scss */
.toggle-right-sidebar-button {
  transition: width 0.2s;
  height: 48px;
  padding: 0 16px;
  background-color: #fbfafd;
  border: 0;
  color: #737278;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcde;
}

/* line 455, app/assets/stylesheets/framework/mixins.scss */
.toggle-right-sidebar-button:hover {
  background-color: #dcdcde;
  color: #333238;
}

/* line 246, app/assets/stylesheets/framework/sidebar.scss */
.edit-link {
  margin-right: -0.25rem;
}

/* line 250, app/assets/stylesheets/framework/sidebar.scss */
.issuable-sidebar.is-merge-request .edit-link {
  margin-right: 0;
}

/* line 254, app/assets/stylesheets/framework/sidebar.scss */
.assignee-grid {
  grid-template-areas: ' attention   user';
  grid-template-columns: min-content 1fr;
}

/* line 259, app/assets/stylesheets/framework/sidebar.scss */
.reviewer-grid {
  grid-template-areas: ' user approval    rerequest';
  grid-template-columns: 1fr  min-content min-content;
}

/* line 263, app/assets/stylesheets/framework/sidebar.scss */
.reviewer-grid.attention-requests {
  grid-template-areas: ' attention   user approval';
  grid-template-columns: min-content 1fr  min-content;
}

/* line 271, app/assets/stylesheets/framework/sidebar.scss */
.assignee-grid [data-css-area='attention'],
.reviewer-grid [data-css-area='attention'] {
  grid-area: attention;
}

/* line 274, app/assets/stylesheets/framework/sidebar.scss */
.assignee-grid [data-css-area='attention'] button.selected svg,
.reviewer-grid [data-css-area='attention'] button.selected svg {
  fill: #ab6100;
}

/* line 279, app/assets/stylesheets/framework/sidebar.scss */
.assignee-grid [data-css-area='user'],
.reviewer-grid [data-css-area='user'] {
  grid-area: user;
}

/* line 299, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar:not(.right-sidebar-merge-requests) {
  position: fixed;
  top: var(--header-height, 48px);
  bottom: var(--review-bar-height, 0px);
  right: 0;
  transition: width 0.2s;
  background-color: #fff;
  z-index: 200;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  /* line 303, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-merge-requests {
    position: fixed;
    top: var(--header-height, 48px);
    bottom: var(--review-bar-height, 0px);
    right: 0;
    transition: width 0.2s;
    background-color: #fff;
    z-index: 200;
    overflow: hidden;
    z-index: 251;
  }
}

@media (max-width: 767.98px) {
  /* line 298, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar {
    z-index: 251;
  }
}

/* line 314, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar a:not(.btn) {
  color: inherit;
}

/* line 317, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar a:not(.btn):hover {
  color: #064787;
}

/* line 322, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .gl-label .gl-label-link:hover {
  color: inherit;
}

/* line 326, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .btn-link {
  color: inherit;
}

/* line 330, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .issuable-header-text {
  margin-top: 7px;
}

/* line 334, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .gutter-toggle {
  display: flex;
  align-items: center;
  margin-left: 20px;
  padding: 4px;
  border-radius: 4px;
  height: 24px;
}

/* line 342, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .gutter-toggle:hover {
  color: #333238;
  background: #ececef;
}

/* line 347, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .gutter-toggle:hover, .right-sidebar .gutter-toggle:focus {
  text-decoration: none;
}

/* line 354, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-merge-requests .block,
.right-sidebar.right-sidebar-merge-requests .sidebar-contained-width,
.right-sidebar.right-sidebar-merge-requests .issuable-sidebar-header {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 360, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-merge-requests .block {
    padding: 0.75rem 0 1rem;
  }
}

/* line 365, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-merge-requests .block.participants {
  border-bottom: 0;
}

/* line 371, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .block,
.right-sidebar .sidebar-contained-width,
.right-sidebar .issuable-sidebar-header {
  padding: 0.75rem 0 1rem;
  border-bottom: 1px solid #e4e4e8;
  width: 250px;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.right-sidebar .block::after,
.right-sidebar .sidebar-contained-width::after,
.right-sidebar .issuable-sidebar-header::after {
  display: block;
  clear: both;
  content: "";
}

/* line 382, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .block:last-child,
.right-sidebar .sidebar-contained-width:last-child,
.right-sidebar .issuable-sidebar-header:last-child {
  border: 0;
}

/* line 387, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .block.assignee .author-link,
.right-sidebar .sidebar-contained-width.assignee .author-link,
.right-sidebar .issuable-sidebar-header.assignee .author-link {
  display: block;
  position: relative;
}

/* line 392, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .block.assignee .author-link:hover .author,
.right-sidebar .sidebar-contained-width.assignee .author-link:hover .author,
.right-sidebar .issuable-sidebar-header.assignee .author-link:hover .author {
  text-decoration: underline;
}

/* line 399, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .block.time-tracking, .right-sidebar .block.participants, .right-sidebar .block.subscriptions, .right-sidebar .block.with-sub-blocks,
.right-sidebar .sidebar-contained-width.time-tracking,
.right-sidebar .sidebar-contained-width.participants,
.right-sidebar .sidebar-contained-width.subscriptions,
.right-sidebar .sidebar-contained-width.with-sub-blocks,
.right-sidebar .issuable-sidebar-header.time-tracking,
.right-sidebar .issuable-sidebar-header.participants,
.right-sidebar .issuable-sidebar-header.subscriptions,
.right-sidebar .issuable-sidebar-header.with-sub-blocks {
  padding-top: 1rem;
}

/* line 407, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .block-first {
  padding-top: 0;
}

/* line 411, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .title {
  color: #333238;
  line-height: 1.25rem;
}

/* line 415, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .title .avatar {
  margin-left: 0;
}

/* line 420, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .selectbox {
  display: none;
}

/* line 423, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .selectbox.show {
  display: block;
}

/* line 428, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .btn-clipboard:hover {
  color: #333238;
}

/* line 432, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .issuable-sidebar {
  height: 100%;
}

/* line 435, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .issuable-sidebar:not(.is-merge-request) {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
  /* line 441, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar .issuable-sidebar.is-merge-request {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 451, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded:not(.right-sidebar-merge-requests) {
  width: 290px;
}

/* line 455, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .value {
  line-height: 1;
}

/* line 459, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .issuable-sidebar {
  padding: 0 20px;
}

@media (min-width: 992px) {
  /* line 462, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-expanded .issuable-sidebar.is-merge-request {
    padding: 0;
  }
  /* line 466, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-expanded .issuable-sidebar.is-merge-request .issuable-context-form {
    --initial-top: calc(var(--header-height, 48px) + 76px);
    --top: var(--initial-top);
    position: sticky;
    overflow: auto;
    top: var(--top);
    height: calc(100vh - var(--top));
    padding: 0 15px;
    margin-bottom: calc(var(--top) * -1);
  }
  /* line 478, app/assets/stylesheets/framework/sidebar.scss */
  .with-performance-bar .right-sidebar.right-sidebar-expanded .issuable-sidebar.is-merge-request .issuable-context-form {
    --top: calc(var(--initial-top) + 35px);
  }
  /* line 482, app/assets/stylesheets/framework/sidebar.scss */
  .with-system-header .right-sidebar.right-sidebar-expanded .issuable-sidebar.is-merge-request .issuable-context-form {
    --top: calc(var(--initial-top) + 16px);
  }
  /* line 486, app/assets/stylesheets/framework/sidebar.scss */
  .with-performance-bar.with-system-header .right-sidebar.right-sidebar-expanded .issuable-sidebar.is-merge-request .issuable-context-form {
    --top: calc(var(--initial-top) + 16px + 35px);
  }
}

/* line 495, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded:not(.boards-sidebar):not([data-signed-in]):not([data-always-show-toggle]) .issuable-sidebar-header {
  display: none;
}

/* line 500, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .light {
  font-weight: 400;
}

/* line 504, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .no-value {
  color: #737278;
}

/* line 508, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .sidebar-collapsed-icon {
  display: none;
}

/* line 512, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .gutter-toggle {
  text-align: center;
}

/* line 516, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .title .gutter-toggle {
  margin-top: 0;
}

/* line 520, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .assignee .user-list .avatar {
  margin: 0;
}

/* line 524, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-expanded .hide-expanded {
  display: none;
}

/* line 529, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed {
  /* Extra small devices (phones, less than 768px) */
  display: none;
  /* Small devices (tablets, 768px and up) */
  width: 62px;
  padding: 0;
}

@media (min-width: 576px) {
  /* line 534, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-collapsed:not(.right-sidebar-merge-requests) {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 540, app/assets/stylesheets/framework/sidebar.scss */
  .right-sidebar.right-sidebar-collapsed.right-sidebar-merge-requests {
    display: block;
  }
}

/* line 549, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .block,
.right-sidebar.right-sidebar-collapsed .sidebar-contained-width,
.right-sidebar.right-sidebar-collapsed .issuable-sidebar-header {
  width: 60px;
  padding: 0;
  border-bottom: 0;
  overflow: hidden;
}

/* line 561, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .block.with-sub-blocks .sub-block:hover, .right-sidebar.right-sidebar-collapsed .block:not(.with-sub-blocks):hover,
.right-sidebar.right-sidebar-collapsed .gutter-toggle.with-sub-blocks .sub-block:hover,
.right-sidebar.right-sidebar-collapsed .gutter-toggle:not(.with-sub-blocks):hover,
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-container.with-sub-blocks .sub-block:hover,
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-container:not(.with-sub-blocks):hover {
  background-color: #dcdcde;
}

/* line 567, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .participants {
  border-bottom: 1px solid #e4e4e8;
}

/* line 571, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .hide-collapsed {
  display: none;
}

/* line 575, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .gutter-toggle {
  width: 100%;
  height: 60px;
  margin-left: 0;
  border-bottom: 1px solid #dedee3;
  border-radius: 0;
}

/* line 583, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed a.gutter-toggle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/* line 590, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .merge-icon {
  height: 12px;
  width: 12px;
  bottom: -5px;
  right: 4px;
}

/* line 597, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #737278;
}

/* line 607, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon > svg {
  fill: #737278;
}

/* line 611, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon:hover:not(.disabled), .right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon:hover .todo-undone {
  color: #333238;
}

/* line 615, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon:hover:not(.disabled) > svg, .right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon:hover .todo-undone > svg {
  fill: #333238;
}

/* line 620, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .todo-undone {
  color: #1068bf;
  fill: #1068bf;
}

/* line 625, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .author {
  display: none;
}

/* line 629, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .btn-clipboard {
  /*
          This change should be temporary, because the DOM currently gets
          generated from a ruby definition in `app/helpers/button_helper.rb`.
          As soon as the `copy to clipboard` button will be transferred to
          Vue this should be adjusted as well.
        */
  flex: 1;
  align-self: stretch;
  padding: 0;
  border: 0;
  background: transparent;
  color: #737278;
}

/* line 644, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .btn-clipboard:hover {
  color: #333238;
}

/* line 649, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon.multiple-users {
  display: flex;
  justify-content: center;
}

/* line 655, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-avatar-counter {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

/* line 660, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-avatar-counter ~ .merge-icon {
  bottom: 0;
}

/* line 665, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-user {
  padding-bottom: 0;
}

/* line 668, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-user .author-link {
  padding-left: 0;
}

/* line 671, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-user .author-link .avatar {
  position: static;
  margin: 0;
}

/* line 678, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .issuable-header-btn {
  display: none;
}

/* line 683, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .multiple-users .btn-link {
  padding: 0;
  border: 0;
}

/* line 687, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .multiple-users .btn-link .avatar {
  margin: 0;
}

/* line 692, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .multiple-users .btn-link:first-child {
  position: absolute;
  left: 10px;
  z-index: 1;
}

/* line 698, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .multiple-users .btn-link:last-child {
  position: absolute;
  right: 10px;
}

/* line 702, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .multiple-users .btn-link:last-child:hover {
  text-decoration: none;
}

/* line 708, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar.right-sidebar-collapsed .milestone-title span,
.right-sidebar.right-sidebar-collapsed .collapse-truncated-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
  display: block;
  margin: 0 4px;
}

/* line 716, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .dropdown-menu-toggle {
  width: 100%;
  padding-top: 6px;
}

/* line 721, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .dropdown-menu {
  width: 100%;
  /*
     * Overwrite hover style for dropdown items, so that they are not blue
     * This should be removed during dev of https://gitlab.com/gitlab-org/gitlab-foss/issues/44040
     */
}

/* line 729, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar .dropdown-menu li a:hover, .right-sidebar .dropdown-menu li a:active, .right-sidebar .dropdown-menu li a:focus, .right-sidebar .dropdown-menu li a.is-focused {
  background-color: #ececef;
  color: #333238;
  outline: 0;
}

/* line 740, app/assets/stylesheets/framework/sidebar.scss */
.with-performance-bar .right-sidebar {
  top: calc(var(--header-height, 48px) + 35px);
}

/* line 745, app/assets/stylesheets/framework/sidebar.scss */
.issuable-show-labels .gl-label {
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 750, app/assets/stylesheets/framework/sidebar.scss */
.issuable-show-labels a {
  display: inline-block;
}

/* line 753, app/assets/stylesheets/framework/sidebar.scss */
.issuable-show-labels a .color-label {
  padding: 4px 0.5rem;
  border-radius: 100px;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* line 760, app/assets/stylesheets/framework/sidebar.scss */
.issuable-show-labels a:hover .color-label {
  text-decoration: underline;
}

/* line 765, app/assets/stylesheets/framework/sidebar.scss */
.issuable-show-labels.has-labels {
  font-size: 0;
  margin-bottom: -5px;
}

/* line 778, app/assets/stylesheets/framework/sidebar.scss */
.assignee .merge-icon,
.reviewer .merge-icon {
  color: #c17d10;
  position: absolute;
  bottom: -3px;
  right: -3px;
  filter: drop-shadow(0 0 0.5px #fff) drop-shadow(0 0 1px #fff) drop-shadow(0 0 2px #fff);
}

/* line 788, app/assets/stylesheets/framework/sidebar.scss */
.participants-author:nth-of-type(8n) {
  padding-right: 0;
}

/* line 792, app/assets/stylesheets/framework/sidebar.scss */
.participants-author .avatar.avatar-inline {
  margin: 0;
}

/* line 797, app/assets/stylesheets/framework/sidebar.scss */
.participants-more,
.user-list-more {
  margin-left: 5px;
}

/* line 801, app/assets/stylesheets/framework/sidebar.scss */
.participants-more a,
.participants-more .btn-link,
.user-list-more a,
.user-list-more .btn-link {
  color: #737278;
}

/* line 806, app/assets/stylesheets/framework/sidebar.scss */
.participants-more .btn-link,
.user-list-more .btn-link {
  padding: 0;
}

/* line 810, app/assets/stylesheets/framework/sidebar.scss */
.participants-more .btn-link:hover,
.user-list-more .btn-link:hover {
  color: #064787;
  text-decoration: none;
}

/* line 815, app/assets/stylesheets/framework/sidebar.scss */
.participants-more .btn-link:focus,
.user-list-more .btn-link:focus {
  text-decoration: none;
}

/* line 821, app/assets/stylesheets/framework/sidebar.scss */
.sidebar-help-wrap .sidebar-help-state {
  margin: 16px -20px -20px;
  padding: 16px 20px;
}

/* line 826, app/assets/stylesheets/framework/sidebar.scss */
.sidebar-help-wrap .help-state-toggle-enter-active {
  transition: all 0.8s ease;
}

/* line 830, app/assets/stylesheets/framework/sidebar.scss */
.sidebar-help-wrap .help-state-toggle-leave-active {
  transition: all 0.5s ease;
}

/* line 834, app/assets/stylesheets/framework/sidebar.scss */
.sidebar-help-wrap .help-state-toggle-enter,
.sidebar-help-wrap .help-state-toggle-leave-active {
  opacity: 0;
}

/* line 842, app/assets/stylesheets/framework/sidebar.scss */
.time-tracker .sidebar-collapsed-icon > .stopwatch-svg {
  display: inline-block;
}

/* line 846, app/assets/stylesheets/framework/sidebar.scss */
.time-tracker .sidebar-collapsed-icon svg {
  width: 16px;
  height: 16px;
  fill: #737278;
}

/* line 852, app/assets/stylesheets/framework/sidebar.scss */
.time-tracker .sidebar-collapsed-icon:hover svg {
  fill: #333238;
}

/* line 859, app/assets/stylesheets/framework/sidebar.scss */
.time-tracker .compare-meter.over_estimate .time-remaining,
.time-tracker .compare-meter.over_estimate .compare-value.spent {
  color: #dd2b0e;
}

/* line 866, app/assets/stylesheets/framework/sidebar.scss */
.time-tracker .compare-display-container {
  font-size: 13px;
}

/*
 * Following overrides are done to prevent
 * legacy dropdown styles from influencing
 * GitLab UI components used within GlDropdown
 */
/* line 878, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed .sidebar-grouped-item .sidebar-collapsed-icon {
  margin-bottom: 0;
}

/* line 882, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed .sidebar-grouped-item .sidebar-collapsed-divider {
  line-height: 5px;
  font-size: 12px;
  color: #737278;
}

/* line 887, app/assets/stylesheets/framework/sidebar.scss */
.right-sidebar-collapsed .sidebar-grouped-item .sidebar-collapsed-divider + .sidebar-collapsed-icon {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  /* line 898, app/assets/stylesheets/framework/sidebar.scss */
  .container-fluid .issuable-list, .container-sm .issuable-list, .container-md .issuable-list, .container-lg .issuable-list, .container-xl .issuable-list,
.container-fluid .issues-filters,
.container-sm .issues-filters,
.container-md .issues-filters,
.container-lg .issues-filters,
.container-xl .issues-filters,
.container-fluid .epics-filters,
.container-sm .epics-filters,
.container-md .epics-filters,
.container-lg .epics-filters,
.container-xl .epics-filters {
    margin: 0 -16px;
  }
}

/* line 1, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.context-header {
  position: relative;
  margin-right: 2px;
  width: 256px;
}

/* line 6, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.context-header > a,
.context-header > button {
  transition: padding 0.2s;
  font-weight: 600;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 16px 10px 10px;
  color: #333238;
  background-color: transparent;
  border: 0;
  text-align: left;
}

/* line 19, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.context-header > a:hover, .context-header > a:focus,
.context-header > button:hover,
.context-header > button:focus {
  background-color: rgba(51, 50, 56, 0.06);
  color: #333238;
  outline: 0;
}

/* line 27, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.context-header .avatar-container {
  flex: 0 0 32px;
  background-color: #fff;
}

/* line 32, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.context-header .sidebar-context-title {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333238;
}

/* line 37, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.context-header .sidebar-context-title.text-secondary {
  font-weight: normal;
  font-size: 0.8em;
}

/* line 205, app/assets/stylesheets/framework/contextual_sidebar.scss */
.page-with-contextual-sidebar {
  transition: padding-left 0.2s;
}

@media (min-width: 768px) {
  /* line 205, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .page-with-contextual-sidebar {
    padding-left: 56px;
  }
}

@media (min-width: 1200px) {
  /* line 205, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .page-with-contextual-sidebar {
    padding-left: 256px;
  }
}

/* line 216, app/assets/stylesheets/framework/contextual_sidebar.scss */
.page-with-contextual-sidebar .issues-bulk-update.right-sidebar.right-sidebar-expanded .issuable-sidebar-header {
  padding: 10px 0 15px;
}

@media (min-width: 768px) {
  /* line 221, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .page-with-icon-sidebar {
    padding-left: 56px;
  }
}

/* line 231, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: width 0.2s, left 0.2s;
  z-index: 600;
  width: 256px;
  top: var(--header-height, 48px);
  background-color: #fbfafd;
  border-right: 1px solid #e9e9e9;
  transform: translate3d(0, 0, 0);
}

/* line 243, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop {
  width: 56px;
}

/* line 47, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop .nav-sidebar-inner-scroll {
  overflow-x: hidden;
}

/* line 51, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop .badge.badge-pill:not(.fly-out-badge),
.nav-sidebar.sidebar-collapsed-desktop .nav-item-name,
.nav-sidebar.sidebar-collapsed-desktop .collapse-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 57, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop .sidebar-top-level-items > li > a {
  min-height: unset;
}

/* line 61, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop .fly-out-top-item:not(.divider) {
  display: block !important;
}

/* line 65, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop .avatar-container {
  margin: 0 auto;
}

/* line 69, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-collapsed-desktop li.active:not(.fly-out-top-item) > a {
  background-color: rgba(41, 41, 97, 0.08);
}

/* line 247, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar.sidebar-expanded-mobile {
  left: 0;
}

/* line 251, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a {
  text-decoration: none;
  color: #333238;
}

/* line 256, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar li {
  white-space: nowrap;
}

/* line 259, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar li .nav-item-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 265, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar li > a,
.nav-sidebar li > .fly-out-top-item-container {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  width: auto;
  transition: none;
  margin: 1px 8px;
}

/* line 150, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar li > a:hover,
.nav-sidebar li > .fly-out-top-item-container:hover {
  background-color: rgba(31, 30, 36, 0.08);
}

/* line 271, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar li.active > a {
  font-weight: 600;
}

/* line 276, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar li.active:not(.fly-out-top-item) > a:not(.has-sub-items) {
  background-color: rgba(31, 30, 36, 0.08);
}

/* line 283, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar ul {
  padding-left: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  /* line 231, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar {
    left: -256px;
  }
}

/* line 292, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar .nav-icon-container {
  display: flex;
  margin-right: 8px;
}

/* line 298, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item {
  display: none;
}

/* line 158, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item a,
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item a:hover, .nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item.active a,
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item .fly-out-top-item-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: default;
  pointer-events: none;
  font-size: 0.75rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  margin-top: 0;
  position: relative;
  color: #fff;
  background: var(--black, #000);
}

/* line 179, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item a strong,
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item a:hover strong, .nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item.active a strong,
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item .fly-out-top-item-container strong {
  font-weight: 400;
}

/* line 183, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item a::before,
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item a:hover::before, .nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item.active a::before,
.nav-sidebar a:not(.has-sub-items) + .sidebar-sub-level-items .fly-out-top-item .fly-out-top-item-container::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: -0.25rem;
  margin-top: -0.25rem;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid #000;
  border-right-color: var(--black, #000);
}

@media (min-width: 576px) {
  /* line 303, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar a.has-sub-items + .sidebar-sub-level-items {
    min-width: 150px;
  }
}

/* line 308, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a.has-sub-items + .sidebar-sub-level-items .fly-out-top-item {
  display: none;
}

/* line 158, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a.has-sub-items + .sidebar-sub-level-items .fly-out-top-item a,
.nav-sidebar a.has-sub-items + .sidebar-sub-level-items .fly-out-top-item a:hover, .nav-sidebar a.has-sub-items + .sidebar-sub-level-items .fly-out-top-item.active a,
.nav-sidebar a.has-sub-items + .sidebar-sub-level-items .fly-out-top-item .fly-out-top-item-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: default;
  pointer-events: none;
  font-size: 0.75rem;
  margin-top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 313, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a.has-sub-items + .sidebar-sub-level-items.fly-out-list {
  margin-top: -0.25rem;
}

/* line 316, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar a.has-sub-items + .sidebar-sub-level-items.fly-out-list.is-above {
  margin-top: 0.25rem;
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 322, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) {
    width: 56px;
  }
  /* line 47, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .nav-sidebar-inner-scroll {
    overflow-x: hidden;
  }
  /* line 51, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .badge.badge-pill:not(.fly-out-badge),
.nav-sidebar:not(.sidebar-expanded-mobile) .nav-item-name,
.nav-sidebar:not(.sidebar-expanded-mobile) .collapse-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  /* line 57, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .sidebar-top-level-items > li > a {
    min-height: unset;
  }
  /* line 61, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .fly-out-top-item:not(.divider) {
    display: block !important;
  }
  /* line 65, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .avatar-container {
    margin: 0 auto;
  }
  /* line 69, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) li.active:not(.fly-out-top-item) > a {
    background-color: rgba(41, 41, 97, 0.08);
  }
  /* line 45, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .context-header {
    height: 60px;
    width: 56px;
  }
  /* line 49, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .context-header a {
    padding: 10px 4px;
  }
  /* line 54, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .sidebar-context-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  /* line 9, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .context-header {
    height: auto;
  }
  /* line 12, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .context-header a {
    padding: 0.25rem;
  }
  /* line 19, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .sidebar-top-level-items > li .sidebar-sub-level-items:not(.flyout-list) {
    display: none;
  }
  /* line 25, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .nav-icon-container {
    margin-right: 0;
  }
  /* line 29, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .toggle-sidebar-button {
    width: 55px;
    padding: 0 21px;
  }
  /* line 33, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .toggle-sidebar-button .collapse-text {
    display: none;
  }
  /* line 37, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .nav-sidebar:not(.sidebar-expanded-mobile) .toggle-sidebar-button .icon-chevron-double-lg-left {
    transform: rotate(180deg);
    margin: 0;
  }
}

/* line 329, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar-inner-scroll {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 335, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar-inner-scroll > div.context-header {
  margin-top: 0.25rem;
}

/* line 338, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar-inner-scroll > div.context-header a {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  width: auto;
  transition: none;
  margin: 1px 8px;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
  margin-top: 0.125rem;
  height: auto;
}

/* line 150, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar-inner-scroll > div.context-header a:hover {
  background-color: rgba(31, 30, 36, 0.08);
}

/* line 134, app/assets/stylesheets/framework/contextual_sidebar.scss */
.nav-sidebar-inner-scroll > div.context-header a .avatar-container {
  font-weight: 400;
  flex: none;
}

/* line 346, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-top-level-items {
  margin-bottom: 60px;
}

/* line 349, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-top-level-items .context-header a {
  padding: 0.25rem;
  margin-bottom: 0.25rem;
  margin-top: 0.125rem;
  height: auto;
}

/* line 134, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-top-level-items .context-header a .avatar-container {
  font-weight: 400;
  flex: none;
}

/* line 356, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-top-level-items > li.active .sidebar-sub-level-items:not(.is-fly-out-only) {
  display: block;
}

/* line 362, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-top-level-items li > a.gl-link {
  color: #333238;
}

/* line 367, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-top-level-items li > a.gl-link:active, .sidebar-top-level-items li > a.gl-link:focus, .sidebar-top-level-items li > a.gl-link:focus:active {
  text-decoration: none;
}

/* line 375, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-sub-level-items {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

/* line 380, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-sub-level-items:not(.fly-out-list) li > a {
  padding-left: 2.25rem;
}

@media (min-width: 576px) {
  /* line 75, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .is-showing-fly-out .sidebar-sub-level-items {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0.5rem;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.25rem;
    padding-top: 0;
    background-color: #fbfafd;
    box-shadow: 0 0.25rem 1rem rgba(31, 30, 36, 0.24), 0 0 0.125rem rgba(31, 30, 36, 0.24);
    border-style: none;
    border-radius: 4px;
  }
  /* line 90, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .is-showing-fly-out .sidebar-sub-level-items .divider {
    display: none;
  }
  /* line 94, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .is-showing-fly-out .sidebar-sub-level-items .divider + li > a {
    margin-top: 0.25rem;
  }
  /* line 98, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .is-showing-fly-out .sidebar-sub-level-items li:last-of-type a {
    margin-bottom: 0;
  }
  /* line 102, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .is-showing-fly-out .sidebar-sub-level-items.is-above {
    margin-top: 0;
  }
}

/* line 107, app/assets/stylesheets/framework/contextual_sidebar.scss */
.is-showing-fly-out .sidebar-sub-level-items a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 112, app/assets/stylesheets/framework/contextual_sidebar.scss */
.is-showing-fly-out .sidebar-sub-level-items .fly-out-top-item > a {
  display: flex;
}

/* line 116, app/assets/stylesheets/framework/contextual_sidebar.scss */
.is-showing-fly-out .sidebar-sub-level-items .fly-out-top-item .fly-out-badge {
  margin-left: 8px;
}

/* line 121, app/assets/stylesheets/framework/contextual_sidebar.scss */
.is-showing-fly-out .sidebar-sub-level-items .fly-out-top-item-name {
  flex: 1;
}

/* line 402, app/assets/stylesheets/framework/contextual_sidebar.scss */
.toggle-sidebar-button,
.close-nav-button {
  transition: width 0.2s;
  height: 48px;
  padding: 0 16px;
  background-color: #fbfafd;
  border: 0;
  color: #737278;
  display: flex;
  align-items: center;
  background-color: #fbfafd;
  position: fixed;
  bottom: 0;
  width: 255px;
}

/* line 455, app/assets/stylesheets/framework/mixins.scss */
.toggle-sidebar-button:hover,
.close-nav-button:hover {
  background-color: #dcdcde;
  color: #333238;
}

/* line 410, app/assets/stylesheets/framework/contextual_sidebar.scss */
.toggle-sidebar-button .collapse-text,
.toggle-sidebar-button .icon-chevron-double-lg-left,
.toggle-sidebar-button .icon-chevron-double-lg-right,
.close-nav-button .collapse-text,
.close-nav-button .icon-chevron-double-lg-left,
.close-nav-button .icon-chevron-double-lg-right {
  color: inherit;
}

/* line 417, app/assets/stylesheets/framework/contextual_sidebar.scss */
.collapse-text {
  white-space: nowrap;
  overflow: hidden;
}

/* line 45, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.sidebar-collapsed-desktop .context-header {
  height: 60px;
  width: 56px;
}

/* line 49, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.sidebar-collapsed-desktop .context-header a {
  padding: 10px 4px;
}

/* line 54, app/assets/stylesheets/framework/contextual_sidebar_header.scss */
.sidebar-collapsed-desktop .sidebar-context-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 9, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .context-header {
  height: auto;
}

/* line 12, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .context-header a {
  padding: 0.25rem;
}

/* line 19, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .sidebar-top-level-items > li .sidebar-sub-level-items:not(.flyout-list) {
  display: none;
}

/* line 25, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .nav-icon-container {
  margin-right: 0;
}

/* line 29, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .toggle-sidebar-button {
  width: 55px;
  padding: 0 21px;
}

/* line 33, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .toggle-sidebar-button .collapse-text {
  display: none;
}

/* line 37, app/assets/stylesheets/framework/contextual_sidebar.scss */
.sidebar-collapsed-desktop .toggle-sidebar-button .icon-chevron-double-lg-left {
  transform: rotate(180deg);
  margin: 0;
}

/* line 430, app/assets/stylesheets/framework/contextual_sidebar.scss */
.close-nav-button {
  display: none;
}

@media (max-width: 767.98px) {
  /* line 435, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .close-nav-button {
    display: flex;
  }
  /* line 439, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .toggle-sidebar-button {
    display: none;
  }
  /* line 443, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .mobile-overlay {
    display: none;
  }
  /* line 446, app/assets/stylesheets/framework/contextual_sidebar.scss */
  .mobile-overlay.mobile-nav-open {
    display: block;
    position: fixed;
    background-color: rgba(31, 30, 36, 0.24);
    height: 100%;
    width: 100%;
    z-index: 300;
  }
}

/* line 463, app/assets/stylesheets/framework/contextual_sidebar.scss */
.icon-avatar svg,
.settings-avatar svg {
  margin: auto;
}

/* line 1, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar {
  top: 0;
  width: 256px;
  z-index: 600;
}

/* line 6, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .user-bar {
  background-color: rgba(31, 30, 36, 0.04);
}

/* line 9, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .user-bar .tanuki-logo {
  vertical-align: middle;
}

/* line 14, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .counter .gl-icon {
  color: var(--gray-500, #737278);
}

/* line 18, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .counter:hover,
.super-sidebar .counter:focus,
.super-sidebar .gl-dropdown-custom-toggle:hover .counter,
.super-sidebar .gl-dropdown-custom-toggle:focus .counter,
.super-sidebar .gl-dropdown-custom-toggle[aria-expanded='true'] .counter {
  background-color: #ececef;
  border-color: transparent;
  mix-blend-mode: multiply;
}

/* line 27, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .counter:hover .gl-icon,
.super-sidebar .counter:focus .gl-icon,
.super-sidebar .gl-dropdown-custom-toggle:hover .counter .gl-icon,
.super-sidebar .gl-dropdown-custom-toggle:focus .counter .gl-icon,
.super-sidebar .gl-dropdown-custom-toggle[aria-expanded='true'] .counter .gl-icon {
  color: var(--gray-700, #535158);
}

/* line 33, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .context-switcher-toggle[aria-expanded='true'] {
  background-color: rgba(31, 30, 36, 0.08);
}

/* line 38, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .btn-with-notification {
  mix-blend-mode: unset !important;
  position: relative;
}

/* line 42, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .btn-with-notification .notification {
  background-color: #1f75cb;
  border: 2px solid #fbfafd;
  position: absolute;
  height: 9px;
  width: 9px;
  top: 5px;
  left: 22px;
  border-radius: 50%;
  transition: background-color 100ms linear, border-color 100ms linear;
}

/* line 56, app/assets/stylesheets/framework/super_sidebar.scss */
.super-sidebar .btn-with-notification:hover .notification, .super-sidebar .btn-with-notification:focus .notification {
  border-color: #ececef;
}

/* line 63, app/assets/stylesheets/framework/super_sidebar.scss */
.with-performance-bar .super-sidebar {
  top: 35px;
}

/* line 1, app/assets/stylesheets/framework/tables.scss */
.table-holder {
  margin: 0;
  overflow: auto;
}

/* line 9, app/assets/stylesheets/framework/tables.scss */
table.table .thead-white th {
  background-color: #fff;
}

/* line 15, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code), table.table:not(.gl-table) {
  margin-bottom: 16px;
}

/* line 19, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) .dropdown-menu a, table.table:not(.gl-table) .dropdown-menu a {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) .success,
.md table:not(.code) .warning,
.md table:not(.code) .danger,
.md table:not(.code) .info, table.table:not(.gl-table) .success,
table.table:not(.gl-table) .warning,
table.table:not(.gl-table) .danger,
table.table:not(.gl-table) .info {
  color: #fff;
}

/* line 29, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) .success a:not(.btn),
.md table:not(.code) .warning a:not(.btn),
.md table:not(.code) .danger a:not(.btn),
.md table:not(.code) .info a:not(.btn), table.table:not(.gl-table) .success a:not(.btn),
table.table:not(.gl-table) .warning a:not(.btn),
table.table:not(.gl-table) .danger a:not(.btn),
table.table:not(.gl-table) .info a:not(.btn) {
  text-decoration: underline;
  color: #fff;
}

/* line 36, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) tr td,
.md table:not(.code) tr th, table.table:not(.gl-table) tr td,
table.table:not(.gl-table) tr th {
  padding: 10px 16px;
  line-height: 20px;
  vertical-align: top;
}

/* line 43, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) tr th, table.table:not(.gl-table) tr th {
  background-color: #ececef;
  border-bottom: 0;
}

/* line 47, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) tr th.wide, table.table:not(.gl-table) tr th.wide {
  width: 55%;
}

/* line 55, app/assets/stylesheets/framework/tables.scss */
.md table:not(.code) .thead-white th, table.table:not(.gl-table) .thead-white th {
  color: #737278;
  border-top: 0;
}

@media (max-width: 767.98px) {
  /* line 64, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table thead {
    display: none;
  }
  /* line 68, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table,
table.responsive-table tbody,
table.responsive-table td {
    display: block;
  }
  /* line 74, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table td {
    color: #737278;
  }
  /* line 78, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tbody td.responsive-table-cell {
    padding: 16px 0;
    width: 100%;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: space-between;
  }
  /* line 86, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tbody td.responsive-table-cell[data-column]::before {
    content: attr(data-column);
    display: block;
    text-align: left;
    padding-right: 16px;
    color: #737278;
  }
  /* line 94, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tbody td.responsive-table-cell:not([data-column]) {
    flex-direction: row-reverse;
  }
  /* line 99, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-start,
table.responsive-table tr.responsive-table-border-end {
    display: block;
    border: solid #d6d6d6;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 106, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-start > td,
table.responsive-table tr.responsive-table-border-end > td {
    border-color: #d6d6d6;
  }
  /* line 109, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-start > td, table.responsive-table tr.responsive-table-border-start > td:last-child,
table.responsive-table tr.responsive-table-border-end > td,
table.responsive-table tr.responsive-table-border-end > td:last-child {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* line 117, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-start {
    border-width: 1px 1px 0;
    border-radius: 4px 4px 0 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 123, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-start > td:first-child {
    border-top: 0;
  }
  /* line 127, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-start > td:last-child {
    border-bottom: 1px solid #d6d6d6;
  }
  /* line 132, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-end {
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 32px;
  }
  /* line 137, app/assets/stylesheets/framework/tables.scss */
  table.responsive-table tr.responsive-table-border-end > :last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 147, app/assets/stylesheets/framework/tables.scss */
  .responsive-table:not(table) th {
    width: 100%;
  }
  /* line 151, app/assets/stylesheets/framework/tables.scss */
  .responsive-table:not(table) td {
    width: 100%;
    float: left;
  }
}

/* line 159, app/assets/stylesheets/framework/tables.scss */
.top-area + .content-list th {
  border-top: 0;
}

/* line 1, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tabs {
  background: #fbfafd;
  border: 1px solid #dcdcde;
  flex-wrap: nowrap;
}

/* line 6, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tabs li {
  width: 50%;
}

/* line 9, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tabs li:not(:last-child) {
  border-right: 1px solid #dcdcde;
}

/* line 13, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tabs li.active {
  background: #fff;
}

/* line 17, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tabs li a {
  width: 100%;
  text-align: center;
}

/* line 24, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tab-content {
  border: 1px solid #dcdcde;
  border-top: 0;
  margin-bottom: 16px;
}

/* line 29, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tab-content .tab-pane {
  padding: 16px;
}

/* line 32, app/assets/stylesheets/framework/tabs.scss */
.gitlab-tab-content .tab-pane.no-padding {
  padding: 0;
}

/* line 1, app/assets/stylesheets/framework/timeline.scss */
.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 576px) {
  /* line 6, app/assets/stylesheets/framework/timeline.scss */
  .timeline::before {
    background: none;
  }
}

@media (max-width: 1152px) {
  /* line 7, app/assets/stylesheets/framework/notes.scss */
  .notes-content.parallel .timeline::before {
    background: none;
  }
}

/* line 13, app/assets/stylesheets/framework/timeline.scss */
.timeline .system-note .note-text {
  color: #333238 !important;
}

/* line 18, app/assets/stylesheets/framework/timeline.scss */
.timeline .diff-file {
  border: 1px solid #dcdcde;
  margin: 0;
}

/* line 23, app/assets/stylesheets/framework/timeline.scss */
.timeline.text-file .diff-file {
  border-bottom: 0;
}

/* line 28, app/assets/stylesheets/framework/timeline.scss */
.timeline-entry {
  color: #333238;
}

/* line 31, app/assets/stylesheets/framework/timeline.scss */
.timeline-entry.internal-note:not(.note-form) .timeline-content, .timeline-entry.draft-note:not(.note-form) .timeline-content {
  background-color: #fdf1dd !important;
}

/* line 36, app/assets/stylesheets/framework/timeline.scss */
.timeline-entry .timeline-entry-inner {
  position: relative;
}

/* line 42, app/assets/stylesheets/framework/timeline.scss */
.timeline-entry:target .timeline-content, .timeline-entry.target .timeline-content {
  background: #e9f3fc !important;
}

/* line 46, app/assets/stylesheets/framework/timeline.scss */
.timeline-entry.system-note:target .note-body .note-text.system-note-commit-list::after, .timeline-entry.target.system-note .note-body .note-text.system-note-commit-list::after {
  background: linear-gradient(rgba(233, 243, 252, 0.1) -100px, #e9f3fc 100%);
}

/* line 51, app/assets/stylesheets/framework/timeline.scss */
.timeline-entry .controls {
  padding-top: 10px;
  float: right;
}

/* line 57, app/assets/stylesheets/framework/timeline.scss */
.discussion .timeline-entry {
  margin: 0;
  border-right: 0;
  border-radius: 4px 4px 0 0;
}

/**
 * Apply Markup (Markdown/AsciiDoc) typography
 *
 */
/* line 5, app/assets/stylesheets/framework/typography.scss */
.md {
  color: #333238;
  word-wrap: break-word;
  /* Link to current header. */
  /* AsciiDoc(tor) built-in alignment roles */
}

/* line 9, app/assets/stylesheets/framework/typography.scss */
.md [dir='auto'] {
  text-align: initial;
}

/* line 13, app/assets/stylesheets/framework/typography.scss */
.md *:first-child {
  margin-top: 0;
}

/* line 17, app/assets/stylesheets/framework/typography.scss */
.md > :last-child {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/framework/typography.scss */
.md p {
  color: #333238;
  margin: 0 0 16px;
}

/* line 25, app/assets/stylesheets/framework/typography.scss */
.md p > code {
  font-weight: inherit;
}

/* line 29, app/assets/stylesheets/framework/typography.scss */
.md p a:not(.no-attachment-icon) img {
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/framework/typography.scss */
.md .media-container {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 0.25rem;
}

/* line 42, app/assets/stylesheets/framework/typography.scss */
.md img {
  max-width: 100%;
}

/* line 46, app/assets/stylesheets/framework/typography.scss */
.md img:not(.emoji) {
  margin: 0 0 8px;
}

/* line 50, app/assets/stylesheets/framework/typography.scss */
.md img.lazy {
  min-width: 200px;
  min-height: 100px;
  background-color: #fefefe;
}

/* line 56, app/assets/stylesheets/framework/typography.scss */
.md img.js-lazy-loaded,
.md img.emoji {
  min-width: inherit;
  min-height: inherit;
  background-color: inherit;
}

/* line 63, app/assets/stylesheets/framework/typography.scss */
.md details {
  margin-bottom: 16px;
}

/* line 66, app/assets/stylesheets/framework/typography.scss */
.md details > *:not(summary) {
  margin-left: 1rem;
}

/* line 71, app/assets/stylesheets/framework/typography.scss */
.md summary > * {
  display: inline-block;
  margin-bottom: 0;
}

/* line 77, app/assets/stylesheets/framework/typography.scss */
.md code {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: keep-all;
  font-size: 0.875rem;
}

/* line 87, app/assets/stylesheets/framework/typography.scss */
.md h1 {
  font-size: 1.75em;
  font-weight: 600;
  margin: 24px 0 16px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #e6e6ea;
  color: #333238;
}

/* line 95, app/assets/stylesheets/framework/typography.scss */
.md h1:first-child {
  margin-top: 0;
}

/* line 100, app/assets/stylesheets/framework/typography.scss */
.md h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 24px 0 16px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #e6e6ea;
  color: #333238;
}

/* line 109, app/assets/stylesheets/framework/typography.scss */
.md h3 {
  margin: 24px 0 16px;
  font-size: 1.3em;
}

/* line 114, app/assets/stylesheets/framework/typography.scss */
.md h4 {
  margin: 24px 0 16px;
  font-size: 1.2em;
}

/* line 119, app/assets/stylesheets/framework/typography.scss */
.md h5 {
  margin: 24px 0 16px;
  font-size: 1em;
}

/* line 124, app/assets/stylesheets/framework/typography.scss */
.md h6 {
  margin: 24px 0 16px;
  font-size: 0.95em;
}

/* line 129, app/assets/stylesheets/framework/typography.scss */
.md blockquote,
.md .blockquote {
  font-size: inherit;
  color: #535158;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  box-shadow: inset 4px 0 0 0 #dcdcde;
}

/* line 139, app/assets/stylesheets/framework/typography.scss */
.md blockquote:dir(rtl),
.md .blockquote:dir(rtl) {
  border-left: 0;
  border-right: 3px solid #e6e6ea;
}

/* line 144, app/assets/stylesheets/framework/typography.scss */
.md blockquote p,
.md .blockquote p {
  line-height: 1.5;
  color: inherit;
}

/* line 148, app/assets/stylesheets/framework/typography.scss */
.md blockquote p:last-child,
.md .blockquote p:last-child {
  margin: 0;
}

/* line 154, app/assets/stylesheets/framework/typography.scss */
.md hr {
  border-color: rgba(0, 0, 0, 0.15);
  margin: 10px 0;
}

/* line 160, app/assets/stylesheets/framework/typography.scss */
.md table:not(.code) {
  margin: 16px 0;
  color: #333238;
  border: 0;
  width: auto;
  display: block;
  overflow-x: auto;
}

/* line 168, app/assets/stylesheets/framework/typography.scss */
.md table:not(.code) tbody {
  background-color: #fff;
}

/* line 173, app/assets/stylesheets/framework/typography.scss */
.md table:not(.code) td,
.md table:not(.code) th {
  border: 1px solid #dcdcde;
}

/* line 179, app/assets/stylesheets/framework/typography.scss */
.md table:not(.code) tr th {
  border-bottom: solid 2px #bfbfc3;
}

/* line 186, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > thead > tr > th {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

/* line 191, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > thead > tr > th:first-child {
  border-left-width: 1px;
}

/* line 195, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > thead > tr > th:last-child {
  border-right-width: 1px;
}

/* line 202, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > tbody > tr > td {
  border-width: 0;
}

/* line 205, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > tbody > tr > td:first-child {
  border-left-width: 1px;
}

/* line 209, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > tbody > tr > td:last-child {
  border-right-width: 1px;
}

/* line 214, app/assets/stylesheets/framework/typography.scss */
.md table.grid-none:not(.code) > tbody > tr:last-child > td {
  border-bottom-width: 1px;
}

/* line 222, app/assets/stylesheets/framework/typography.scss */
.md table.grid-rows:not(.code) > thead > tr > th,
.md table.grid-rows:not(.code) > tbody > tr > td {
  border-right-width: 0;
  border-left-width: 0;
}

/* line 229, app/assets/stylesheets/framework/typography.scss */
.md table.grid-rows:not(.code) > thead > tr > th:first-child {
  border-left-width: 1px;
}

/* line 233, app/assets/stylesheets/framework/typography.scss */
.md table.grid-rows:not(.code) > thead > tr > th:last-child {
  border-right-width: 1px;
}

/* line 239, app/assets/stylesheets/framework/typography.scss */
.md table.grid-rows:not(.code) > tbody > tr > td {
  border-left-width: 0;
  border-right-width: 0;
}

/* line 244, app/assets/stylesheets/framework/typography.scss */
.md table.grid-rows:not(.code) > tbody > tr > td:first-child {
  border-left-width: 1px;
}

/* line 248, app/assets/stylesheets/framework/typography.scss */
.md table.grid-rows:not(.code) > tbody > tr > td:last-child {
  border-right-width: 1px;
}

/* line 255, app/assets/stylesheets/framework/typography.scss */
.md table.grid-cols:not(.code) > thead > tr > th {
  border-bottom-width: 0;
}

/* line 259, app/assets/stylesheets/framework/typography.scss */
.md table.grid-cols:not(.code) > tbody > tr > td {
  border-top-width: 0;
  border-bottom-width: 0;
}

/* line 264, app/assets/stylesheets/framework/typography.scss */
.md table.grid-cols:not(.code) > tbody > tr:last-child > td {
  border-bottom-width: 1px;
}

/* line 270, app/assets/stylesheets/framework/typography.scss */
.md table.frame-sides:not(.code) > thead > tr > th {
  border-top-width: 0;
}

/* line 274, app/assets/stylesheets/framework/typography.scss */
.md table.frame-sides:not(.code) > tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* line 281, app/assets/stylesheets/framework/typography.scss */
.md table.frame-topbot:not(.code) > thead > tr > th:first-child,
.md table.frame-topbot:not(.code) > tbody > tr > td:first-child, .md table.frame-ends:not(.code) > thead > tr > th:first-child,
.md table.frame-ends:not(.code) > tbody > tr > td:first-child {
  border-left-width: 0;
}

/* line 286, app/assets/stylesheets/framework/typography.scss */
.md table.frame-topbot:not(.code) > thead > tr > th:last-child,
.md table.frame-topbot:not(.code) > tbody > tr > td:last-child, .md table.frame-ends:not(.code) > thead > tr > th:last-child,
.md table.frame-ends:not(.code) > tbody > tr > td:last-child {
  border-right-width: 0;
}

/* line 293, app/assets/stylesheets/framework/typography.scss */
.md table.frame-none:not(.code) > thead > tr > th {
  border-top-width: 0;
}

/* line 297, app/assets/stylesheets/framework/typography.scss */
.md table.frame-none:not(.code) > tbody > tr:last-child > td {
  border-bottom-width: 0;
}

/* line 301, app/assets/stylesheets/framework/typography.scss */
.md table.frame-none:not(.code) > thead > tr > th:first-child,
.md table.frame-none:not(.code) > tbody > tr > td:first-child {
  border-left-width: 0;
}

/* line 306, app/assets/stylesheets/framework/typography.scss */
.md table.frame-none:not(.code) > thead > tr > th:last-child,
.md table.frame-none:not(.code) > tbody > tr > td:last-child {
  border-right-width: 0;
}

/* line 312, app/assets/stylesheets/framework/typography.scss */
.md table.stripes-all:not(.code) tr, .md table.stripes-odd:not(.code) tr:nth-of-type(odd), .md table.stripes-even:not(.code) tr:nth-of-type(even), .md table.stripes-hover:not(.code) tr:hover {
  background: #fbfafd;
}

/* line 320, app/assets/stylesheets/framework/typography.scss */
.md table:dir(rtl) th {
  text-align: right;
}

/* line 324, app/assets/stylesheets/framework/typography.scss */
.md pre {
  margin-bottom: 16px;
  line-height: 1.6em;
  overflow-x: auto;
  border-radius: 4px;
}

/* line 331, app/assets/stylesheets/framework/typography.scss */
.md pre code {
  white-space: pre;
  word-wrap: normal;
  overflow-wrap: normal;
}

/* line 338, app/assets/stylesheets/framework/typography.scss */
.md pre.plain-readme {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 347, app/assets/stylesheets/framework/typography.scss */
.md dd {
  margin-left: 16px;
}

/* line 351, app/assets/stylesheets/framework/typography.scss */
.md ul,
.md ol {
  padding: 0;
  margin: 0 0 16px;
}

/* line 358, app/assets/stylesheets/framework/typography.scss */
.md ul ul,
.md ul ol,
.md ol ul,
.md ol ol {
  margin-bottom: 0;
}

/* line 364, app/assets/stylesheets/framework/typography.scss */
.md ul p ~ ol,
.md ul p ~ ul,
.md ol p ~ ol,
.md ol p ~ ul {
  margin-bottom: 16px;
}

/* line 370, app/assets/stylesheets/framework/typography.scss */
.md ul:dir(rtl),
.md ol:dir(rtl) {
  margin: 3px 28px 3px 0 !important;
}

/* line 375, app/assets/stylesheets/framework/typography.scss */
.md > ul {
  list-style-type: disc;
}

/* line 378, app/assets/stylesheets/framework/typography.scss */
.md > ul ul {
  list-style-type: circle;
}

/* line 381, app/assets/stylesheets/framework/typography.scss */
.md > ul ul ul {
  list-style-type: square;
}

/* line 387, app/assets/stylesheets/framework/typography.scss */
.md ul.checklist,
.md ul.none,
.md ol.none,
.md ul.no-bullet,
.md ol.no-bullet,
.md ol.unnumbered,
.md ul.unstyled,
.md ol.unstyled {
  list-style-type: none;
}

/* line 397, app/assets/stylesheets/framework/typography.scss */
.md ul.checklist li,
.md ul.none li,
.md ol.none li,
.md ul.no-bullet li,
.md ol.no-bullet li,
.md ol.unnumbered li,
.md ul.unstyled li,
.md ol.unstyled li {
  margin-left: 0;
}

/* line 402, app/assets/stylesheets/framework/typography.scss */
.md li {
  line-height: 1.6em;
  margin-left: 25px;
  padding-left: 3px;
  /* Normalize the bullet position on webkit. */
  /* stylelint-disable-next-line media-feature-name-no-vendor-prefix */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 402, app/assets/stylesheets/framework/typography.scss */
  .md li {
    margin-left: 28px;
    padding-left: 0;
  }
}

/* line 415, app/assets/stylesheets/framework/typography.scss */
.md ul.task-list > li.task-list-item {
  list-style-type: none;
  position: relative;
  min-height: 22px;
  padding-inline-start: 28px;
  margin-inline-start: 0 !important;
}

/* line 422, app/assets/stylesheets/framework/typography.scss */
.md ul.task-list > li.task-list-item > p > input.task-list-item-checkbox,
.md ul.task-list > li.task-list-item > input.task-list-item-checkbox {
  position: absolute;
  inset-inline-start: 8px;
  inset-block-start: 5px;
}

/* line 433, app/assets/stylesheets/framework/typography.scss */
.md li.inapplicable > s {
  color: #89888d;
}

/* line 438, app/assets/stylesheets/framework/typography.scss */
.md li.inapplicable > div {
  text-decoration: line-through;
  color: #89888d;
}

/* line 446, app/assets/stylesheets/framework/typography.scss */
.md li.inapplicable > p:first-of-type > s {
  color: #89888d;
}

/* line 450, app/assets/stylesheets/framework/typography.scss */
.md li.inapplicable > p:not(:first-of-type) {
  text-decoration: line-through;
  color: #89888d;
}

/* line 455, app/assets/stylesheets/framework/typography.scss */
.md li.inapplicable .drag-icon {
  color: #333238;
}

/* line 463, app/assets/stylesheets/framework/typography.scss */
.md a.with-attachment-icon::before,
.md a[href*='/uploads/']::before,
.md a[href*='storage.googleapis.com/google-code-attachments/']::before {
  margin-right: 4px;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '📎';
}

/* line 477, app/assets/stylesheets/framework/typography.scss */
.md a.no-attachment-icon[href*='/uploads/']::before,
.md a.no-attachment-icon[href*='storage.googleapis.com/google-code-attachments/']::before {
  display: none;
}

/* line 490, app/assets/stylesheets/framework/typography.scss */
.md h1 a.anchor,
.md h2 a.anchor,
.md h3 a.anchor,
.md h4 a.anchor,
.md h5 a.anchor,
.md h6 a.anchor {
  float: left;
  margin-left: -20px;
  text-decoration: none;
  outline: none;
}

/* line 496, app/assets/stylesheets/framework/typography.scss */
.md h1 a.anchor::after,
.md h2 a.anchor::after,
.md h3 a.anchor::after,
.md h4 a.anchor::after,
.md h5 a.anchor::after,
.md h6 a.anchor::after {
  content: url(/assets/icon_anchor-297aa9b0225eff3d6d0da74ce042a0ed5575b92aa66b7109a5e060a795b42e36.svg);
  visibility: hidden;
}

/* line 502, app/assets/stylesheets/framework/typography.scss */
.md h1:hover > a.anchor::after,
.md h2:hover > a.anchor::after,
.md h3:hover > a.anchor::after,
.md h4:hover > a.anchor::after,
.md h5:hover > a.anchor::after,
.md h6:hover > a.anchor::after {
  visibility: visible;
}

/* line 506, app/assets/stylesheets/framework/typography.scss */
.md h1 > a.anchor:focus::after,
.md h2 > a.anchor:focus::after,
.md h3 > a.anchor:focus::after,
.md h4 > a.anchor:focus::after,
.md h5 > a.anchor:focus::after,
.md h6 > a.anchor:focus::after {
  visibility: visible;
  outline: auto;
}

/* line 512, app/assets/stylesheets/framework/typography.scss */
.md .big {
  font-size: larger;
}

/* line 516, app/assets/stylesheets/framework/typography.scss */
.md figcaption,
.md .small {
  font-size: smaller;
}

/* line 521, app/assets/stylesheets/framework/typography.scss */
.md .underline {
  text-decoration: underline;
}

/* line 525, app/assets/stylesheets/framework/typography.scss */
.md .overline {
  text-decoration: overline;
}

/* line 529, app/assets/stylesheets/framework/typography.scss */
.md .line-through {
  text-decoration: line-through;
}

/* line 534, app/assets/stylesheets/framework/typography.scss */
.md .fa {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 543, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon [class^='fa icon-'] {
  font-size: 2em;
}

/* line 547, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon .icon-warning::before {
  content: '⚠';
}

/* line 551, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon .icon-important::before {
  content: '❗';
}

/* line 555, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon .icon-tip::before {
  content: '💡';
}

/* line 559, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon .icon-note::before {
  content: '📌';
}

/* line 563, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon .icon-caution::before {
  content: '🔥';
}

/* line 567, app/assets/stylesheets/framework/typography.scss */
.md .fa-square-o::before {
  content: '\2610';
}

/* line 571, app/assets/stylesheets/framework/typography.scss */
.md .fa-check-square-o::before {
  content: '\2611';
}

/* line 575, app/assets/stylesheets/framework/typography.scss */
.md .admonitionblock td.icon {
  width: 1%;
}

/* line 580, app/assets/stylesheets/framework/typography.scss */
.md .metrics-embed h3.popover-header {
  /** Override <h3> .popover-header
      * as embed metrics do not follow the same
      * style as default md <h3> (which are deeply nested)
      */
  margin: 0;
  font-size: 12px;
}

/* line 590, app/assets/stylesheets/framework/typography.scss */
.md .gl-dropdown-item {
  margin: 0;
  padding: 0;
  line-height: 1rem;
}

/* line 598, app/assets/stylesheets/framework/typography.scss */
.md .text-left {
  text-align: left !important;
}

/* line 602, app/assets/stylesheets/framework/typography.scss */
.md .text-right {
  text-align: right !important;
}

/* line 606, app/assets/stylesheets/framework/typography.scss */
.md .text-center {
  text-align: center !important;
}

/* line 610, app/assets/stylesheets/framework/typography.scss */
.md .text-justify {
  text-align: justify !important;
}

/* line 388, app/assets/stylesheets/framework/mixins.scss */
.md .code.language-email {
  font-family: inherit;
  font-size: inherit;
}

/* line 392, app/assets/stylesheets/framework/mixins.scss */
.md .code.language-email code {
  white-space: pre-wrap;
  font-family: inherit;
}

/* line 397, app/assets/stylesheets/framework/mixins.scss */
.md .code.language-email code .nt,
.md .code.language-email code .o {
  color: inherit;
  font-weight: bold;
}

/* line 404, app/assets/stylesheets/framework/mixins.scss */
.md .code.language-email code .na {
  color: inherit;
}

/* line 409, app/assets/stylesheets/framework/mixins.scss */
.md .code.language-email code .c {
  color: #7f8fa4;
  font-style: italic;
}

/**
 * Links
 *
 */
/* line 621, app/assets/stylesheets/framework/typography.scss */
a:focus-visible {
  outline: 2px solid #428fdc ;
  outline-offset: 2px;
}

/**
 * Headers
 *
 */
/* line 629, app/assets/stylesheets/framework/typography.scss */
body {
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
}

/* line 633, app/assets/stylesheets/framework/typography.scss */
.page-title {
  margin: 1rem 0;
  line-height: 1.3;
}

/* line 637, app/assets/stylesheets/framework/typography.scss */
.page-title.with-button {
  line-height: 34px;
}

/* line 643, app/assets/stylesheets/framework/typography.scss */
.page-title-empty {
  margin: 12px 0;
  line-height: 1.3;
  font-size: 1.25em;
  font-weight: 600;
}

/* line 650, app/assets/stylesheets/framework/typography.scss */
.light-header {
  font-weight: 600;
}

/** CODE **/
/* line 655, app/assets/stylesheets/framework/typography.scss */
pre {
  position: relative;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  display: block;
  padding: 8px 12px;
  margin: 0 0 8px;
  font-size: 0.875rem;
  word-break: break-all;
  word-wrap: break-word;
  color: #333238;
  background-color: #fbfafd;
  border: 1px solid #dcdcde;
  border-radius: 2px;
}

/* line 670, app/assets/stylesheets/framework/typography.scss */
.markdown-code-block pre {
  padding: 12px;
}

/* line 676, app/assets/stylesheets/framework/typography.scss */
code.key-fingerprint {
  background: #fff;
  color: #333238;
}

/* line 682, app/assets/stylesheets/framework/typography.scss */
.monospace {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
}

/* line 686, app/assets/stylesheets/framework/typography.scss */
.weight-normal {
  font-weight: 400;
}

/* line 690, app/assets/stylesheets/framework/typography.scss */
.commit-sha,
.ref-name {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: 95%;
}

/* line 696, app/assets/stylesheets/framework/typography.scss */
.git-revision-dropdown .dropdown-content li:not(.dropdown-menu-empty-item) a {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: 95%;
  word-break: break-all;
}

/**
 * Textareas intended for GFM
 *
 */
/* line 706, app/assets/stylesheets/framework/typography.scss */
textarea.js-gfm-input {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-size: 0.875rem;
}

/* line 715, app/assets/stylesheets/framework/typography.scss */
h1 small,
h2 small,
h3 small,
h4 small {
  color: #333238;
}

@media (min-width: 768px) {
  /* line 720, app/assets/stylesheets/framework/typography.scss */
  .text-right-md {
    text-align: right;
  }
}

@media (min-width: 992px) {
  /* line 726, app/assets/stylesheets/framework/typography.scss */
  .text-right-lg {
    text-align: right;
  }
}

/* line 732, app/assets/stylesheets/framework/typography.scss */
.idiff.deletion {
  background: #fac5cd;
}

/* line 736, app/assets/stylesheets/framework/typography.scss */
.idiff.addition {
  background: #c7f0d2;
}

/**
 * form text input i.e. search bar, comments, forms, etc.
 */
/* stylelint-disable selector-no-vendor-prefix  */
/* line 747, app/assets/stylesheets/framework/typography.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #89888d;
}

/* line 752, app/assets/stylesheets/framework/typography.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #89888d;
  opacity: 1;
}

/* line 758, app/assets/stylesheets/framework/typography.scss */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #89888d;
}

/* line 763, app/assets/stylesheets/framework/typography.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #89888d;
}

/* stylelint-enable */
/* line 769, app/assets/stylesheets/framework/typography.scss */
.lh-100 {
  line-height: 1;
}

/* line 771, app/assets/stylesheets/framework/typography.scss */
wbr {
  display: inline-block;
}

/* line 776, app/assets/stylesheets/framework/typography.scss */
:root {
  --code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;
}

/* line 2, app/assets/stylesheets/framework/zen.scss */
.zen-backdrop.fullscreen {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1031;
}

/* line 11, app/assets/stylesheets/framework/zen.scss */
.zen-backdrop.fullscreen textarea {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  padding: 30px;
  display: block;
  outline: none;
  resize: none;
  height: 100vh;
  max-height: calc(100vh - 10px);
  max-width: 900px;
  margin: 0 auto 10px;
}

/* line 28, app/assets/stylesheets/framework/zen.scss */
.zen-backdrop.fullscreen .zen-control-leave {
  display: block;
  position: absolute;
  top: 0;
}

/* line 36, app/assets/stylesheets/framework/zen.scss */
.zen-control {
  padding: 0;
  color: #535158;
  background: none;
  border: 0;
}

/* line 43, app/assets/stylesheets/framework/zen.scss */
.zen-control-leave {
  display: none;
  color: #333238;
  position: absolute;
  right: 10px;
  padding: 5px;
  font-size: 36px;
}

/* line 51, app/assets/stylesheets/framework/zen.scss */
.zen-control-leave:hover {
  color: #000;
}

/* line 1, app/assets/stylesheets/framework/wells.scss */
.info-well {
  background: #fbfafd;
  color: #333238;
  border: 1px solid #dcdcde;
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment {
  padding: 16px;
}

/* line 10, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment:not(:last-of-type) {
  border-bottom: 1px solid #eef0f2;
}

/* line 14, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment.borderless {
  border-bottom: 0;
}

/* line 19, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment.branch-info .commit-sha,
.info-well .card.card-body-segment.branch-info .commit-info {
  margin-left: 4px;
}

/* line 23, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment.branch-info .commit-sha .fork-svg,
.info-well .card.card-body-segment.branch-info .commit-info .fork-svg {
  margin-right: 4px;
  vertical-align: bottom;
}

/* line 29, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment.branch-info .ref-name {
  font-size: 12px;
}

/* line 34, app/assets/stylesheets/framework/wells.scss */
.info-well .card.card-body-segment.admin-well h4 {
  border-bottom: 1px solid #dcdcde;
  padding-bottom: 8px;
}

/* line 40, app/assets/stylesheets/framework/wells.scss */
.info-well .icon-container {
  display: inline-block;
  margin: 0 0.5rem 0 0.25rem;
}

/* line 44, app/assets/stylesheets/framework/wells.scss */
.info-well .icon-container svg {
  position: relative;
  top: 2px;
  height: 16px;
  width: 16px;
}

/* line 53, app/assets/stylesheets/framework/wells.scss */
.info-well .icon-container.commit-icon svg path {
  fill: #333238;
}

/* line 60, app/assets/stylesheets/framework/wells.scss */
.info-well .label-gray {
  background-color: #e8f2f7;
}

/* line 64, app/assets/stylesheets/framework/wells.scss */
.info-well .branches {
  display: inline;
}

/* line 68, app/assets/stylesheets/framework/wells.scss */
.info-well svg {
  vertical-align: text-top;
}

/* line 74, app/assets/stylesheets/framework/wells.scss */
.card.card-body-centered h1 {
  font-weight: 400;
  text-align: center;
  font-size: 48px;
}

/* line 1, app/assets/stylesheets/framework/page_header.scss */
.page-content-header {
  line-height: 34px;
  padding: 10px 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  /* line 1, app/assets/stylesheets/framework/page_header.scss */
  .page-content-header {
    display: flex;
    align-items: center;
  }
  /* line 10, app/assets/stylesheets/framework/page_header.scss */
  .page-content-header .header-main-content {
    flex: 1;
  }
}

/* line 15, app/assets/stylesheets/framework/page_header.scss */
.page-content-header .avatar {
  float: none;
  display: inline-block;
  margin-left: 2px;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  /* line 15, app/assets/stylesheets/framework/page_header.scss */
  .page-content-header .avatar {
    margin-left: 4px;
  }
}

/* line 26, app/assets/stylesheets/framework/page_header.scss */
.page-content-header .commit-committer-link,
.page-content-header .commit-author-link {
  color: #333238;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/framework/page_header.scss */
.page-content-header .commit-info.branches {
  margin-left: 8px;
}

/* line 39, app/assets/stylesheets/framework/page_header.scss */
.page-content-header .ci-status-link svg {
  position: relative;
  top: 2px;
  margin: 0 2px 0 3px;
}

/* line 1, app/assets/stylesheets/framework/page_title.scss */
.page-title-holder {
  border-bottom: 1px solid #dcdcde;
}

/* line 4, app/assets/stylesheets/framework/page_title.scss */
.page-title-holder .page-title {
  margin: 16px 0;
  color: #333238;
}

/* line 9, app/assets/stylesheets/framework/page_title.scss */
.page-title-holder .page-title-controls {
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/framework/awards.scss */
.awards {
  display: flex;
  flex-wrap: wrap;
}

/* line 5, app/assets/stylesheets/framework/awards.scss */
.awards .emoji-icon {
  width: 20px;
  height: 20px;
}

/* line 11, app/assets/stylesheets/framework/awards.scss */
.awards .gl-button.selected {
  background-color: #e9f3fc;
  box-shadow: inset 0 0 0 2px #1f75cb;
}

/* line 17, app/assets/stylesheets/framework/awards.scss */
.emoji-menu {
  display: none;
  position: absolute;
  top: 0;
  margin-top: 3px;
  padding: 16px;
  z-index: 300;
  width: 376px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  pointer-events: none;
  opacity: 0;
  transform: scale(0.2);
  transform-origin: 0 -45px;
  transition: 0.3s cubic-bezier(0.67, 0.06, 0.19, 1.44);
  transition-property: transform, opacity;
}

/* line 37, app/assets/stylesheets/framework/awards.scss */
.emoji-menu.is-rendered {
  display: block;
}

/* line 41, app/assets/stylesheets/framework/awards.scss */
.emoji-menu.is-aligned-right {
  transform-origin: 100% -45px;
}

/* line 45, app/assets/stylesheets/framework/awards.scss */
.emoji-menu.is-visible {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
}

/* line 51, app/assets/stylesheets/framework/awards.scss */
.emoji-menu .emoji-menu-content {
  height: 300px;
  overflow-y: scroll;
}

/* line 56, app/assets/stylesheets/framework/awards.scss */
.emoji-menu .disabled {
  cursor: default;
  opacity: 0.5;
}

/* line 60, app/assets/stylesheets/framework/awards.scss */
.emoji-menu .disabled:hover {
  transform: none;
}

@media (max-width: 575.98px) {
  /* line 17, app/assets/stylesheets/framework/awards.scss */
  .emoji-menu {
    width: 90%;
  }
}

/* line 70, app/assets/stylesheets/framework/awards.scss */
.emoji-search {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAFu0lEQVRIia1WTahkVxH+quqce7vf6zdvJpHoIlkYJ2SiJiIokmQjgoGgIAaEIYuYXWICgojiwkmC4taFwhjcyIDusogEIwwiSSCKPwsdwzAg0SjJ9Izzk5n3+nXfe8+pqizOvd395scfsJqi6dPnnDr11Vc/NJ1OwUTosqJLCmYCHCAC2mSHs+ojZv6AO46Y+20AhIneJsafhPhXVZSXDk7qi+aOLhtQNuBmQtcarAKjTXpn2+l3u2yPunvZSABRucjcAV/eMZuM48/Go/g1d19kc4wq+e8MZjWkbI/P5t2P3RFFbv7SQdyBlBUx8N8OTuqjMcof+N94yMPrY2DMm/ytnb32J0QrY+6AqsHM4Q64O9SKDmerKDD3Oy/tNL9vk342CC8RuU6n0ymCMHb22scu7zQngtASOjUHE1BX4UUAv4b7Ow6qiXCXuz/UdvogAAweDY943/b4cAz0ZlYHXeMsnT07RVb7wMUr8ykI4H5HVkMd5Rcb4/jNURVOL5qErAaAUUdCCIJ5kx5q2nw8m39ImEAAsjpE6PStB0YfMcd1wqqG3Xn7A3PfZyyKnNjaqD4fmE/fCNKshirIyY1xvI+Av6g5QIAIIWX7cJPssboSiBBEeKmsZne0Sb8kzAUWNYyq8NvbDo0fZ6beqxuLmqOOMr/lwOh+YXpXtbjERGja9JyZ9+HxpXKb9Gj5oywRESbj+Cj1ENG1QViTGBl1FbC1We1tbVRfHWIoQkhqH9xbpE92XUbb6VJZ1R4crjRz1JWcDMJvLdoMcyAEhjuwHo8Bfndg3mbszhOY+adVlMtD3po51OwzIQiEaams7oeJhxRw1FFOVpFRRUYIhMBAFRnjOsC8IFHHUA4TQQhgAqpAiIFfGbxkIqj54ayGbL7UoOqHCniAEKHLNr26l+D9wQJzeUwMAnfHvEnLECzZRwRV++d60ptjW9VLZeolEJG6GwCCE0CFVNB+Ay0NEqoQYG4YYFu7B8IEVRt3uRzy/osIoLV9QZimWXGHUMFdmI6M64DUF2Je88R9VZqCSP+QlcF5k+4tCzSsXaqjINuK6UyE0+s/mk6/qFq8oAIL9pqMLhkGsNrOyoOIlszust3aJv0U9+kFdwjTGwWl1YdF+KWlQSZ0Se/psj8yGVdg5tJyfH96EBWmLtoEMwMzMFt031NzGWLLzKhC+KV7H5ZeeaMOPxemma2x68puc0LN3+/u6LJiePS6MKHvn4wu6cPzJj0hsioeMfDrEvjv5r6W9gBvjKJujuKzQ0URIZj75NylvT+mbHfXQa4rwAMaVRTMm/SFyzvNy0yF6+4AM+1ubcSnqkAIUjQKl1RKSbE5jt+vovx1MBqF0WW7/d1Z80ab9BtmuJ3Xk5cJKds9TZt/uLPXvtiTrQ+dIwqfAejUvM1os6FNikXKUHfQ+ekUsXT5u85enJ0CaBSkkGEo1syUQ+DfMdE/4GA1uzupf9zdbzhOmLsF4efHVXjaHHAzmDtGdQRd/Nc5wAEJjNki3XfhyvwVNz80xANrht3LsENY9cBBdN1L9GUyyvFRFZ42t75sBvCQRykbRlU4tT2pPxoCvzx09d4GmPs200M6wKdWSDGK8mppYSWdhAlt0qeaLv+IadXU9/Evq4FAZ8ej+LmtcTxaRX4NWI0Uag5Vg1p5MYg8BnlhXIdPHDow+vTWZvVMVttXDLqkTzZdPj6Qii6cP1cSvIdl3iQkNYyi9HH0I22y+93tY3DcQkTZgQtM+POoCr8x97eylkmtrgKuztrvXJ21x/aNKuqIkZ/fntRfCdcTfhUTAIhRzoDojJD0aSNLLwMzmpT7+JaLtyf1MwDo6qz9djFaUq3t9MlFmy/c1OCSceY9fMsVaL9mvH9ocXdkdWxv1scAePG0THAhMOaLdOw/Gvxfxb1w4eCapyIENUcV5M3/u8FitAxZ25P6GAHT3UX39Srw+QOb1ZffA98Dl2Wy1BYkAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 16px;
}

/* line 77, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 83, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-list-item {
  float: left;
  padding: 3px;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 90, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-btn {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0.25rem;
  transition: transform 0.15s cubic-bezier(0.3, 0, 0.2, 2);
}

/* line 101, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-btn:hover {
  background-color: transparent;
  outline: 0;
  transform: scale(1.3);
}

/* line 107, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-btn:focus, .emoji-menu-btn:active {
  outline: 0;
}

/* line 112, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-btn .emoji-icon {
  display: inline-block;
  position: relative;
  top: 3px;
}

/* line 118, app/assets/stylesheets/framework/awards.scss */
.emoji-menu-btn > gl-emoji {
  line-height: 1.5;
}

/* line 123, app/assets/stylesheets/framework/awards.scss */
.award-menu-holder {
  display: inline-block;
}

/* line 126, app/assets/stylesheets/framework/awards.scss */
.award-menu-holder .tooltip {
  white-space: nowrap;
}

/* line 131, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control {
  margin: 4px 8px 4px 0;
}

/* line 134, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.disabled {
  cursor: default;
}

/* line 137, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.disabled:hover, .gl-button.btn.award-control.disabled:focus, .gl-button.btn.award-control.disabled:active {
  background-color: #fff;
  border-color: #dcdcde;
  box-shadow: none;
}

/* line 150, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.active .award-control-icon-neutral, .gl-button.btn.award-control:hover .award-control-icon-neutral, .gl-button.btn.award-control:active .award-control-icon-neutral, .gl-button.btn.award-control.is-active .award-control-icon-neutral {
  opacity: 0;
}

/* line 154, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.active .award-control-icon-positive, .gl-button.btn.award-control:hover .award-control-icon-positive, .gl-button.btn.award-control:active .award-control-icon-positive, .gl-button.btn.award-control.is-active .award-control-icon-positive {
  opacity: 1;
  transform: scale(1.15);
}

/* line 160, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.active, .gl-button.btn.award-control.is-active, .gl-button.btn.award-control:active {
  background-color: #e9f3fc;
  border-color: #9dc7f1;
  box-shadow: inset 0 0 2px #9dc7f1;
}

/* line 169, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.is-active .award-control-icon-positive {
  opacity: 0;
  transform: scale(1);
}

/* line 174, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.is-active .award-control-icon-super-positive {
  opacity: 1;
  transform: scale(1);
}

/* line 180, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.user-authored {
  cursor: default;
  background-color: #fbfafd;
  border-color: #dcdcde;
  color: #89888d;
}

/* line 186, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.user-authored gl-emoji {
  opacity: 0.4;
  filter: grayscale(100%);
}

/* line 193, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.btn:focus {
  outline: 0;
}

/* line 199, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.is-loading .award-control-icon-normal,
.gl-button.btn.award-control.is-loading .emoji-icon {
  display: none;
}

/* line 204, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control.is-loading .award-control-icon-loading {
  display: block;
}

/* line 209, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .icon,
.gl-button.btn.award-control gl-emoji,
.gl-button.btn.award-control .award-control-icon {
  vertical-align: middle;
  line-height: 0.5em;
}

/* line 216, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .award-control-icon-loading {
  display: none;
}

/* line 220, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .award-control-icon {
  color: #e4e4e8;
}

/* line 223, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .award-control-icon svg {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  fill: #737278;
}

/* line 231, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .award-control-icon-positive,
.gl-button.btn.award-control .award-control-icon-super-positive {
  transition: opacity 100ms linear, transform 100ms linear;
  opacity: 0;
  position: absolute;
}

/* line 237, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .award-control-icon-positive path,
.gl-button.btn.award-control .award-control-icon-super-positive path {
  fill: #bb9c13;
}

/* line 242, app/assets/stylesheets/framework/awards.scss */
.gl-button.btn.award-control .award-control-text {
  vertical-align: middle;
}

/* line 253, app/assets/stylesheets/framework/awards.scss */
.gl-button .award-emoji-block {
  display: contents;
}

/* line 256, app/assets/stylesheets/framework/awards.scss */
.gl-button .award-emoji-block gl-emoji {
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 262, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button {
  position: relative;
}

/* line 271, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button .reaction-control-icon .gl-icon {
  height: 1rem;
  width: 1rem;
}

/* line 277, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button .reaction-control-icon-neutral {
  display: flex;
}

/* line 281, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button .reaction-control-icon-positive,
.add-reaction-button .reaction-control-icon-super-positive {
  display: none;
}

/* line 290, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button:hover .reaction-control-icon-neutral, .add-reaction-button.active .reaction-control-icon-neutral, .add-reaction-button:active .reaction-control-icon-neutral, .add-reaction-button.is-active .reaction-control-icon-neutral {
  display: none;
}

/* line 296, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button:hover .reaction-control-icon-positive {
  display: flex;
}

/* line 304, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button.active .reaction-control-icon-positive, .add-reaction-button:active .reaction-control-icon-positive, .add-reaction-button.is-active .reaction-control-icon-positive {
  display: none;
}

/* line 308, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button.active .reaction-control-icon-super-positive, .add-reaction-button:active .reaction-control-icon-super-positive, .add-reaction-button.is-active .reaction-control-icon-super-positive {
  display: flex;
}

/* line 313, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button.disabled {
  cursor: default;
}

/* line 319, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button.disabled:hover .reaction-control-icon .gl-icon, .add-reaction-button.disabled:focus .reaction-control-icon .gl-icon, .add-reaction-button.disabled:active .reaction-control-icon .gl-icon {
  color: inherit;
  transform: scale(1);
}

/* line 324, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button.disabled:hover .reaction-control-icon-neutral, .add-reaction-button.disabled:focus .reaction-control-icon-neutral, .add-reaction-button.disabled:active .reaction-control-icon-neutral {
  display: flex;
}

/* line 328, app/assets/stylesheets/framework/awards.scss */
.add-reaction-button.disabled:hover .reaction-control-icon-positive,
.add-reaction-button.disabled:hover .reaction-control-icon-super-positive, .add-reaction-button.disabled:focus .reaction-control-icon-positive,
.add-reaction-button.disabled:focus .reaction-control-icon-super-positive, .add-reaction-button.disabled:active .reaction-control-icon-positive,
.add-reaction-button.disabled:active .reaction-control-icon-super-positive {
  display: none;
}

/* line 1, app/assets/stylesheets/framework/images.scss */
.appearance-logo-preview,
.appearance-pwa-icon-preview {
  max-width: 400px;
  margin-bottom: 20px;
}

/* line 7, app/assets/stylesheets/framework/images.scss */
.appearance-light-logo-preview {
  background-color: #fbfafd;
  max-width: 72px;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 14, app/assets/stylesheets/framework/images.scss */
.svg-content {
  text-align: center;
  padding: 16px;
}

/* line 18, app/assets/stylesheets/framework/images.scss */
.svg-content svg,
.svg-content img {
  max-width: 425px;
  width: 100%;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-80 img,
.svg-content.svg-80 svg {
  max-width: 80px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-130 img,
.svg-content.svg-130 svg {
  max-width: 130px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-150 img,
.svg-content.svg-150 svg {
  max-width: 150px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-225 img,
.svg-content.svg-225 svg {
  max-width: 225px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-250 img,
.svg-content.svg-250 svg {
  max-width: 250px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-306 img,
.svg-content.svg-306 svg {
  max-width: 306px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-394 img,
.svg-content.svg-394 svg {
  max-width: 394px;
}

/* line 27, app/assets/stylesheets/framework/images.scss */
.svg-content.svg-430 img,
.svg-content.svg-430 svg {
  max-width: 430px;
}

/* line 40, app/assets/stylesheets/framework/images.scss */
svg {
  fill: currentColor;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s8,
svg.s8 {
  width: 8px;
  height: 8px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s10,
svg.s10 {
  width: 10px;
  height: 10px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s12,
svg.s12 {
  width: 12px;
  height: 12px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s14,
svg.s14 {
  width: 14px;
  height: 14px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s16,
svg.s16 {
  width: 16px;
  height: 16px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s18,
svg.s18 {
  width: 18px;
  height: 18px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s24,
svg.s24 {
  width: 24px;
  height: 24px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s32,
svg.s32 {
  width: 32px;
  height: 32px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s48,
svg.s48 {
  width: 48px;
  height: 48px;
}

/* line 48, app/assets/stylesheets/framework/images.scss */
.square.s72,
svg.s72 {
  width: 72px;
  height: 72px;
}

/* line 53, app/assets/stylesheets/framework/images.scss */
.square.s12,
svg.s12 {
  vertical-align: -1px;
}

/* line 57, app/assets/stylesheets/framework/images.scss */
.square.s16,
svg.s16 {
  vertical-align: -3px;
}

/* line 1, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-message {
  padding: 8px;
}

/* line 4, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-message div,
.broadcast-message p {
  display: inline;
  margin: 0;
}

/* line 9, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-message div a,
.broadcast-message p a {
  color: inherit;
  text-decoration: underline;
}

/* line 17, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-banner-message p {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-banner-message a {
  color: inherit;
  text-decoration: underline;
}

/* line 27, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-notification-message {
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 300px;
  width: auto;
  background: #fff;
  border: 1px solid #dcdcde;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 999;
}

/* line 39, app/assets/stylesheets/framework/broadcast_messages.scss */
.broadcast-notification-message.preview {
  position: static;
}

/* line 45, app/assets/stylesheets/framework/broadcast_messages.scss */
.toggle-colors input {
  min-height: 34px;
}

/* line 1, app/assets/stylesheets/framework/emojis.scss */
gl-emoji {
  font-style: normal;
  display: inline-flex;
  vertical-align: baseline;
  font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.2em;
  line-height: 1;
}

/* line 10, app/assets/stylesheets/framework/emojis.scss */
.user-status-emoji {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 14, app/assets/stylesheets/framework/emojis.scss */
.user-status-emoji gl-emoji {
  font-size: 1em;
  line-height: 16px;
  vertical-align: baseline;
}

/* line 21, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker-category-header {
  position: sticky;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 26, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker-emoji {
  height: 30px;
  width: 11.1111111111%;
  transition: transform 0.15s cubic-bezier(0.3, 0, 0.2, 2) !important;
  will-change: transform;
}

/* line 33, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker-emoji:hover, .emoji-picker-emoji:focus {
  transform: scale(1.3);
}

/* line 39, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker .gl-dropdown .dropdown-menu {
  width: 350px;
}

/* line 43, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker-category-tab {
  border-bottom-color: transparent;
}

/* line 47, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker-category-active {
  border-bottom-color: var(--gl-theme-accent, #6666c4);
}

/* line 51, app/assets/stylesheets/framework/emojis.scss */
.emoji-picker .gl-dropdown-inner > :last-child {
  padding-bottom: 0;
}

/* line 2, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-success svg,
.ci-status-icon-success .gl-icon,
.ci-status-icon-passed svg,
.ci-status-icon-passed .gl-icon {
  fill: #108548;
}

/* line 11, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-success.borderless,
.ci-status-icon-passed.borderless {
  border-color: #108548;
}

/* line 16, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-success.interactive:hover,
.ci-status-icon-passed.interactive:hover {
  background: #c3e6cd;
}

/* line 20, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-success.interactive:hover, .ci-status-icon-success.interactive.active,
.ci-status-icon-passed.interactive:hover,
.ci-status-icon-passed.interactive.active {
  box-shadow: 0 0 0 1px #108548;
}

/* line 2, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-error svg,
.ci-status-icon-error .gl-icon,
.ci-status-icon-failed svg,
.ci-status-icon-failed .gl-icon {
  fill: #dd2b0e;
}

/* line 11, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-error.borderless,
.ci-status-icon-failed.borderless {
  border-color: #dd2b0e;
}

/* line 16, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-error.interactive:hover,
.ci-status-icon-failed.interactive:hover {
  background: #fdd4cd;
}

/* line 20, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-error.interactive:hover, .ci-status-icon-error.interactive.active,
.ci-status-icon-failed.interactive:hover,
.ci-status-icon-failed.interactive.active {
  box-shadow: 0 0 0 1px #dd2b0e;
}

/* line 2, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-pending svg,
.ci-status-icon-pending .gl-icon,
.ci-status-icon-waiting-for-resource svg,
.ci-status-icon-waiting-for-resource .gl-icon,
.ci-status-icon-failed-with-warnings svg,
.ci-status-icon-failed-with-warnings .gl-icon,
.ci-status-icon-success-with-warnings svg,
.ci-status-icon-success-with-warnings .gl-icon {
  fill: #ab6100;
}

/* line 11, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-pending.borderless,
.ci-status-icon-waiting-for-resource.borderless,
.ci-status-icon-failed-with-warnings.borderless,
.ci-status-icon-success-with-warnings.borderless {
  border-color: #ab6100;
}

/* line 16, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-pending.interactive:hover,
.ci-status-icon-waiting-for-resource.interactive:hover,
.ci-status-icon-failed-with-warnings.interactive:hover,
.ci-status-icon-success-with-warnings.interactive:hover {
  background: #f5d9a8;
}

/* line 20, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-pending.interactive:hover, .ci-status-icon-pending.interactive.active,
.ci-status-icon-waiting-for-resource.interactive:hover,
.ci-status-icon-waiting-for-resource.interactive.active,
.ci-status-icon-failed-with-warnings.interactive:hover,
.ci-status-icon-failed-with-warnings.interactive.active,
.ci-status-icon-success-with-warnings.interactive:hover,
.ci-status-icon-success-with-warnings.interactive.active {
  box-shadow: 0 0 0 1px #ab6100;
}

/* line 2, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-running svg,
.ci-status-icon-running .gl-icon {
  fill: #1f75cb;
}

/* line 11, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-running.borderless {
  border-color: #1f75cb;
}

/* line 16, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-running.interactive:hover {
  background: #cbe2f9;
}

/* line 20, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-running.interactive:hover, .ci-status-icon-running.interactive.active {
  box-shadow: 0 0 0 1px #1f75cb;
}

/* line 2, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-canceled svg,
.ci-status-icon-canceled .gl-icon,
.ci-status-icon-disabled svg,
.ci-status-icon-disabled .gl-icon,
.ci-status-icon-scheduled svg,
.ci-status-icon-scheduled .gl-icon,
.ci-status-icon-manual svg,
.ci-status-icon-manual .gl-icon {
  fill: #333238;
}

/* line 11, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-canceled.borderless,
.ci-status-icon-disabled.borderless,
.ci-status-icon-scheduled.borderless,
.ci-status-icon-manual.borderless {
  border-color: #333238;
}

/* line 16, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-canceled.interactive:hover,
.ci-status-icon-disabled.interactive:hover,
.ci-status-icon-scheduled.interactive:hover,
.ci-status-icon-manual.interactive:hover {
  background: #dcdcde;
}

/* line 20, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-canceled.interactive:hover, .ci-status-icon-canceled.interactive.active,
.ci-status-icon-disabled.interactive:hover,
.ci-status-icon-disabled.interactive.active,
.ci-status-icon-scheduled.interactive:hover,
.ci-status-icon-scheduled.interactive.active,
.ci-status-icon-manual.interactive:hover,
.ci-status-icon-manual.interactive.active {
  box-shadow: 0 0 0 1px #333238;
}

/* line 2, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-notification svg,
.ci-status-icon-notification .gl-icon,
.ci-status-icon-preparing svg,
.ci-status-icon-preparing .gl-icon,
.ci-status-icon-created svg,
.ci-status-icon-created .gl-icon,
.ci-status-icon-skipped svg,
.ci-status-icon-skipped .gl-icon,
.ci-status-icon-notfound svg,
.ci-status-icon-notfound .gl-icon {
  fill: #737278;
}

/* line 11, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-notification.borderless,
.ci-status-icon-preparing.borderless,
.ci-status-icon-created.borderless,
.ci-status-icon-skipped.borderless,
.ci-status-icon-notfound.borderless {
  border-color: #737278;
}

/* line 16, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-notification.interactive:hover,
.ci-status-icon-preparing.interactive:hover,
.ci-status-icon-created.interactive:hover,
.ci-status-icon-skipped.interactive:hover,
.ci-status-icon-notfound.interactive:hover {
  background: #dcdcde;
}

/* line 20, app/assets/stylesheets/framework/icons.scss */
.ci-status-icon-notification.interactive:hover, .ci-status-icon-notification.interactive.active,
.ci-status-icon-preparing.interactive:hover,
.ci-status-icon-preparing.interactive.active,
.ci-status-icon-created.interactive:hover,
.ci-status-icon-created.interactive.active,
.ci-status-icon-skipped.interactive:hover,
.ci-status-icon-skipped.interactive.active,
.ci-status-icon-notfound.interactive:hover,
.ci-status-icon-notfound.interactive.active {
  box-shadow: 0 0 0 1px #737278;
}

/* line 64, app/assets/stylesheets/framework/icons.scss */
.password-status-icon-success svg {
  vertical-align: middle;
  fill: #108548;
}

/* line 71, app/assets/stylesheets/framework/icons.scss */
.icon-link:hover {
  text-decoration: none;
}

/* line 76, app/assets/stylesheets/framework/icons.scss */
.user-avatar-link {
  display: inline-block;
  text-decoration: none;
}

/* line 81, app/assets/stylesheets/framework/icons.scss */
.circle-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737278;
}

/* line 2, app/assets/stylesheets/framework/snippets.scss */
.snippet-row .title {
  margin-bottom: 2px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/framework/snippets.scss */
.snippet-row .snippet-info {
  color: #737278;
}

/* line 11, app/assets/stylesheets/framework/snippets.scss */
.snippet-row a {
  color: #333238;
}

/* line 16, app/assets/stylesheets/framework/snippets.scss */
.snippet-file-content {
  border-radius: 3px;
}

/* line 19, app/assets/stylesheets/framework/snippets.scss */
.snippet-file-content .file-content {
  overflow-y: auto;
}

/* line 23, app/assets/stylesheets/framework/snippets.scss */
.snippet-file-content + .snippet-file-content {
  margin-top: 1rem;
}

/* line 27, app/assets/stylesheets/framework/snippets.scss */
.snippet-file-content:last-of-type {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/framework/snippets.scss */
.snippet-header {
  padding: 16px 0;
}

/* line 36, app/assets/stylesheets/framework/snippets.scss */
.snippet-title {
  color: #333238;
  font-size: 2em;
  font-weight: 600;
  min-height: var(--header-height, 48px);
}

/* line 43, app/assets/stylesheets/framework/snippets.scss */
.snippet-scope-menu .btn-success {
  margin-top: 15px;
}

/* line 6, app/assets/stylesheets/framework/responsive_tables.scss */
.gl-responsive-table-row,
.gl-responsive-table-row-layout {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/framework/responsive_tables.scss */
  .gl-responsive-table-row,
.gl-responsive-table-row-layout {
    display: flex;
    align-items: center;
  }
  /* line 14, app/assets/stylesheets/framework/responsive_tables.scss */
  .gl-responsive-table-row > .gl-responsive-table-row:not(:first-child), .gl-responsive-table-row > .gl-responsive-table-row-layout:not(:first-child),
.gl-responsive-table-row-layout > .gl-responsive-table-row:not(:first-child),
.gl-responsive-table-row-layout > .gl-responsive-table-row-layout:not(:first-child) {
    margin-top: 16px;
  }
}

/* line 20, app/assets/stylesheets/framework/responsive_tables.scss */
.gl-responsive-table-row {
  margin-top: 10px;
  border: 1px solid #dcdcde;
  color: #737278;
}

/* line 26, app/assets/stylesheets/framework/responsive_tables.scss */
.gl-responsive-table-row.gl-responsive-table-row-clickable:hover {
  background-color: #fbfafd;
}

/* line 29, app/assets/stylesheets/framework/responsive_tables.scss */
.gl-responsive-table-row.gl-responsive-table-row-clickable:hover .underline {
  text-decoration: underline;
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/framework/responsive_tables.scss */
  .gl-responsive-table-row {
    margin: 0;
    padding: 16px 0;
    border: 0;
  }
  /* line 40, app/assets/stylesheets/framework/responsive_tables.scss */
  .gl-responsive-table-row:not(:last-child) {
    border-bottom: 1px solid #ececef;
  }
}

/* line 46, app/assets/stylesheets/framework/responsive_tables.scss */
.gl-responsive-table-row-col-span {
  flex-wrap: wrap;
}

/* line 50, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section {
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-5 {
  flex: 0 0 5%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-5 {
    max-width: 5%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-10 {
  flex: 0 0 10%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-10 {
    max-width: 10%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-15 {
  flex: 0 0 15%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-15 {
    max-width: 15%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-20 {
  flex: 0 0 20%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-20 {
    max-width: 20%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-25 {
  flex: 0 0 25%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-25 {
    max-width: 25%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-30 {
  flex: 0 0 30%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-30 {
    max-width: 30%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-40 {
  flex: 0 0 40%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-40 {
    max-width: 40%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-50 {
  flex: 0 0 50%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-50 {
    max-width: 50%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-60 {
  flex: 0 0 60%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-60 {
    max-width: 60%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-70 {
  flex: 0 0 70%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-70 {
    max-width: 70%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-80 {
  flex: 0 0 80%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-80 {
    max-width: 80%;
  }
}

/* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-100 {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  /* line 55, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-100 {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 50, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section {
    display: flex;
    align-self: stretch;
    padding: 10px;
    align-items: center;
    min-height: 62px;
  }
  /* line 71, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section:not(:first-child) {
    border-top: 1px solid #ececef;
  }
}

/* line 76, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-wrap {
  white-space: normal;
}

@media (max-width: 767.98px) {
  /* line 76, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-section.section-wrap {
    flex-wrap: wrap;
  }
}

/* line 84, app/assets/stylesheets/framework/responsive_tables.scss */
.table-section.section-align-top {
  align-self: flex-start;
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer {
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  /* line 89, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer {
    display: block;
    align-self: stretch;
    min-height: 0;
    background-color: #f2f2f4;
    border-top: 1px solid #dcdcde;
  }
  /* line 101, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons {
    display: flex;
  }
  /* line 104, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons .btn {
    border-radius: 3px;
  }
  /* line 108, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons > .btn-group,
.table-button-footer .table-action-buttons > .external-url,
.table-button-footer .table-action-buttons > .btn {
    flex: 1 1 28px;
  }
  /* line 113, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons > .btn-group:not(:first-child),
.table-button-footer .table-action-buttons > .external-url:not(:first-child),
.table-button-footer .table-action-buttons > .btn:not(:first-child) {
    margin-left: 5px;
  }
  /* line 117, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons > .btn-group:not(:last-child),
.table-button-footer .table-action-buttons > .external-url:not(:last-child),
.table-button-footer .table-action-buttons > .btn:not(:last-child) {
    margin-right: 5px;
  }
  /* line 122, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons .dropdown-new {
    width: 100%;
  }
  /* line 126, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-button-footer .table-action-buttons .dropdown-menu {
    min-width: initial;
  }
}

/* line 133, app/assets/stylesheets/framework/responsive_tables.scss */
.table-row-header {
  font-size: 13px;
}

@media (max-width: 767.98px) {
  /* line 133, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-row-header {
    display: none;
  }
}

/* line 141, app/assets/stylesheets/framework/responsive_tables.scss */
.table-mobile-header {
  flex: 0 0 40%;
  max-width: 40%;
  color: #737278;
  text-align: left;
}

@media (min-width: 768px) {
  /* line 141, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-mobile-header {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 151, app/assets/stylesheets/framework/responsive_tables.scss */
  .table-mobile-content {
    flex: 0 0 60%;
    max-width: 60%;
    text-align: right;
  }
}

/* line 158, app/assets/stylesheets/framework/responsive_tables.scss */
.flex-truncate-parent {
  display: flex;
}

/* line 162, app/assets/stylesheets/framework/responsive_tables.scss */
.flex-truncate-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  /* line 162, app/assets/stylesheets/framework/responsive_tables.scss */
  .flex-truncate-child {
    flex: 0 0 85%;
  }
}

/* line 172, app/assets/stylesheets/framework/responsive_tables.scss */
.flex-truncate-child .avatar {
  float: none;
  margin-right: 4px;
}

/* line 1, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar {
  display: flex;
  height: 16px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #dcdcde;
}

/* line 8, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-unavailable,
.stacked-progress-bar .status-green,
.stacked-progress-bar .status-neutral,
.stacked-progress-bar .status-red {
  height: 100%;
  min-width: 40px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 16px;
}

/* line 20, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-unavailable:hover,
.stacked-progress-bar .status-green:hover,
.stacked-progress-bar .status-neutral:hover,
.stacked-progress-bar .status-red:hover {
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-unavailable {
  padding: 0 10px;
  color: #737278;
}

/* line 30, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-green {
  background-color: #108548;
}

/* line 33, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-green:hover {
  background-color: #217645;
}

/* line 38, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-neutral {
  background-color: #dcdcde;
  color: #333238;
}

/* line 42, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-neutral:hover {
  background-color: #bfbfc3;
}

/* line 47, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-red {
  background-color: #dd2b0e;
}

/* line 50, app/assets/stylesheets/framework/stacked_progress_bar.scss */
.stacked-progress-bar .status-red:hover {
  background-color: #c91c00;
}

/* line 2, app/assets/stylesheets/framework/sortable.scss */
.sortable-container .flex-list {
  padding: 5px;
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/framework/sortable.scss */
.sortable-row .flex-row {
  display: flex;
}

/* line 12, app/assets/stylesheets/framework/sortable.scss */
.sortable-row .flex-row.issuable-info-container {
  padding-right: 0;
}

/* line 17, app/assets/stylesheets/framework/sortable.scss */
.sortable-row .sortable-link {
  color: #000;
}

/* line 23, app/assets/stylesheets/framework/sortable.scss */
.gl-sortable .header {
  -webkit-user-select: none;
          user-select: none;
}

/* line 26, app/assets/stylesheets/framework/sortable.scss */
.gl-sortable .header:hover {
  cursor: pointer;
  background-color: #dcdcde;
}

/* line 31, app/assets/stylesheets/framework/sortable.scss */
.gl-sortable .header:focus {
  outline: 1px solid #63a6e9;
}

/* line 37, app/assets/stylesheets/framework/sortable.scss */
.is-dragging {
  opacity: 1 !important;
}

/* line 41, app/assets/stylesheets/framework/sortable.scss */
.is-dragging * {
  -webkit-user-select: none;
  user-select: none;
  cursor: grabbing !important;
}

/* line 50, app/assets/stylesheets/framework/sortable.scss */
.is-dragging.no-drop * {
  cursor: no-drop !important;
}

/* line 2, app/assets/stylesheets/framework/feature_highlight.scss */
.feature-highlight::before {
  content: '';
  display: block;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #1f75cb;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(31, 117, 203, 0.4);
  animation: pulse-highlight 2s infinite;
}

/* line 15, app/assets/stylesheets/framework/feature_highlight.scss */
.feature-highlight:hover::before, .feature-highlight.disable-animation::before {
  animation: none;
}

/* line 20, app/assets/stylesheets/framework/feature_highlight.scss */
.feature-highlight[disabled]::before {
  display: none;
}

/* line 26, app/assets/stylesheets/framework/feature_highlight.scss */
.feature-highlight-illustration {
  background-color: #f7f7ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: 1px solid #dbdbe1;
}

/* line 33, app/assets/stylesheets/framework/feature_highlight.scss */
.feature-highlight-popover {
  width: 240px;
}

/* line 36, app/assets/stylesheets/framework/feature_highlight.scss */
.feature-highlight-popover .popover-body {
  padding: 0;
}

@keyframes pulse-highlight {
  0% {
    box-shadow: 0 0 0 0 rgba(157, 199, 241, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@media (max-width: 991.98px) {
  /* line 3, app/assets/stylesheets/framework/read_more.scss */
  .read-more-container:not(.is-expanded) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 8, app/assets/stylesheets/framework/read_more.scss */
  .read-more-container:not(.is-expanded) > * {
    display: inline;
  }
}

/* line 1, app/assets/stylesheets/framework/system_messages.scss */
.header-message,
.footer-message {
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 0;
  position: fixed;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 1000;
}

/* line 13, app/assets/stylesheets/framework/system_messages.scss */
.header-message p,
.footer-message p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
  margin-top: -1px;
  margin-bottom: 0;
  font-size: 12px;
}

/* line 21, app/assets/stylesheets/framework/system_messages.scss */
.header-message {
  top: 0;
  height: 16px;
  line-height: 16px;
}

/* line 27, app/assets/stylesheets/framework/system_messages.scss */
.footer-message {
  bottom: 0;
  height: 16px;
  line-height: 16px;
}

/* line 34, app/assets/stylesheets/framework/system_messages.scss */
.with-performance-bar .header-message {
  top: 35px;
}

/* line 43, app/assets/stylesheets/framework/system_messages.scss */
.with-system-header .navbar-gitlab,
.with-system-header .fixed-top {
  top: 16px;
}

/* line 50, app/assets/stylesheets/framework/system_messages.scss */
.with-system-header .nav-sidebar,
.with-system-header .right-sidebar {
  top: calc(16px + var(--header-height, 48px));
}

/* line 55, app/assets/stylesheets/framework/system_messages.scss */
.with-system-header .content-wrapper-margin {
  margin-top: calc(16px + var(--header-height, 48px));
}

/* line 63, app/assets/stylesheets/framework/system_messages.scss */
.with-system-header.with-performance-bar header.navbar-gitlab,
.with-system-header.with-performance-bar .fixed-top {
  top: 51px;
}

/* line 68, app/assets/stylesheets/framework/system_messages.scss */
.with-system-header.with-performance-bar .layout-page {
  margin-top: calc(var(--header-height, 48px) + 35px + 16px);
}

/* line 74, app/assets/stylesheets/framework/system_messages.scss */
.with-system-header.with-performance-bar .nav-sidebar,
.with-system-header.with-performance-bar .right-sidebar {
  top: calc(var(--header-height, 48px) + 35px + 16px);
}

/* line 85, app/assets/stylesheets/framework/system_messages.scss */
.with-system-footer .nav-sidebar,
.with-system-footer .right-sidebar, .with-system-footer.devise-layout-html body .footer-container, .with-system-footer.devise-layout-html body hr.footer-fixed {
  bottom: 16px;
}

/* line 94, app/assets/stylesheets/framework/system_messages.scss */
.with-system-footer .content-wrapper-margin {
  margin-bottom: 16px;
}

/* line 98, app/assets/stylesheets/framework/system_messages.scss */
.with-system-footer .boards-list,
.with-system-footer .board-swimlanes {
  height: calc(100vh - (var(--header-height, 48px) + 48px + 35px + 16px + 32px));
}

/* line 105, app/assets/stylesheets/framework/system_messages.scss */
.fullscreen-layout .header-message,
.fullscreen-layout .footer-message {
  position: static;
  top: auto;
  bottom: auto;
}

/**
* Do not use these spinner mixins. Rely on GitLab UI
* GlLoadingIcon component instead.
*/
@keyframes spinner-rotate-deprecated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, app/assets/stylesheets/framework/card.scss */
.card-header:first-child:last-child {
  border-radius: calc(0.25rem - 1px);
}

/* line 1, app/assets/stylesheets/framework/source_editor.scss */
[data-editor-loading] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

/* line 8, app/assets/stylesheets/framework/source_editor.scss */
[data-editor-loading] > * {
  filter: blur(5px);
}

/* line 12, app/assets/stylesheets/framework/source_editor.scss */
[data-editor-loading]::before {
  content: '';
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  animation-name: spinner-rotate-deprecated;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-style: solid;
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-width: 3px;
  transform-origin: 50% 50% calc((32px / 2) + 3px);
  border-color: rgba(83, 81, 88, 0.25);
  border-top-color: #535158;
  position: absolute;
  z-index: 1;
}

/* line 19, app/assets/stylesheets/framework/source_editor.scss */
[data-editor-loading] pre {
  opacity: 0;
}

/* line 24, app/assets/stylesheets/framework/source_editor.scss */
[id^='source-editor-'] {
  height: 500px;
}

/* line 28, app/assets/stylesheets/framework/source_editor.scss */
.source-editor-preview {
  display: flex;
}

/* line 31, app/assets/stylesheets/framework/source_editor.scss */
.source-editor-preview .md {
  overflow: scroll;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  width: 100%;
}

/* line 38, app/assets/stylesheets/framework/source_editor.scss */
.source-editor-preview .gl-source-editor {
  order: -1;
}

/* line 45, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .margin-view-overlays .line-numbers {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

/* line 50, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .margin-view-overlays .line-numbers::before {
  visibility: hidden;
  align-self: center;
  background-color: #89888d;
  margin-right: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#link);
          mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#link);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  content: '';
}

/* line 64, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .margin-view-overlays .line-numbers:hover {
  text-decoration: underline;
  cursor: pointer !important;
}

/* line 69, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .margin-view-overlays .line-numbers:hover::before {
  visibility: visible;
}

/* line 73, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .margin-view-overlays .line-numbers:focus::before {
  visibility: visible;
  outline: auto;
}

/* line 78, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .margin-view-overlays .line-numbers .link-anchor {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 88, app/assets/stylesheets/framework/source_editor.scss */
.monaco-editor.gl-source-editor .inputarea {
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/framework/source_editor.scss */
.active-line-text {
  background-color: #9e5400;
  opacity: 0.3;
}

/* line 2, app/assets/stylesheets/framework/diffs.scss */
.diff-file {
  margin-bottom: 16px;
}

/* line 6, app/assets/stylesheets/framework/diffs.scss */
.diff-file.has-body .file-title {
  box-shadow: 0 -2px 0 0 var(--white);
}

/* line 11, app/assets/stylesheets/framework/diffs.scss */
.diff-file table.code tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 0.25rem;
}

/* line 15, app/assets/stylesheets/framework/diffs.scss */
.diff-file .file-title,
.diff-file .file-title-flex-parent {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/framework/diffs.scss */
.diff-file .file-title .dropdown-menu,
.diff-file .file-title-flex-parent .dropdown-menu {
  cursor: auto;
}

@media (max-width: 575px) {
  /* line 24, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title .file-header-content,
.diff-file .file-title-flex-parent .file-header-content {
    width: 0;
    flex: 1;
  }
  /* line 29, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title .file-actions,
.diff-file .file-title-flex-parent .file-actions {
    margin-left: 0.25rem;
  }
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title,
.diff-file .file-title-flex-parent {
    --initial-top: calc(var(--header-height, 48px) + 48px);
    --top: var(--initial-top);
    position: sticky;
    top: var(--top);
    z-index: 120;
  }
  /* line 45, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title.is-sidebar-moved,
.diff-file .file-title-flex-parent.is-sidebar-moved {
    --initial-top: calc(var(--header-height, 48px) + 72px);
  }
  /* line 49, app/assets/stylesheets/framework/diffs.scss */
  .with-system-header .diff-file .file-title, .with-system-header .diff-file .file-title-flex-parent {
    --top: calc(var(--initial-top) + 16px);
  }
  /* line 53, app/assets/stylesheets/framework/diffs.scss */
  .with-system-header.with-performance-bar .diff-file .file-title, .with-system-header.with-performance-bar .diff-file .file-title-flex-parent {
    --top: calc(var(--initial-top) + 16px + 35px);
  }
  /* line 57, app/assets/stylesheets/framework/diffs.scss */
  .with-performance-bar .diff-file .file-title, .with-performance-bar .diff-file .file-title-flex-parent {
    top: calc(var(--initial-top) + 35px);
  }
  /* line 61, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title::before,
.diff-file .file-title-flex-parent::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -11px;
    width: 10px;
    height: calc(100% + 1px);
    background: #fff;
    pointer-events: none;
  }
  /* line 72, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title.is-commit,
.diff-file .file-title-flex-parent.is-commit {
    top: calc(var(--header-height, 48px) + 36px);
  }
  /* line 75, app/assets/stylesheets/framework/diffs.scss */
  .with-performance-bar .diff-file .file-title.is-commit, .with-performance-bar .diff-file .file-title-flex-parent.is-commit {
    top: calc(var(--header-height, 48px) + 36px + 35px);
  }
  /* line 80, app/assets/stylesheets/framework/diffs.scss */
  .diff-file .file-title.is-compare,
.diff-file .file-title-flex-parent.is-compare {
    top: calc(var(--header-height, 48px) + 68px);
  }
  /* line 83, app/assets/stylesheets/framework/diffs.scss */
  .with-performance-bar .diff-file .file-title.is-compare, .with-performance-bar .diff-file .file-title-flex-parent.is-compare {
    top: calc(35px + var(--header-height, 48px) + 68px);
  }
}

/* line 89, app/assets/stylesheets/framework/diffs.scss */
.diff-file .file-title:hover,
.diff-file .file-title-flex-parent:hover {
  background-color: #f2f2f4;
}

/* line 93, app/assets/stylesheets/framework/diffs.scss */
.diff-file .file-title svg,
.diff-file .file-title-flex-parent svg {
  vertical-align: middle;
  top: -1px;
}

@media (min-width: 768px) {
  /* line 100, app/assets/stylesheets/framework/diffs.scss */
  .diff-file.conflict .file-title, .diff-file.conflict .file-title-flex-parent {
    top: var(--header-height, 48px);
  }
  /* line 105, app/assets/stylesheets/framework/diffs.scss */
  .with-performance-bar .diff-file.conflict .file-title, .with-performance-bar .diff-file.conflict .file-title-flex-parent {
    top: calc(var(--header-height, 48px) + 35px);
  }
  /* line 110, app/assets/stylesheets/framework/diffs.scss */
  .with-system-header .diff-file.conflict .file-title, .with-system-header .diff-file.conflict .file-title-flex-parent {
    top: calc(var(--header-height, 48px) + 16px);
  }
  /* line 115, app/assets/stylesheets/framework/diffs.scss */
  .with-system-header.with-performance-bar .diff-file.conflict .file-title, .with-system-header.with-performance-bar .diff-file.conflict .file-title-flex-parent {
    top: calc(var(--header-height, 48px) + 35px + 16px);
  }
}

/* line 121, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-content {
  background: #fff;
  color: #333238;
}

/* line 125, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-content .unfold {
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-content .file-mode-changed {
  padding: 10px;
  color: #737278;
}

/* line 134, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-content .suppressed-container {
  padding: 11px 16px;
  text-align: center;
}

/* line 139, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-content .suppressed-container .show-suppressed-diff {
  font-size: 110%;
  font-weight: 600;
}

/* line 145, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-content .diff-loading-error-block {
  padding: 32px 16px;
  text-align: center;
}

/* line 151, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image {
  background: #ececef;
  text-align: center;
  padding: 30px;
}

/* line 156, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .wrap {
  display: inline-block;
}

/* line 160, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .frame {
  display: inline-block;
  background-color: #fff;
  line-height: 0;
}

/* line 165, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .frame img {
  border: 1px solid #fff;
  background-image: linear-gradient(45deg, #dcdcde 25%, transparent 25%, transparent 75%, #dcdcde 75%, #dcdcde 100%), linear-gradient(45deg, #dcdcde 25%, transparent 25%, transparent 75%, #dcdcde 75%, #dcdcde 100%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  max-width: 100%;
}

/* line 184, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .frame.deleted {
  border: 1px solid #f77;
}

/* line 188, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .frame.added {
  border: 1px solid #63c363;
}

/* line 193, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .image-info {
  font-size: 12px;
  margin: 5px 0 0;
  color: #808080;
}

/* line 199, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe {
  position: relative;
}

/* line 202, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-frame {
  display: block;
  margin: auto;
  position: relative;
}

/* line 208, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-wrap {
  overflow: hidden;
  border-right: 1px solid #a4a3a8;
  position: absolute;
  display: block;
  top: 13px;
  right: 7px;
}

/* line 216, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-wrap.left-oriented {
  /* only for commit view (different swipe viewer) */
  border-right: 0;
  border-left: 1px solid #a4a3a8;
}

/* line 223, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .frame {
  top: 0;
  right: 0;
}

/* line 227, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .frame.old-diff {
  /* only for commit / compare view */
  position: absolute;
}

/* line 232, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .frame.deleted {
  margin: 0;
  display: block;
  top: 13px;
  right: 7px;
}

/* line 240, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-bar {
  display: block;
  height: 100%;
  width: 15px;
  z-index: 100;
  position: absolute;
  cursor: pointer;
}

/* line 249, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-bar:hover .top-handle {
  background-position: -15px 3px;
}

/* line 253, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-bar:hover .bottom-handle {
  background-position: -15px -11px;
}

/* line 258, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-bar .top-handle {
  display: block;
  height: 14px;
  width: 15px;
  position: absolute;
  top: 0;
  background: url(/assets/swipemode_sprites-522fecbb380f3edfa9b09006e88a51fbcb5c26d95dba87d2e09a363a863cd4e4.gif) 0 3px no-repeat;
}

/* line 267, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.swipe .swipe-bar .bottom-handle {
  display: block;
  height: 14px;
  width: 15px;
  position: absolute;
  bottom: 0;
  background: url(/assets/swipemode_sprites-522fecbb380f3edfa9b09006e88a51fbcb5c26d95dba87d2e09a363a863cd4e4.gif) 0 -11px no-repeat;
}

/* line 280, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .onion-skin-frame {
  display: block;
  margin: auto;
  position: relative;
}

/* line 286, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .frame.added,
.diff-file .image .view.onion-skin .frame.deleted {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* line 294, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .controls {
  display: block;
  height: 14px;
  width: 300px;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -150px;
}

/* line 304, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .controls .drag-track {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 10px;
  width: 276px;
  background: url(/assets/onion_skin_sprites-5c13bf92d3d6bdf19bba75b00fee5b492a43bec51bf78a01ba158b0ad099a48b.gif) -4px -20px repeat-x;
}

/* line 314, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .controls .dragger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
  background: url(/assets/onion_skin_sprites-5c13bf92d3d6bdf19bba75b00fee5b492a43bec51bf78a01ba158b0ad099a48b.gif) 0 -34px repeat-x;
  cursor: pointer;
}

/* line 325, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .controls .transparent {
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  height: 10px;
  width: 10px;
  background: url(/assets/onion_skin_sprites-5c13bf92d3d6bdf19bba75b00fee5b492a43bec51bf78a01ba158b0ad099a48b.gif) -2px 0 no-repeat;
}

/* line 335, app/assets/stylesheets/framework/diffs.scss */
.diff-file .image .view.onion-skin .controls .opaque {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 10px;
  width: 10px;
  background: url(/assets/onion_skin_sprites-5c13bf92d3d6bdf19bba75b00fee5b492a43bec51bf78a01ba158b0ad099a48b.gif) -2px -10px no-repeat;
}

/* line 350, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes {
  padding: 10px;
  text-align: center;
  background: #ececef;
}

/* line 355, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes ul,
.diff-file .view-modes li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* line 363, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes li {
  color: #808080;
  border-left: 1px solid #c1c1c1;
  padding: 0 12px 0 16px;
  cursor: pointer;
}

/* line 369, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes li:first-child {
  border-left: 0;
}

/* line 373, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes li:hover {
  text-decoration: underline;
}

/* line 377, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes li.active {
  cursor: default;
  color: #333238;
}

/* line 381, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes li.active:hover {
  text-decoration: none;
}

/* line 386, app/assets/stylesheets/framework/diffs.scss */
.diff-file .view-modes li.disabled {
  display: none;
}

/* line 393, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .frame.deleted {
  border: 1px solid #f77;
  background-color: inherit;
}

/* line 398, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .frame.added {
  border: 1px solid #63c363;
  background-color: inherit;
}

/* line 405, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .swipe-wrap,
.diff-file .diff-file-container .onion-skin.view .swipe-wrap {
  top: 0;
  left: 0;
}

/* line 410, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .frame.deleted,
.diff-file .diff-file-container .onion-skin.view .frame.deleted {
  top: 0;
  right: 0;
}

/* line 415, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .swipe-bar,
.diff-file .diff-file-container .onion-skin.view .swipe-bar {
  top: 0;
}

/* line 418, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .swipe-bar .top-handle,
.diff-file .diff-file-container .onion-skin.view .swipe-bar .top-handle {
  top: -14px;
  left: -7px;
}

/* line 423, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .swipe-bar .bottom-handle,
.diff-file .diff-file-container .onion-skin.view .swipe-bar .bottom-handle {
  bottom: -14px;
  left: -7px;
}

/* line 429, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .file-container,
.diff-file .diff-file-container .onion-skin.view .file-container {
  display: inline-block;
}

/* line 432, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .file-container .file-content,
.diff-file .diff-file-container .onion-skin.view .file-container .file-content {
  padding: 0;
}

/* line 435, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .swipe.view .file-container .file-content img,
.diff-file .diff-file-container .onion-skin.view .file-container .file-content img {
  max-width: none;
}

/* line 442, app/assets/stylesheets/framework/diffs.scss */
.diff-file .diff-file-container .onion-skin.view .controls {
  bottom: -25px;
}

/* line 447, app/assets/stylesheets/framework/diffs.scss */
.diff-file .discussion-notes .discussion-notes {
  margin-left: 0;
  border-left: 0;
}

/* line 453, app/assets/stylesheets/framework/diffs.scss */
.code .diff-grid-row.line_holder.diff-tr .diff-td.commented:not(.hll) {
  --highlight-border-color: #63a6e9;
  background-color: #e9f3fc;
}

/* line 457, app/assets/stylesheets/framework/diffs.scss */
.gl-dark .code .diff-grid-row.line_holder.diff-tr .diff-td.commented:not(.hll) {
  --highlight-border-color: #1068bf;
  background-color: #033464;
}

/* line 463, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code,
table.code {
  width: 100%;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  border: 0;
  border-collapse: separate;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  border-radius: 0 0 4px 4px;
}

/* line 474, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-td.highlight-top,
table.code .diff-td.highlight-top {
  box-shadow: 0 -1px var(--highlight-border-color, #63a6e9);
  z-index: 1;
}

/* line 479, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-td.highlight-bottom,
table.code .diff-td.highlight-bottom {
  box-shadow: 0 1px var(--highlight-border-color, #63a6e9);
  z-index: 1;
}

/* line 484, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-td.highlight-top.highlight-bottom,
table.code .diff-td.highlight-top.highlight-bottom {
  box-shadow: 0 -1px var(--highlight-border-color, #63a6e9), 0 1px var(--highlight-border-color, #63a6e9);
  z-index: 2;
}

/* line 489, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td,
.diff-table.code tr.line_holder td,
table.code .diff-tr.line_holder .diff-td,
table.code tr.line_holder td {
  line-height: 1.6;
  font-size: 90%;
  vertical-align: top;
}

/* line 495, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td span,
.diff-table.code tr.line_holder td span,
table.code .diff-tr.line_holder .diff-td span,
table.code tr.line_holder td span {
  white-space: break-spaces;
}

/* line 498, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td span.context-cell,
.diff-table.code tr.line_holder td span.context-cell,
table.code .diff-tr.line_holder .diff-td span.context-cell,
table.code tr.line_holder td span.context-cell {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* line 504, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td span.line,
.diff-table.code tr.line_holder td span.line,
table.code .diff-tr.line_holder .diff-td span.line,
table.code tr.line_holder td span.line {
  word-wrap: break-word;
}

/* line 509, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.diff-line-num,
.diff-table.code tr.line_holder td.diff-line-num,
table.code .diff-tr.line_holder .diff-td.diff-line-num,
table.code tr.line_holder td.diff-line-num {
  -webkit-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0 10px 0 5px;
  text-align: right;
  width: 50px;
  position: relative;
  white-space: nowrap;
}

/* line 518, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.diff-line-num:nth-of-type(2),
.diff-table.code tr.line_holder td.diff-line-num:nth-of-type(2),
table.code .diff-tr.line_holder .diff-td.diff-line-num:nth-of-type(2),
table.code tr.line_holder td.diff-line-num:nth-of-type(2) {
  border-right-width: 1px;
  border-right-style: solid;
}

/* line 523, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.diff-line-num a,
.diff-table.code tr.line_holder td.diff-line-num a,
table.code .diff-tr.line_holder .diff-td.diff-line-num a,
table.code tr.line_holder td.diff-line-num a {
  transition: none;
  float: left;
  width: 100%;
  font-weight: 400;
}

/* line 529, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.diff-line-num a[disabled],
.diff-table.code tr.line_holder td.diff-line-num a[disabled],
table.code .diff-tr.line_holder .diff-td.diff-line-num a[disabled],
table.code tr.line_holder td.diff-line-num a[disabled] {
  cursor: default;
}

/* line 532, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.diff-line-num a[disabled]:hover, .diff-table.code .diff-tr.line_holder .diff-td.diff-line-num a[disabled]:active,
.diff-table.code tr.line_holder td.diff-line-num a[disabled]:hover,
.diff-table.code tr.line_holder td.diff-line-num a[disabled]:active,
table.code .diff-tr.line_holder .diff-td.diff-line-num a[disabled]:hover,
table.code .diff-tr.line_holder .diff-td.diff-line-num a[disabled]:active,
table.code tr.line_holder td.diff-line-num a[disabled]:hover,
table.code tr.line_holder td.diff-line-num a[disabled]:active {
  text-decoration: none;
}

/* line 539, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.diff-line-num:not(.js-unfold-bottom) a::before,
.diff-table.code tr.line_holder td.diff-line-num:not(.js-unfold-bottom) a::before,
table.code .diff-tr.line_holder .diff-td.diff-line-num:not(.js-unfold-bottom) a::before,
table.code tr.line_holder td.diff-line-num:not(.js-unfold-bottom) a::before {
  content: attr(data-linenumber);
}

/* line 544, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content,
.diff-table.code tr.line_holder td.line_content,
table.code .diff-tr.line_holder .diff-td.line_content,
table.code tr.line_holder td.line_content {
  display: block;
  margin: 0;
  padding: 0 1.5em;
  border: 0;
  position: relative;
  white-space: pre-wrap;
}

/* line 552, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content.parallel,
.diff-table.code tr.line_holder td.line_content.parallel,
table.code .diff-tr.line_holder .diff-td.line_content.parallel,
table.code tr.line_holder td.line_content.parallel {
  display: table-cell;
  width: 46%;
}

/* line 558, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content.old::before,
.diff-table.code tr.line_holder td.line_content.old::before,
table.code .diff-tr.line_holder .diff-td.line_content.old::before,
table.code tr.line_holder td.line_content.old::before {
  content: '-';
  position: absolute;
  left: 0.5em;
}

/* line 564, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content.old.with-coverage::before,
.diff-table.code tr.line_holder td.line_content.old.with-coverage::before,
table.code .diff-tr.line_holder .diff-td.line_content.old.with-coverage::before,
table.code tr.line_holder td.line_content.old.with-coverage::before {
  left: 0;
}

/* line 570, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content.new::before,
.diff-table.code tr.line_holder td.line_content.new::before,
table.code .diff-tr.line_holder .diff-td.line_content.new::before,
table.code tr.line_holder td.line_content.new::before {
  content: '+';
  position: absolute;
  left: 0.5em;
}

/* line 576, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content.new.with-coverage::before,
.diff-table.code tr.line_holder td.line_content.new.with-coverage::before,
table.code .diff-tr.line_holder .diff-td.line_content.new.with-coverage::before,
table.code tr.line_holder td.line_content.new.with-coverage::before {
  left: 0;
}

/* line 581, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .diff-tr.line_holder .diff-td.line_content img,
.diff-table.code tr.line_holder td.line_content img,
table.code .diff-tr.line_holder .diff-td.line_content img,
table.code tr.line_holder td.line_content img {
  max-width: 100%;
}

/* line 588, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code .line_holder:last-of-type .diff-td:first-child,
.diff-table.code .line_holder:last-of-type td:first-child,
table.code .line_holder:last-of-type .diff-td:first-child,
table.code .line_holder:last-of-type td:first-child {
  border-bottom-left-radius: 4px;
}

/* line 595, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code.left-side-selected .diff-td.line_content.parallel.right-side,
.diff-table.code.left-side-selected td.line_content.parallel.right-side,
table.code.left-side-selected .diff-td.line_content.parallel.right-side,
table.code.left-side-selected td.line_content.parallel.right-side {
  -webkit-user-select: none;
          user-select: none;
}

/* line 602, app/assets/stylesheets/framework/diffs.scss */
.diff-table.code.right-side-selected .diff-td.line_content.parallel.left-side,
.diff-table.code.right-side-selected td.line_content.parallel.left-side,
table.code.right-side-selected .diff-td.line_content.parallel.left-side,
table.code.right-side-selected td.line_content.parallel.left-side {
  -webkit-user-select: none;
          user-select: none;
}

/* line 609, app/assets/stylesheets/framework/diffs.scss */
.diff-stats {
  align-items: center;
  padding: 0 1rem;
}

/* line 613, app/assets/stylesheets/framework/diffs.scss */
.diff-stats .diff-stats-contents {
  display: contents;
}

/* line 617, app/assets/stylesheets/framework/diffs.scss */
.diff-stats .diff-stats-group {
  padding: 0 0.25rem;
}

/* line 621, app/assets/stylesheets/framework/diffs.scss */
.diff-stats svg.diff-stats-icon {
  vertical-align: text-bottom;
}

/* line 626, app/assets/stylesheets/framework/diffs.scss */
.diff-stats.is-compare-versions-header .diff-stats-group {
  padding: 0 0.25rem;
}

/* line 632, app/assets/stylesheets/framework/diffs.scss */
.file-content .diff-file {
  margin: 0;
  border: 0;
}

/* line 637, app/assets/stylesheets/framework/diffs.scss */
.diff-wrap-lines .line_content {
  white-space: pre-wrap;
}

/* line 641, app/assets/stylesheets/framework/diffs.scss */
.inline-parallel-buttons {
  float: right;
}

/* line 645, app/assets/stylesheets/framework/diffs.scss */
.merge-request-details .file-content.image_file img {
  max-height: 50vh;
}

@media (max-width: 480px) {
  /* line 651, app/assets/stylesheets/framework/diffs.scss */
  .diff-title {
    margin: 0;
  }
  /* line 654, app/assets/stylesheets/framework/diffs.scss */
  .diff-title .file-mode {
    display: none;
  }
  /* line 659, app/assets/stylesheets/framework/diffs.scss */
  .diff-controls {
    position: static;
    text-align: center;
  }
}

@media (min-width: 481px) {
  /* line 667, app/assets/stylesheets/framework/diffs.scss */
  .diff-title {
    margin-right: 200px;
  }
  /* line 670, app/assets/stylesheets/framework/diffs.scss */
  .diff-title .file-mode {
    margin-left: 10px;
  }
  /* line 675, app/assets/stylesheets/framework/diffs.scss */
  .diff-controls {
    float: right;
    position: absolute;
    top: 5px;
    right: 15px;
  }
}

/* line 684, app/assets/stylesheets/framework/diffs.scss */
.files .diff-file:not(.is-virtual-scrolling):last-child {
  margin-bottom: 0;
}

/* line 689, app/assets/stylesheets/framework/diffs.scss */
.diff-comments-more-count,
.diff-notes-collapse,
.diff-codequality-collapse {
  background-color: #89888d;
  color: #fff;
  border: 1px solid #f2f2f4;
  border-radius: 50%;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}

/* line 695, app/assets/stylesheets/framework/diffs.scss */
.diff-notes-collapse,
.diff-codequality-collapse {
  border: 0;
  border-radius: 50%;
  padding: 0;
  transition: transform 0.1s ease-out;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.26rem;
  height: 1.26rem;
}

/* line 707, app/assets/stylesheets/framework/diffs.scss */
.diff-notes-collapse .collapse-icon,
.diff-codequality-collapse .collapse-icon {
  height: 50%;
  width: 100%;
}

/* line 712, app/assets/stylesheets/framework/diffs.scss */
.diff-notes-collapse svg,
.diff-codequality-collapse svg {
  vertical-align: middle;
}

/* line 716, app/assets/stylesheets/framework/diffs.scss */
.diff-notes-collapse .collapse-icon,
.diff-notes-collapse path,
.diff-codequality-collapse .collapse-icon,
.diff-codequality-collapse path {
  fill: #fff;
}

/* line 721, app/assets/stylesheets/framework/diffs.scss */
.diff-notes-collapse:focus,
.diff-codequality-collapse:focus {
  outline: 0;
}

/* line 726, app/assets/stylesheets/framework/diffs.scss */
.diff-files-changed {
  background-color: #fff;
}

/* line 729, app/assets/stylesheets/framework/diffs.scss */
.diff-files-changed .inline-parallel-buttons {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  /* line 726, app/assets/stylesheets/framework/diffs.scss */
  .diff-files-changed {
    position: sticky;
    top: var(--header-height, 48px);
    z-index: 200;
  }
  /* line 739, app/assets/stylesheets/framework/diffs.scss */
  .with-performance-bar .diff-files-changed {
    top: calc(var(--header-height, 48px) + 35px);
  }
  /* line 743, app/assets/stylesheets/framework/diffs.scss */
  .diff-files-changed.is-stuck {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #e6e6ea;
    border-bottom: 1px solid #e6e6ea;
  }
  /* line 748, app/assets/stylesheets/framework/diffs.scss */
  .diff-files-changed.is-stuck .diff-stats-additions-deletions-expanded,
.diff-files-changed.is-stuck .inline-parallel-buttons {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 757, app/assets/stylesheets/framework/diffs.scss */
  .diff-files-changed.is-stuck .diff-stats-additions-deletions-collapsed {
    display: block;
  }
}

/* line 764, app/assets/stylesheets/framework/diffs.scss */
.note-container {
  background-color: #fbfafd;
  border-top: 1px solid #ececef;
}

/* line 769, app/assets/stylesheets/framework/diffs.scss */
.note-container .discussion-notes + .discussion-notes::before,
.note-container .diff-file-discussions + .discussion-form::before {
  content: '';
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent, transparent 73%, #d6d6dc 75%, #fff 80%), linear-gradient(225deg, transparent, transparent 73%, #d6d6dc 75%, #fff 80%), linear-gradient(135deg, transparent, transparent 73%, #d6d6dc 75%, #fff 80%), linear-gradient(-45deg, transparent, transparent 73%, #d6d6dc 75%, #fff 80%);
  background-position: 5px 5px, 0 5px, 0 5px, 5px 5px;
  background-size: 10px 10px;
  background-repeat: repeat;
}

/* line 802, app/assets/stylesheets/framework/diffs.scss */
.note-container .diff-file-discussions + .discussion-form {
  padding: 16px;
}

/* line 805, app/assets/stylesheets/framework/diffs.scss */
.note-container .diff-file-discussions + .discussion-form::before {
  width: auto;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}

/* line 813, app/assets/stylesheets/framework/diffs.scss */
.note-container .notes {
  position: relative;
}

/* line 817, app/assets/stylesheets/framework/diffs.scss */
.note-container .diff-notes-collapse,
.note-container .diff-codequality-collapse {
  position: absolute;
  left: -12px;
}

/* line 824, app/assets/stylesheets/framework/diffs.scss */
.diff-file .note-container > .new-note,
.note-container .discussion-notes.diff-discussions {
  margin-left: 100px;
  border-left: 1px solid #ececef;
}

/* line 831, app/assets/stylesheets/framework/diffs.scss */
.notes.active .diff-file .note-container > .new-note,
.notes.active .note-container .discussion-notes {
  margin-left: inherit;
  border-left: inherit;
}

/* line 840, app/assets/stylesheets/framework/diffs.scss */
.files:not([data-can-create-note]) .frame {
  cursor: auto;
}

/* line 844, app/assets/stylesheets/framework/diffs.scss */
.frame.click-to-comment,
.btn-transparent.image-diff-overlay-add-comment {
  position: relative;
  cursor: url(/assets/illustrations/image_comment_light_cursor-c587347a929a56f8b4d78d991607598f69daef0bcc58e972cabcb72ed96663d2.svg) 12 12, auto;
  cursor: -webkit-image-set(url(/assets/illustrations/image_comment_light_cursor-c587347a929a56f8b4d78d991607598f69daef0bcc58e972cabcb72ed96663d2.svg) 1x, url(/assets/illustrations/image_comment_light_cursor@2x-6eb274d388a8bbdbdaeee008afc79ef9dab89fb7d5409cd08739ae08059a3ce4.svg) 2x) 12 12, auto;
  cursor: image-set(url(/assets/illustrations/image_comment_light_cursor-c587347a929a56f8b4d78d991607598f69daef0bcc58e972cabcb72ed96663d2.svg) 1x, url(/assets/illustrations/image_comment_light_cursor@2x-6eb274d388a8bbdbdaeee008afc79ef9dab89fb7d5409cd08739ae08059a3ce4.svg) 2x) 12 12, auto;
}

/* line 855, app/assets/stylesheets/framework/diffs.scss */
.frame.click-to-comment .comment-indicator,
.btn-transparent.image-diff-overlay-add-comment .comment-indicator {
  position: absolute;
  padding: 0;
  width: 24px;
  height: 24px;
  color: #428fdc;
  margin-top: -10px;
  margin-left: -11px;
}

/* line 865, app/assets/stylesheets/framework/diffs.scss */
.frame.click-to-comment .comment-indicator svg,
.btn-transparent.image-diff-overlay-add-comment .comment-indicator svg {
  width: 100%;
  height: 100%;
}

/* line 870, app/assets/stylesheets/framework/diffs.scss */
.frame.click-to-comment .comment-indicator:focus,
.btn-transparent.image-diff-overlay-add-comment .comment-indicator:focus {
  outline: none;
}

/* line 876, app/assets/stylesheets/framework/diffs.scss */
.frame .image-comment-badge,
.frame .comment-indicator {
  transform: translate(-50%, -50%);
}

/* line 882, app/assets/stylesheets/framework/diffs.scss */
.image-comment-badge {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: 0;
}

/* line 890, app/assets/stylesheets/framework/diffs.scss */
.image-comment-badge > svg {
  width: 100%;
  height: 100%;
}

/* line 896, app/assets/stylesheets/framework/diffs.scss */
.image-diff-avatar-link,
.user-avatar-link {
  position: relative;
}

/* line 900, app/assets/stylesheets/framework/diffs.scss */
.image-diff-avatar-link .badge.badge-pill,
.image-diff-avatar-link .image-comment-badge,
.user-avatar-link .badge.badge-pill,
.user-avatar-link .image-comment-badge {
  top: 25px;
  right: 8px;
}

/* line 907, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes {
  min-height: 35px;
  background-color: transparent;
}

/* line 911, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes:first-child {
  min-height: 25px;
}

/* line 916, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes .diff-notes-expand {
  display: none;
}

/* line 920, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes.collapsed {
  background-color: #fff;
}

/* line 923, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes.collapsed .diff-notes-expand {
  display: initial;
}

/* line 927, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes.collapsed .diff-notes-collapse,
.discussion-notes.collapsed .diff-codequality-collapse,
.discussion-notes.collapsed .note,
.discussion-notes.collapsed .discussion-reply-holder {
  display: none;
}

/* line 936, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes ul.notes li.toggle-replies-widget,
.discussion-notes ul.notes .discussion-reply-holder {
  margin-left: 2.5rem;
}

/* line 940, app/assets/stylesheets/framework/diffs.scss */
.discussion-notes ul.notes li.toggle-replies-widget .reply-author-avatar,
.discussion-notes ul.notes .discussion-reply-holder .reply-author-avatar {
  height: 1.5rem;
}

/* line 947, app/assets/stylesheets/framework/diffs.scss */
.discussion-body .image .frame {
  position: relative;
}

/* line 951, app/assets/stylesheets/framework/diffs.scss */
.discussion-collapsible {
  margin: 0 16px 16px;
}

/* line 954, app/assets/stylesheets/framework/diffs.scss */
.discussion-collapsible .notes {
  border-radius: 4px;
}

/* line 960, app/assets/stylesheets/framework/diffs.scss */
.parallel .discussion-collapsible {
  margin: 16px;
  margin-top: 0;
}

/* line 966, app/assets/stylesheets/framework/diffs.scss */
.image-diff-overlay,
.image-diff-overlay-add-comment {
  top: 0;
  left: 0;
}

/* line 971, app/assets/stylesheets/framework/diffs.scss */
.image-diff-overlay:active, .image-diff-overlay:focus,
.image-diff-overlay-add-comment:active,
.image-diff-overlay-add-comment:focus {
  outline: 0;
}

/* line 978, app/assets/stylesheets/framework/diffs.scss */
.diff-suggest-popover.popover {
  width: 250px;
  min-width: 250px;
  z-index: 210;
}

/* line 984, app/assets/stylesheets/framework/diffs.scss */
.diff-suggest-popover .popover-header {
  display: none;
}

@media (max-width: 991px) {
  /* line 990, app/assets/stylesheets/framework/diffs.scss */
  .diffs .files {
    max-width: 958px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  /* line 995, app/assets/stylesheets/framework/diffs.scss */
  .discussion-collapsible {
    margin: 16px;
    margin-top: 0;
  }
}

/* line 1002, app/assets/stylesheets/framework/diffs.scss */
.diffs .vue-recycle-scroller__item-view > div:not(.active) {
  position: absolute;
  bottom: 100vh;
}

/* line 1007, app/assets/stylesheets/framework/diffs.scss */
.diff-grid-row.expansion.match {
  border-top: 1px solid var(--diff-expansion-background-color);
  border-bottom: 1px solid var(--diff-expansion-background-color);
}

/* line 1011, app/assets/stylesheets/framework/diffs.scss */
.diff-grid-row.expansion.match:first-child {
  border-top: 0;
}

/* line 1015, app/assets/stylesheets/framework/diffs.scss */
.diff-grid-row.expansion.match:last-child {
  border-bottom: 0;
}

/* line 1, app/assets/stylesheets/pages/colors.scss */
.color-item {
  align-items: center;
  display: flex;
}

/* line 6, app/assets/stylesheets/pages/colors.scss */
.color-item-color {
  flex-shrink: 0;
  margin-right: 0.5rem;
  top: 0;
}

/* line 13, app/assets/stylesheets/pages/colors.scss */
.right-sidebar-collapsed .color-item {
  padding-top: 0.5rem;
}

/* line 17, app/assets/stylesheets/pages/colors.scss */
.right-sidebar-collapsed .color-item-color {
  margin: 0;
}

/* line 21, app/assets/stylesheets/pages/colors.scss */
.right-sidebar-collapsed .color-item-text {
  display: none;
}

/* line 26, app/assets/stylesheets/pages/colors.scss */
.warning-title {
  color: var(--gray-900, #333238);
}

/* line 30, app/assets/stylesheets/pages/colors.scss */
.danger-title {
  color: var(--red-500, #dd2b0e);
}

/* line 1, app/assets/stylesheets/pages/commits.scss */
.commit-description,
.commit-row-description {
  padding: 8px 0 8px 8px;
  margin-top: 8px;
  border: 0;
  border-radius: unset;
  background: none;
  word-break: normal;
  overflow-x: auto;
  border-left: 3px solid #e6e6ea;
  color: #737278;
}

/* line 14, app/assets/stylesheets/pages/commits.scss */
.commit-box {
  border-top: 1px solid #dcdcde;
  padding: 16px 0;
}

/* line 18, app/assets/stylesheets/pages/commits.scss */
.commit-box .commit-title {
  margin: 0;
  color: #333238;
}

/* line 25, app/assets/stylesheets/pages/commits.scss */
.pipeline-info .status-icon-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/* line 30, app/assets/stylesheets/pages/commits.scss */
.pipeline-info .status-icon-container svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* line 39, app/assets/stylesheets/pages/commits.scss */
.branch-info .commit-icon svg {
  top: 3px;
}

/*
 * Commit message textarea for web editor and
 * custom merge request message
 */
/* line 48, app/assets/stylesheets/pages/commits.scss */
.commit-message-container {
  background-color: #fff;
  position: relative;
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
}

/* line 54, app/assets/stylesheets/pages/commits.scss */
.commit-message-container .max-width-marker {
  width: 72ch;
  color: rgba(0, 0, 0, 0);
  font-family: inherit;
  left: 12px;
  height: 100%;
  border-right: 1px solid #eeeeef;
  position: absolute;
  z-index: 1;
}

/* line 65, app/assets/stylesheets/pages/commits.scss */
.commit-message-container textarea {
  background-color: rgba(0, 0, 0, 0);
  font-family: inherit;
  padding-left: 12px;
  position: relative;
  z-index: 2;
}

/* line 74, app/assets/stylesheets/pages/commits.scss */
.commit-header {
  padding: 5px 10px;
  background-color: #fbfafd;
  border-bottom: 1px solid #ececef;
  border-top: 1px solid #ececef;
  font-size: 14px;
}

/* line 81, app/assets/stylesheets/pages/commits.scss */
.commit-header:first-child {
  border-top-width: 0;
}

/* line 87, app/assets/stylesheets/pages/commits.scss */
.commit-row-title .str-truncated {
  max-width: 70%;
}

/* line 93, app/assets/stylesheets/pages/commits.scss */
.commits-row + .commits-row {
  border-top: 1px solid #ececef;
}

/* line 97, app/assets/stylesheets/pages/commits.scss */
.commits-row + .commits-empty {
  display: none;
}

/* line 102, app/assets/stylesheets/pages/commits.scss */
.text-expander {
  display: inline-flex;
  background: #fff;
  color: #737278;
  padding: 1px 4px;
  cursor: pointer;
  border: 1px solid #dedee3;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 0.875rem;
  outline: none;
}

/* line 115, app/assets/stylesheets/pages/commits.scss */
.text-expander.open {
  background-color: #ded6ee;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

/* line 120, app/assets/stylesheets/pages/commits.scss */
.text-expander:hover {
  background-color: #ded6ee;
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/pages/commits.scss */
.commit.flex-list {
  display: flex;
}

/* line 131, app/assets/stylesheets/pages/commits.scss */
.avatar-cell img {
  margin-right: 0;
}

/* line 136, app/assets/stylesheets/pages/commits.scss */
.commit-content {
  padding-right: 10px;
  white-space: normal;
}

/* line 140, app/assets/stylesheets/pages/commits.scss */
.commit-content .commit-title {
  display: flex;
  align-items: center;
}

/* line 145, app/assets/stylesheets/pages/commits.scss */
.commit-content .committer {
  color: #89888d;
}

/* line 148, app/assets/stylesheets/pages/commits.scss */
.commit-content .committer .commit-author-link {
  color: #333238;
}

/* line 155, app/assets/stylesheets/pages/commits.scss */
.commit-actions .ci-status-icon svg {
  vertical-align: text-bottom;
}

/* line 159, app/assets/stylesheets/pages/commits.scss */
.commit-actions > .ci-status-link,
.commit-actions > .btn,
.commit-actions > .commit-sha-group {
  margin-left: 16px;
}

/* line 166, app/assets/stylesheets/pages/commits.scss */
.commit-nav-buttons {
  margin: 0 0.5rem;
}

/* line 172, app/assets/stylesheets/pages/commits.scss */
.commit-nav-buttons a.btn:last-child > svg,
.commit-nav-buttons button:last-child > svg {
  margin-left: 0.25rem;
  margin-right: 0;
}

/* line 180, app/assets/stylesheets/pages/commits.scss */
.clipboard-group,
.commit-sha-group {
  display: inline-flex;
}

/* line 184, app/assets/stylesheets/pages/commits.scss */
.clipboard-group .label,
.clipboard-group .btn:not(.gl-button),
.commit-sha-group .label,
.commit-sha-group .btn:not(.gl-button) {
  padding: 6px 10px;
  border: 1px #bfbfc3 solid;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
  display: flex;
  align-items: center;
}

/* line 195, app/assets/stylesheets/pages/commits.scss */
.clipboard-group .label-monospace,
.commit-sha-group .label-monospace {
  -webkit-user-select: text;
          user-select: text;
  color: #333238;
  background-color: #fbfafd;
}

/* line 201, app/assets/stylesheets/pages/commits.scss */
.clipboard-group .btn svg,
.commit-sha-group .btn svg {
  top: auto;
  fill: #737278;
}

/* line 206, app/assets/stylesheets/pages/commits.scss */
.clipboard-group :first-child,
.commit-sha-group :first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 211, app/assets/stylesheets/pages/commits.scss */
.clipboard-group :not(:first-child),
.commit-sha-group :not(:first-child) {
  border-left: 0;
}

/* line 215, app/assets/stylesheets/pages/commits.scss */
.clipboard-group :last-child,
.commit-sha-group :last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 223, app/assets/stylesheets/pages/commits.scss */
.commit a,
.generic-commit-status a {
  color: #333238;
}

/* line 226, app/assets/stylesheets/pages/commits.scss */
.commit a.autodevops-badge,
.generic-commit-status a.autodevops-badge {
  color: #fff;
}

/* line 231, app/assets/stylesheets/pages/commits.scss */
.commit .commit-row-description,
.generic-commit-status .commit-row-description {
  display: none;
  flex: 1;
}

/* line 235, app/assets/stylesheets/pages/commits.scss */
.commit .commit-row-description a,
.generic-commit-status .commit-row-description a {
  color: #1068bf;
}

/* line 241, app/assets/stylesheets/pages/commits.scss */
.commit.inline-commit .commit-row-title,
.generic-commit-status.inline-commit .commit-row-title {
  font-size: 13px;
}

/* line 248, app/assets/stylesheets/pages/commits.scss */
.branch-commit .commit-icon {
  text-align: center;
  display: inline-block;
}

/* line 252, app/assets/stylesheets/pages/commits.scss */
.branch-commit .commit-icon svg {
  height: 14px;
  width: 14px;
  vertical-align: middle;
  fill: #737278;
}

/* line 264, app/assets/stylesheets/pages/commits.scss */
.commit .commit-sha,
.generic-commit-status .commit-sha,
.branch-commit .commit-sha {
  color: #1068bf;
}

/* line 270, app/assets/stylesheets/pages/commits.scss */
.signature-badge:hover {
  text-decoration: none;
}

/* line 276, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-certificate-details ul {
  padding-left: 16px;
}

/* line 280, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-certificate-details li.unstyled {
  list-style-type: none;
}

/* line 285, app/assets/stylesheets/pages/commits.scss */
.signature-popover {
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
}

/* line 292, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-icon {
  margin-right: 8px;
}

/* line 297, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-icon.valid svg {
  border: 1px solid #108548;
  fill: #108548;
}

/* line 304, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-icon.invalid svg {
  border: 1px solid #bfbfc3;
  fill: #bfbfc3;
}

/* line 310, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-icon svg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
}

/* line 318, app/assets/stylesheets/pages/commits.scss */
.gpg-popover-user-link {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  text-decoration: none;
  color: #333238;
}

/* line 327, app/assets/stylesheets/pages/commits.scss */
.add-review-item .gl-tab-nav-item {
  height: 100%;
}

/* line 1, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-header {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcde;
  color: #333238;
  line-height: 34px;
  display: flex;
}

/* line 8, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-header .author-link {
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  /* line 1, app/assets/stylesheets/pages/detail_page.scss */
  .detail-page-header {
    display: block;
  }
}

/* line 17, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-header a {
  color: #333238;
}

/* line 21, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-header a.link,
.detail-page-header .title a {
  color: #1068bf;
}

/* line 26, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-header-body {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1;
  min-width: 0;
}

@media (min-width: 576px) {
  /* line 26, app/assets/stylesheets/pages/detail_page.scss */
  .detail-page-header-body {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 39, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-header-actions {
  align-self: center;
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  /* line 43, app/assets/stylesheets/pages/detail_page.scss */
  .detail-page-header-actions:not(.is-merge-request) {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  /* line 50, app/assets/stylesheets/pages/detail_page.scss */
  .detail-page-header-actions.is-merge-request {
    width: 100%;
    margin-top: 10px;
  }
}

/* line 59, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-description .title {
  margin: 0 0 16px;
  color: #333238;
  padding: 0 0 0.3em;
  border-bottom: 1px solid #e6e6ea;
}

/* line 66, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-description .description {
  margin-top: 6px;
}

/* line 70, app/assets/stylesheets/pages/detail_page.scss */
.detail-page-description .author-link {
  color: #333238;
}

/**
 * Dashboard events feed
 *
 */
/* line 5, app/assets/stylesheets/pages/events.scss */
.event-item {
  font-size: 0.875rem;
  padding: 16px 0 16px 2.5rem;
  border-bottom: 1px solid #ececef;
  color: #737278;
  position: relative;
  line-height: 1.25rem;
}

/* line 13, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image {
  position: absolute;
  left: 0;
}

/* line 17, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image svg {
  fill: #737278;
}

/* line 23, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image-inline svg {
  fill: #737278;
}

/* line 32, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image.opened-icon svg, .event-item .system-note-image.created-icon svg,
.event-item .system-note-image-inline.opened-icon svg,
.event-item .system-note-image-inline.created-icon svg {
  fill: #52b87a;
}

/* line 37, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image.closed-icon svg,
.event-item .system-note-image-inline.closed-icon svg {
  fill: #f57f6c;
}

/* line 41, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image.accepted-icon svg,
.event-item .system-note-image-inline.accepted-icon svg {
  fill: #63a6e9;
}

/* line 45, app/assets/stylesheets/pages/events.scss */
.event-item .system-note-image.commented-on-icon svg,
.event-item .system-note-image-inline.commented-on-icon svg {
  fill: #1068bf;
}

/* line 50, app/assets/stylesheets/pages/events.scss */
.event-item .event-user-info {
  margin-bottom: 4px;
}

/* line 54, app/assets/stylesheets/pages/events.scss */
.event-item .event-user-info .author-name a {
  color: #333238;
  font-weight: 600;
}

/* line 63, app/assets/stylesheets/pages/events.scss */
.event-item .event-title .event-type::first-letter {
  text-transform: capitalize;
}

/* line 69, app/assets/stylesheets/pages/events.scss */
.event-item .event-body {
  margin-top: 4px;
  margin-right: 174px;
  color: #333238;
}

/* line 74, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note {
  word-wrap: break-word;
}

/* line 77, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note .md {
  font-size: 0.875rem;
}

/* line 80, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note .md .badge.badge-pill {
  color: #333238;
}

/* line 84, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note .md iframe.twitter-share-button {
  vertical-align: bottom;
}

/* line 88, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note .md .gl-label-scoped.gl-label-sm {
  --label-inset-border: inset 0 0 0 1px currentColor;
}

/* line 93, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note code {
  white-space: pre-wrap;
}

/* line 97, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note pre {
  border: 0;
  background: #fbfafd;
  border-radius: 0;
  color: #737278;
  overflow: hidden;
}

/* line 105, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note .note-image-attach {
  margin-top: 4px;
  margin-left: 0;
  max-width: 200px;
  float: none;
}

/* line 112, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note p:last-child {
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/pages/events.scss */
.event-item .event-body .event-note-icon {
  color: #737278;
  float: left;
  font-size: 0.875rem;
  margin-right: 5px;
}

/* line 125, app/assets/stylesheets/pages/events.scss */
.event-item:last-child {
  border: 0;
}

/* line 131, app/assets/stylesheets/pages/events.scss */
.event-item .event-commits li.commit {
  background: transparent;
  padding: 0;
  border: 0;
}

/* line 136, app/assets/stylesheets/pages/events.scss */
.event-item .event-commits li.commit .commit-row-title {
  font-size: 0.875rem;
}

/* line 141, app/assets/stylesheets/pages/events.scss */
.event-item .event-commits li.commits-stat {
  display: block;
  padding: 0 3px 0 0;
}

/* line 145, app/assets/stylesheets/pages/events.scss */
.event-item .event-commits li.commits-stat:hover {
  background: none;
}

/* line 149, app/assets/stylesheets/pages/events.scss */
.event-item .event-commits li.commits-stat a {
  color: #1068bf;
}

/* line 156, app/assets/stylesheets/pages/events.scss */
.event-item .event-item-timestamp {
  float: right;
}

@media (max-width: 575.98px) {
  /* line 162, app/assets/stylesheets/pages/events.scss */
  .event-item {
    padding-left: 0;
  }
  /* line 165, app/assets/stylesheets/pages/events.scss */
  .event-item .event-user-info {
    margin-bottom: 4px;
  }
  /* line 169, app/assets/stylesheets/pages/events.scss */
  .event-item .event-title {
    white-space: normal;
    overflow: visible;
    max-width: 100%;
  }
  /* line 175, app/assets/stylesheets/pages/events.scss */
  .event-item .system-note-image {
    display: none;
  }
  /* line 179, app/assets/stylesheets/pages/events.scss */
  .event-item .event-body {
    margin-top: 4px;
    margin-right: 0;
    padding-left: 0;
  }
  /* line 185, app/assets/stylesheets/pages/events.scss */
  .event-item .event-item-timestamp {
    display: none;
  }
}

/* line 193, app/assets/stylesheets/pages/events.scss */
.project-activity .event-scope {
  display: none;
}

/* line 2, app/assets/stylesheets/pages/groups.scss */
.dashboard .side .card .card-header .input-group .form-control {
  height: 42px;
}

/* line 7, app/assets/stylesheets/pages/groups.scss */
.groups-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

/* line 50, app/assets/stylesheets/framework/mixins.scss */
.groups-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #ececef;
  display: block;
  margin: 0;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.groups-list > li::after {
  display: block;
  clear: both;
  content: "";
}

/* line 58, app/assets/stylesheets/framework/mixins.scss */
.groups-list > li:last-child {
  border-bottom: 0;
}

/* line 62, app/assets/stylesheets/framework/mixins.scss */
.groups-list > li.active {
  background: #fbfafd;
}

/* line 65, app/assets/stylesheets/framework/mixins.scss */
.groups-list > li.active a {
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/framework/mixins.scss */
.groups-list > li.hide {
  display: none;
}

/* line 75, app/assets/stylesheets/framework/mixins.scss */
.groups-list > li.light a {
  color: #333238;
}

/* line 11, app/assets/stylesheets/pages/groups.scss */
.groups-list li a {
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/pages/groups.scss */
.groups-list li a:hover {
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/pages/groups.scss */
.group-root-path {
  max-width: 40vw;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: nowrap;
}

/* line 29, app/assets/stylesheets/pages/groups.scss */
.group-row .description p {
  margin-bottom: 0;
  color: #737278;
}

/* line 35, app/assets/stylesheets/pages/groups.scss */
.save-group-loader {
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #535158;
}

/* line 42, app/assets/stylesheets/pages/groups.scss */
.card .shared_runners_limit_under_quota {
  color: #108548;
}

/* line 46, app/assets/stylesheets/pages/groups.scss */
.card .shared_runners_limit_over_quota {
  color: #dd2b0e;
}

/* line 51, app/assets/stylesheets/pages/groups.scss */
.pipeline-quota {
  border-bottom: 1px solid #dcdcde;
  margin: 0 0 16px;
}

/* line 55, app/assets/stylesheets/pages/groups.scss */
.pipeline-quota .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 60, app/assets/stylesheets/pages/groups.scss */
.pipeline-quota .right {
  text-align: right;
}

/* line 64, app/assets/stylesheets/pages/groups.scss */
.pipeline-quota .progress {
  height: 6px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 4px;
}

/* line 72, app/assets/stylesheets/pages/groups.scss */
table.pipeline-project-metrics tr td {
  padding: 16px;
}

/* line 77, app/assets/stylesheets/pages/groups.scss */
.explore-groups.landing .inner-content p {
  margin: 7px 0 0;
  max-width: 480px;
  padding: 0 16px;
}

@media (max-width: 767.98px) {
  /* line 77, app/assets/stylesheets/pages/groups.scss */
  .explore-groups.landing .inner-content p {
    margin: 0 auto;
  }
}

/* line 87, app/assets/stylesheets/pages/groups.scss */
.explore-groups.landing .svg-container svg {
  width: 62px;
  height: 50px;
}

/* line 93, app/assets/stylesheets/pages/groups.scss */
.user-access-role {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
  color: #737278;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #dcdcde;
  border-radius: 100px;
  font-weight: 400;
}

/* line 105, app/assets/stylesheets/pages/groups.scss */
.groups-list-tree-container > .group-list-tree > .group-row.has-children:first-child {
  border-top: 0;
}

/* line 111, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .folder-toggle-wrap {
  font-size: 0;
  flex-shrink: 0;
}

/* line 115, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .folder-toggle-wrap span {
  font-size: 0.875rem;
}

/* line 120, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .item-type-icon {
  margin-top: 2px;
  width: 20px;
}

/* line 126, app/assets/stylesheets/pages/groups.scss */
.group-list-tree > .group-row:not(.has-children) .folder-caret {
  opacity: 0;
}

/* line 131, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-list-tree {
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
}

/* line 136, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-list-tree::before {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: -16px;
  border-left: 2px solid #dedee3;
}

/* line 147, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-list-tree .group-row {
  position: relative;
}

/* line 150, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-list-tree .group-row::before {
  content: '';
  display: block;
  width: 10px;
  height: 0;
  border-top: 2px solid #dedee3;
  position: absolute;
  top: 30px;
  left: -16px;
}

/* line 161, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-list-tree .group-row:last-child::before {
  background: #fff;
  height: auto;
  top: 30px;
  bottom: 0;
}

/* line 168, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-list-tree .group-row.being-removed {
  opacity: 0.5;
}

/* line 174, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row {
  padding: 0;
}

/* line 177, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row.has-children {
  border-top: 0;
}

/* line 181, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row:first-child {
  border-top: 1px solid #ececef;
}

/* line 187, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents:hover {
  border-color: #9dc7f1;
  background-color: #e9f3fc;
  cursor: pointer;
}

/* line 193, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .group-text-container,
.group-list-tree .group-row-contents .group-text {
  min-width: 0;
}

/* line 198, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .group-text {
  flex-basis: 100%;
}

/* line 202, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .avatar-container {
  flex-shrink: 0;
}

/* line 205, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .avatar-container > a {
  width: 100%;
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .title {
  font-size: 0.875rem;
}

/* line 215, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents.has-more-items {
  display: block;
  padding: 20px 10px;
}

/* line 221, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .description p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 82%;
  max-width: 100%;
}

/* line 228, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .stats {
  position: relative;
  line-height: normal;
  text-align: right;
  flex-shrink: 0;
}

/* line 234, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .stats > span {
  display: inline-flex;
  align-items: center;
  height: 16px;
  min-width: 30px;
}

/* line 241, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .group-row-contents .stats .stat-value {
  margin: 2px 0 0 5px;
}

/* line 247, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .project-row-contents .stats {
  line-height: inherit;
}

/* line 250, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .project-row-contents .stats > span:first-child {
  margin-left: 25px;
}

/* line 254, app/assets/stylesheets/pages/groups.scss */
.group-list-tree .project-row-contents .stats .last-updated {
  position: relative;
  min-width: 250px;
  text-align: right;
  color: #737278;
}

/* line 1, app/assets/stylesheets/pages/hierarchy.scss */
.hierarchy-rounded-arrow-tail {
  position: absolute;
  top: 4px;
  left: 5px;
  height: calc(100% - 20px);
}

/* line 8, app/assets/stylesheets/pages/hierarchy.scss */
.hierarchy-icon-wrapper {
  height: 1rem;
  width: 1rem;
}

/* line 13, app/assets/stylesheets/pages/hierarchy.scss */
.hierarchy-rounded-arrow {
  transform: scale(1, -1) rotate(90deg);
}

/* line 2, app/assets/stylesheets/pages/issues.scss */
.issue-token-link[href] {
  color: #1068bf;
}

/* line 6, app/assets/stylesheets/pages/issues.scss */
.issue-token-link:hover, .issue-token-link:focus {
  outline: none;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/pages/issues.scss */
.issue-token-reference {
  margin-right: 1px;
  background-color: #f7f7f8;
  transition: background 100ms linear, color 100ms linear;
}

/* line 18, app/assets/stylesheets/pages/issues.scss */
.issue-token:hover .issue-token-reference, .issue-token-link:focus > .issue-token-reference {
  background-color: #f2f2f4;
  color: #064787;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/pages/issues.scss */
.issue-token-title {
  background-color: #f2f2f4;
  transition: background 100ms linear;
}

/* line 30, app/assets/stylesheets/pages/issues.scss */
.issue-token:hover .issue-token-title, .issue-token-link:focus > .issue-token-title {
  background-color: #e4e4e8;
}

/* line 36, app/assets/stylesheets/pages/issues.scss */
.issue-token-remove-button {
  background-color: #f2f2f4;
  transition: background 100ms linear;
}

/* line 40, app/assets/stylesheets/pages/issues.scss */
.issue-token-remove-button:hover, .issue-token-remove-button:focus, .issue-token:hover .issue-token-remove-button, .issue-token-link:focus + .issue-token-remove-button {
  background-color: #e4e4e8;
  outline: none;
}

/* line 49, app/assets/stylesheets/pages/issues.scss */
.issue-realtime-pre-pulse {
  opacity: 0;
}

/* line 53, app/assets/stylesheets/pages/issues.scss */
.issue-realtime-trigger-pulse {
  transition: opacity 200ms linear;
  opacity: 1;
}

/* line 58, app/assets/stylesheets/pages/issues.scss */
ul.related-merge-requests > li gl-emoji {
  font-size: 1em;
}

/* line 63, app/assets/stylesheets/pages/issues.scss */
.merge-request-status.merged {
  color: #1f75cb;
}

/* line 67, app/assets/stylesheets/pages/issues.scss */
.merge-request-status.closed {
  color: #dd2b0e;
}

/* line 71, app/assets/stylesheets/pages/issues.scss */
.merge-request-status.open {
  color: #108548;
}

/* line 78, app/assets/stylesheets/pages/issues.scss */
.merge-request.closed, .merge-request.merged,
.issue.closed,
.issue.merged {
  background: #fbfafd;
  border-color: #dcdcde;
}

/* line 86, app/assets/stylesheets/pages/issues.scss */
.related-merge-requests .ci-status-link {
  display: block;
  margin-right: 5px;
}

/* line 91, app/assets/stylesheets/pages/issues.scss */
.related-merge-requests svg {
  display: block;
}

@media (max-width: 575.98px) {
  /* line 98, app/assets/stylesheets/pages/issues.scss */
  .detail-page-header .issuable-meta {
    line-height: 18px;
  }
}

/* line 105, app/assets/stylesheets/pages/issues.scss */
.issues-nav-controls .btn-group:empty {
  display: none;
}

/* line 110, app/assets/stylesheets/pages/issues.scss */
.recaptcha {
  margin-bottom: 30px;
}

/* line 116, app/assets/stylesheets/pages/issues.scss */
.new-branch-col .discussion-filter-container:not(:last-child) {
  margin-right: 0.5rem;
}

@media (max-width: 575.98px) {
  /* line 114, app/assets/stylesheets/pages/issues.scss */
  .new-branch-col {
    width: 100%;
  }
  /* line 124, app/assets/stylesheets/pages/issues.scss */
  .new-branch-col > div:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

/* line 131, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .ref::selection {
  color: #89888d;
}

/* line 136, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .dropdown .dropdown-menu-toggle {
  min-width: 285px;
}

/* line 140, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .dropdown .dropdown-select {
  width: 285px;
}

/* line 145, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .btn-group:not(.hidden) {
  display: flex;
}

@media (max-width: 575.98px) {
  /* line 149, app/assets/stylesheets/pages/issues.scss */
  .create-mr-dropdown-wrap .btn-group:not(.hidden) .btn.btn-confirm {
    justify-content: flex-start;
  }
  /* line 152, app/assets/stylesheets/pages/issues.scss */
  .create-mr-dropdown-wrap .btn-group:not(.hidden) .btn.btn-confirm.dropdown-toggle {
    flex-grow: 0;
  }
}

/* line 159, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .js-create-merge-request {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 164, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .create-merge-request-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: none;
  margin-top: 4px;
}

/* line 172, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm {
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 6px 10px;
  background-color: #1f75cb;
  border-color: #1068bf;
  color: #fff;
  border-width: 1px;
  line-height: 1.5;
  width: auto;
}

/* line 29, app/assets/stylesheets/framework/buttons.scss */
.create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm:focus, .create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm:active {
  background-color: #ececef;
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm:hover, .create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm:focus {
  background-color: #1068bf;
  border-color: #0b5cad;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm:active, .create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm.active {
  background-color: #0b5cad;
  border-color: #064787;
  color: #fff;
}

/* line 180, app/assets/stylesheets/pages/issues.scss */
.create-mr-dropdown-wrap .create-merge-request-dropdown-menu .btn.btn-confirm.disabled {
  background-color: #fbfafd;
  border-color: #dcdcde;
  color: #89888d;
}

/* line 189, app/assets/stylesheets/pages/issues.scss */
.discussion-reply-holder,
.note-edit-form {
  display: block;
}

/* line 195, app/assets/stylesheets/pages/issues.scss */
.issue-sort-dropdown .btn-group {
  width: 100%;
}

/* line 199, app/assets/stylesheets/pages/issues.scss */
.issue-sort-dropdown .reverse-sort-btn {
  color: #737278;
}

/* line 202, app/assets/stylesheets/pages/issues.scss */
.issue-sort-dropdown .reverse-sort-btn.disabled {
  color: #89888d;
}

@media (min-width: 576px) {
  /* line 209, app/assets/stylesheets/pages/issues.scss */
  .emoji-block .row {
    display: flex;
  }
  /* line 212, app/assets/stylesheets/pages/issues.scss */
  .emoji-block .row .new-branch-col {
    padding-bottom: 0;
    align-self: flex-end;
  }
  /* line 219, app/assets/stylesheets/pages/issues.scss */
  .create-mr-dropdown-wrap .btn-group:not(.hidden) {
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  /* line 226, app/assets/stylesheets/pages/issues.scss */
  .new-branch-col {
    text-align: right;
  }
}

/* line 233, app/assets/stylesheets/pages/issues.scss */
.issue-details .card-title a.anchor {
  left: -16px;
  top: 4px;
  outline: none;
}

/* line 238, app/assets/stylesheets/pages/issues.scss */
.issue-details .card-title a.anchor::after {
  content: url(/assets/icon_anchor-297aa9b0225eff3d6d0da74ce042a0ed5575b92aa66b7109a5e060a795b42e36.svg);
  visibility: hidden;
}

/* line 244, app/assets/stylesheets/pages/issues.scss */
.issue-details .card-title:hover > a.anchor::after {
  visibility: visible;
}

/* line 250, app/assets/stylesheets/pages/issues.scss */
.issue-sticky-header {
  --width: 100%;
  left: 0;
  width: var(--width);
  top: var(--header-height, 48px);
}

@media (min-width: 576px) {
  /* line 250, app/assets/stylesheets/pages/issues.scss */
  .issue-sticky-header {
    --width: calc(100% - 62px);
  }
}

/* line 264, app/assets/stylesheets/pages/issues.scss */
.limit-container-width .issue-sticky-header-text {
  max-width: 990px;
}

/* line 269, app/assets/stylesheets/pages/issues.scss */
.with-performance-bar .issue-sticky-header {
  top: calc(var(--header-height, 48px) + 35px);
}

@media (min-width: 768px) {
  /* line 275, app/assets/stylesheets/pages/issues.scss */
  .issue-sticky-header {
    left: 56px;
    --width: calc(100% - 56px - 62px);
  }
  /* line 281, app/assets/stylesheets/pages/issues.scss */
  .right-sidebar-expanded .issue-sticky-header {
    --width: calc(100% - 56px - 290px);
  }
}

@media (min-width: 1200px) {
  /* line 288, app/assets/stylesheets/pages/issues.scss */
  .issue-sticky-header {
    left: 256px;
    --width: calc(100% - 256px - 62px);
  }
  /* line 294, app/assets/stylesheets/pages/issues.scss */
  .page-with-icon-sidebar .issue-sticky-header {
    left: 56px;
    --width: calc(100% - 56px - 62px);
  }
  /* line 300, app/assets/stylesheets/pages/issues.scss */
  .right-sidebar-expanded .issue-sticky-header {
    --width: calc(100% - 256px - 290px);
  }
  /* line 305, app/assets/stylesheets/pages/issues.scss */
  .right-sidebar-expanded.page-with-icon-sidebar .issue-sticky-header {
    --width: calc(100% - 56px - 290px);
  }
}

/* line 310, app/assets/stylesheets/pages/issues.scss */
.issuable-header-slide-enter-active,
.issuable-header-slide-leave-active {
  transition: all 0.2s ease;
}

/* line 315, app/assets/stylesheets/pages/issues.scss */
.issuable-header-slide-enter,
.issuable-header-slide-leave-to {
  transform: translateY(-100%);
}

/* line 1, app/assets/stylesheets/pages/labels.scss */
.suggest-colors {
  margin-top: 5px;
}

/* line 4, app/assets/stylesheets/pages/labels.scss */
.suggest-colors a {
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

/* line 14, app/assets/stylesheets/pages/labels.scss */
.suggest-colors.suggest-colors-dropdown {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/pages/labels.scss */
.suggest-colors.suggest-colors-dropdown a {
  border-radius: 0;
  width: 14.2857142857%;
  margin-right: 0;
  margin-bottom: -5px;
}

/* line 30, app/assets/stylesheets/pages/labels.scss */
.dropdown-menu-labels .dropdown-content {
  max-height: 135px;
}

/* line 34, app/assets/stylesheets/pages/labels.scss */
.dropdown-menu-labels .dropdown-label-box {
  flex: 0 0 auto;
}

/* line 40, app/assets/stylesheets/pages/labels.scss */
.dropdown-new-label .dropdown-content {
  max-height: initial;
}

/* line 45, app/assets/stylesheets/pages/labels.scss */
.dropdown-label-color-input {
  position: relative;
  margin-bottom: 10px;
}

/* line 49, app/assets/stylesheets/pages/labels.scss */
.dropdown-label-color-input.is-active {
  padding-left: 32px;
}

/* line 54, app/assets/stylesheets/pages/labels.scss */
.dropdown-label-color-preview {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 64, app/assets/stylesheets/pages/labels.scss */
.color-label {
  padding: 0 0.5rem;
  line-height: 16px;
  border-radius: 100px;
  color: #fff;
}

/* line 71, app/assets/stylesheets/pages/labels.scss */
.manage-labels-list {
  padding: 0;
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/pages/labels.scss */
.manage-labels-list > li:not(.empty-message):not(.no-border) {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

/* line 80, app/assets/stylesheets/pages/labels.scss */
.prioritized-labels:not(.is-not-draggable) .manage-labels-list > li:not(.empty-message):not(.no-border) {
  cursor: grab;
}

/* line 83, app/assets/stylesheets/pages/labels.scss */
.prioritized-labels:not(.is-not-draggable) .manage-labels-list > li:not(.empty-message):not(.no-border):active {
  cursor: grabbing;
}

/* line 89, app/assets/stylesheets/pages/labels.scss */
.manage-labels-list .prepend-description-left {
  vertical-align: top;
  line-height: 24px;
}

/* line 95, app/assets/stylesheets/pages/labels.scss */
.prioritized-labels .add-priority,
.other-labels .remove-priority {
  display: none;
}

/* line 100, app/assets/stylesheets/pages/labels.scss */
.label-subscription {
  width: 109px;
}

/* line 104, app/assets/stylesheets/pages/labels.scss */
.label-actions-list {
  list-style: none;
  flex-shrink: 0;
  text-align: right;
  padding: 0;
  position: relative;
  margin: 0;
}

/* line 113, app/assets/stylesheets/pages/labels.scss */
.label-badge {
  color: #333238;
  display: inline-block;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

/* line 123, app/assets/stylesheets/pages/labels.scss */
.label-list-item .label-name {
  width: 200px;
}

/* line 126, app/assets/stylesheets/pages/labels.scss */
.label-list-item .label-name .gl-label {
  line-height: 16px;
}

/* line 131, app/assets/stylesheets/pages/labels.scss */
.label-list-item .label-action {
  color: #535158;
  cursor: pointer;
}

/* line 135, app/assets/stylesheets/pages/labels.scss */
.label-list-item .label-action:hover {
  color: #1068bf;
}

/* line 139, app/assets/stylesheets/pages/labels.scss */
.label-list-item .label-action.hover-red:hover {
  color: #dd2b0e;
}

@media (max-width: 767px) {
  /* line 147, app/assets/stylesheets/pages/labels.scss */
  .manage-labels-list > li:not(.empty-message):not(.no-border) {
    flex-wrap: wrap;
  }
  /* line 151, app/assets/stylesheets/pages/labels.scss */
  .manage-labels-list .label-name {
    order: 1;
    flex-grow: 1;
    width: auto;
    max-width: 100%;
  }
  /* line 158, app/assets/stylesheets/pages/labels.scss */
  .manage-labels-list .label-actions-list {
    order: 2;
    flex-shrink: 1;
    text-align: left;
  }
  /* line 164, app/assets/stylesheets/pages/labels.scss */
  .manage-labels-list .label-description {
    order: 3;
  }
}

/* line 170, app/assets/stylesheets/pages/labels.scss */
.priority-labels-empty-state .svg-content img {
  max-width: 114px;
}

/* line 174, app/assets/stylesheets/pages/labels.scss */
.scoped-label-tooltip-title {
  color: #a6a6de;
}

/* line 178, app/assets/stylesheets/pages/labels.scss */
.gl-label-scoped {
  box-shadow: 0 0 0 2px currentColor inset;
}

/* line 181, app/assets/stylesheets/pages/labels.scss */
.gl-label-scoped.gl-label-sm {
  box-shadow: 0 0 0 1px inset;
}

/* Fix scoped label padding in cases where old markdown uses the old label structure */
/* line 187, app/assets/stylesheets/pages/labels.scss */
.gl-label-text + .gl-label-text {
  padding-left: 0.25rem;
  padding-right: 0.5rem;
}

/*
 * Layout
 */
/**
  🚨 Do not use this spacing scale — it is deprecated and being removed. 🚨
  See https://gitlab.com/gitlab-org/gitlab/issues/36857 for more details.

  Instead, if you need a spacing class, add it to app/assets/stylesheets/framework/common.scss,
  using the following values.

    $gl-spacing-scale-0: 0;
    $gl-spacing-scale-1: 2px;
    $gl-spacing-scale-2: 4px;
    $gl-spacing-scale-3: 8px;
    $gl-spacing-scale-4: 12px;
    $gl-spacing-scale-5: 16px;
    $gl-spacing-scale-6: 24px;
    $gl-spacing-scale-7: 32px;
    $gl-spacing-scale-8: 40px;
    $gl-spacing-scale-9: 48px;
    $gl-spacing-scale-10: 56px;
    $gl-spacing-scale-11: 64px;
    $gl-spacing-scale-12: 80px;
    $gl-spacing-scale-13: 96px;

  E.g., a padding top of 96px can be added using:
  .gl-shim-pt-13 {
    padding-top: 96px;
  }

  Please use -shim- so it can be differentiated from the old scale classes.

  These will be replaced when the Gitlab UI utilities are included.
**/
/* Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1709 */
/* End gitlab-ui#1709 */
/*
 * Why another sizing scale???
 * Great question, friend!
 * This size scale is a "backport" of the equivalent set of "named" sizes
 * (e.g. `xl` versus `70`) that came from the following design document as of 2019-10-23:
 *
 * https://gitlab-org.gitlab.io/gitlab-design/hosted/design-gitlab-specs/forms-spec-previews/
 *
 * (See `input-` items at the bottom)
 *
 * The presumption here is that these sizes will be standardized in GitLab UI and thus will be
 * broadly useful here in the GitLab product when not using the GitLab UI components.
 */
/*
 * UI elements
 */
/*
 * Text
 */
/*
 * Lists
 */
/*
 * Code
 */
/*
 * Tooltips
 */
/*
 * Padding
 */
/*
 * Misc
 */
/*
* Common component specific colors
*/
/* tanuki logo colors */
/*
 * State colors:
 */
/*
 * Commit Diff Colors
 */
/*
 * The transparent colors are used in Monaco editor. Using full opacity colors
 * would hide other layers (selected text, matching brackets).
 *
 * When the transparent colors get layered on white background, they create their
 * full opacity counterparts:
 *
 *  - white + $line-added-transparent = $line-added
 *  - white + $line-added-transparent + $line-added-dark-transparent = $line-added-dark
 *
 * More details: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41553
 */
/*
 * Fonts
 */
/*
* Dropdowns
*/
/*
* Filtered Search
*/
/*
* Contextual Sidebar
*/
/*
* Buttons
*/
/*
* Badges
*/
/*
* Pagination
*/
/*
 *  Status icons
 */
/*
* Social Icons
*/
/*
 *  Award emoji
 */
/*
 * Search Box
 */
/*
 *  Notes
 */
/*
* Calendar
*/
/*
* CI
*/
/*
* Boards
*/
/*
 The following heights are used in environment_logs.scss and are used for calculation of the log viewer height.
*/
/*
* Avatar
*/
/*
* Blame
*/
/*
* Builds
*/
/*
 * Calendar
 */
/*
* Commit Page
*/
/*
* Files
*/
/*
* Forms
*/
/*
* Help
*/
/*
* Label
*/
/*
* Animation
*/
/*
* Login
*/
/*
Stat Graph
*/
/*
* Typography
*/
/*
* UI Dev Kit
*/
/*
Pipeline Graph
*/
/*
CI variable lists
*/
/*
GitLab Plans
*/
/*
Cross-project Pipelines
 */
/*
Performance Bar
*/
/*
Issuable warning
*/
/*
Image Commenting cursor
*/
/*
Security & Compliance Carousel
*/
/*
Popup
*/
/*
Multi file editor
*/
/*
Modals
*/
/*
Popovers
*/
/*
Issue Analytics
*/
/*
Merge requests
*/
/*
Compare Branches
*/
/**
 Bootstrap 4.2.0 introduced new icons for validating forms.
 Our design system does not use those, so we are disabling them for now:
 - Docs: https://getbootstrap.com/docs/4.3/components/forms/#server-side
 - Issue: https://gitlab.com/gitlab-org/design.gitlab.com/issues/242
 */
/* Login Page */
/* line 4, app/assets/stylesheets/pages/login.scss */
.login-page .container {
  max-width: 960px;
}

/* line 8, app/assets/stylesheets/pages/login.scss */
.login-page .navbar-gitlab .container {
  max-width: none;
}

/* line 12, app/assets/stylesheets/pages/login.scss */
.login-page .flash-container {
  margin-bottom: 16px;
  position: relative;
  top: 8px;
}

/* line 18, app/assets/stylesheets/pages/login.scss */
.login-page .brand-holder {
  font-size: 18px;
  line-height: 1.5;
}

/* line 22, app/assets/stylesheets/pages/login.scss */
.login-page .brand-holder p {
  font-size: 16px;
  color: #888;
}

/* line 27, app/assets/stylesheets/pages/login.scss */
.login-page .brand-holder h3 {
  font-size: 22px;
}

/* line 31, app/assets/stylesheets/pages/login.scss */
.login-page .brand-holder img {
  max-width: 100%;
  margin-bottom: 30px;
}

/* line 36, app/assets/stylesheets/pages/login.scss */
.login-page .brand-holder a {
  font-weight: 600;
}

/* line 41, app/assets/stylesheets/pages/login.scss */
.login-page p {
  font-size: 13px;
}

/* line 46, app/assets/stylesheets/pages/login.scss */
.login-page .signin-text p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 53, app/assets/stylesheets/pages/login.scss */
.login-page .borderless .login-box,
.login-page .borderless .omniauth-container {
  box-shadow: none;
}

/* line 59, app/assets/stylesheets/pages/login.scss */
.login-page .borderless .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}

/* line 66, app/assets/stylesheets/pages/login.scss */
.login-page .login-box,
.login-page .omniauth-container {
  box-shadow: 0 0 0 1px #dcdcde;
  border-radius: 0.25rem;
}

/* line 71, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-heading h3,
.login-page .omniauth-container .login-heading h3 {
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}

/* line 77, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-footer,
.login-page .omniauth-container .login-footer {
  margin-top: 10px;
}

/* line 80, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-footer p:last-child,
.login-page .omniauth-container .login-footer p:last-child {
  margin-bottom: 0;
}

/* line 85, app/assets/stylesheets/pages/login.scss */
.login-page .login-box a.forgot,
.login-page .omniauth-container a.forgot {
  float: right;
  padding-top: 6px;
}

/* line 90, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .nav .active a,
.login-page .omniauth-container .nav .active a {
  background: transparent;
}

/* line 95, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-body,
.login-page .omniauth-container .login-body {
  font-size: 13px;
}

/* line 98, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-body input + p,
.login-page .login-box .login-body input ~ p.field-validation,
.login-page .omniauth-container .login-body input + p,
.login-page .omniauth-container .login-body input ~ p.field-validation {
  margin-top: 5px;
}

/* line 103, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-body .username .validation-success,
.login-page .omniauth-container .login-body .username .validation-success {
  color: #217645;
}

/* line 107, app/assets/stylesheets/pages/login.scss */
.login-page .login-box .login-body .username .validation-error,
.login-page .omniauth-container .login-body .username .validation-error {
  color: #dd2b0e;
}

/* line 113, app/assets/stylesheets/pages/login.scss */
.login-page .omniauth-container {
  border-radius: 0.25rem;
  font-size: 13px;
}

/* line 117, app/assets/stylesheets/pages/login.scss */
.login-page .omniauth-container p {
  margin: 0;
}

/* line 121, app/assets/stylesheets/pages/login.scss */
.login-page .omniauth-container form {
  padding: 0;
  border: 0;
  background: none;
}

/* line 128, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs {
  display: flex;
  box-shadow: 0 0 0 1px #dcdcde;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 129, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs.nav-links-unboxed {
  border-color: transparent;
  box-shadow: none;
}

/* line 133, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs.nav-links-unboxed .nav-item {
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #dcdcde;
  background-color: transparent;
}

/* line 148, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs.custom-provider-tabs {
  flex-wrap: wrap;
}

/* line 151, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs.custom-provider-tabs li {
  min-width: 85px;
  flex-basis: auto;
}

/* line 160, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs.custom-provider-tabs li:nth-child(n+5) {
  border-top: 1px solid #dcdcde;
}

/* line 165, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs.custom-provider-tabs a {
  font-size: 16px;
}

/* line 170, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs li {
  flex: 1;
  text-align: center;
  border-left: 1px solid #dcdcde;
}

/* line 175, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs li:first-of-type {
  border-left: 0;
  border-top-left-radius: 4px;
}

/* line 180, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs li:last-of-type {
  border-top-right-radius: 4px;
}

/* line 184, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs li:not(.active) {
  background-color: #fbfafd;
}

/* line 188, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs li a {
  width: 100%;
  font-size: 18px;
}

/* line 193, app/assets/stylesheets/pages/login.scss */
.login-page .new-session-tabs li.active > a {
  cursor: default;
}

/* line 200, app/assets/stylesheets/pages/login.scss */
.login-page .form-control:active, .login-page .form-control:focus {
  background-color: #fff;
}

/* line 206, app/assets/stylesheets/pages/login.scss */
.login-page .submit-container {
  margin-top: 16px;
}

/* line 210, app/assets/stylesheets/pages/login.scss */
.login-page input[type='submit'] {
  margin-bottom: 0;
  display: block;
  width: 100%;
}

/* line 217, app/assets/stylesheets/pages/login.scss */
.login-page .devise-errors h2 {
  margin-top: 0;
  font-size: 14px;
  color: #ae1800;
}

@media (max-width: 575.98px) {
  /* line 227, app/assets/stylesheets/pages/login.scss */
  .login-page .col-md-5.float-right {
    float: none !important;
    margin-bottom: 45px;
  }
}

/* line 234, app/assets/stylesheets/pages/login.scss */
.devise-layout-html {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 240, app/assets/stylesheets/pages/login.scss */
.devise-layout-html.with-system-header .login-page-broadcast {
  margin-top: calc(16px + var(--header-height, 48px));
}

/* line 246, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body {
  height: calc(100% - 51px);
  margin: 0;
  padding: 0;
}

/* line 251, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body.navless {
  height: calc(100% - 11px);
}

/* line 258, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body .page-wrap {
  min-height: 100%;
  position: relative;
}

/* line 263, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body .footer-container,
.devise-layout-html body hr.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
}

/* line 273, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body .login-page-broadcast {
  margin-top: 40px;
}

/* line 277, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body .navless-container {
  padding: 0 15px 65px;
}

/* line 281, app/assets/stylesheets/pages/login.scss */
.devise-layout-html body .flash-container {
  padding-bottom: 65px;
}

@media (max-width: 575.98px) {
  /* line 281, app/assets/stylesheets/pages/login.scss */
  .devise-layout-html body .flash-container {
    padding-bottom: 0;
  }
}

/**
  This file contains only imports of Bootstrap, GitLab UI and GitLab mixins,
  variables and functions, in the correct order.

  It is meant to be used in page_bundles, but SHOULD NOT introduce any
  styles of it's own. We actually check in CI that compiling _this_ file doesn't
  result in any additional styles.

  See: scripts/frontend/check_page_bundle_mixins_css_for_sideeffects.js
 */
/*
 * Layout
 */
/**
  🚨 Do not use this spacing scale — it is deprecated and being removed. 🚨
  See https://gitlab.com/gitlab-org/gitlab/issues/36857 for more details.

  Instead, if you need a spacing class, add it to app/assets/stylesheets/framework/common.scss,
  using the following values.

    $gl-spacing-scale-0: 0;
    $gl-spacing-scale-1: 2px;
    $gl-spacing-scale-2: 4px;
    $gl-spacing-scale-3: 8px;
    $gl-spacing-scale-4: 12px;
    $gl-spacing-scale-5: 16px;
    $gl-spacing-scale-6: 24px;
    $gl-spacing-scale-7: 32px;
    $gl-spacing-scale-8: 40px;
    $gl-spacing-scale-9: 48px;
    $gl-spacing-scale-10: 56px;
    $gl-spacing-scale-11: 64px;
    $gl-spacing-scale-12: 80px;
    $gl-spacing-scale-13: 96px;

  E.g., a padding top of 96px can be added using:
  .gl-shim-pt-13 {
    padding-top: 96px;
  }

  Please use -shim- so it can be differentiated from the old scale classes.

  These will be replaced when the Gitlab UI utilities are included.
**/
/* Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1709 */
/* End gitlab-ui#1709 */
/*
 * Why another sizing scale???
 * Great question, friend!
 * This size scale is a "backport" of the equivalent set of "named" sizes
 * (e.g. `xl` versus `70`) that came from the following design document as of 2019-10-23:
 *
 * https://gitlab-org.gitlab.io/gitlab-design/hosted/design-gitlab-specs/forms-spec-previews/
 *
 * (See `input-` items at the bottom)
 *
 * The presumption here is that these sizes will be standardized in GitLab UI and thus will be
 * broadly useful here in the GitLab product when not using the GitLab UI components.
 */
/*
 * UI elements
 */
/*
 * Text
 */
/*
 * Lists
 */
/*
 * Code
 */
/*
 * Tooltips
 */
/*
 * Padding
 */
/*
 * Misc
 */
/*
* Common component specific colors
*/
/* tanuki logo colors */
/*
 * State colors:
 */
/*
 * Commit Diff Colors
 */
/*
 * The transparent colors are used in Monaco editor. Using full opacity colors
 * would hide other layers (selected text, matching brackets).
 *
 * When the transparent colors get layered on white background, they create their
 * full opacity counterparts:
 *
 *  - white + $line-added-transparent = $line-added
 *  - white + $line-added-transparent + $line-added-dark-transparent = $line-added-dark
 *
 * More details: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41553
 */
/*
 * Fonts
 */
/*
* Dropdowns
*/
/*
* Filtered Search
*/
/*
* Contextual Sidebar
*/
/*
* Buttons
*/
/*
* Badges
*/
/*
* Pagination
*/
/*
 *  Status icons
 */
/*
* Social Icons
*/
/*
 *  Award emoji
 */
/*
 * Search Box
 */
/*
 *  Notes
 */
/*
* Calendar
*/
/*
* CI
*/
/*
* Boards
*/
/*
 The following heights are used in environment_logs.scss and are used for calculation of the log viewer height.
*/
/*
* Avatar
*/
/*
* Blame
*/
/*
* Builds
*/
/*
 * Calendar
 */
/*
* Commit Page
*/
/*
* Files
*/
/*
* Forms
*/
/*
* Help
*/
/*
* Label
*/
/*
* Animation
*/
/*
* Login
*/
/*
Stat Graph
*/
/*
* Typography
*/
/*
* UI Dev Kit
*/
/*
Pipeline Graph
*/
/*
CI variable lists
*/
/*
GitLab Plans
*/
/*
Cross-project Pipelines
 */
/*
Performance Bar
*/
/*
Issuable warning
*/
/*
Image Commenting cursor
*/
/*
Security & Compliance Carousel
*/
/*
Popup
*/
/*
Multi file editor
*/
/*
Modals
*/
/*
Popovers
*/
/*
Issue Analytics
*/
/*
Merge requests
*/
/*
Compare Branches
*/
/**
 Bootstrap 4.2.0 introduced new icons for validating forms.
 Our design system does not use those, so we are disabling them for now:
 - Docs: https://getbootstrap.com/docs/4.3/components/forms/#server-side
 - Issue: https://gitlab.com/gitlab-org/design.gitlab.com/issues/242
 */
/*
 * This file is only for overriding Bootstrap 4 variables.
 * Please add any new variables to variables.scss
 */
/**
 * Prefilled mixins
 * Mixins with fixed values
 */
@keyframes blinking-dot {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.4;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Mixin for fixed width container
 */
/*
 * Base mixin for lists in GitLab
 */
/* http://phrappe.com/css/conditional-css-for-webkit-based-browsers/ */
/*
 * Mixin for status badges, as used for pipelines and commit signatures
 */
/*
 * Mixin that fixes wrapping issues with long strings (e.g. URLs)
 *
 * Note: the width needs to be set for it to work in Firefox
 */
/*
* Mixin that handles the container for the job logs (CI/CD and kubernetes pod logs)
*/
/*
* Mixin that handles the position of the controls placed on the top bar
*/
/*
* Mixin that handles the size and right margin of avatars.
*/
/*
* SASS preserves units in arithmetic operations. For example:
* 12em * 0 = 0em. This function return the unit of a numeric value.
*
* For more examples, see: https://codepen.io/paulgv/pen/XWrqMgQ
*/
/*
* SASS preserves units in arithmetic operations. For example:
* 12em * 0 = 0em. This function return the unit of a numeric value.
*
* For more examples, see: https://codepen.io/paulgv/pen/XWrqMgQ
*/
/*
Neutral palette mapping

Old variables are mapped to new variables by approximating the closest variable, erring on the side of shifting darker (with the exception of old 400). There is currently nothing mapped to 600 and 800, which makes them a good use case for subtle nuance in the UI.


Before        After (reflected below)
-------------------------------------
50            10
100           50
200           100
300           200
400           200
500           300
600           400
700           500*
800           700
900           900
950           950

* Passes 4.5:1 contrast ratio on $gray-10
*/
/**
* Utility class library
*
* ===========
* = WARNING =
* ===========
*
* Please take caution to make sure that the utility naming and values are consistent. We'd like to
* be able to automate this file in the future.
*
* Naming conventions
*
* - Prefix the utility names with the gl- namespace
* - Use t(op), b(ottom), l(eft), and r(ight) to indicate
*   positioning variations, i.e. gl-border-b-1
*/
@keyframes gl-spinner-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* stylelint-disable property-no-vendor-prefix */
/* stylelint-enable property-no-vendor-prefix */
/**
* Background color utilities.
*
* naming convention: gl-bg-{color-palette-variable-name}
* notes:
* - Strictly based design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Background position utilities.
*
* naming convention: gl-bg-{position}
*/
/**
* Background size utilities.
*
* naming convention: gl-bg-{repeat-pattern}
*/
/**
* Background repeat utilities.
*
* naming convention: gl-bg-{repeat-pattern}
*/
/**
* Background image utilities.
*
* naming convention: gl-bg-{image-name}
*/
/**
* Backdrop filter utilities
*
* naming convention: gl-filter-{filter-type}-{filter-intensity}
*/
/**
* Border style utilities.
*
* naming convention: gl-border-{position}-{style}
*/
/**
* Responsive border style utilities.
*
* naming convention: gl-{breakpoint}-border-{position}-{style}
*/
/**
* Border color utilities.
*
* naming convention: gl-border-{position}-{color-palette-variable}
* notes:
* - Prefer design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Border width utilities.
*
* naming convention: gl-border-{position}-{border-width}
* notes:
* - Base new utilities in this group in the $gl-border-size variable
*/
/**
* Border radius utilities.
*
* naming convention: gl-rounded-{roundness-size}
* notes:
* - Base new utilities in this group in the $gl-border-radius variables
*/
/**
* Inset border utilities
*
* Uses box-shadow: inset to create a border that does not
* increase the box size of an element
*
* Naming convention: gl-inset-border-{border-position}-{border-size}-{color-name}
*/
/**
* Box shadow utilities
*
* naming convention: gl-shadow-{config-name}
*/
/**
* New utilities to match design specs
* Per https: //gitlab.com/gitlab-org/gitlab-ui/-/issues/615,
* some of the above could be replaced.
*
* These use gray instead of black to align with
* tinted neutrals.
*/
/**
* Text color utilities.
*
* naming convention: gl-text-{color-palette-variable-name}
* notes:
* - Strictly based design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Content utilities.
*
* naming convention: gl-content-{value}
*/
/**
* Cursor utilities
*
* naming convention: gl-cursor-{property-value}
*/
/**
* Display utilities
*
* Naming convention gl-display-{property-value}
*/
/**
* Flexbox utilities
*
* Naming convention: gl-{breakpoint?}-{property}-{value}
*/
/**
* `gl-*flex-wrap` is deprecated; use `gl-*flex-wrap-wrap` instead.
* TODO: delete `gl-*flex-wrap` utilities classes, see
* https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1951
*/
/**
* `gl-flex-nowrap` is deprecated; use `gl-flex-wrap-nowrap` instead.
* TODO: delete `gl-flex-wrap-nowrap` utility class, see
* https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1951
*/
/**
 * Order utilities
 *
 * naming convention: gl-order-{position}
 */
/**
* Grid utilities
*
* naming convention: gl-grid-{breakpoint?}-{property}-{value?}
*/
/**
* List style utilities.
*
* naming convention: gl-list-style-{value}
*/
/**
* Opacity utilities
*
* naming convention: gl-opacity-{amount}
*/
/**
* Outline utilities.
*
* naming convention: gl-outline-{style}
*/
/**
* Overflow utilities.
*
* naming convention: gl-overflow-{property-value} |
* gl-overflow-x-{property-value} | gl-overflow-y-{property-value}
*/
/**
* Pointer events utilities
*
* Naming convention gl-pointer-events-{property-value}
*/
/**
* Position utilities.
*
* naming convention: gl-{property-value}
*/
/**
* Placement utilities.
*
* For absolute or fixed positioned elements
*
* naming convention: gl-{position}-{spacing-scale-index}
*/
/**
* Placement utilities
*
* naming convention: gl-{position}-{value}
*/
/**
* Fixed dimension (width/height) utilities
*
* naming convention: gl-{width|height}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive dimension (width/height) utilities
*
* naming convention: gl-{breakpoint}-{width|height}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Minimum/Maximun dimension (width/height) utilities
*
* naming convention: gl-{min|max}-{w|h}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive Minimum/Maximun dimension (width/height) utilities
*
* naming convention: gl-{breakpoint}-{min|max}-{w|h}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Padding utilities.
*
* naming convention: gl-p{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Margin utilities.
*
* naming convention: gl-m{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Negative margin utilities.
*
* naming convention: gl-m{position}-n{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Gap utilities
*
* naming convention: gl-gap-{direction}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
* - Utilities should be refactored to use gap after dropping Safari 13.x support
*/
/**
* Column gap utilities
*
* naming convention: gl-column-gap-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive margin utilities.
*
* naming convention: gl-{breakpoint}-m{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
* Responsive padding utilities.
*
* naming convention: gl-{breakpoint}-p{position}-{spacing-scale-index}
* notes:
* - Utilities should strictly follow $gl-spacing-scale
*/
/**
  * Remove margin and padding from empty elements
  * to prevent them from inadvertantly taking up
  * space when empty. Note that for :empty to match
  * the element can not even have whitespace in it
  */
/**
* SVG fill color utilities.
*
* naming convention: gl-fill-{color-palette-variable-name}
* notes:
* - Strictly based design system color palette. See variables.scss
* for a comprehensive list.
*/
/**
* Table utilities
*
* naming convention: gl-table-{table-property}-{value}
*/
/**
* Declares a property with a fluid value that decreases or
* rises depending on the viewport’s size. The property type
* should be numeric.
*
* Values are expected in rem units.
* Fluid range: between 48rem (768px) – 75rem (1200px).
*
* @param $property Property name, i.e. line-height, font-size, width, height, etc.
* @param $min Property value lower bound.
* @param $max Property value upper bound.
*/
/**
* Helper function for :focus
*
* @param $size is deprecated and should not be used anymore
*/
/**
* Helper function for @media of at least the minimum
* breakpoint width.
*
* @param $name Breakpoint name, such as `sm` or `md`.
*/
/**
* Helper function for @media of at most the maximum
* breakpoint width.
*
* Note: Before using, consider using a mobile-first
* approach, and define @media for larger breakpoints
* using `gl-media-breakpoint-up` while using this rule as
* the starting point instead.
*
* @param $name Breakpoint, such as `sm` or `md`. `xs` is not valid
*/
/**
* Text align utilities
*/
/**
* Text utilities
*/
/**
* Text overflow utilities
*
* Naming convention: gl-text-overflow-{value}
*/
/**
* Text indent utilities
*
* Naming convention: gl-text-indent-{value}
*/
/**
* White-space utilities.
*
* naming convention: gl-white-space-{value}
*/
/**
* Responsive White-space utilities
*
* naming convention: gl-{breakpoint}-white-space-{value}
*/
/**
* Word utilities.
*
* naming convention: gl-word-{action}-{value}
*/
/**
* Transform utilities
*
* naming convention: gl-{transform}-{position}-{value}, or
*                    gl-{transform}-{value}
*/
/**
* Transition utilities
*
* naming convention: gl-transition-{speed}
*/
/**
* Font family utility
*
* naming convention: gl-font-{family-name}
* Notes:
* - Strictly based on design system typography specs
*/
/**
* Font style utility
*
* naming convention: gl-font-style-{family-name}
*/
/**
* Font size utility
*
* naming convention: gl-font-{type-scale-size}
* Notes:
* - Strictly based on design system type scale. See
* $gl-type-scale for further references.
*/
/**
* Font-weight utilities.
*
* naming convention: gl-font-weight-[bold|normal|number]
*/
/**
* Line height utilities.
*
* naming convention: gl-line-height-{line-height-in-pixels}
* notes:
* - Strictly based in gl-line-height-{n} variables
*/
/**
* User select utilities
*
* naming convention: gl-user-select-{config-name}
*/
/**
* Vertical align utilities
*/
/**
* Visbility utilities.
*
* naming convention: gl-visibility-[value]
*/
/**
* z-index utilities
*
* naming convention: gl-z-index-{value}
*/
/* line 4, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
.ml-experiment-row .title {
  margin-bottom: 0.125rem;
  font-weight: 600;
}

/* line 9, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
.ml-experiment-row .ml-experiment-info {
  color: #737278;
}

/* line 13, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
.ml-experiment-row a {
  color: #333238;
}

/* line 18, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
table.ml-candidate-table {
  table-layout: fixed;
}

/* line 21, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
table.ml-candidate-table tr td,
table.ml-candidate-table tr th {
  padding: 8px;
}

/* line 25, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
table.ml-candidate-table tr td > *,
table.ml-candidate-table tr th > * {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 33, app/assets/stylesheets/pages/ml_experiment_tracking.scss */
table.candidate-details td {
  padding: 0.5rem;
}

/**
 * MR -> show: Automerge widget
 *
 */
/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.space-children::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, app/assets/stylesheets/pages/merge_requests.scss */
.space-children > * {
  float: left;
}

/* line 15, app/assets/stylesheets/pages/merge_requests.scss */
.space-children > *:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  /* line 20, app/assets/stylesheets/pages/merge_requests.scss */
  .media-section {
    align-items: flex-start;
  }
  /* line 24, app/assets/stylesheets/pages/merge_requests.scss */
  .media-section .media-body {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  /* line 30, app/assets/stylesheets/pages/merge_requests.scss */
  .media-section .code-text {
    align-self: center;
    flex: 1;
  }
}

/* line 42, app/assets/stylesheets/pages/merge_requests.scss */
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-preparing, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-pending, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-running {
  background-color: #1f75cb;
  border-color: #1068bf;
  color: #fff;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-preparing:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-preparing:focus, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-pending:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-pending:focus, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-running:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-running:focus {
  background-color: #1068bf;
  border-color: #0b5cad;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-preparing:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-preparing.active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-pending:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-pending.active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-running:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-running.active {
  background-color: #0b5cad;
  border-color: #064787;
  color: #fff;
}

/* line 48, app/assets/stylesheets/pages/merge_requests.scss */
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-skipped, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-failed, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-canceled, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-error {
  background-color: #dd2b0e;
  border-color: #c91c00;
  color: #fff;
}

/* line 89, app/assets/stylesheets/framework/buttons.scss */
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-skipped:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-skipped:focus, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-failed:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-failed:focus, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-canceled:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-canceled:focus, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-error:hover, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-error:focus {
  background-color: #c91c00;
  border-color: #ae1800;
  color: #fff;
}

/* line 96, app/assets/stylesheets/framework/buttons.scss */
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-skipped:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-skipped.active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-failed:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-failed.active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-canceled:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-canceled.active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-error:active, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-error.active {
  background-color: #ae1800;
  border-color: #8d1300;
  color: #fff;
}

/* line 59, app/assets/stylesheets/pages/merge_requests.scss */
.mr_source_commit,
.mr_target_commit {
  margin-bottom: 0;
}

/* line 63, app/assets/stylesheets/pages/merge_requests.scss */
.mr_source_commit .commit,
.mr_target_commit .commit {
  margin: 0;
  padding: 10px;
  list-style: none;
}

/* line 68, app/assets/stylesheets/pages/merge_requests.scss */
.mr_source_commit .commit:hover,
.mr_target_commit .commit:hover {
  background: none;
}

/* line 74, app/assets/stylesheets/pages/merge_requests.scss */
.compare-commit-empty {
  min-height: 62px;
}

/* line 78, app/assets/stylesheets/pages/merge_requests.scss */
.commits-empty {
  text-align: center;
}

/* line 81, app/assets/stylesheets/pages/merge_requests.scss */
.commits-empty h4 {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* line 86, app/assets/stylesheets/pages/merge_requests.scss */
.commits-empty svg {
  width: 230px;
}

/* line 92, app/assets/stylesheets/pages/merge_requests.scss */
.nothing-here-block img {
  width: 230px;
}

/* line 98, app/assets/stylesheets/pages/merge_requests.scss */
.mr-list .merge-request {
  padding: 10px 16px;
  display: flex;
}

/* line 102, app/assets/stylesheets/pages/merge_requests.scss */
.mr-list .merge-request .issuable-info-container {
  flex: 1;
}

/* line 106, app/assets/stylesheets/pages/merge_requests.scss */
.mr-list .merge-request .merge-request-title {
  margin-bottom: 2px;
}

/* line 110, app/assets/stylesheets/pages/merge_requests.scss */
.mr-list .merge-request .merge-request-title .ci-status-link svg {
  height: 16px;
  width: 16px;
  position: relative;
  top: 3px;
}

/* line 117, app/assets/stylesheets/pages/merge_requests.scss */
.mr-list .merge-request .merge-request-title .ci-status-link:hover, .mr-list .merge-request .merge-request-title .ci-status-link:focus {
  text-decoration: none;
}

/* line 127, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .card-header {
  padding: 5px 10px;
  font-weight: 600;
  line-height: 25px;
}

/* line 133, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .card-body {
  padding: 10px 5px;
}

/* line 137, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .card-footer {
  padding: 0;
}

/* line 140, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .card-footer .btn {
  min-width: auto;
}

/* line 146, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .commit .commit-row-title {
  margin-bottom: 4px;
}

@media (min-width: 576px) {
  /* line 150, app/assets/stylesheets/pages/merge_requests.scss */
  .card-new-merge-request .commit .item-title {
    width: 45%;
  }
}

/* line 156, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .commit .avatar {
  left: 0;
  top: 2px;
}

/* line 162, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .btn-clipboard {
  margin-right: 5px;
  padding: 0;
  background: transparent;
}

/* line 168, app/assets/stylesheets/pages/merge_requests.scss */
.card-new-merge-request .ci-status-link {
  margin-right: 5px;
}

/* line 173, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-select {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  float: left;
  width: 50%;
  margin-bottom: 0;
}

/* line 178, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-select:last-child {
  margin-bottom: 0;
}

/* line 188, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-select .gl-dropdown-custom-toggle {
  width: 100%;
}

/* line 193, app/assets/stylesheets/pages/merge_requests.scss */
.issuable-form-select-holder {
  display: inline-block;
  width: 250px;
}

/* line 197, app/assets/stylesheets/pages/merge_requests.scss */
.issuable-form-select-holder .dropdown-menu-toggle {
  width: 100%;
}

/* line 204, app/assets/stylesheets/pages/merge_requests.scss */
.table-holder .ci-table th {
  background-color: #fff;
  color: #737278;
}

/* line 211, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-tabs-holder {
  top: var(--header-height, 48px);
  z-index: 250;
  background-color: #fff;
  border-bottom: 1px solid #dcdcde;
}

/* line 217, app/assets/stylesheets/pages/merge_requests.scss */
.with-system-header .merge-request-tabs-holder {
  top: calc(var(--header-height, 48px) + 16px);
}

/* line 221, app/assets/stylesheets/pages/merge_requests.scss */
.with-system-header.with-performance-bar .merge-request-tabs-holder {
  top: calc(var(--header-height, 48px) + 16px + 35px);
}

@media (min-width: 768px) {
  /* line 211, app/assets/stylesheets/pages/merge_requests.scss */
  .merge-request-tabs-holder {
    position: sticky;
  }
}

/* line 229, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-tabs-holder.affix {
  left: 0;
  transition: right 0.15s;
}

@media (max-width: 575.98px) {
  /* line 229, app/assets/stylesheets/pages/merge_requests.scss */
  .merge-request-tabs-holder.affix {
    right: 0;
  }
}

/* line 238, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-tabs-holder .nav-links {
  border: 0;
}

/* line 244, app/assets/stylesheets/pages/merge_requests.scss */
.with-performance-bar .merge-request-tabs-holder {
  top: calc(var(--header-height, 48px) + 35px);
}

/* line 250, app/assets/stylesheets/pages/merge_requests.scss */
.limit-container-width .merge-request-tabs-container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

/* line 255, app/assets/stylesheets/pages/merge_requests.scss */
.limit-container-width .merge-request-tabs-container .inner-page-scroll-tabs {
  background-color: #fff;
  margin-left: -16px;
  padding-left: 16px;
}

@media (max-width: 575.98px) {
  /* line 265, app/assets/stylesheets/pages/merge_requests.scss */
  .merge-request-tabs-container .discussion-filter-container {
    margin-bottom: 4px;
  }
}

/* line 271, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-tabs-container .discussion-filter-container:not(:only-child) {
  margin: 4px;
}

/* line 276, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-tabs-container .merge-request-tabs {
  height: 3rem;
}

/* line 283, app/assets/stylesheets/pages/merge_requests.scss */
.container-fluid .diffs.tab-pane, .container-sm .diffs.tab-pane, .container-md .diffs.tab-pane, .container-lg .diffs.tab-pane, .container-xl .diffs.tab-pane {
  margin: 0 -16px;
}

@media (max-width: 991.98px) {
  /* line 290, app/assets/stylesheets/pages/merge_requests.scss */
  .merge-request-tabs-container {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1199.98px) {
  /* line 297, app/assets/stylesheets/pages/merge_requests.scss */
  .right-sidebar-expanded .merge-request-tabs-container {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

/* line 305, app/assets/stylesheets/pages/merge_requests.scss */
.limit-container-width:not(.container-limited) .merge-request-tabs-holder .merge-request-tabs-container {
  max-width: 958px;
}

/* line 310, app/assets/stylesheets/pages/merge_requests.scss */
.fork-sprite {
  margin-right: -5px;
}

/* line 319, app/assets/stylesheets/pages/merge_requests.scss */
.btn-link-retry[disabled] {
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.65;
}

/* line 324, app/assets/stylesheets/pages/merge_requests.scss */
.btn-link-retry[disabled]:hover {
  color: #737278;
  text-decoration: none;
}

/* line 331, app/assets/stylesheets/pages/merge_requests.scss */
.merge-request-details .file-finder-overlay.diff-file-finder {
  position: fixed;
  z-index: 99999;
  background: rgba(31, 30, 36, 0.24);
}

/* line 338, app/assets/stylesheets/pages/merge_requests.scss */
.mr-compare .diff-file .file-title-flex-parent {
  top: calc(var(--header-height, 48px) + 48px);
}

/* line 341, app/assets/stylesheets/pages/merge_requests.scss */
.with-performance-bar .mr-compare .diff-file .file-title-flex-parent {
  top: calc(35px + var(--header-height, 48px) + 48px);
}

/* line 347, app/assets/stylesheets/pages/merge_requests.scss */
.mr-experience-survey-wrapper {
  z-index: 210;
}

/* line 354, app/assets/stylesheets/pages/merge_requests.scss */
.mr-experience-survey-body {
  width: 300px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 359, app/assets/stylesheets/pages/merge_requests.scss */
.mr-experience-survey-legal {
  order: 1;
}

/* line 363, app/assets/stylesheets/pages/merge_requests.scss */
.mr-experience-survey-logo {
  width: 16px;
}

/* line 366, app/assets/stylesheets/pages/merge_requests.scss */
.mr-experience-survey-logo svg {
  max-width: 100%;
}

/* line 371, app/assets/stylesheets/pages/merge_requests.scss */
.survey-slide-up-enter {
  transform: translateY(10px);
  opacity: 0;
}

/* line 376, app/assets/stylesheets/pages/merge_requests.scss */
.survey-slide-up-enter-active {
  transition: all 0.4s ease;
}

/* line 380, app/assets/stylesheets/pages/merge_requests.scss */
.mr-compare-dropdown {
  width: 100%;
}

/* line 383, app/assets/stylesheets/pages/merge_requests.scss */
.mr-compare-dropdown .gl-button-text {
  width: 100%;
}

/**
 * Note Form
 */
/* line 5, app/assets/stylesheets/pages/note_form.scss */
.diff-file .diff-content .diff-tr.line_holder:hover > .diff-td .line_note_link,
.diff-file .diff-content tr.line_holder:hover > td .line_note_link {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 14, app/assets/stylesheets/pages/note_form.scss */
.diff-file .new-note,
.discussion .new-note {
  margin: 0;
  border: 0;
}

/* line 22, app/assets/stylesheets/pages/note_form.scss */
.new-note .note-form-actions,
.note-edit-form .note-form-actions {
  position: relative;
  margin: 16px 0 0;
}

/* line 27, app/assets/stylesheets/pages/note_form.scss */
.new-note img,
.note-edit-form img {
  max-width: 100%;
}

/* line 32, app/assets/stylesheets/pages/note_form.scss */
.note-textarea {
  display: block;
  padding: 10px 1px;
  color: #333238;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 0;
}

/* line 39, app/assets/stylesheets/pages/note_form.scss */
.note-textarea:focus {
  outline: 0;
}

/* line 44, app/assets/stylesheets/pages/note_form.scss */
.note-image-attach {
  margin-left: 45px;
  float: none;
}

/* line 50, app/assets/stylesheets/pages/note_form.scss */
.common-note-form .md-area {
  padding: 0 16px;
  border: 1px solid #dcdcde;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
}

/* line 58, app/assets/stylesheets/pages/note_form.scss */
.common-note-form .md-area.is-dropzone-hover {
  border-color: #108548;
  box-shadow: 0 0 2px rgba(31, 30, 36, 0.24), 0 0 4px rgba(16, 133, 72, 0.4);
}

/* line 63, app/assets/stylesheets/pages/note_form.scss */
.common-note-form .md-area.is-dropzone-hover .comment-toolbar,
.common-note-form .md-area.is-dropzone-hover .nav-links {
  border-color: #108548;
}

/* line 70, app/assets/stylesheets/pages/note_form.scss */
.common-note-form .md-area textarea:focus {
  box-shadow: none;
}

/* line 75, app/assets/stylesheets/pages/note_form.scss */
.common-note-form .comment-warning-wrapper:focus-within {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 80, app/assets/stylesheets/pages/note_form.scss */
.md-area:focus-within {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 84, app/assets/stylesheets/pages/note_form.scss */
.md-header .nav-links {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

/* line 89, app/assets/stylesheets/pages/note_form.scss */
.md-header .nav-links .float-right {
  margin-left: auto;
}

/* line 95, app/assets/stylesheets/pages/note_form.scss */
.issuable-note-warning {
  color: #9e5400;
  background-color: #fdf1dd;
  border-radius: 4px 4px 0 0;
  padding: 3px 12px;
  margin: auto;
  align-items: center;
}

/* line 103, app/assets/stylesheets/pages/note_form.scss */
.issuable-note-warning a {
  color: #9e5400;
  text-decoration: underline;
}

/* line 108, app/assets/stylesheets/pages/note_form.scss */
.issuable-note-warning .icon {
  margin-right: 4px;
  vertical-align: text-bottom;
  fill: #9e5400;
}

/* line 114, app/assets/stylesheets/pages/note_form.scss */
.issuable-note-warning + .md-area {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 119, app/assets/stylesheets/pages/note_form.scss */
.issuable-note-warning .disabled-comment {
  border: 0;
  border-radius: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 127, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-icon {
  border-radius: 4px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}

/* line 132, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-icon.is-active {
  fill: #9e5400;
}

/* line 136, app/assets/stylesheets/pages/note_form.scss */
.sidebar-collapsed-icon .sidebar-item-icon {
  margin: 0;
}

/* line 140, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-value .sidebar-item-icon {
  fill: #737278;
}

/* line 145, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-warning-message {
  line-height: 1.5;
  padding: 16px;
}

/* line 149, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-warning-message .text {
  color: #333238;
}

/* line 153, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-warning-message .sidebar-item-warning-message-actions {
  display: flex;
}

/* line 156, app/assets/stylesheets/pages/note_form.scss */
.sidebar-item-warning-message .sidebar-item-warning-message-actions .btn {
  flex-grow: 1;
}

/* line 162, app/assets/stylesheets/pages/note_form.scss */
.discussion-form {
  background-color: #fff;
}

@media (max-width: 575.98px) {
  /* line 166, app/assets/stylesheets/pages/note_form.scss */
  .discussion-form .user-avatar-link {
    display: none;
  }
  /* line 170, app/assets/stylesheets/pages/note_form.scss */
  .discussion-form .note-edit-form {
    margin-left: 0;
  }
}

/* line 177, app/assets/stylesheets/pages/note_form.scss */
table .discussion-form-container {
  padding: 16px;
}

/* line 182, app/assets/stylesheets/pages/note_form.scss */
.discussion-notes .disabled-comment {
  padding: 6px 0;
}

@media (max-width: 767px) {
  /* line 186, app/assets/stylesheets/pages/note_form.scss */
  .notes.notes-form > li.timeline-entry {
    padding: 0;
  }
}

@media (max-width: 1534px) {
  /* line 7, app/assets/stylesheets/framework/notes.scss */
  .notes-content.parallel .notes.notes-form > li.timeline-entry {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 191, app/assets/stylesheets/pages/note_form.scss */
  .notes.notes-form > li.timeline-entry .timeline-content {
    margin: 0;
  }
}

@media (max-width: 1534px) {
  /* line 7, app/assets/stylesheets/framework/notes.scss */
  .notes-content.parallel .notes.notes-form > li.timeline-entry .timeline-content {
    margin: 0;
  }
}

/* line 197, app/assets/stylesheets/pages/note_form.scss */
.notes.notes-form > li.timeline-entry .timeline-entry-inner {
  border: 0;
}

/* line 203, app/assets/stylesheets/pages/note_form.scss */
.snippets.note-edit-form {
  display: none;
}

/* line 207, app/assets/stylesheets/pages/note_form.scss */
.note-edit-form {
  font-size: 14px;
}

/* line 210, app/assets/stylesheets/pages/note_form.scss */
.note-edit-form .md-area {
  background-color: #fff;
}

/* line 215, app/assets/stylesheets/pages/note_form.scss */
.js-note-attachment-delete {
  display: none;
}

/* line 219, app/assets/stylesheets/pages/note_form.scss */
.error-alert > .alert {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 224, app/assets/stylesheets/pages/note_form.scss */
.error-alert > .alert.alert-dismissable .close {
  color: #fff;
  opacity: 0.85;
  font-weight: 400;
}

/* line 229, app/assets/stylesheets/pages/note_form.scss */
.error-alert > .alert.alert-dismissable .close:hover {
  opacity: 1;
}

/* line 239, app/assets/stylesheets/pages/note_form.scss */
.discussion-body .discussion-reply-holder,
.diff-file .discussion-reply-holder,
.commit-diff .discussion-reply-holder {
  background-color: #fbfafd;
  border-radius: 0 0 3px 3px;
  padding: 16px;
  border-top: 1px solid #ececef;
}

/* line 245, app/assets/stylesheets/pages/note_form.scss */
.discussion-body .discussion-reply-holder + .new-note,
.diff-file .discussion-reply-holder + .new-note,
.commit-diff .discussion-reply-holder + .new-note {
  background-color: #fbfafd;
  border-top: 1px solid #ececef;
}

/* line 250, app/assets/stylesheets/pages/note_form.scss */
.discussion-body .discussion-reply-holder.is-replying,
.diff-file .discussion-reply-holder.is-replying,
.commit-diff .discussion-reply-holder.is-replying {
  padding-bottom: 16px;
}

/* line 255, app/assets/stylesheets/pages/note_form.scss */
.discussion-body .discussion-reply-holder .user-avatar-link img,
.diff-file .discussion-reply-holder .user-avatar-link img,
.commit-diff .discussion-reply-holder .user-avatar-link img {
  margin-top: -3px;
}

@media (min-width: 576px) {
  /* line 262, app/assets/stylesheets/pages/note_form.scss */
  .discussion-with-resolve-btn {
    display: flex;
  }
}

/* line 267, app/assets/stylesheets/pages/note_form.scss */
.discussion-with-resolve-btn .discussion-actions {
  display: table;
}

/* line 270, app/assets/stylesheets/pages/note_form.scss */
.discussion-with-resolve-btn .discussion-actions svg {
  fill: #737278;
}

/* line 274, app/assets/stylesheets/pages/note_form.scss */
.discussion-with-resolve-btn .discussion-actions .btn-group {
  display: table-cell;
}

/* line 277, app/assets/stylesheets/pages/note_form.scss */
.discussion-with-resolve-btn .discussion-actions .btn-group:first-child {
  padding-right: 0;
}

/* line 281, app/assets/stylesheets/pages/note_form.scss */
.discussion-with-resolve-btn .discussion-actions .btn-group:first-child:not(:last-child) > div {
  border-right: 0;
}

/* line 289, app/assets/stylesheets/pages/note_form.scss */
.discussion-reply-holder .reply-placeholder-text-field {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
  border-radius: 0.25rem;
  width: 100%;
  resize: none;
  padding: 8px 12px;
  line-height: 1;
  border: 1px solid #dcdcde;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  /* line 289, app/assets/stylesheets/pages/note_form.scss */
  .discussion-reply-holder .reply-placeholder-text-field {
    margin-bottom: 8px;
  }
}

/* line 306, app/assets/stylesheets/pages/note_form.scss */
.comment-toolbar {
  color: #737278;
  border-top: 1px solid #dcdcde;
}

/* line 311, app/assets/stylesheets/pages/note_form.scss */
.toolbar-button {
  padding: 0;
  background: none;
  border: 0;
  font-size: 14px;
  line-height: 16px;
}

/* line 318, app/assets/stylesheets/pages/note_form.scss */
.toolbar-button:hover, .toolbar-button:focus {
  color: #1068bf;
  outline: 0;
}

@media (min-width: 768px) {
  /* line 311, app/assets/stylesheets/pages/note_form.scss */
  .toolbar-button {
    float: left;
    margin-right: 16px;
  }
  /* line 328, app/assets/stylesheets/pages/note_form.scss */
  .toolbar-button:last-child {
    float: right;
    margin-right: 0;
  }
}

/* line 335, app/assets/stylesheets/pages/note_form.scss */
.toolbar-text {
  font-size: 14px;
  line-height: 2rem;
}

@media (min-width: 768px) {
  /* line 335, app/assets/stylesheets/pages/note_form.scss */
  .toolbar-text {
    float: left;
  }
}

/* line 344, app/assets/stylesheets/pages/note_form.scss */
.note-form-actions {
  color: #333238;
}

@media (max-width: 575.98px) {
  /* line 348, app/assets/stylesheets/pages/note_form.scss */
  .note-form-actions .btn {
    float: none;
    width: 100%;
  }
}

/* line 355, app/assets/stylesheets/pages/note_form.scss */
.note-edit-warning.settings-message {
  display: none;
  padding: 5px 10px;
  position: absolute;
  left: 127px;
  top: 2px;
}

@media (max-width: 575.98px) {
  /* line 355, app/assets/stylesheets/pages/note_form.scss */
  .note-edit-warning.settings-message {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 370, app/assets/stylesheets/pages/note_form.scss */
  .comment-type-dropdown {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 376, app/assets/stylesheets/pages/note_form.scss */
  .comment-type-dropdown .btn-success {
    flex-grow: 1;
    flex-shrink: 0;
    width: auto;
  }
  /* line 382, app/assets/stylesheets/pages/note_form.scss */
  .comment-type-dropdown .dropdown-toggle {
    flex-grow: 0;
    flex-shrink: 1;
    width: auto;
  }
}

/* line 390, app/assets/stylesheets/pages/note_form.scss */
.uploading-container {
  float: right;
}

@media (max-width: 575.98px) {
  /* line 390, app/assets/stylesheets/pages/note_form.scss */
  .uploading-container {
    float: left;
    margin-top: 5px;
  }
}

/* line 399, app/assets/stylesheets/pages/note_form.scss */
.uploading-error-icon,
.uploading-error-message {
  color: #dd2b0e;
}

@media (max-width: 575.98px) {
  /* line 406, app/assets/stylesheets/pages/note_form.scss */
  .uploading-error-message::after {
    content: '\a';
    white-space: pre;
  }
}

/* line 413, app/assets/stylesheets/pages/note_form.scss */
.uploading-progress {
  margin-right: 5px;
}

/* line 417, app/assets/stylesheets/pages/note_form.scss */
.markdown-selector {
  color: #1068bf;
}

/* line 421, app/assets/stylesheets/pages/note_form.scss */
.comment-warning-wrapper {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 425, app/assets/stylesheets/pages/note_form.scss */
.comment-warning-wrapper .md-area {
  border: 0;
  box-shadow: none;
}

/* line 5, app/assets/stylesheets/pages/notes.scss */
.issuable-discussion:not(.incident-timeline-events) .main-notes-list > li.timeline-entry:not(:last-of-type)::before,
.limited-width-notes .main-notes-list > li.timeline-entry:not(:last-of-type)::before {
  content: '';
  border-left: 2px solid var(--gray-50, #ececef);
  position: absolute;
  top: 6px;
  bottom: 0;
  left: calc(1rem - 1px);
  height: calc(100% + 1.5rem);
}

/* line 29, app/assets/stylesheets/pages/notes.scss */
.notes {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 36, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry {
  margin: 16px 0;
}

/* line 39, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.system-note, .notes.timeline > .timeline-entry.note-form {
  border: 0;
}

/* line 44, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry .timeline-avatar {
  height: 2rem;
}

/* line 51, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-comment .timeline-avatar, .notes.timeline > .timeline-entry.note-skeleton .timeline-avatar,
.notes.timeline > .timeline-entry .draft-note .timeline-avatar {
  margin-top: 5px;
}

/* line 55, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-comment .timeline-content:not(.flash-container), .notes.timeline > .timeline-entry.note-skeleton .timeline-content:not(.flash-container),
.notes.timeline > .timeline-entry .draft-note .timeline-content:not(.flash-container) {
  margin-left: 2.5rem;
  border: 1px solid #dcdcde;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 4px 8px;
}

/* line 63, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-comment.draft-note .timeline-content:not(.flash-container), .notes.timeline > .timeline-entry.note-skeleton.draft-note .timeline-content:not(.flash-container),
.notes.timeline > .timeline-entry .draft-note.draft-note .timeline-content:not(.flash-container) {
  border: 0;
}

/* line 67, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-comment .note-header-info, .notes.timeline > .timeline-entry.note-skeleton .note-header-info,
.notes.timeline > .timeline-entry .draft-note .note-header-info {
  min-height: 2rem;
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
  flex-wrap: wrap;
  line-height: 1.25rem;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 80, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .discussion-wrapper {
  background-color: transparent;
}

/* line 87, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:first-of-type .timeline-avatar {
  margin-top: 5px;
}

/* line 91, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:first-of-type .timeline-content:not(.flash-container) {
  margin-left: 2.5rem;
  border-left: 1px solid #dcdcde;
  border-right: 1px solid #dcdcde;
  border-top: 1px solid #dcdcde;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #fff;
  padding: 4px 8px;
}

/* line 103, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li.draft-note .timeline-content:not(.flash-container) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 109, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:not(:first-of-type) .timeline-entry-inner {
  margin-left: 2.5rem;
  border-left: 1px solid #dcdcde;
  border-right: 1px solid #dcdcde;
  background-color: #fff;
}

/* line 115, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:not(:first-of-type) .timeline-entry-inner .timeline-content:not(.flash-container) {
  padding: 8px 8px 8px 16px;
}

/* line 119, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:not(:first-of-type) .timeline-entry-inner .timeline-discussion-body-footer {
  padding: 0 8px 0;
}

/* line 123, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:not(:first-of-type) .timeline-entry-inner .timeline-avatar {
  margin: 8px 0 0 16px;
}

/* line 127, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:not(:first-of-type) .timeline-entry-inner .timeline-discussion-body {
  margin-left: 2rem;
}

/* line 132, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content ul li:last-of-type .timeline-entry-inner {
  border-bottom: 1px solid #dcdcde;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 141, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .diff-content ul li:first-of-type .timeline-avatar {
  margin-top: 0;
}

/* line 145, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .diff-content ul li:first-of-type .timeline-content {
  margin-left: 0;
  border: 0;
  padding: 0;
}

/* line 151, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .diff-content ul li:first-of-type .timeline-entry-inner {
  margin-left: 2.5rem;
  border-left: 1px solid #dcdcde;
  border-right: 1px solid #dcdcde;
  background-color: #fff;
}

/* line 157, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .diff-content ul li:first-of-type .timeline-entry-inner .timeline-content {
  padding: 8px 8px 8px 16px;
}

/* line 161, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .diff-content ul li:first-of-type .timeline-entry-inner .timeline-avatar {
  margin: 8px 0 0 16px;
}

/* line 165, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .timeline-content .diff-content ul li:first-of-type .timeline-entry-inner .timeline-discussion-body {
  margin-left: 2rem;
}

/* line 173, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-discussion .discussion-reply-holder {
  border: 1px solid #dcdcde;
}

/* line 178, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-form {
  margin-left: 0;
}

/* line 181, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry.note-form .timeline-content {
  margin-left: 0;
}

/* line 186, app/assets/stylesheets/pages/notes.scss */
.notes.timeline > .timeline-entry .notes-content {
  border: 0;
  border-top: 1px solid #dcdcde;
}

/* line 193, app/assets/stylesheets/pages/notes.scss */
.notes > .note-discussion .card {
  border: 0;
}

/* line 198, app/assets/stylesheets/pages/notes.scss */
.notes .discussion-toggle-replies {
  border-top: 0;
  border-radius: 4px 4px 0 0;
}

/* line 202, app/assets/stylesheets/pages/notes.scss */
.notes .discussion-toggle-replies.collapsed {
  border-radius: 4px;
}

/* line 207, app/assets/stylesheets/pages/notes.scss */
.notes .note-created-ago,
.notes .note-updated-at {
  white-space: normal;
}

/* line 213, app/assets/stylesheets/pages/notes.scss */
.notes .discussion-body .card {
  margin-bottom: 0;
}

/* line 217, app/assets/stylesheets/pages/notes.scss */
.notes .discussion-body .note-header-info {
  min-height: 2rem;
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
  flex-wrap: wrap;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1.25rem;
}

/* line 229, app/assets/stylesheets/pages/notes.scss */
.notes .discussion {
  display: block;
  position: relative;
}

/* line 233, app/assets/stylesheets/pages/notes.scss */
.notes .discussion .timeline-discussion-body {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 238, app/assets/stylesheets/pages/notes.scss */
.notes .discussion .diff-content {
  overflow: visible;
  padding: 0;
}

/* line 244, app/assets/stylesheets/pages/notes.scss */
.notes > li {
  display: block;
  position: relative;
}

/* line 248, app/assets/stylesheets/pages/notes.scss */
.notes > li.being-posted {
  pointer-events: none;
  opacity: 0.5;
}

/* line 252, app/assets/stylesheets/pages/notes.scss */
.notes > li.being-posted .dummy-avatar {
  background-color: #dcdcde;
  border: 1px solid #9a9aa0;
}

/* line 258, app/assets/stylesheets/pages/notes.scss */
.notes > li .editing-spinner {
  display: none;
}

/* line 263, app/assets/stylesheets/pages/notes.scss */
.notes > li.is-requesting .note-timestamp {
  display: none;
}

/* line 267, app/assets/stylesheets/pages/notes.scss */
.notes > li.is-requesting .editing-spinner {
  display: inline-block;
}

/* line 273, app/assets/stylesheets/pages/notes.scss */
.notes > li.is-editing .note-header,
.notes > li.is-editing .note-text,
.notes > li.is-editing .edited-text {
  display: none;
}

/* line 279, app/assets/stylesheets/pages/notes.scss */
.notes > li.is-editing .user-avatar-link img {
  margin-top: 8px;
}

/* line 283, app/assets/stylesheets/pages/notes.scss */
.notes > li.is-editing .note-edit-form {
  display: block;
  margin-left: 0;
  margin-top: 0.5rem;
}

/* line 288, app/assets/stylesheets/pages/notes.scss */
.notes > li.is-editing .note-edit-form.current-note-edit-form + .note-awards {
  display: none;
}

/* line 294, app/assets/stylesheets/pages/notes.scss */
.notes > li .note-body {
  padding: 0 8px 8px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 299, app/assets/stylesheets/pages/notes.scss */
.notes > li .note-body .note-text {
  word-wrap: break-word;
}

/* line 303, app/assets/stylesheets/pages/notes.scss */
.notes > li .note-body .suggestions {
  margin-top: 4px;
}

/* line 309, app/assets/stylesheets/pages/notes.scss */
.notes > li .note-awards .js-awards-block {
  margin-top: 16px;
}

/* line 314, app/assets/stylesheets/pages/notes.scss */
.notes > li .note-emoji-button {
  position: relative;
  line-height: 1;
}

/* line 320, app/assets/stylesheets/pages/notes.scss */
.notes .system-note {
  padding: 8px 0;
  margin: 16px 0;
  background-color: transparent;
  font-size: 0.875rem;
}

/* line 326, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-header-info {
  padding-bottom: 0;
}

/* line 330, app/assets/stylesheets/pages/notes.scss */
.notes .system-note.timeline-entry::after {
  clear: none;
}

/* line 335, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .system-note-message::first-letter {
  text-transform: lowercase;
}

/* line 339, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .system-note-message a:not(.gl-link) {
  color: #1068bf;
}

/* line 343, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .system-note-message p {
  display: inline;
  margin: 0;
}

/* line 347, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .system-note-message p::first-letter {
  text-transform: lowercase;
}

@media (min-width: 576px) {
  /* line 353, app/assets/stylesheets/pages/notes.scss */
  .notes .system-note .timeline-content {
    margin-left: 30px;
  }
}

@media (min-width: 1152px) {
  /* line 7, app/assets/stylesheets/framework/notes.scss */
  .notes-content.parallel .notes .system-note .timeline-content {
    margin-left: 30px;
  }
}

/* line 359, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-header {
  padding-bottom: 0;
}

/* line 363, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body {
  overflow: hidden;
  padding: 0;
}

/* line 367, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body ul {
  margin: 0.5rem 0;
}

/* line 371, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body p {
  margin-left: 1rem;
}

/* line 375, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .description-version {
  position: relative;
}

/* line 378, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .description-version .btn.delete-description-history {
  position: absolute;
  top: 18px;
  right: 10px;
}

/* line 384, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .description-version pre {
  max-height: 445px;
  white-space: pre-wrap;
  padding-right: 30px;
}

/* line 391, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .system-note-commit-list-toggler {
  color: #1068bf;
  padding: 10px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

/* line 398, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .system-note-commit-list-toggler:hover {
  color: #1068bf;
  text-decoration: underline;
}

/* line 405, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .note-text p:first-child {
  display: none;
}

/* line 409, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .note-text.system-note-commit-list:not(.hide-shade) {
  max-height: 70px;
  overflow: hidden;
  display: block;
}

/* line 414, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .note-text.system-note-commit-list:not(.hide-shade) ul {
  margin: 3px 0 3px 16px !important;
}

/* line 418, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .note-text.system-note-commit-list:not(.hide-shade) p:first-child {
  display: none;
}

/* line 422, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .note-body .note-text.system-note-commit-list:not(.hide-shade)::after {
  content: '';
  height: 70px;
  position: absolute;
  left: 24px;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.1) -100px, #fff 100%);
}

/* line 436, app/assets/stylesheets/pages/notes.scss */
.notes .timeline-icon {
  float: left;
}

/* line 442, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .timeline-icon,
.notes .discussion-filter-note .timeline-icon {
  display: flex;
  align-items: center;
  background-color: #ececef;
  width: 2rem;
  height: 2rem;
  border: 1px solid #ececef;
  border-radius: 2rem;
  margin: -6px 0 0;
}

/* line 452, app/assets/stylesheets/pages/notes.scss */
.notes .system-note .timeline-icon svg,
.notes .discussion-filter-note .timeline-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #626168;
  display: block;
  margin: 0 auto;
}

/* line 463, app/assets/stylesheets/pages/notes.scss */
.notes .discussion-filter-note .timeline-icon {
  width: 2rem;
  height: 2rem;
  margin-top: -8px;
}

/* line 472, app/assets/stylesheets/pages/notes.scss */
.card .notes .system-note {
  margin: 0;
  padding: 0;
}

/* line 477, app/assets/stylesheets/pages/notes.scss */
.card .notes .timeline-icon {
  margin: 8px 0 0 14px;
}

/* line 485, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .file-title {
  cursor: default;
  border-top: 0;
  border-radius: 0;
  margin-left: 2.5rem;
}

@media (min-width: 768px) {
  /* line 485, app/assets/stylesheets/pages/notes.scss */
  .discussion-body .diff-file .file-title {
    --initial-top: calc(var(--header-height, 48px) + 48px);
  }
  /* line 494, app/assets/stylesheets/pages/notes.scss */
  .discussion-body .diff-file .file-title.is-sidebar-moved {
    --initial-top: calc(var(--header-height, 48px) + 72px);
  }
  /* line 498, app/assets/stylesheets/pages/notes.scss */
  .with-performance-bar .discussion-body .diff-file .file-title {
    --top: 123px;
  }
}

/* line 503, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .file-title:hover {
  background-color: #fbfafd;
}

/* line 507, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .file-title .btn-clipboard {
  top: 10px;
}

/* line 512, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .line_content {
  white-space: pre-wrap;
}

/* line 516, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content {
  margin-left: 2.5rem;
}

/* line 519, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content.outdated-lines-wrapper {
  margin-left: 0;
}

/* line 523, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content .line_holder td:first-of-type {
  border-left: solid 1px #dcdcde;
}

/* line 527, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content .line_holder td:last-of-type {
  border-right: solid 1px #dcdcde;
}

/* line 531, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content .discussion-notes {
  margin-left: -2.5rem;
}

/* line 534, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content .discussion-notes .notes {
  background-color: transparent;
}

/* line 538, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content .discussion-notes .notes-content {
  border: 0;
}

/* line 542, app/assets/stylesheets/pages/notes.scss */
.discussion-body .diff-file .diff-content .discussion-notes .timeline-content {
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 552, app/assets/stylesheets/pages/notes.scss */
.tab-pane.notes .diff-file .notes .system-note {
  margin: 0;
}

/* line 558, app/assets/stylesheets/pages/notes.scss */
.tab-pane.diffs .system-note {
  padding: 0 16px;
  margin-left: 20px;
}

/* line 563, app/assets/stylesheets/pages/notes.scss */
.tab-pane.diffs .notes > .note-discussion li.note.system-note {
  border-bottom: 0;
  padding: 0;
}

/* line 573, app/assets/stylesheets/pages/notes.scss */
.diff-file .diff-grid-left:hover .add-diff-note,
.diff-file .diff-grid-right:hover .add-diff-note,
.diff-file .is-over .add-diff-note {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 581, app/assets/stylesheets/pages/notes.scss */
.diff-file .discussion-notes:not(:last-child) {
  margin-bottom: 0;
}

/* line 585, app/assets/stylesheets/pages/notes.scss */
.diff-file .discussion-notes .system-note {
  background-color: transparent;
  padding: 0;
}

/* line 589, app/assets/stylesheets/pages/notes.scss */
.diff-file .discussion-notes .system-note .timeline-icon {
  margin-top: -2px;
}

/* line 593, app/assets/stylesheets/pages/notes.scss */
.diff-file .discussion-notes .system-note .timeline-entry-inner .timeline-icon {
  margin-top: 0.5rem;
  margin-left: 14px;
}

/* line 602, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes-content .note-header .note-headline-light {
  display: inline-block;
  position: relative;
}

/* line 607, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes-content .discussion-notes.diff-discussions {
  border-bottom: 1px solid #dcdcde;
}

/* line 610, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes-content .discussion-notes.diff-discussions:nth-last-child(1) {
  border-bottom: 0;
}

/* line 615, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder {
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 618, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td,
.diff-file .notes_holder td {
  border: 1px solid #dcdcde;
  border-left: 0;
}

/* line 623, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td.notes-content,
.diff-file .notes_holder td.notes-content {
  border-width: 1px 0;
  padding: 0;
  vertical-align: top;
  white-space: normal;
  padding-bottom: 1px;
  background-color: #fff;
}

/* line 634, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td.notes-content.parallel,
.diff-file .notes_holder td.notes-content.parallel {
  border-width: 1px;
}

/* line 637, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td.notes-content.parallel.new,
.diff-file .notes_holder td.notes-content.parallel.new {
  border-right-width: 0;
}

/* line 641, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td.notes-content.parallel .note-header,
.diff-file .notes_holder td.notes-content.parallel .note-header {
  flex-wrap: wrap;
  align-items: center;
}

/* line 647, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td.notes-content .notes,
.diff-file .notes_holder td.notes-content .notes {
  background-color: #fff;
}

/* line 651, app/assets/stylesheets/pages/notes.scss */
.diff-file .notes_holder .diff-td.notes-content a code,
.diff-file .notes_holder td.notes-content a code {
  top: 0;
  margin-right: 0;
}

/* line 661, app/assets/stylesheets/pages/notes.scss */
.diffs .discussion-notes {
  margin-left: 0;
  border-left: 0;
}

/* line 667, app/assets/stylesheets/pages/notes.scss */
.diffs .note-wrapper.system-note {
  border: 0;
  margin-left: 20px;
}

/* line 673, app/assets/stylesheets/pages/notes.scss */
.diffs .discussion-reply-holder {
  border-top: 0;
  border-radius: 0 0 4px 4px;
  position: relative;
}

/* line 678, app/assets/stylesheets/pages/notes.scss */
.diffs .discussion-reply-holder .discussion-form {
  width: 100%;
  background-color: #fbfafd;
  padding: 0;
}

/* line 684, app/assets/stylesheets/pages/notes.scss */
.diffs .discussion-reply-holder .disabled-comment {
  padding: 6px 0;
  width: 100%;
}

/* line 691, app/assets/stylesheets/pages/notes.scss */
.code-commit .notes-content,
.diff-viewer > .image ~ .note-container {
  background-color: #fff;
}

/* line 695, app/assets/stylesheets/pages/notes.scss */
.code-commit .notes-content li.note-comment,
.diff-viewer > .image ~ .note-container li.note-comment {
  padding: 8px 8px 8px 16px;
}

/* line 698, app/assets/stylesheets/pages/notes.scss */
.code-commit .notes-content li.note-comment .avatar,
.diff-viewer > .image ~ .note-container li.note-comment .avatar {
  margin-right: 0;
}

/* line 702, app/assets/stylesheets/pages/notes.scss */
.code-commit .notes-content li.note-comment .note-body,
.diff-viewer > .image ~ .note-container li.note-comment .note-body {
  padding: 4px 0 8px;
  margin-left: 2.5rem;
}

/* line 709, app/assets/stylesheets/pages/notes.scss */
.diff-viewer > .image ~ .note-container form.new-note {
  margin-left: 0;
}

/* line 715, app/assets/stylesheets/pages/notes.scss */
.discussion-header a,
.note-header-info a {
  color: inherit;
}

/* line 718, app/assets/stylesheets/pages/notes.scss */
.discussion-header a:hover, .discussion-header a.hover,
.note-header-info a:hover,
.note-header-info a.hover {
  color: #1068bf;
}

/* line 723, app/assets/stylesheets/pages/notes.scss */
.discussion-header a:focus, .discussion-header a:hover,
.note-header-info a:focus,
.note-header-info a:hover {
  text-decoration: none;
}

/* line 727, app/assets/stylesheets/pages/notes.scss */
.discussion-header a:focus .note-header-author-name, .discussion-header a:hover .note-header-author-name,
.note-header-info a:focus .note-header-author-name,
.note-header-info a:hover .note-header-author-name {
  text-decoration: underline;
}

/* line 733, app/assets/stylesheets/pages/notes.scss */
.discussion-header .author-link,
.note-header-info .author-link {
  color: #333238;
}

/* line 738, app/assets/stylesheets/pages/notes.scss */
.discussion-header .author-name-link + .author-username .author-username-link,
.note-header-info .author-name-link + .author-username .author-username-link {
  position: relative;
}

/* line 741, app/assets/stylesheets/pages/notes.scss */
.discussion-header .author-name-link + .author-username .author-username-link::before,
.note-header-info .author-name-link + .author-username .author-username-link::before {
  content: '';
  position: absolute;
  right: 100%;
  width: 0.25rem;
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 753, app/assets/stylesheets/pages/notes.scss */
.discussion-header {
  box-sizing: content-box;
}

/* line 756, app/assets/stylesheets/pages/notes.scss */
.discussion-header .note-header-info {
  padding-bottom: 0;
}

/* line 760, app/assets/stylesheets/pages/notes.scss */
.discussion-header .timeline-avatar {
  margin-top: 5px;
}

/* line 764, app/assets/stylesheets/pages/notes.scss */
.discussion-header .timeline-content {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 0.25rem;
  padding: 8px !important;
  border: solid 1px #dcdcde;
}

/* line 771, app/assets/stylesheets/pages/notes.scss */
.discussion-header .timeline-content.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 777, app/assets/stylesheets/pages/notes.scss */
.discussion-header.note-wrapper {
  display: flex;
  align-items: center;
  padding-right: 16px;
}

/* line 784, app/assets/stylesheets/pages/notes.scss */
.note-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 789, app/assets/stylesheets/pages/notes.scss */
.note-header > .note-header-info,
.note-header > .note-actions {
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 575px) {
  /* line 799, app/assets/stylesheets/pages/notes.scss */
  .note .note-header .note-actions > :first-child {
    margin-left: 0;
  }
}

@media (max-width: 1150px) {
  /* line 799, app/assets/stylesheets/pages/notes.scss */
  .notes-content.parallel .note .note-header .note-actions > :first-child {
    margin-left: 0;
  }
}

/* line 806, app/assets/stylesheets/pages/notes.scss */
.note-header-info {
  min-width: 0;
  padding-left: 8px;
}

/* line 810, app/assets/stylesheets/pages/notes.scss */
.note-header-info.discussion {
  padding-bottom: 0;
}

/* line 815, app/assets/stylesheets/pages/notes.scss */
.system-note .note-header-info {
  padding-bottom: 0;
}

/* line 819, app/assets/stylesheets/pages/notes.scss */
.note-headline-light {
  display: inline;
}

/* line 823, app/assets/stylesheets/pages/notes.scss */
.note-headline-light,
.discussion-headline-light {
  color: #737278;
}

/* line 829, app/assets/stylesheets/pages/notes.scss */
.discussion-headline-light a {
  color: #1068bf;
}

/* line 835, app/assets/stylesheets/pages/notes.scss */
.note-headline-meta .note-timestamp {
  white-space: nowrap;
}

/* line 839, app/assets/stylesheets/pages/notes.scss */
.note-headline-meta a:hover {
  text-decoration: underline;
}

/* line 843, app/assets/stylesheets/pages/notes.scss */
.note-headline-meta .gl-label-link:hover {
  text-decoration: none;
  color: inherit;
}

/* line 847, app/assets/stylesheets/pages/notes.scss */
.note-headline-meta .gl-label-link:hover .gl-label-text:last-of-type {
  text-decoration: underline;
}

/**
 * Actions for Discussions/Notes
 */
/* line 857, app/assets/stylesheets/pages/notes.scss */
.discussion-actions {
  float: right;
  color: #bfbfc3;
}

@media (max-width: 575.98px) {
  /* line 857, app/assets/stylesheets/pages/notes.scss */
  .discussion-actions {
    width: 100%;
    margin: 0 0 8px;
  }
}

/* line 866, app/assets/stylesheets/pages/notes.scss */
.discussion-actions .btn-group > .discussion-next-btn {
  margin-left: -1px;
}

/* line 870, app/assets/stylesheets/pages/notes.scss */
.discussion-actions .btn-group > .discussion-create-issue-btn {
  margin-left: -2px;
}

/* line 874, app/assets/stylesheets/pages/notes.scss */
.discussion-actions svg {
  height: 15px;
}

/* line 879, app/assets/stylesheets/pages/notes.scss */
.note-actions {
  justify-content: flex-end;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  color: #89888d;
}

@media (max-width: 575px) {
  /* line 879, app/assets/stylesheets/pages/notes.scss */
  .note-actions {
    justify-content: flex-start;
    float: none;
  }
  /* line 891, app/assets/stylesheets/pages/notes.scss */
  .note-actions .note-actions__mobile-spacer {
    flex-grow: 1;
  }
}

@media (max-width: 1150px) {
  /* line 7, app/assets/stylesheets/framework/notes.scss */
  .notes-content.parallel .note-actions {
    justify-content: flex-start;
    float: none;
  }
  /* line 891, app/assets/stylesheets/pages/notes.scss */
  .notes-content.parallel .note-actions .note-actions__mobile-spacer {
    flex-grow: 1;
  }
}

/* line 897, app/assets/stylesheets/pages/notes.scss */
.more-actions {
  display: flex;
  align-items: flex-end;
}

/* line 901, app/assets/stylesheets/pages/notes.scss */
.more-actions .tooltip {
  white-space: nowrap;
}

/* line 907, app/assets/stylesheets/pages/notes.scss */
.more-actions-toggle:hover .icon, .more-actions-toggle:focus .icon {
  color: #1068bf;
}

/* line 913, app/assets/stylesheets/pages/notes.scss */
.more-actions-dropdown {
  width: 180px;
  min-width: 180px;
}

/* line 918, app/assets/stylesheets/pages/notes.scss */
.note-actions-item {
  margin-left: 12px;
  display: flex;
  align-items: center;
}

/* line 923, app/assets/stylesheets/pages/notes.scss */
.note-actions-item.more-actions {
  margin-left: 10px;
}

/* line 929, app/assets/stylesheets/pages/notes.scss */
.note-action-button {
  line-height: 1;
  padding: 0;
  min-width: 16px;
  color: #737278;
  fill: #737278;
}

/* line 329, app/assets/stylesheets/framework/mixins.scss */
.note-action-button svg {
  height: 16px;
  width: 16px;
  top: 0;
  vertical-align: text-top;
  margin: 0;
}

/* line 334, app/assets/stylesheets/framework/mixins.scss */
.note-action-button .award-control-icon-positive,
.note-action-button .award-control-icon-super-positive {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 344, app/assets/stylesheets/framework/mixins.scss */
.note-action-button:hover .danger-highlight, .note-action-button.is-active .danger-highlight {
  color: #dd2b0e;
}

/* line 348, app/assets/stylesheets/framework/mixins.scss */
.note-action-button:hover .link-highlight, .note-action-button.is-active .link-highlight {
  color: #1068bf;
  fill: #1068bf;
}

/* line 353, app/assets/stylesheets/framework/mixins.scss */
.note-action-button:hover .award-control-icon-neutral, .note-action-button.is-active .award-control-icon-neutral {
  opacity: 0;
}

/* line 357, app/assets/stylesheets/framework/mixins.scss */
.note-action-button:hover .award-control-icon-positive, .note-action-button.is-active .award-control-icon-positive {
  opacity: 1;
}

/* line 363, app/assets/stylesheets/framework/mixins.scss */
.note-action-button.is-active .award-control-icon-positive {
  opacity: 0;
}

/* line 367, app/assets/stylesheets/framework/mixins.scss */
.note-action-button.is-active .award-control-icon-super-positive {
  opacity: 1;
}

/* line 933, app/assets/stylesheets/pages/notes.scss */
.discussion-toggle-button {
  padding: 0 8px 0 0;
  background-color: transparent;
  border: 0;
  line-height: 20px;
  font-size: 13px;
  transition: color 0.1s linear;
}

/* line 941, app/assets/stylesheets/pages/notes.scss */
.discussion-toggle-button:hover {
  color: #1068bf;
}

/* line 945, app/assets/stylesheets/pages/notes.scss */
.discussion-toggle-button:focus {
  text-decoration: underline;
  outline: none;
  color: #1068bf;
}

/* line 952, app/assets/stylesheets/pages/notes.scss */
.note-role {
  margin: 0 8px;
}

/**
 * Line note button on the side of diffs
 */
/* line 963, app/assets/stylesheets/pages/notes.scss */
.diff-grid-left:hover .add-diff-note,
.diff-grid-right:hover .add-diff-note,
.line_holder .is-over:not(.no-comment-btn) .add-diff-note {
  opacity: 1;
  z-index: 101;
}

/* line 969, app/assets/stylesheets/pages/notes.scss */
.tooltip-wrapper.add-diff-note {
  margin-left: -52px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* line 977, app/assets/stylesheets/pages/notes.scss */
.note-button.add-diff-note {
  border-radius: 50%;
  background: #fff;
  padding: 1px;
  font-size: 12px;
  color: #1f75cb;
  border: 1px solid #1f75cb;
  width: 24px;
  height: 24px;
  opacity: 0;
  will-change: opacity;
}

/* line 11, app/assets/stylesheets/framework/buttons.scss */
.note-button.add-diff-note:hover, .note-button.add-diff-note.inverted {
  background: #1f75cb;
  border-color: #1068bf;
  color: #fff;
}

/* line 18, app/assets/stylesheets/framework/buttons.scss */
.note-button.add-diff-note:active {
  outline: 0;
}

/* line 982, app/assets/stylesheets/pages/notes.scss */
.note-button.add-diff-note[disabled] {
  background: #fff;
  border-color: #bfbfc3;
  color: #a4a3a8;
  cursor: not-allowed;
}

/* line 991, app/assets/stylesheets/pages/notes.scss */
.unified-diff-components-diff-note-button::before {
  background-color: #1f75cb;
  -webkit-mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#comment);
          mask-image: url(/assets/icons-stacked-26c0f567ad0fdf0c8f7669d18bd85cf87070978e28806d9af0ef14fe34c162f3.svg#comment);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  content: '';
  width: 12px;
  height: 12px;
}

/* line 1004, app/assets/stylesheets/pages/notes.scss */
.unified-diff-components-diff-note-button:hover:not([disabled])::before, .unified-diff-components-diff-note-button.inverted::before {
  background-color: #fff;
}

/* line 1010, app/assets/stylesheets/pages/notes.scss */
.disabled-comment {
  background-color: #fbfafd;
  border-radius: 0.25rem;
  border: 1px solid #e4e4e8;
  color: #b2b2b2;
  padding: 8px 0;
}

/* line 1017, app/assets/stylesheets/pages/notes.scss */
.disabled-comment.discussion-locked {
  border: 0;
  background-color: #fff;
}

/* line 1022, app/assets/stylesheets/pages/notes.scss */
.disabled-comment a:not(.learn-more) {
  color: #1068bf;
}

/* line 1027, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn {
  position: relative;
  top: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: color 100ms linear;
}

/* line 1036, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn[disabled] {
  padding: 0 8px !important;
  box-shadow: none !important;
}

/* line 1040, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn[disabled] .gl-button-loading-indicator {
  margin-right: 0 !important;
}

/* line 1045, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn.is-disabled {
  cursor: default;
}

/* line 1052, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn:not(.is-disabled):hover svg, .line-resolve-btn:not(.is-disabled):focus svg {
  color: #217645;
}

/* line 1059, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn.is-active svg {
  color: #108548;
}

/* line 1065, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn.is-active:hover svg, .line-resolve-btn.is-active:focus svg {
  color: #24663b;
}

/* line 1071, app/assets/stylesheets/pages/notes.scss */
.line-resolve-btn .loading {
  margin: 0;
  height: auto;
}

/* line 1080, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry {
  padding-left: 0;
}

/* line 1084, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry ul.notes li.note-wrapper .timeline-content:not(.flash-container) {
  padding: 8px 8px 8px 16px;
}

/* line 1088, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry ul.notes li.note-wrapper .timeline-avatar {
  margin: 8px 0 0 16px;
}

/* line 1094, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry ul.notes li.toggle-replies-widget {
  margin-left: 0;
  border-left: 0;
  border-right: 0;
}

/* line 1100, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry ul.notes .discussion-reply-holder {
  margin-left: 0;
}

/* line 1105, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry:last-child {
  border-bottom: 0;
}

/* line 1109, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry > .timeline-entry-inner {
  padding: 0;
}

/* line 1112, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry > .timeline-entry-inner > .timeline-content {
  margin-left: 0;
}

/* line 1116, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry > .timeline-entry-inner > .timeline-icon {
  display: none;
}

/* line 1121, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry .discussion-body {
  padding-top: 0;
}

/* line 1124, app/assets/stylesheets/pages/notes.scss */
.files .diff-discussions .note-discussion.timeline-entry .discussion-body .discussion-wrapper {
  border: 0;
}

/* line 1132, app/assets/stylesheets/pages/notes.scss */
.files .draft-note-component.draft-note.timeline-entry .timeline-content:not(.flash-container) {
  padding: 8px 8px 8px 16px;
}

/* line 1136, app/assets/stylesheets/pages/notes.scss */
.files .draft-note-component.draft-note.timeline-entry .timeline-avatar {
  margin: 8px 0 0 16px;
}

/* line 1141, app/assets/stylesheets/pages/notes.scss */
.files .diff-comment-form {
  display: block;
}

/* line 1147, app/assets/stylesheets/pages/notes.scss */
.discussion-filter-container .dropdown-menu {
  margin-bottom: 4px;
}

/* line 1155, app/assets/stylesheets/pages/notes.scss */
.unstyled-comments .discussion-header {
  padding: 16px 0;
}

/* line 1159, app/assets/stylesheets/pages/notes.scss */
.unstyled-comments .discussion-form-container {
  padding: 16px;
}

/**
 * !! NOTE: Do not add more code in this file:
 *
 * https://gitlab.com/gitlab-org/gitlab/-/issues/267602
 *
 * For new pipeline CSS please consider:
 *
 * For pipelines tables and lists:
 * - `app/assets/stylesheets/page_bundles/pipelines.scss`
 *
 * For individual pipelines and mini-pipelines:
 * - `app/assets/stylesheets/page_bundles/pipeline.scss`
 *
**/
/* line 17, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .avatar {
  margin-left: 0;
  float: none;
}

/* line 23, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit .ref-name {
  font-weight: 600;
  max-width: 100px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
}

/* line 33, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit svg {
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* line 38, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit svg:not(.text-warning) {
  fill: #737278;
}

/* line 43, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit .sprite {
  width: 12px;
  height: 12px;
  fill: #333238;
}

/* line 49, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit .commit-sha {
  color: #1068bf;
}

/* line 53, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit .badge {
  margin-right: 4px;
}

/* line 57, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit .label-container {
  font-size: 0;
}

/* line 60, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .branch-commit .label-container .badge {
  margin-top: 5px;
}

@media (max-width: 991.98px) {
  /* line 67, app/assets/stylesheets/pages/pipelines.scss */
  .ci-table .time-ago {
    align-items: flex-end;
  }
}

/* line 72, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .duration,
.ci-table .finished-at {
  color: #737278;
  margin: 0;
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/pages/pipelines.scss */
.ci-table .build-link a {
  color: #333238;
}

@media (max-width: 767.98px) {
  /* line 86, app/assets/stylesheets/pages/pipelines.scss */
  .top-bar .truncated-info {
    white-space: nowrap;
    overflow: hidden;
    max-width: 220px;
    text-overflow: ellipsis;
  }
}

/* line 1, app/assets/stylesheets/pages/profile.scss */
.account-well {
  padding: 10px;
  background-color: #fbfafd;
  border: 1px solid #dcdcde;
  border-radius: 0.25rem;
}

/* line 7, app/assets/stylesheets/pages/profile.scss */
.account-well ul {
  padding-left: 20px;
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/pages/profile.scss */
.provider-btn-group {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcde;
  border-radius: 3px;
}

/* line 20, app/assets/stylesheets/pages/profile.scss */
.provider-btn-group:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/pages/profile.scss */
.social-provider-btn-image > img {
  width: 16px;
  vertical-align: inherit;
}

/* line 33, app/assets/stylesheets/pages/profile.scss */
.provider-btn-image {
  display: inline-block;
  padding: 5px 10px;
  border-right: 1px solid #dcdcde;
}

/* line 38, app/assets/stylesheets/pages/profile.scss */
.provider-btn-image > img {
  width: 20px;
}

/* line 43, app/assets/stylesheets/pages/profile.scss */
.provider-btn {
  display: inline-block;
  padding: 5px 10px;
  margin-left: -3px;
  line-height: 22px;
  background-color: #fbfafd;
}

/* line 52, app/assets/stylesheets/pages/profile.scss */
.oauth-applications form {
  display: inline-block;
}

/* line 56, app/assets/stylesheets/pages/profile.scss */
.oauth-applications .last-heading {
  width: 105px;
}

/* line 62, app/assets/stylesheets/pages/profile.scss */
.created-personal-access-token-container .btn-clipboard {
  border: 1px solid #dcdcde;
}

/* line 68, app/assets/stylesheets/pages/profile.scss */
table.u2f-registrations th:not(:last-child),
table.u2f-registrations td:not(:last-child) {
  border-right: solid 1px transparent;
}

/* line 74, app/assets/stylesheets/pages/profile.scss */
.codes {
  padding-top: 14px;
}

/* line 79, app/assets/stylesheets/pages/profile.scss */
.oauth-application-show .scopes-list {
  padding-left: 18px;
}

/* line 84, app/assets/stylesheets/pages/profile.scss */
.user-callout {
  margin: 20px -5px 0;
}

/* line 87, app/assets/stylesheets/pages/profile.scss */
.user-callout .bordered-box {
  padding: 32px;
  border: 1px solid #63a6e9;
  border-radius: 4px;
  background-color: #e9f3fc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 98, app/assets/stylesheets/pages/profile.scss */
.user-callout .landing {
  padding: 32px;
}

/* line 102, app/assets/stylesheets/pages/profile.scss */
.user-callout .close {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
}

/* line 108, app/assets/stylesheets/pages/profile.scss */
.user-callout .close .dismiss-icon {
  float: right;
  cursor: pointer;
  color: #63a6e9;
}

/* line 114, app/assets/stylesheets/pages/profile.scss */
.user-callout .close:hover {
  background-color: transparent;
  border: 0;
}

/* line 118, app/assets/stylesheets/pages/profile.scss */
.user-callout .close:hover .dismiss-icon {
  color: #428fdc;
}

/* line 124, app/assets/stylesheets/pages/profile.scss */
.user-callout .svg-container {
  margin-right: 30px;
  display: inline-block;
}

/* line 128, app/assets/stylesheets/pages/profile.scss */
.user-callout .svg-container svg {
  height: 110px;
  vertical-align: top;
}

/* line 133, app/assets/stylesheets/pages/profile.scss */
.user-callout .svg-container.convdev {
  margin: 0 0 0 30px;
}

/* line 136, app/assets/stylesheets/pages/profile.scss */
.user-callout .svg-container.convdev svg {
  height: 127px;
}

/* line 142, app/assets/stylesheets/pages/profile.scss */
.user-callout .user-callout-copy {
  display: inline-block;
  vertical-align: top;
  max-width: 570px;
}

@media (max-width: 575.98px) {
  /* line 84, app/assets/stylesheets/pages/profile.scss */
  .user-callout {
    text-align: center;
  }
  /* line 151, app/assets/stylesheets/pages/profile.scss */
  .user-callout .bordered-box {
    display: block;
  }
  /* line 155, app/assets/stylesheets/pages/profile.scss */
  .user-callout .svg-container,
.user-callout .user-callout-copy {
    margin: 0 auto;
    display: block;
  }
  /* line 160, app/assets/stylesheets/pages/profile.scss */
  .user-callout .svg-container svg,
.user-callout .user-callout-copy svg {
    height: 75px;
  }
  /* line 164, app/assets/stylesheets/pages/profile.scss */
  .user-callout .svg-container.convdev,
.user-callout .user-callout-copy.convdev {
    margin: 16px auto 0;
  }
  /* line 167, app/assets/stylesheets/pages/profile.scss */
  .user-callout .svg-container.convdev svg,
.user-callout .user-callout-copy.convdev svg {
    height: 120px;
  }
}

/* line 175, app/assets/stylesheets/pages/profile.scss */
.help-block {
  color: #737278;
}

/* line 179, app/assets/stylesheets/pages/profile.scss */
.gitlab-slack-slack-logo {
  transform: scale(200%);
}

/* line 4, app/assets/stylesheets/pages/projects.scss */
.new_project .form-text.text-muted,
.edit-project .form-text.text-muted,
.import-project .form-text.text-muted {
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/pages/projects.scss */
.new_project .project-path .form-control,
.edit-project .project-path .form-control,
.import-project .project-path .form-control {
  border-radius: 0.25rem;
}

/* line 14, app/assets/stylesheets/pages/projects.scss */
.new_project .input-group > div:last-child,
.edit-project .input-group > div:last-child,
.import-project .input-group > div:last-child {
  padding-right: 0;
}

@media (max-width: 575.98px) {
  /* line 22, app/assets/stylesheets/pages/projects.scss */
  .new_project .input-group > div:last-child,
.edit-project .input-group > div:last-child,
.import-project .input-group > div:last-child {
    margin-bottom: 0;
  }
  /* line 27, app/assets/stylesheets/pages/projects.scss */
  .new_project fieldset > .form-group:first-child,
.edit-project fieldset > .form-group:first-child,
.import-project fieldset > .form-group:first-child {
    padding-right: 0;
  }
}

/* line 32, app/assets/stylesheets/pages/projects.scss */
.new_project .input-group-prepend,
.new_project .input-group-append,
.edit-project .input-group-prepend,
.edit-project .input-group-append,
.import-project .input-group-prepend,
.import-project .input-group-append {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: unset;
  width: unset;
  max-width: 50%;
  text-align: left;
}

/* line 41, app/assets/stylesheets/pages/projects.scss */
.new_project .input-group-prepend.static-namespace,
.new_project .input-group-append.static-namespace,
.edit-project .input-group-prepend.static-namespace,
.edit-project .input-group-append.static-namespace,
.import-project .input-group-prepend.static-namespace,
.import-project .input-group-append.static-namespace {
  height: 35px;
  border-radius: 3px;
  border: 1px solid #dcdcde;
  max-width: 100%;
  flex-grow: 1;
}

/* line 49, app/assets/stylesheets/pages/projects.scss */
.new_project .input-group-prepend + .btn-default,
.new_project .input-group-append + .btn-default,
.edit-project .input-group-prepend + .btn-default,
.edit-project .input-group-append + .btn-default,
.import-project .input-group-prepend + .btn-default,
.import-project .input-group-append + .btn-default {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 55, app/assets/stylesheets/pages/projects.scss */
.save-project-loader {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #535158;
}

/* line 63, app/assets/stylesheets/pages/projects.scss */
.deploy-key .fingerprint {
  word-break: break-all;
  white-space: normal;
}

/* line 70, app/assets/stylesheets/pages/projects.scss */
.deploy-key .deploy-project-label svg,
.deploy-key .key-created-at svg {
  vertical-align: text-top;
}

/* line 75, app/assets/stylesheets/pages/projects.scss */
.deploy-key .btn svg {
  vertical-align: top;
}

/* line 79, app/assets/stylesheets/pages/projects.scss */
.deploy-key .key-created-at {
  line-height: unset;
}

/* line 84, app/assets/stylesheets/pages/projects.scss */
.deploy-project-list {
  margin-bottom: -4px;
}

/* line 87, app/assets/stylesheets/pages/projects.scss */
.deploy-project-list a.deploy-project-label {
  margin-right: 4px;
  margin-bottom: 4px;
  color: #737278;
  background-color: #ececef;
  line-height: 16px;
}

/* line 94, app/assets/stylesheets/pages/projects.scss */
.deploy-project-list a.deploy-project-label:hover {
  color: #1068bf;
}

/* line 100, app/assets/stylesheets/pages/projects.scss */
.vs-public {
  color: #1f75cb;
}

/* line 104, app/assets/stylesheets/pages/projects.scss */
.vs-internal {
  color: #ab6100;
}

/* line 108, app/assets/stylesheets/pages/projects.scss */
.vs-private {
  color: #108548;
}

/* line 112, app/assets/stylesheets/pages/projects.scss */
.lfs-enabled {
  color: #108548;
}

/* line 116, app/assets/stylesheets/pages/projects.scss */
.lfs-disabled {
  color: #ab6100;
}

/* line 120, app/assets/stylesheets/pages/projects.scss */
.breadcrumb.repo-breadcrumb {
  flex: 1;
  padding: 0;
  background: transparent;
  border: 0;
  line-height: 2rem;
  margin: 0;
}

/* line 128, app/assets/stylesheets/pages/projects.scss */
.breadcrumb.repo-breadcrumb a {
  color: #333238;
}

/* line 132, app/assets/stylesheets/pages/projects.scss */
.breadcrumb.repo-breadcrumb .dropdown-menu {
  width: 240px;
}

/* line 138, app/assets/stylesheets/pages/projects.scss */
.project-template > .form-group {
  margin-bottom: 0;
}

/* line 142, app/assets/stylesheets/pages/projects.scss */
.project-template .tab-pane {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 147, app/assets/stylesheets/pages/projects.scss */
.project-template .template-option {
  padding: 16px 0;
}

/* line 150, app/assets/stylesheets/pages/projects.scss */
.project-template .template-option:not(:first-child) {
  border-top: 1px solid #dcdcde;
}

/* line 154, app/assets/stylesheets/pages/projects.scss */
.project-template .template-option .controls {
  margin-left: auto;
}

/* line 160, app/assets/stylesheets/pages/projects.scss */
.project-template .choose-template input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* line 166, app/assets/stylesheets/pages/projects.scss */
.project-template .project-fields-form {
  display: none;
}

/* line 169, app/assets/stylesheets/pages/projects.scss */
.project-template .project-fields-form.selected {
  display: block;
  padding: 16px;
}

/* line 176, app/assets/stylesheets/pages/projects.scss */
.project-template .template-input-group .input-group-prepend {
  flex: 1;
}

/* line 180, app/assets/stylesheets/pages/projects.scss */
.project-template .template-input-group .input-group-text {
  width: 100%;
  background-color: #fff;
}

/* line 186, app/assets/stylesheets/pages/projects.scss */
.project-template .template-input-group .selected-icon img {
  display: none;
  height: 20px;
  width: 20px;
}

/* line 196, app/assets/stylesheets/pages/projects.scss */
.gitlab-tab-content .import-project-pane {
  padding-bottom: 6px;
}

/* line 202, app/assets/stylesheets/pages/projects.scss */
.project-import .import-btn-container {
  margin-bottom: 0;
}

/* line 206, app/assets/stylesheets/pages/projects.scss */
.project-import .toggle-import-form {
  padding-bottom: 10px;
}

/* line 210, app/assets/stylesheets/pages/projects.scss */
.project-import .import-buttons {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 215, app/assets/stylesheets/pages/projects.scss */
.project-import .import-buttons .btn {
  padding: 8px;
  margin-right: 10px;
}

/* line 220, app/assets/stylesheets/pages/projects.scss */
.project-import .import-buttons .btn-template-icon {
  height: 24px;
  width: inherit;
  display: block;
  margin: 0 auto 4px;
  font-size: 24px;
}

@media (min-width: 575px) {
  /* line 220, app/assets/stylesheets/pages/projects.scss */
  .project-import .import-buttons .btn-template-icon {
    top: 0;
  }
}

@media (max-width: 575.98px) {
  /* line 233, app/assets/stylesheets/pages/projects.scss */
  .project-import .import-buttons .btn-template-icon {
    display: inline-block;
    height: 14px;
    font-size: 14px;
    margin: 0;
  }
}

/* line 241, app/assets/stylesheets/pages/projects.scss */
.project-import .import-buttons > div {
  margin-bottom: 10px;
  padding-left: 0;
}

/* line 248, app/assets/stylesheets/pages/projects.scss */
.repository-languages-bar {
  height: 8px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 4px;
}

/* line 254, app/assets/stylesheets/pages/projects.scss */
.repository-languages-bar .progress-bar {
  margin-right: 2px;
  padding: 0 4px;
}

/* line 258, app/assets/stylesheets/pages/projects.scss */
.repository-languages-bar .progress-bar:last-child {
  margin-right: 0;
}

/* line 264, app/assets/stylesheets/pages/projects.scss */
.repository-language-bar-tooltip-language {
  font-weight: 600;
}

/* line 268, app/assets/stylesheets/pages/projects.scss */
.repository-language-bar-tooltip-share {
  color: #bfbfc3;
}

/*
 * Projects list rendered on dashboard and user page
 */
/* line 277, app/assets/stylesheets/pages/projects.scss */
.project-row .description p {
  margin-bottom: 0;
  color: #737278;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
}

/* line 284, app/assets/stylesheets/pages/projects.scss */
.projects-list {
  margin: 5px 0;
  padding: 0;
  list-style: none;
  display: table;
}

/* line 50, app/assets/stylesheets/framework/mixins.scss */
.projects-list > li {
  padding: 10px 0;
  border-bottom: 1px solid #ececef;
  display: block;
  margin: 0;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.projects-list > li::after {
  display: block;
  clear: both;
  content: "";
}

/* line 58, app/assets/stylesheets/framework/mixins.scss */
.projects-list > li:last-child {
  border-bottom: 0;
}

/* line 62, app/assets/stylesheets/framework/mixins.scss */
.projects-list > li.active {
  background: #fbfafd;
}

/* line 65, app/assets/stylesheets/framework/mixins.scss */
.projects-list > li.active a {
  font-weight: 600;
}

/* line 70, app/assets/stylesheets/framework/mixins.scss */
.projects-list > li.hide {
  display: none;
}

/* line 75, app/assets/stylesheets/framework/mixins.scss */
.projects-list > li.light a {
  color: #333238;
}

/* line 288, app/assets/stylesheets/pages/projects.scss */
.projects-list .project-row {
  display: table-row;
}

/* line 292, app/assets/stylesheets/pages/projects.scss */
.projects-list .project-cell {
  display: table-cell;
  border-bottom: solid 1px #dcdcde;
  vertical-align: top;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* line 300, app/assets/stylesheets/pages/projects.scss */
.projects-list .project-row:last-of-type .project-cell {
  border-style: none;
}

/* line 83, app/assets/stylesheets/framework/mixins.scss */
.projects-list.admin-projects .project-row .stats, .projects-list.group-settings-projects .project-row .stats {
  float: right;
  line-height: 42px;
  color: #737278;
}

@media (max-width: 575.98px) {
  /* line 83, app/assets/stylesheets/framework/mixins.scss */
  .projects-list.admin-projects .project-row .stats, .projects-list.group-settings-projects .project-row .stats {
    padding-top: 6px;
  }
}

/* line 92, app/assets/stylesheets/framework/mixins.scss */
.projects-list.admin-projects .project-row .stats span, .projects-list.group-settings-projects .project-row .stats span {
  margin-right: 15px;
}

/* line 311, app/assets/stylesheets/pages/projects.scss */
.projects-list.admin-projects .project-row .description > p, .projects-list.group-settings-projects .project-row .description > p {
  margin-bottom: 0;
}

/* line 316, app/assets/stylesheets/pages/projects.scss */
.projects-list.admin-projects .controls, .projects-list.group-settings-projects .controls {
  line-height: 2.625rem;
}

/* line 321, app/assets/stylesheets/pages/projects.scss */
.projects-list .project-details {
  max-width: 625px;
}

/* line 324, app/assets/stylesheets/pages/projects.scss */
.projects-list .project-details p,
.projects-list .project-details .commit-row-message {
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100%;
}

/* line 330, app/assets/stylesheets/pages/projects.scss */
.projects-list .project-details .description {
  line-height: 1.5;
  max-height: 2.5rem;
}

/* line 336, app/assets/stylesheets/pages/projects.scss */
.projects-list .ci-status-link {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 341, app/assets/stylesheets/pages/projects.scss */
  .projects-list:not(.compact) .controls {
    justify-content: flex-start;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  /* line 347, app/assets/stylesheets/pages/projects.scss */
  .projects-list:not(.compact) .controls:not(.with-pipeline-status) .icon-wrapper:first-of-type {
    margin-left: 2rem;
  }
}

/* line 357, app/assets/stylesheets/pages/projects.scss */
.projects-list:not(.compact) .project-details p,
.projects-list:not(.compact) .project-details .commit-row-message {
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
}

@media (min-width: 576px) {
  /* line 368, app/assets/stylesheets/pages/projects.scss */
  .projects-list .controls {
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  /* line 373, app/assets/stylesheets/pages/projects.scss */
  .projects-list .controls .icon-wrapper {
    margin-right: 0;
    margin-left: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 380, app/assets/stylesheets/pages/projects.scss */
  .projects-list .controls .icon-wrapper:first-child {
    margin-left: 0;
  }
}

/* line 386, app/assets/stylesheets/pages/projects.scss */
.projects-list .controls .ci-status-link {
  display: inline-flex;
}

@media (min-width: 992px) {
  /* line 391, app/assets/stylesheets/pages/projects.scss */
  .projects-list .icon-container {
    margin-right: 2rem;
  }
}

/* line 398, app/assets/stylesheets/pages/projects.scss */
.projects-list.compact .description {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 404, app/assets/stylesheets/pages/projects.scss */
.projects-list.compact .avatar-container {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-height: 40px;
  min-width: 40px;
}

/* line 409, app/assets/stylesheets/pages/projects.scss */
.projects-list.compact .avatar-container .identicon.s48 {
  font-size: 16px;
}

@media (min-width: 576px) {
  /* line 414, app/assets/stylesheets/pages/projects.scss */
  .projects-list.compact .updated-note {
    margin-top: 0.25rem;
  }
}

/* line 420, app/assets/stylesheets/pages/projects.scss */
.projects-list.compact .icon-wrapper {
  margin-left: 0.5rem;
  margin-right: 0;
}

/* line 425, app/assets/stylesheets/pages/projects.scss */
.projects-list.compact .user-access-role {
  line-height: 14px;
}

@media (max-width: 991.98px) {
  /* line 431, app/assets/stylesheets/pages/projects.scss */
  .projects-list .avatar-container {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-height: 40px;
    min-width: 40px;
  }
  /* line 436, app/assets/stylesheets/pages/projects.scss */
  .projects-list .avatar-container .identicon.s64 {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  /* line 443, app/assets/stylesheets/pages/projects.scss */
  .projects-list .updated-note {
    margin-top: 0.5rem;
    text-align: right;
  }
}

/* line 449, app/assets/stylesheets/pages/projects.scss */
.projects-list .forks,
.projects-list .pipeline-status,
.projects-list .updated-note {
  display: flex;
}

@media (max-width: 991.98px) {
  /* line 457, app/assets/stylesheets/pages/projects.scss */
  .projects-list.explore .pipeline-status,
.projects-list.explore .updated-note {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  /* line 465, app/assets/stylesheets/pages/projects.scss */
  .projects-list .updated-note {
    margin-top: 0;
    text-align: left;
  }
}

/* line 472, app/assets/stylesheets/pages/projects.scss */
.card .projects-list li {
  padding: 10px 15px;
  margin: 0;
}

/* line 478, app/assets/stylesheets/pages/projects.scss */
.git-clone-holder .clone-options {
  display: table-cell;
}

/* line 481, app/assets/stylesheets/pages/projects.scss */
.git-clone-holder .clone-options a.btn {
  width: 100%;
}

/* line 486, app/assets/stylesheets/pages/projects.scss */
.git-clone-holder .form-control {
  font-family: var(--default-mono-font, "Menlo"), "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
  font-variant-ligatures: none;
  background-color: #fff;
  border-color: #dcdcde;
  font-size: 14px;
  margin-left: -1px;
  cursor: auto;
}

/* line 496, app/assets/stylesheets/pages/projects.scss */
.protected-branches-list,
.protected-tags-list {
  margin-bottom: 32px;
}

/* line 500, app/assets/stylesheets/pages/projects.scss */
.protected-branches-list .settings-message,
.protected-tags-list .settings-message {
  margin: 0;
  border-radius: 0 0 1px 1px;
  padding: 20px 0;
  border: 0;
}

/* line 507, app/assets/stylesheets/pages/projects.scss */
.protected-branches-list .table-bordered,
.protected-tags-list .table-bordered {
  border-radius: 1px;
}

/* line 510, app/assets/stylesheets/pages/projects.scss */
.protected-branches-list .table-bordered th:not(:last-child),
.protected-branches-list .table-bordered td:not(:last-child),
.protected-tags-list .table-bordered th:not(:last-child),
.protected-tags-list .table-bordered td:not(:last-child) {
  border-right: solid 1px transparent;
}

/* line 516, app/assets/stylesheets/pages/projects.scss */
.protected-branches-list .flash-container,
.protected-tags-list .flash-container {
  padding: 0;
}

/* line 521, app/assets/stylesheets/pages/projects.scss */
.project-refs-form .dropdown-menu {
  width: 300px;
}

@media (min-width: 576px) {
  /* line 521, app/assets/stylesheets/pages/projects.scss */
  .project-refs-form .dropdown-menu {
    width: 500px;
  }
}

/* line 528, app/assets/stylesheets/pages/projects.scss */
.project-refs-form .dropdown-menu a {
  white-space: normal;
}

/* line 534, app/assets/stylesheets/pages/projects.scss */
.compare-form-group .dropdown-menu,
.compare-form-group .inline-input-group {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 534, app/assets/stylesheets/pages/projects.scss */
  .compare-form-group .dropdown-menu,
.compare-form-group .inline-input-group {
    width: 300px;
  }
}

/* line 543, app/assets/stylesheets/pages/projects.scss */
.compare-form-group + .compare-ellipsis {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-top: -20px;
}

@media (min-width: 576px) {
  /* line 543, app/assets/stylesheets/pages/projects.scss */
  .compare-form-group + .compare-ellipsis {
    margin: 0 8px;
    width: auto;
  }
}

/* line 558, app/assets/stylesheets/pages/projects.scss */
.compare-form-group .gl-search-box-by-type-input {
  width: 100%;
}

/* line 565, app/assets/stylesheets/pages/projects.scss */
.compare-form-group .gl-dropdown-button-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  max-width: 82%;
}

@media (min-width: 992px) {
  /* line 572, app/assets/stylesheets/pages/projects.scss */
  .compare-revision-cards .gl-card {
    width: calc(50% - 15px);
  }
  /* line 576, app/assets/stylesheets/pages/projects.scss */
  .compare-revision-cards .compare-ellipsis {
    width: 30px;
  }
}

/* line 583, app/assets/stylesheets/pages/projects.scss */
.project-path .form-control {
  min-width: 100px;
}

@media (min-width: 576px) {
  /* line 587, app/assets/stylesheets/pages/projects.scss */
  .project-path.form-group {
    margin-bottom: 0;
  }
}

/* line 594, app/assets/stylesheets/pages/projects.scss */
.project-home-empty {
  border-top: 0;
}

/* line 597, app/assets/stylesheets/pages/projects.scss */
.project-home-empty .container-fluid, .project-home-empty .container-sm, .project-home-empty .container-md, .project-home-empty .container-lg, .project-home-empty .container-xl {
  background: none;
}

/* line 601, app/assets/stylesheets/pages/projects.scss */
.project-home-empty p {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

/* line 608, app/assets/stylesheets/pages/projects.scss */
.project-feature {
  padding-top: 10px;
}

@media (min-width: 576px) {
  /* line 608, app/assets/stylesheets/pages/projects.scss */
  .project-feature {
    padding-left: 45px;
  }
}

@media (min-width: 576px) {
  /* line 615, app/assets/stylesheets/pages/projects.scss */
  .project-feature.nested {
    padding-left: 90px;
  }
}

/* line 622, app/assets/stylesheets/pages/projects.scss */
.services-installation-info .row {
  margin-bottom: 10px;
}

/* line 626, app/assets/stylesheets/pages/projects.scss */
.project-badge {
  opacity: 0.9;
}

/* line 629, app/assets/stylesheets/pages/projects.scss */
.project-badge:hover {
  opacity: 1;
}

/* line 635, app/assets/stylesheets/pages/projects.scss */
.project-mirror-settings .btn-show-advanced {
  min-width: 135px;
}

/* line 638, app/assets/stylesheets/pages/projects.scss */
.project-mirror-settings .btn-show-advanced .label-show {
  display: none;
}

/* line 642, app/assets/stylesheets/pages/projects.scss */
.project-mirror-settings .btn-show-advanced .label-hide {
  display: inline;
}

/* line 647, app/assets/stylesheets/pages/projects.scss */
.project-mirror-settings .btn-show-advanced.show-advanced .label-show {
  display: inline;
}

/* line 651, app/assets/stylesheets/pages/projects.scss */
.project-mirror-settings .btn-show-advanced.show-advanced .label-hide {
  display: none;
}

/* line 5, app/assets/stylesheets/pages/registry.scss */
.breadcrumbs-container .gl-breadcrumbs {
  padding: 0;
  box-shadow: none;
}

/* line 2, app/assets/stylesheets/pages/settings.scss */
.integration-settings-form .card.card-body,
.integration-settings-form .info-well {
  padding: 8px;
  box-shadow: none;
}

/* line 8, app/assets/stylesheets/pages/settings.scss */
.integration-settings-form .svg-container {
  max-width: 150px;
}

/* line 14, app/assets/stylesheets/pages/settings.scss */
.visibility-level-setting .option-title {
  font-weight: 400;
  display: inline-block;
  color: var(--gl-text-color, #333238);
  vertical-align: top;
}

/* line 21, app/assets/stylesheets/pages/settings.scss */
.visibility-level-setting .option-description,
.visibility-level-setting .option-disabled-reason {
  color: var(--gray-700, #535158);
}

/* line 26, app/assets/stylesheets/pages/settings.scss */
.visibility-level-setting .option-disabled-reason {
  display: none;
}

/* line 31, app/assets/stylesheets/pages/settings.scss */
.visibility-level-setting .disabled svg {
  opacity: 0.5;
}

/* line 35, app/assets/stylesheets/pages/settings.scss */
.visibility-level-setting .disabled .option-description {
  display: none;
}

/* line 39, app/assets/stylesheets/pages/settings.scss */
.visibility-level-setting .disabled .option-disabled-reason {
  display: block;
}

/* line 46, app/assets/stylesheets/pages/settings.scss */
.saml-settings.info-well .form-control[readonly] {
  background: var(--white, #fff);
}

/* line 51, app/assets/stylesheets/pages/settings.scss */
.doorkeeper-authorize {
  max-width: 31.25rem;
}

/* line 56, app/assets/stylesheets/pages/settings.scss */
.created-deploy-token-container .deploy-token-field {
  width: 90%;
  display: inline;
}

/* line 61, app/assets/stylesheets/pages/settings.scss */
.created-deploy-token-container .btn-clipboard {
  background-color: var(--white, #fff);
  border: 1px solid var(--gray-100, #dcdcde);
}

/* line 66, app/assets/stylesheets/pages/settings.scss */
.created-deploy-token-container .deploy-token-help-block {
  display: block;
  margin-bottom: 0;
}

/* line 72, app/assets/stylesheets/pages/settings.scss */
.push-pull-table {
  margin-top: 1em;
}

/* line 80, app/assets/stylesheets/pages/settings.scss */
.ci-variable-table table thead,
.deploy-freeze-table table thead,
.ci-secure-files-table table thead {
  border-bottom: 1px solid var(--gray-50, #ececef);
}

/* line 85, app/assets/stylesheets/pages/settings.scss */
.ci-variable-table table tr td,
.ci-variable-table table tr th,
.deploy-freeze-table table tr td,
.deploy-freeze-table table tr th,
.ci-secure-files-table table tr td,
.ci-secure-files-table table tr th {
  padding-left: 0;
}

/* line 90, app/assets/stylesheets/pages/settings.scss */
.ci-variable-table table tr th,
.deploy-freeze-table table tr th,
.ci-secure-files-table table tr th {
  background-color: transparent;
  font-weight: 600;
  border: 0;
}

@media (max-width: 992px) {
  /* line 98, app/assets/stylesheets/pages/settings.scss */
  .ci-variable-table table tr td,
.deploy-freeze-table table tr td,
.ci-secure-files-table table tr td {
    padding-left: 1rem;
  }
}

@media (max-width: 991px) {
  /* line 106, app/assets/stylesheets/pages/settings.scss */
  .ci-variable-table .truncated-container,
.deploy-freeze-table .truncated-container,
.ci-secure-files-table .truncated-container {
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/pages/settings.scss */
  .gl-md-flex-wrap-nowrap.gl-md-flex-wrap-nowrap {
    flex-wrap: nowrap;
  }
}

/* line 2, app/assets/stylesheets/pages/storage_quota.scss */
.storage-type-usage:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 7, app/assets/stylesheets/pages/storage_quota.scss */
.storage-type-usage:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 12, app/assets/stylesheets/pages/storage_quota.scss */
.storage-type-usage:not(:last-child) {
  border-right-width: 2px;
  border-right-style: solid;
  border-color: #fff;
}

/* line 70, app/assets/stylesheets/components/avatar.scss */
.avatar,
.avatar-container {
  float: left;
  margin-right: 16px;
  border-radius: 50%;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s16,
.avatar-container.s16 {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s18,
.avatar-container.s18 {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s20,
.avatar-container.s20 {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s24,
.avatar-container.s24 {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s26,
.avatar-container.s26 {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s32,
.avatar-container.s32 {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s40,
.avatar-container.s40 {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s48,
.avatar-container.s48 {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s60,
.avatar-container.s60 {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s64,
.avatar-container.s64 {
  width: 64px;
  height: 64px;
  margin-right: 16px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s90,
.avatar-container.s90 {
  width: 90px;
  height: 90px;
  margin-right: 16px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s96,
.avatar-container.s96 {
  width: 96px;
  height: 96px;
  margin-right: 16px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s100,
.avatar-container.s100 {
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

/* line 77, app/assets/stylesheets/components/avatar.scss */
.avatar.s160,
.avatar-container.s160 {
  width: 160px;
  height: 160px;
  margin-right: 16px;
}

/* line 83, app/assets/stylesheets/components/avatar.scss */
.avatar {
  transition-property: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fefefe;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(31, 30, 36, 0.1);
}

/* line 92, app/assets/stylesheets/components/avatar.scss */
.avatar.avatar-inline {
  float: none;
  display: inline-block;
  margin-left: 2px;
  flex-shrink: 0;
}

/* line 98, app/assets/stylesheets/components/avatar.scss */
.avatar.avatar-inline.s16, .avatar.avatar-inline.s24 {
  margin-right: 4px;
}

/* line 104, app/assets/stylesheets/components/avatar.scss */
.avatar.center {
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
}

/* line 110, app/assets/stylesheets/components/avatar.scss */
.avatar.avatar-tile {
  border-radius: 0;
  border: 0;
}

/* line 116, app/assets/stylesheets/components/avatar.scss */
.identicon {
  text-align: center;
  vertical-align: top;
  color: #333238;
  background-color: #ececef;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s16 {
  font-size: 10px;
  line-height: 16px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s24 {
  font-size: 12px;
  line-height: 24px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s26 {
  font-size: 20px;
  line-height: 1.33;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s32 {
  font-size: 14px;
  line-height: 32px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s40 {
  font-size: 16px;
  line-height: 38px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s48 {
  font-size: 20px;
  line-height: 48px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s60 {
  font-size: 32px;
  line-height: 60px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s64 {
  font-size: 28px;
  line-height: 64px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s90 {
  font-size: 36px;
  line-height: 90px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s96 {
  font-size: 36px;
  line-height: 94px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s100 {
  font-size: 36px;
  line-height: 98px;
}

/* line 126, app/assets/stylesheets/components/avatar.scss */
.identicon.s160 {
  font-size: 96px;
  line-height: 158px;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg1 {
  background-color: #fcf1ef;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg2 {
  background-color: #f4f0ff;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg3 {
  background-color: #f1f1ff;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg4 {
  background-color: #e9f3fc;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg5 {
  background-color: #ecf4ee;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg6 {
  background-color: #fdf1dd;
}

/* line 138, app/assets/stylesheets/components/avatar.scss */
.identicon.bg7 {
  background-color: #ececef;
}

/* line 144, app/assets/stylesheets/components/avatar.scss */
.avatar-container {
  overflow: hidden;
  display: flex;
}

/* line 148, app/assets/stylesheets/components/avatar.scss */
.avatar-container a {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
}

/* line 155, app/assets/stylesheets/components/avatar.scss */
.avatar-container .avatar {
  border-radius: 0;
  border: 0;
  height: auto;
  width: 100%;
  margin: 0;
  align-self: center;
}

/* line 164, app/assets/stylesheets/components/avatar.scss */
.avatar-container.s40 {
  min-width: 40px;
  min-height: 40px;
}

/* line 169, app/assets/stylesheets/components/avatar.scss */
.avatar-container.s64 {
  min-width: 64px;
  min-height: 64px;
}

/* line 175, app/assets/stylesheets/components/avatar.scss */
.rect-avatar {
  border-radius: 2px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s16 {
  border-radius: 2px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s16 .avatar {
  border-radius: 2px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s18 {
  border-radius: 2px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s18 .avatar {
  border-radius: 2px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s20 {
  border-radius: 2px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s20 .avatar {
  border-radius: 2px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s24 {
  border-radius: 4px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s24 .avatar {
  border-radius: 4px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s26 {
  border-radius: 4px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s26 .avatar {
  border-radius: 4px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s32 {
  border-radius: 4px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s32 .avatar {
  border-radius: 4px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s40 {
  border-radius: 4px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s40 .avatar {
  border-radius: 4px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s48 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s48 .avatar {
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s60 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s60 .avatar {
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s64 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s64 .avatar {
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s90 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s90 .avatar {
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s96 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s96 .avatar {
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s100 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s100 .avatar {
  border-radius: 8px;
}

/* line 179, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s160 {
  border-radius: 8px;
}

/* line 182, app/assets/stylesheets/components/avatar.scss */
.rect-avatar.s160 .avatar {
  border-radius: 8px;
}

/* line 189, app/assets/stylesheets/components/avatar.scss */
.avatar-counter {
  background-color: #89888d;
  color: #fff;
  border: 1px solid #f2f2f4;
  border-radius: 1em;
  font-family: var(--default-regular-font, -apple-system), BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 9px;
  line-height: 16px;
  text-align: center;
}

/* line 2, app/assets/stylesheets/components/collapsible_card.scss */
.collapsible-card .collapsible-card-btn {
  color: #333238;
}

/* line 5, app/assets/stylesheets/components/collapsible_card.scss */
.collapsible-card .collapsible-card-btn:hover {
  color: #1068bf;
}

/* line 1, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror {
  max-height: 55vh;
  overflow-y: auto;
}

/* line 11, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror td :first-child,
.ProseMirror th :first-child,
.ProseMirror li :first-child,
.ProseMirror dd :first-child,
.ProseMirror dt :first-child,
.ProseMirror summary :first-child {
  margin-bottom: 0 !important;
}

/* line 16, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror img.ProseMirror-selectednode {
  outline: 3px solid rgba(66, 143, 220, 0.48);
  outline-offset: -3px;
}

/* line 21, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror ul[data-type='taskList'] {
  list-style: none;
  padding: 0;
}

/* line 25, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror ul[data-type='taskList'] li {
  margin: 0 !important;
}

/* line 31, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror [data-type='taskList'] p {
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror [data-type='taskList'] li > label,
.ProseMirror [data-type='taskList'] li > div {
  display: inline-block;
  vertical-align: top;
}

/* line 42, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror [data-type='taskList'] li > label {
  padding: 0.125rem 0.5rem 0 0;
  margin: 0;
}

/* line 50, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .dl-content {
  width: 100%;
}

/* line 53, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .dl-content > li {
  list-style-type: none;
  margin-left: 1rem;
}

/* line 57, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .dl-content > li.dl-term {
  margin: 0;
  font-weight: 600;
}

/* line 64, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-toggle-icon {
  cursor: pointer;
  z-index: 1;
}

/* line 68, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-toggle-icon::before {
  content: '▶';
  display: inline-block;
  width: 0.75rem;
}

/* line 74, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-toggle-icon.is-open::before {
  content: '▼';
}

/* line 79, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-content {
  width: calc(100% - 0.75rem);
}

/* line 82, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-content > li {
  list-style-type: none;
  margin-left: 0.25rem;
}

/* line 87, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-content > :not(:first-child) {
  display: none;
}

/* line 91, app/assets/stylesheets/components/content_editor.scss */
.ProseMirror .details-content.is-open > :not(:first-child) {
  display: inherit;
}

/* line 97, app/assets/stylesheets/components/content_editor.scss */
.table-creator-grid-item {
  box-shadow: inset 0 0 0 0.25rem #fff, inset 0.125rem 0.125rem 0 0.1875rem #dcdcde, inset -0.125rem -0.125rem 0 0.1875rem #dcdcde !important;
}

/* line 102, app/assets/stylesheets/components/content_editor.scss */
.table-creator-grid-item.active {
  box-shadow: inset 0 0 0 0.25rem #fff, inset 0.125rem 0.125rem 0 0.25rem #1f75cb, inset -0.125rem -0.125rem 0 0.25rem #1f75cb !important;
}

/* line 109, app/assets/stylesheets/components/content_editor.scss */
.content-editor-dropdown .dropdown-menu {
  width: auto !important;
  min-width: 0;
}

/* line 114, app/assets/stylesheets/components/content_editor.scss */
.content-editor-dropdown .dropdown-menu button {
  white-space: nowrap;
}

/* line 120, app/assets/stylesheets/components/content_editor.scss */
.content-editor-color-chip::after {
  content: ' ';
  display: inline-block;
  align-items: center;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  margin-left: 4px;
  margin-top: -2px;
  border: 1px solid rgba(31, 30, 36, 0.24);
  background-color: var(--gl-color-chip-color);
}

/* line 134, app/assets/stylesheets/components/content_editor.scss */
.content-editor-comment::before {
  content: '<!--';
}

/* line 138, app/assets/stylesheets/components/content_editor.scss */
.content-editor-comment::after {
  content: '-->';
}

/* line 145, app/assets/stylesheets/components/content_editor.scss */
.bubble-menu-form {
  width: 320px;
}

/* line 1, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance {
  width: 16px;
  height: 16px;
  margin: 1px;
  border: 1px solid;
  border-radius: 2px;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-succeeded {
  background-color: #217645;
  border-color: #0d532a;
}

/* line 13, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-succeeded.link:hover {
  background-color: #0d532a;
  border-color: #072b15;
}

/* line 19, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-running {
  background-color: #52b87a;
  border-color: #217645;
}

/* line 23, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-running.link:hover {
  background-color: #108548;
  border-color: #0d532a;
}

/* line 29, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-failed {
  background-color: #c91c00;
  border-color: #8d1300;
}

/* line 33, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-failed::before {
  content: '';
  border: 1px solid #fff;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  border-radius: 1px;
  top: -2px;
  bottom: -2px;
}

/* line 44, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-failed.link:hover {
  background-color: #8d1300;
  border-color: #4d0a00;
}

/* line 50, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-pending {
  background-color: #bfbfc3;
  border-color: #737278;
}

/* line 54, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-pending.link:hover {
  background-color: #a4a3a8;
  border-color: #333238;
}

/* line 60, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-unknown {
  background-color: #fff;
  border-color: #737278;
}

/* line 64, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-unknown.link:hover {
  background-color: #fff;
  border-color: #333238;
}

/* line 71, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance.deployment-instance-canary::after {
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  background-color: #d99530;
  border-radius: 50%;
  content: '';
  z-index: 1;
}

/* line 82, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-canary-icon {
  background-color: transparent;
  border: 0;
}

/* line 86, app/assets/stylesheets/components/deployment_instance.scss */
.deployment-instance-canary-icon::after {
  width: 16px !important;
  height: 16px !important;
}

/* line 2, app/assets/stylesheets/components/ref_selector.scss */
.ref-selector .dropdown-menu.show {
  overflow: hidden;
  width: 20rem;
}

/* line 8, app/assets/stylesheets/components/ref_selector.scss */
.ref-selector .dropdown-menu.show,
.ref-selector .dropdown-menu.show .gl-dropdown-inner {
  max-height: 445px;
}

/* line 6, app/assets/stylesheets/components/related_items_list.scss */
.related-items-list {
  padding: 4px;
  padding-right: 6px;
}

/* line 10, app/assets/stylesheets/components/related_items_list.scss */
.related-items-list,
.related-items-list .list-item:last-child {
  margin-bottom: 0;
}

/* line 18, app/assets/stylesheets/components/related_items_list.scss */
.related-items-tree .card-header .gl-label {
  line-height: 16px;
}

/* line 23, app/assets/stylesheets/components/related_items_list.scss */
.related-items-tree .sortable-link {
  white-space: normal;
}

/* line 27, app/assets/stylesheets/components/related_items_list.scss */
.related-items-tree .item-assignees .avatar {
  height: 16px;
  width: 16px;
}

/* line 33, app/assets/stylesheets/components/related_items_list.scss */
.item-body {
  position: relative;
  line-height: 16px;
}

/* line 37, app/assets/stylesheets/components/related_items_list.scss */
.item-body .merge-request-status.closed {
  color: #dd2b0e;
}

/* line 41, app/assets/stylesheets/components/related_items_list.scss */
.item-body .issue-token-state-icon-open,
.item-body .issue-token-state-icon-closed,
.item-body .confidential-icon,
.item-body .item-milestone .icon,
.item-body .item-weight .board-card-info-icon {
  min-width: 16px;
  cursor: help;
}

/* line 50, app/assets/stylesheets/components/related_items_list.scss */
.item-body .confidential-icon {
  color: #ab6100;
}

/* line 54, app/assets/stylesheets/components/related_items_list.scss */
.item-body .item-title-wrapper {
  max-width: calc(100% - 42px);
}

/* line 58, app/assets/stylesheets/components/related_items_list.scss */
.item-body .item-title {
  flex-basis: 100%;
  font-size: 12px;
}

/* line 62, app/assets/stylesheets/components/related_items_list.scss */
.item-body .item-title .sortable-link {
  color: #333238;
}

/* line 67, app/assets/stylesheets/components/related_items_list.scss */
.item-body .item-path-id .path-id-text,
.item-body .item-milestone .milestone-title,
.item-body .item-due-date,
.item-body .item-weight .board-card-info-text {
  color: #737278;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 78, app/assets/stylesheets/components/related_items_list.scss */
.item-meta {
  flex-basis: 100%;
  font-size: 0.875rem;
  color: #737278;
}

/* line 85, app/assets/stylesheets/components/related_items_list.scss */
.item-meta .item-due-date.board-card-info,
.item-meta .board-card-weight.board-card-info {
  margin-right: 0;
}

/* line 91, app/assets/stylesheets/components/related_items_list.scss */
.item-meta .item-attributes-area > * {
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  /* line 90, app/assets/stylesheets/components/related_items_list.scss */
  .item-meta .item-attributes-area {
    margin-left: -8px;
  }
}

/* line 100, app/assets/stylesheets/components/related_items_list.scss */
.item-meta .item-milestone,
.item-meta .item-weight {
  cursor: help;
}

/* line 105, app/assets/stylesheets/components/related_items_list.scss */
.item-meta .item-milestone {
  text-decoration: none;
  max-width: 120px;
}

/* line 110, app/assets/stylesheets/components/related_items_list.scss */
.item-meta .item-weight {
  max-width: 48px;
}

/* line 116, app/assets/stylesheets/components/related_items_list.scss */
.item-assignees .user-avatar-link {
  margin-right: -4px;
}

/* line 119, app/assets/stylesheets/components/related_items_list.scss */
.item-assignees .user-avatar-link:nth-of-type(1) {
  z-index: 2;
}

/* line 123, app/assets/stylesheets/components/related_items_list.scss */
.item-assignees .user-avatar-link:nth-of-type(2) {
  z-index: 1;
}

/* line 127, app/assets/stylesheets/components/related_items_list.scss */
.item-assignees .user-avatar-link:last-child {
  margin-right: 0;
}

/* line 132, app/assets/stylesheets/components/related_items_list.scss */
.item-assignees .avatar {
  height: 16px;
  width: 16px;
  margin-right: 0;
  vertical-align: bottom;
}

/* line 139, app/assets/stylesheets/components/related_items_list.scss */
.item-assignees .avatar-counter {
  height: 16px;
  border: 1px solid transparent;
  background-color: #89888d;
  font-weight: 600;
  padding: 0 4px;
  line-height: 16px;
}

/* line 149, app/assets/stylesheets/components/related_items_list.scss */
.item-path-id {
  font-size: 11px;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/components/related_items_list.scss */
.item-path-id .path-id-text {
  font-weight: 600;
  max-width: 160px;
}

/* line 159, app/assets/stylesheets/components/related_items_list.scss */
.btn-item-remove {
  position: absolute;
  top: 2px;
  right: 0;
  padding: 4px;
  margin-right: 2px;
  line-height: 0;
  border-color: transparent;
  background-color: transparent;
  color: #737278;
}

/* line 170, app/assets/stylesheets/components/related_items_list.scss */
.related-items-tree .btn-item-remove {
  position: relative;
  top: initial;
  padding: 7px;
  margin-right: initial;
}

/* line 177, app/assets/stylesheets/components/related_items_list.scss */
.btn-item-remove:hover {
  color: #333238;
  border-color: #dcdcde;
}

/* line 183, app/assets/stylesheets/components/related_items_list.scss */
.mr-ci-status {
  line-height: 0;
}

@media (max-width: 575.98px) {
  /* line 188, app/assets/stylesheets/components/related_items_list.scss */
  .btn-sm.dropdown-toggle-split, .btn-group-sm > .dropdown-toggle-split.btn {
    max-width: 40px;
  }
}

@media (min-width: 576px) {
  /* line 194, app/assets/stylesheets/components/related_items_list.scss */
  .item-info-area {
    flex-basis: 100%;
  }
  /* line 198, app/assets/stylesheets/components/related_items_list.scss */
  .sortable-link {
    max-width: 90%;
  }
}

/* Small devices (landscape phones, 768px and up) */
@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/components/related_items_list.scss */
  .related-items-tree .item-contents,
.item-body .item-title {
    max-width: 100%;
  }
  /* line 211, app/assets/stylesheets/components/related_items_list.scss */
  .sortable-link {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
  }
  /* line 219, app/assets/stylesheets/components/related_items_list.scss */
  .item-body .item-contents {
    min-width: 0;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* line 229, app/assets/stylesheets/components/related_items_list.scss */
  .item-body .item-title {
    font-size: 0.875rem;
  }
  /* line 233, app/assets/stylesheets/components/related_items_list.scss */
  .item-body .item-meta .item-path-id {
    font-size: inherit;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* line 242, app/assets/stylesheets/components/related_items_list.scss */
  .item-body .item-title {
    width: auto;
    flex-basis: auto;
    flex-shrink: 1;
    font-weight: 400;
  }
  /* line 250, app/assets/stylesheets/components/related_items_list.scss */
  .item-contents {
    overflow: hidden;
  }
  /* line 255, app/assets/stylesheets/components/related_items_list.scss */
  .item-assignees .avatar {
    height: 24px;
    width: 24px;
  }
  /* line 260, app/assets/stylesheets/components/related_items_list.scss */
  .item-assignees .avatar-counter {
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    border-radius: 24px;
  }
  /* line 268, app/assets/stylesheets/components/related_items_list.scss */
  .btn-item-remove {
    position: relative;
    top: initial;
    padding: 7px;
    margin-right: 2px;
  }
  /* line 275, app/assets/stylesheets/components/related_items_list.scss */
  .sortable-link {
    line-height: 1.3;
  }
  /* line 279, app/assets/stylesheets/components/related_items_list.scss */
  .item-info-area {
    flex-basis: auto;
  }
}

/* line 4, app/assets/stylesheets/components/severity/icons.scss */
.incident-severity .icon-critical,
.incident-management-list .icon-critical,
.alert-management-details .icon-critical {
  color: #8d1300;
}

/* line 8, app/assets/stylesheets/components/severity/icons.scss */
.incident-severity .icon-high,
.incident-management-list .icon-high,
.alert-management-details .icon-high {
  color: #c91c00;
}

/* line 12, app/assets/stylesheets/components/severity/icons.scss */
.incident-severity .icon-medium,
.incident-management-list .icon-medium,
.alert-management-details .icon-medium {
  color: #c17d10;
}

/* line 16, app/assets/stylesheets/components/severity/icons.scss */
.incident-severity .icon-low,
.incident-management-list .icon-low,
.alert-management-details .icon-low {
  color: #d99530;
}

/* line 20, app/assets/stylesheets/components/severity/icons.scss */
.incident-severity .icon-info,
.incident-management-list .icon-info,
.alert-management-details .icon-info {
  color: #428fdc;
}

/* line 24, app/assets/stylesheets/components/severity/icons.scss */
.incident-severity .icon-unknown,
.incident-management-list .icon-unknown,
.alert-management-details .icon-unknown {
  color: #bfbfc3;
}

/* line 2, app/assets/stylesheets/components/shortcuts_help.scss */
.shortcut-help-body {
  height: 80vh;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/components/shortcuts_help.scss */
.shortcut-help-container {
  column-count: 1;
  column-gap: 1rem;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/components/shortcuts_help.scss */
  .shortcut-help-container {
    column-count: 2;
  }
}

/* line 15, app/assets/stylesheets/components/shortcuts_help.scss */
.shortcut-help-mapping {
  overflow: hidden;
  break-inside: avoid;
}

/* line 19, app/assets/stylesheets/components/shortcuts_help.scss */
.shortcut-help-mapping-title {
  margin-left: 40%;
}

/* line 23, app/assets/stylesheets/components/shortcuts_help.scss */
.shortcut-help-mapping kbd {
  margin: 0.1rem 0;
  line-height: unset;
  font-size: unset;
}

/* line 14, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-border {
  border: 0;
  background-image: url("data:image/svg+xml, %3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4px' ry='4px' stroke='%2389888D' stroke-width='2' stroke-dasharray='6%2c4' stroke-dashoffset='0' stroke-linecap='butt' /%3e %3c/svg%3e");
  border-radius: 4px;
}

/* line 20, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-card {
  transition: background 0.2s linear, border 0.2s linear;
  color: #333238;
}

/* line 25, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-card:hover, .upload-dropzone-card:focus, .upload-dropzone-card:focus-within, .upload-dropzone-card:active {
  outline: none;
  background-image: url("data:image/svg+xml, %3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4px' ry='4px' stroke='%231F75CB' stroke-width='4' stroke-dasharray='6%2c4' stroke-dashoffset='0' stroke-linecap='butt' /%3e %3c/svg%3e");
  color: #333238;
}

/* line 34, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-card:focus, .upload-dropzone-card:focus-within, .upload-dropzone-card:active {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #428fdc ;
  outline: none ;
}

/* line 40, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-card:hover {
  border-color: #a4a3a8;
}

/* line 45, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-overlay {
  background-color: #e9f3fc;
  background-image: url("data:image/svg+xml, %3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4px' ry='4px' stroke='%231F75CB' stroke-width='4' stroke-dasharray='6%2c4' stroke-dashoffset='0' stroke-linecap='butt' /%3e %3c/svg%3e");
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
}

/* line 54, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-fade-enter-active,
.upload-dropzone-fade-leave-active {
  transition: opacity 100ms linear;
}

/* line 59, app/assets/stylesheets/components/upload_dropzone/upload_dropzone.scss */
.upload-dropzone-fade-enter,
.upload-dropzone-fade-leave-to {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer {
  margin-top: var(--header-height, 48px);
  box-shadow: none;
  overflow-y: hidden;
  width: 500px;
}

/* line 7, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer .gl-infinite-scroll-legend {
  display: none;
}

/* line 11, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer .gl-tabs {
  overflow-y: auto;
}

/* line 15, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer .gl-tabs-nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  align-items: stretch;
}

/* line 20, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer .gl-tabs-nav .nav-item {
  flex-shrink: 0;
}

/* line 23, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer .gl-tabs-nav .nav-item a {
  height: 100%;
  line-height: 1.5;
}

/* line 30, app/assets/stylesheets/components/whats_new.scss */
.whats-new-drawer .gl-spinner-container {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 38, app/assets/stylesheets/components/whats_new.scss */
.with-performance-bar .whats-new-drawer {
  margin-top: calc(35px + var(--header-height, 48px));
}

/* line 42, app/assets/stylesheets/components/whats_new.scss */
.with-system-header .whats-new-drawer {
  margin-top: calc(16px + var(--header-height, 48px));
}

/* line 46, app/assets/stylesheets/components/whats_new.scss */
.with-performance-bar.with-system-header .whats-new-drawer {
  margin-top: calc(35px + 16px + var(--header-height, 48px));
}

/* line 51, app/assets/stylesheets/components/whats_new.scss */
.whats-new-item-title-link:hover, .whats-new-item-title-link:focus, .whats-new-item-title-link:active {
  color: #333238;
}

/* line 58, app/assets/stylesheets/components/whats_new.scss */
.whats-new-item-image {
  border-color: #ececef;
  height: 250px;
}

/* line 63, app/assets/stylesheets/components/whats_new.scss */
.whats-new-modal-backdrop {
  z-index: 699;
}

/* line 1, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: calc(100% - 6px);
}

/* line 6, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .name,
.atwho-view small.aliases,
.atwho-view small.params {
  float: left;
}

/* line 12, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view small.aliases,
.atwho-view small.params {
  padding: 2px 5px;
}

/* line 17, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view small.description {
  float: right;
  padding: 3px 5px;
}

/* line 22, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .avatar-inline {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .has-warning .description {
  color: #333238;
  background-color: #fdf1dd;
}

/* line 34, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .cur .avatar {
  /*CSS transitions*/
  transition-property: none !important;
  /*CSS transforms*/
  transform: none !important;
  /*CSS animations*/
  animation: none !important;
  border: 1px solid #fff;
}

/* line 40, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view ul > li {
  white-space: nowrap;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
.atwho-view ul > li::after {
  display: block;
  clear: both;
  content: "";
}

/* line 46, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul {
  padding: 8px 1px;
}

/* line 49, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li {
  padding: 8px 16px;
  border: 0;
}

/* line 53, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li.cur {
  background-color: #ececef;
  color: #333238;
}

/* line 57, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li.cur small {
  color: inherit;
}

/* line 61, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li.cur.has-warning {
  color: #ab6100;
}

/* line 66, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li div.avatar {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 71, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li div.avatar .center {
  line-height: 14px;
}

/* line 76, app/assets/stylesheets/vendors/atwho.scss */
.atwho-view .atwho-view-ul li strong {
  color: #333238;
}

@media (max-width: 575.98px) {
  /* line 84, app/assets/stylesheets/vendors/atwho.scss */
  .atwho-view ul li {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 2, app/assets/stylesheets/behaviors.scss */
[v-cloak='true'] {
  display: none !important;
}

/*
 This is a noop-file. In EE:
 ee/app/assets/stylesheets/_ee/application_ee.scss
 will take precedence over it and import more styles
 */
/*
 This is a noop-file. In JH:
 jh/app/assets/stylesheets/_jh/application_jh.scss
 will take precedence over it and import more styles
 */
/* print styles */
@media print {
  /* line 1, app/assets/stylesheets/print.scss */
  .md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md h6 {
    margin-top: 17px;
  }
  /* line 10, app/assets/stylesheets/print.scss */
  .md h1 {
    font-size: 30px;
  }
  /* line 14, app/assets/stylesheets/print.scss */
  .md h2 {
    font-size: 22px;
  }
  /* line 18, app/assets/stylesheets/print.scss */
  .md h3 {
    font-size: 18px;
    font-weight: 600;
  }
  /* line 23, app/assets/stylesheets/print.scss */
  header,
nav,
nav.navbar-collapse,
nav.navbar-collapse.collapse,
.nav-sidebar,
.profiler-results,
.tree-ref-holder,
.tree-holder .breadcrumb,
.nav,
.btn,
ul.notes-form,
.ci-status-link::after,
.issuable-gutter-toggle,
.gutter-toggle,
.issuable-details .content-block-small,
.edit-link,
.note-action-button,
.right-sidebar,
.flash-container,
#js-peek {
    display: none !important;
  }
  /* line 46, app/assets/stylesheets/print.scss */
  pre {
    page-break-before: avoid;
    page-break-inside: auto;
  }
  /* line 51, app/assets/stylesheets/print.scss */
  .page-gutter {
    padding-top: 0;
    padding-left: 0;
  }
  /* line 56, app/assets/stylesheets/print.scss */
  .right-sidebar {
    top: 0;
  }
  /* line 60, app/assets/stylesheets/print.scss */
  a[href]::after {
    content: none !important;
  }
  /* line 64, app/assets/stylesheets/print.scss */
  .with-performance-bar .layout-page {
    margin-top: 0;
  }
  /* line 68, app/assets/stylesheets/print.scss */
  .content-wrapper-margin {
    margin-top: 0;
  }
}

/* Rules for overriding cloaking in startup-general.scss */
/**
  Prevent flashing of content when using startup.css
 */
/* line 6, app/assets/stylesheets/startup/_cloaking.scss */
.cloak-startup,
.content-wrapper > .alert-wrapper,
#content-body,
.modal-dialog {
  display: block;
}
