/* fonts managed via typekit using Issue Council project under cigmarketing@cloudimperiumgames.com Adobe account */
/* fonts managed via typekit using Issue Council project under cigmarketing@cloudimperiumgames.com Adobe account */
@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/roboto/regular/roboto-regular.woff") format("woff"), url("./assets/fonts/roboto/regular/roboto-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("./assets/fonts/roboto/bold/roboto-bold.woff") format("woff"), url("./assets/fonts/roboto/bold/roboto-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "univia-pro";
  src: url("https://use.typekit.net/af/6eeca6/00000000000000007735b244/30/d?subset_id=2&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/6eeca6/00000000000000007735b244/30/l?subset_id=2&fvd=n3&v=3") format("woff2");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "univia-pro";
  src: url("https://use.typekit.net/af/e38884/00000000000000007735b241/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/e38884/00000000000000007735b241/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "univia-pro";
  src: url("https://use.typekit.net/af/1758f1/00000000000000007735b243/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/1758f1/00000000000000007735b243/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "univia-pro";
  src: url("https://use.typekit.net/af/e9dfdc/00000000000000007735b245/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/e9dfdc/00000000000000007735b245/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "univia-pro";
  src: url("https://use.typekit.net/af/618b20/00000000000000007735b249/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/618b20/00000000000000007735b249/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2");
  font-style: normal;
  font-weight: 700; }

html {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'univia-pro', sans-serif; }

body {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0; }

a {
  text-decoration: none; }

.t-link {
  text-decoration: underline;
  transition: color ease-in-out 0.1s, box-shadow ease-in-out 0.1s, background-color ease-in-out 0.1s;
  will-change: color, box-shadow, background-color; }
  .t-link:hover, .t-link:focus {
    text-decoration: none; }

.t-title--xlarge, h1 {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.03125rem; }

.t-title--large, h2 {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.03125rem; }

.t-title--medium, h3 {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01562rem; }

.t-title--small, h4 {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01562rem; }

.t-title--xsmall, h5 {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.01562rem; }

.t-title--xxsmall {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-title--section {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-title--bold {
  font-weight: 700; }

b {
  font-weight: bold; }

.t-body--xlarge {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-body--large {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-body--medium, p {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-body--small {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-body--xsmall {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__issue-status {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__issue-count {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.04688rem; }

.t-ui__issue-total {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-ui__form--small {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__form--xsmall {
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-primary);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__label--xlarge {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.0625rem; }

.t-ui__label--large {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-ui__label--medium {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-ui__label--small {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__button--xlarge {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem; }

.t-ui__button--large {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__button--medium {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

.t-ui__button--small {
  font-family: 'univia-pro', sans-serif;
  font-family: var(--font-secondary);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.03125rem; }

/* stylelint-disable at-rule-blacklist */
/* stylelint-enable at-rule-blacklist */
html {
  --nib-color: var(--color-primary-300);
  --tag-color__font--solid: var(--ui-color__font--contrast-1); }
  html .h-palette--archived {
    --nib-color: var(--color-secondary-400);
    --tag-color__background--solid: var(--ui-color--base);
    --tag-color__border--solid: var(--ui-color--base); }
    html .h-palette--archived.c-issue {
      --ui-color--contrast-3: var(--color-secondary-600); }
  html .h-palette--fixed {
    --nib-color: var(--color-tertiary-100); }

/* stylelint-disable */
@font-face {
  font-family: "star-citizen-resolve";
  src: url("./assets/fonts/icons/star-citizen-resolve.eot?ig937v");
  src: url("./assets/fonts/icons/star-citizen-resolve.eot?ig937v#iefix") format("embedded-opentype"), url("./assets/fonts/icons/star-citizen-resolve.woff2?ig937v") format("woff2"), url("./assets/fonts/icons/star-citizen-resolve.ttf?ig937v") format("truetype"), url("./assets/fonts/icons/star-citizen-resolve.woff?ig937v") format("woff"), url("./assets/fonts/icons/star-citizen-resolve.svg?ig937v#star-citizen-resolve") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.c-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "star-citizen-resolve" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.if-game-logo::before {
  content: "\e916"; }

.if-client-logo::before {
  content: "\e94d"; }

.if-all-issues::before {
  content: "\e900"; }

.if-almost-confirmed::before {
  content: "\e901"; }

.if-archived::before {
  content: "\e902"; }

.if-confirmed::before {
  content: "\e903"; }

.if-dashboard::before {
  content: "\e904"; }

.if-duplicate::before {
  content: "\e905"; }

.if-expiring-soon::before {
  content: "\e906"; }

.if-open::before {
  content: "\e908"; }

.if-promoted::before {
  content: "\e909"; }

.if-trending::before {
  content: "\e90a"; }

.if-under-investigation::before {
  content: "\e90b"; }

.if-my-issues::before {
  content: "\e929"; }

.if-my-contributions::before {
  content: "\e92a"; }

.if-fixed::before {
  content: "\e907"; }

.if-followed-issues::before {
  content: "\e92b"; }

.if-severity-cosmetic::before {
  content: "\e90c"; }

.if-severity-playable::before {
  content: "\e90f"; }

.if-severity-hardly-playable::before {
  content: "\e90e"; }

.if-severity-critical::before {
  content: "\e90d"; }

.if-please-fix::before {
  content: "\e91e"; }

.if-settings-account::before {
  content: "\e910"; }

.if-settings-account-sync::before {
  content: "\e911"; }

.if-settings-activity::before {
  content: "\e912"; }

.if-settings-my-device::before {
  content: "\e913"; }

.if-settings-notifications::before {
  content: "\e914"; }

.if-settings-security::before {
  content: "\e915"; }

.if-settings-open::before {
  content: "\e91f"; }

.if-group::before {
  content: "\e944"; }

.if-releases::before {
  content: "\e945"; }

.if-settings1::before {
  content: "\e946"; }

.if-users::before {
  content: "\e947"; }

.if-versions::before {
  content: "\e948"; }

.if-visibility::before {
  content: "\e949"; }

.if-add::before {
  content: "\e917"; }

.if-cancel::before {
  content: "\e918"; }

.if-selected::before {
  content: "\e920"; }

.if-dropdown::before {
  content: "\e919"; }

.if-time::before {
  content: "\e91a"; }

.if-upload-img::before {
  content: "\e91b"; }

.if-warning::before {
  content: "\e91c"; }

.if-check::before {
  content: "\e91d"; }

.if-settings::before {
  content: "\e92c"; }

.if-upload::before {
  content: "\e921"; }

.if-logged-out::before {
  content: "\e92d"; }

.if-edit::before {
  content: "\e92e"; }

.if-close::before {
  content: "\e922"; }

.if-gallery-arrow-next::before {
  content: "\e923"; }

.if-gallery-arrow-previous::before {
  content: "\e924"; }

.if-back::before {
  content: "\e925"; }

.if-delete::before {
  content: "\e926"; }

.if-menu-mobile::before {
  content: "\e928"; }

.if-pagination-previous-double::before {
  content: "\e92f"; }

.if-pagination-previous-simple::before {
  content: "\e930"; }

.if-pagination-next-simple::before {
  content: "\e931"; }

.if-pagination-next-double::before {
  content: "\e932"; }

.if-subarrow::before {
  content: "\e933"; }

.if-three-dots::before {
  content: "\e934"; }

.if-chevron::before {
  content: "\e935"; }

.if-file::before {
  content: "\e936"; }

.if-help::before {
  content: "\e937"; }

.if-manual::before {
  content: "\e938"; }

.if-padlock::before {
  content: "\e939"; }

.if-play::before {
  content: "\e93a"; }

.if-reply::before {
  content: "\e93b"; }

.if-search::before {
  content: "\e93c"; }

.if-favorite-stroke::before {
  content: "\e940"; }

.if-favorite-plain::before {
  content: "\e941"; }

.if-contribution::before {
  content: "\e942"; }

.if-filter::before {
  content: "\e943"; }

.if-pc-windows::before {
  content: "\e927"; }

.if-playstation::before {
  content: "\e94a"; }

.if-xbox::before {
  content: "\e94b"; }

.if-streaming::before {
  content: "\e94c"; }

.if-admin-public::before {
  content: "\e93d"; }

.if-admin-protected::before {
  content: "\e93e"; }

.if-admin-private::before {
  content: "\e93f"; }

.c-dropdown__body-header {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */ }
  .c-dropdown__body-header::before {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-dropdown__body-header::before {
    top: unset;
    bottom: -0.0625rem;
    left: 0; }
  .c-dropdown__body-header::after {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-dropdown__body-header::after {
    top: unset;
    right: 0;
    bottom: -0.0625rem; }
  .c-dropdown--error .c-dropdown__body-header::before, .c-dropdown--error .c-dropdown__body-header::after {
    content: unset; }

.c-issue--card {
  overflow: hidden;
  position: relative;
  overflow: hidden;
  background-color: transparent !important; }
  .c-issue--card::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: var(--button-color);
    content: "";
    border: solid 2rem transparent;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }
  .c-issue--card::before {
    border-right-width: 0;
    border-bottom-width: 0; }
  .c-issue--card .c-issue-status__content {
    position: relative;
    /* stylelint-disable-next-line */ }
    .c-issue--card .c-issue-status__content::before {
      position: absolute;
      top: -0.0625rem;
      width: 0.5rem;
      height: 0.0625rem;
      content: "";
      background-color: var(--color-primary-300);
      background-color: var(--nib-color); }
  .c-issue--card.h-palette--archived {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-issue--card.h-palette--archived::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 2rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%231c323e' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue--card.h-palette--archived::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-issue--card.h-palette--fixed {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-issue--card.h-palette--fixed::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 2rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23183e4f' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue--card.h-palette--fixed::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-issue--card .c-issue-status {
    padding-left: 2rem; }
    .c-issue--card .c-issue-status__content::before {
      top: 100%;
      left: 0; }

.c-issue:not(.c-issue--admin) .c-issue__footer .c-button {
  z-index: 0;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  /* stylelint-disable-next-line */ }
  .c-issue:not(.c-issue--admin) .c-issue__footer .c-button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: var(--button-color);
    content: "";
    border: solid 1.5rem transparent;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23188dd8' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }
  .c-issue:not(.c-issue--admin) .c-issue__footer .c-button::before {
    border-right-width: 0;
    border-bottom-width: 0; }
  .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:hover {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%230077cb' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:hover::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:disabled, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:disabled:hover, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button--disabled, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button--disabled:hover {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:disabled::before, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:disabled:hover::before, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button--disabled::before, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button--disabled:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:disabled::before, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button:disabled:hover::before, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button--disabled::before, .c-issue:not(.c-issue--admin) .c-issue__footer .c-button--disabled:hover::before {
      border-right-width: 0;
      border-bottom-width: 0; }

.c-issue:not(.c-issue--admin).h-palette--archived {
  /* stylelint-disable-next-line */ }
  .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button {
    z-index: 0;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
    /* stylelint-disable-next-line */ }
    .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23bbc2c6' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button::before {
      border-right-width: 0;
      border-bottom-width: 0; }
    .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:hover {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 1.5rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%238d999f' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:hover::before {
        border-right-width: 0;
        border-bottom-width: 0; }
    .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:disabled, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:disabled:hover, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button--disabled, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button--disabled:hover {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:disabled::before, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:disabled:hover::before, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button--disabled::before, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button--disabled:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 1.5rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23334751' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:disabled::before, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button:disabled:hover::before, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button--disabled::before, .c-issue:not(.c-issue--admin).h-palette--archived .c-issue__footer .c-button--disabled:hover::before {
        border-right-width: 0;
        border-bottom-width: 0; }

.c-issue:not(.c-issue--admin).h-palette--fixed {
  /* stylelint-disable-next-line */ }
  .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button {
    z-index: 0;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
    /* stylelint-disable-next-line */ }
    .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%2379e0df' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button::before {
      border-right-width: 0;
      border-bottom-width: 0; }
    .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:hover {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 1.5rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%235ec7c6' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:hover::before {
        border-right-width: 0;
        border-bottom-width: 0; }
    .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:disabled, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:disabled:hover, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button--disabled, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button--disabled:hover {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:disabled::before, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:disabled:hover::before, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button--disabled::before, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button--disabled:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 1.5rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23334751' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:disabled::before, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button:disabled:hover::before, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button--disabled::before, .c-issue:not(.c-issue--admin).h-palette--fixed .c-issue__footer .c-button--disabled:hover::before {
        border-right-width: 0;
        border-bottom-width: 0; }

.c-issue:not(.c-issue--admin).c-issue--card {
  /* stylelint-disable-next-line */ }
  .c-issue:not(.c-issue--admin).c-issue--card .c-issue__footer .c-button {
    border-radius: 0;
    -webkit-transform: translate(1rem, 1rem);
            transform: translate(1rem, 1rem); }

.c-issue:not(.c-issue--admin).c-issue--list {
  /* stylelint-disable-next-line */ }
  .c-issue:not(.c-issue--admin).c-issue--list .c-issue__footer .c-button {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 1rem 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* stylelint-disable-next-line */ }
    .c-issue:not(.c-issue--admin).c-issue--list .c-issue__footer .c-button:hover {
      position: absolute; }
  .c-issue:not(.c-issue--admin).c-issue--list .c-issue__footer-right-content {
    min-height: 3.5rem; }

.c-issue-show-details {
  position: relative; }
  .c-issue-show-details::before, .c-issue-show-details::after {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: calc(100% + 2 * 0.0625rem);
    content: "";
    border-color: var(--color-primary-300);
    border-color: var(--nib-color);
    border-style: solid;
    border-width: 0.0625rem 0; }
  .c-issue-show-details::before {
    left: 0; }
  .c-issue-show-details::after {
    right: 0; }

.c-issue-show-details__item .c-issue-show-details-setup {
  overflow: hidden;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  background-color: transparent !important; }
  .c-issue-show-details__item .c-issue-show-details-setup::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: var(--button-color);
    content: "";
    border: solid 1.5rem transparent;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }
  .c-issue-show-details__item .c-issue-show-details-setup::before {
    border-top-width: 0;
    border-left-width: 0; }

.c-issue-list__divider {
  position: relative;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */ }
  .c-issue-list__divider::before {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-issue-list__divider::after {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-issue-list__divider::after {
    right: 0;
    left: unset; }

.c-issue-cards-list__label-link,
.c-issue-list-see-all {
  padding: 0.625rem 1rem 0.75rem 1.5rem;
  overflow: hidden;
  border-radius: var(--border-radius--small);
  z-index: 0;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  /* stylelint-disable-next-line */ }
  .c-issue-cards-list__label-link::before,
  .c-issue-list-see-all::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: var(--button-color);
    content: "";
    border: solid 1.5rem transparent;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }
  .c-issue-cards-list__label-link::before,
  .c-issue-list-see-all::before {
    border-right-width: 0;
    border-bottom-width: 0; }
  .c-issue-cards-list__label-link:hover,
  .c-issue-list-see-all:hover {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-issue-cards-list__label-link:hover::before,
    .c-issue-list-see-all:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%230077cb' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue-cards-list__label-link:hover::before,
    .c-issue-list-see-all:hover::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-issue-cards-list__label-link:disabled, .c-issue-cards-list__label-link:disabled:hover, .c-issue-cards-list__label-link--disabled, .c-issue-cards-list__label-link--disabled:hover,
  .c-issue-list-see-all:disabled,
  .c-issue-list-see-all:disabled:hover,
  .c-issue-list-see-all--disabled,
  .c-issue-list-see-all--disabled:hover {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-issue-cards-list__label-link:disabled::before, .c-issue-cards-list__label-link:disabled:hover::before, .c-issue-cards-list__label-link--disabled::before, .c-issue-cards-list__label-link--disabled:hover::before,
    .c-issue-list-see-all:disabled::before,
    .c-issue-list-see-all:disabled:hover::before,
    .c-issue-list-see-all--disabled::before,
    .c-issue-list-see-all--disabled:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue-cards-list__label-link:disabled::before, .c-issue-cards-list__label-link:disabled:hover::before, .c-issue-cards-list__label-link--disabled::before, .c-issue-cards-list__label-link--disabled:hover::before,
    .c-issue-list-see-all:disabled::before,
    .c-issue-list-see-all:disabled:hover::before,
    .c-issue-list-see-all--disabled::before,
    .c-issue-list-see-all--disabled:hover::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-issue-list--fixed-issues .c-issue-cards-list__label-link, .c-issue-list--fixed-issues
  .c-issue-list-see-all {
    z-index: 0;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
    /* stylelint-disable-next-line */ }
    .c-issue-list--fixed-issues .c-issue-cards-list__label-link::before, .c-issue-list--fixed-issues
    .c-issue-list-see-all::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23183e4f' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-issue-list--fixed-issues .c-issue-cards-list__label-link::before, .c-issue-list--fixed-issues
    .c-issue-list-see-all::before {
      border-right-width: 0;
      border-bottom-width: 0; }
    .c-issue-list--fixed-issues .c-issue-cards-list__label-link:hover, .c-issue-list--fixed-issues
    .c-issue-list-see-all:hover {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-issue-list--fixed-issues .c-issue-cards-list__label-link:hover::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 1.5rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%230077cb' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-issue-list--fixed-issues .c-issue-cards-list__label-link:hover::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all:hover::before {
        border-right-width: 0;
        border-bottom-width: 0; }
    .c-issue-list--fixed-issues .c-issue-cards-list__label-link:disabled, .c-issue-list--fixed-issues .c-issue-cards-list__label-link:disabled:hover, .c-issue-list--fixed-issues .c-issue-cards-list__label-link--disabled, .c-issue-list--fixed-issues .c-issue-cards-list__label-link--disabled:hover, .c-issue-list--fixed-issues
    .c-issue-list-see-all:disabled, .c-issue-list--fixed-issues
    .c-issue-list-see-all:disabled:hover, .c-issue-list--fixed-issues
    .c-issue-list-see-all--disabled, .c-issue-list--fixed-issues
    .c-issue-list-see-all--disabled:hover {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-issue-list--fixed-issues .c-issue-cards-list__label-link:disabled::before, .c-issue-list--fixed-issues .c-issue-cards-list__label-link:disabled:hover::before, .c-issue-list--fixed-issues .c-issue-cards-list__label-link--disabled::before, .c-issue-list--fixed-issues .c-issue-cards-list__label-link--disabled:hover::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all:disabled::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all:disabled:hover::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all--disabled::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all--disabled:hover::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 1.5rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-issue-list--fixed-issues .c-issue-cards-list__label-link:disabled::before, .c-issue-list--fixed-issues .c-issue-cards-list__label-link:disabled:hover::before, .c-issue-list--fixed-issues .c-issue-cards-list__label-link--disabled::before, .c-issue-list--fixed-issues .c-issue-cards-list__label-link--disabled:hover::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all:disabled::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all:disabled:hover::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all--disabled::before, .c-issue-list--fixed-issues
      .c-issue-list-see-all--disabled:hover::before {
        border-right-width: 0;
        border-bottom-width: 0; }
  .c-issue-cards-list__label-link::before,
  .c-issue-list-see-all::before {
    border-bottom-width: 0; }

.c-issue-filters__modal-header {
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */ }
  .c-issue-filters__modal-header::before {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-issue-filters__modal-header::before {
    top: unset;
    bottom: -0.0625rem;
    left: 0; }
  .c-issue-filters__modal-header::after {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-issue-filters__modal-header::after {
    top: unset;
    right: 0;
    bottom: -0.0625rem; }

@media (min-width: 46.25em) {
  .c-issue--list .c-issue__footer {
    padding-right: 0; } }

.c-modal:not(.c-modal--confirm):not(.c-modal--confirm-large):not(.c-lightbox) {
  /* stylelint-disable-next-line */ }
  .c-modal:not(.c-modal--confirm):not(.c-modal--confirm-large):not(.c-lightbox) .c-modal__header {
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */
    /* stylelint-disable-next-line */ }
    .c-modal:not(.c-modal--confirm):not(.c-modal--confirm-large):not(.c-lightbox) .c-modal__header::before {
      position: absolute;
      top: -0.0625rem;
      width: 0.5rem;
      height: 0.0625rem;
      content: "";
      background-color: var(--color-primary-300);
      background-color: var(--nib-color); }
    .c-modal:not(.c-modal--confirm):not(.c-modal--confirm-large):not(.c-lightbox) .c-modal__header::before {
      top: unset;
      bottom: -0.0625rem;
      left: 0; }
    .c-modal:not(.c-modal--confirm):not(.c-modal--confirm-large):not(.c-lightbox) .c-modal__header::after {
      position: absolute;
      top: -0.0625rem;
      width: 0.5rem;
      height: 0.0625rem;
      content: "";
      background-color: var(--color-primary-300);
      background-color: var(--nib-color); }
    .c-modal:not(.c-modal--confirm):not(.c-modal--confirm-large):not(.c-lightbox) .c-modal__header::after {
      top: unset;
      right: 0;
      bottom: -0.0625rem; }

.c-project-selection__choice-label {
  position: absolute;
  top: -0.0625rem;
  left: 50%;
  margin: 0;
  border-top: 0.0625rem solid var(--body-color);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */ }
  .c-project-selection__choice-label::before {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-project-selection__choice-label::before {
    left: -0.5rem; }
  .c-project-selection__choice-label::after {
    position: absolute;
    top: -0.0625rem;
    width: 0.5rem;
    height: 0.0625rem;
    content: "";
    background-color: var(--color-primary-300);
    background-color: var(--nib-color); }
  .c-project-selection__choice-label::after {
    right: -0.5rem; }
  .c-project-selection__choice-label h2 {
    padding: 0 2rem;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%); }

@media (min-width: 46.25em) {
  .c-project-selection__choice {
    margin-top: 3rem; } }

@media (min-width: 46.25em) {
  .c-reproduction-form-header,
  .c-reproduction-view__header {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-reproduction-form-header::before,
    .c-reproduction-view__header::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 2rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%231a587d' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-reproduction-form-header::before,
    .c-reproduction-view__header::before {
      border-bottom-width: 0;
      border-left-width: 0; }
    .h-palette--fixed .c-reproduction-form-header, .h-palette--fixed
    .c-reproduction-view__header {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .h-palette--fixed .c-reproduction-form-header::before, .h-palette--fixed
      .c-reproduction-view__header::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 2rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23175366' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .h-palette--fixed .c-reproduction-form-header::before, .h-palette--fixed
      .c-reproduction-view__header::before {
        border-bottom-width: 0;
        border-left-width: 0; }
    .h-palette--archived .c-reproduction-form-header, .h-palette--archived
    .c-reproduction-view__header {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .h-palette--archived .c-reproduction-form-header::before, .h-palette--archived
      .c-reproduction-view__header::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 2rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23334751' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .h-palette--archived .c-reproduction-form-header::before, .h-palette--archived
      .c-reproduction-view__header::before {
        border-bottom-width: 0;
        border-left-width: 0; }
    .c-reproduction--admin .c-reproduction-form-header, .c-reproduction--admin
    .c-reproduction-view__header {
      position: relative;
      overflow: hidden;
      background-color: transparent !important; }
      .c-reproduction--admin .c-reproduction-form-header::before, .c-reproduction--admin
      .c-reproduction-view__header::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        color: var(--button-color);
        content: "";
        border: solid 2rem transparent;
        border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23bc621b' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
        border-image-slice: 42.8% fill;
        border-image-repeat: stretch; }
      .c-reproduction--admin .c-reproduction-form-header::before, .c-reproduction--admin
      .c-reproduction-view__header::before {
        border-bottom-width: 0;
        border-left-width: 0; }
    .c-reproduction-form-header::before,
    .c-reproduction-view__header::before {
      width: calc(100% + 0.125rem); }
  .c-reproduction-view__header {
    position: relative;
    border-bottom: hidden; }
    .c-reproduction-view__header h3 {
      position: relative;
      width: calc(100% - 1rem);
      padding-bottom: 0.25rem;
      border-bottom: 0.0625rem solid var(--ui-color--highlight-1);
      /* stylelint-disable-next-line */ }
      .c-reproduction-view__header h3::before {
        position: absolute;
        top: -0.0625rem;
        width: 0.5rem;
        height: 0.0625rem;
        content: "";
        background-color: var(--color-primary-300);
        background-color: var(--nib-color); }
      .c-reproduction-view__header h3::before {
        top: unset;
        right: 0;
        bottom: -0.0625rem;
        left: unset; } }

.c-sidebar .c-sidebar__action-button {
  z-index: 0;
  overflow: hidden;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
  /* stylelint-disable-next-line */
  width: calc(100% + 1rem);
  margin-left: -1rem;
  border-width: 0;
  border-radius: 0 0.25rem 0 0; }
  .c-sidebar .c-sidebar__action-button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: var(--button-color);
    content: "";
    border: solid 1.5rem transparent;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }
  .c-sidebar .c-sidebar__action-button::before {
    border-right-width: 0;
    border-bottom-width: 0; }
  .c-sidebar .c-sidebar__action-button:hover {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-sidebar .c-sidebar__action-button:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%231a587d' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-sidebar .c-sidebar__action-button:hover::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-sidebar .c-sidebar__action-button:disabled, .c-sidebar .c-sidebar__action-button:disabled:hover, .c-sidebar .c-sidebar__action-button--disabled, .c-sidebar .c-sidebar__action-button--disabled:hover {
    position: relative;
    overflow: hidden;
    background-color: transparent !important; }
    .c-sidebar .c-sidebar__action-button:disabled::before, .c-sidebar .c-sidebar__action-button:disabled:hover::before, .c-sidebar .c-sidebar__action-button--disabled::before, .c-sidebar .c-sidebar__action-button--disabled:hover::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      color: var(--button-color);
      content: "";
      border: solid 1.5rem transparent;
      border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
      border-image-slice: 42.8% fill;
      border-image-repeat: stretch; }
    .c-sidebar .c-sidebar__action-button:disabled::before, .c-sidebar .c-sidebar__action-button:disabled:hover::before, .c-sidebar .c-sidebar__action-button--disabled::before, .c-sidebar .c-sidebar__action-button--disabled:hover::before {
      border-right-width: 0;
      border-bottom-width: 0; }
  .c-sidebar .c-sidebar__action-button::before {
    border-width: 0 1.5rem 1.5rem 0; }
  .c-sidebar .c-sidebar__action-button:hover::before {
    border-width: 0 1.5rem 1.5rem 0; }
  .c-sidebar .c-sidebar__action-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    content: "";
    background-color: #4ea4d2; }

.c-navigation--sidebar-settings .c-navigation-item__link--is-active {
  border-top-right-radius: var(--border-radius--small);
  position: relative;
  overflow: hidden;
  background-color: transparent !important; }
  .c-navigation--sidebar-settings .c-navigation-item__link--is-active::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: var(--button-color);
    content: "";
    border: solid 1.5rem transparent;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%23164765' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }
  .c-navigation--sidebar-settings .c-navigation-item__link--is-active::before {
    border-top-width: 0;
    border-left-width: 0; }

.c-banner--default {
  background-color: #031018; }
  .c-banner--default::after {
    position: absolute;
    top: calc(100% - 2rem);
    left: 0;
    z-index: 0;
    width: 90%;
    height: 6.25rem;
    content: "";
    border: solid 3.5rem transparent;
    border-bottom-width: 0;
    border-left-width: 0;
    border-image-source: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'%3E%3Cpath fill='%230d2636' fill-rule='evenodd' d='M48,72 L24,72 C20.8174021,72 17.7357179,70.7357179 15.4852814,68.4852814 L3.51471863,56.5147186 C1.26428208,54.2642821 0,51.1825979 0,48 L0,24 C0,20.8174021 1.26428208,17.7357179 3.51471863,15.4852814 L15.4852814,3.51471863 C17.7357179,1.26428208 20.8174021,0 24,0 L48,0 C51.1825979,0 54.2642821,1.26428208 56.5147186,3.51471863 L68.4852814,15.4852814 C70.7357179,17.7357179 72,20.8174021 72,24 L72,48 C72,51.1825979 70.7357179,54.2642821 68.4852814,56.5147186 L56.5147186,68.4852814 C54.2642821,70.7357179 51.1825979,72 48,72 Z'/%3E%3C/svg%3E");
    border-image-slice: 42.8% fill;
    border-image-repeat: stretch; }

@media (min-width: 46.25em) {
  .c-banner--default::after {
    width: 50%; } }

@media (min-width: 46.25em) {
  .c-page__index--home .c-search {
    height: 30.5rem;
    padding-bottom: 6rem; } }

.c-device-info-label {
  color: var(--color-secondary-200); }

.c-issue-show-details__setup-modal .c-navigation-item {
  --navigation-item-color__font: var(--ui-color__font--contrast-5); }
  .c-issue-show-details__setup-modal .c-navigation-item__link--is-active {
    border-left-color: var(--color-primary-300); }
