/***BEGIN Card.css***/
.wit-card {
  position: relative;
  margin: 4px 0;
  user-select: none;
  z-index: 1;
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border-radius: 4px;
  touch-action: pinch-zoom; }
  .wit-card.raised {
    z-index: 10; }
  .wit-card.dragging {
    margin: 0; }
  .wit-card .bolt-pill-group.overflow-wrap > .bolt-pill-group-inner .bolt-pill {
    margin-bottom: 0; }
  .wit-card .card-flag {
    width: 4px;
    border-radius: 4px 0 0 4px; }
  .wit-card .card-resizable-left {
    cursor: w-resize; }
  .wit-card .card-content {
    border:  1px solid;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    border-left: none;
    cursor: pointer;
    padding: 12px;
    min-width: 1px;
    border-radius: 0 4px 4px 0; }
  .wit-card .card-expand-button-container {
    visibility: hidden;
    position: absolute;
    height: 10px;
    width: 30px;
    background-color: rgba( 239, 246, 252 ,  1 );
    background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
    border-left:  1px solid;
    border-left-color: rgba( 199, 224, 244 ,  1 );
    border-left-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
    border-right:  1px solid;
    border-right-color: rgba( 199, 224, 244 ,  1 );
    border-right-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
    border-top:  1px solid;
    border-top-color: rgba( 199, 224, 244 ,  1 );
    border-top-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: 0.5px;
    cursor: pointer;
    padding-bottom: 14px; }
    .wit-card .card-expand-button-container:active {
      background-color: rgba( 43, 136, 216 ,  1 );
      background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
      border-left:  1px solid;
      border-left-color: rgba( 199, 224, 244 ,  1 );
      border-left-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
      border-right:  1px solid;
      border-right-color: rgba( 199, 224, 244 ,  1 );
      border-right-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
      border-top:  1px solid;
      border-top-color: rgba( 199, 224, 244 ,  1 );
      border-top-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 ); }
    .wit-card .card-expand-button-container.bowtie-icon {
      font-family: "Bowtie";
      font-size: 14px;
      speak: none;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-align: center;
      text-decoration: none;
      line-height: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .wit-card .card-expand-button-container.bowtie-chevron-up::before {
      content: "\E9A2"; }
    .wit-card .card-expand-button-container.bowtie-chevron-down::before {
      content: "\E9A4"; }
  .wit-card:hover .card-expand-button-container {
    visibility: visible; }
  .wit-card .card-saving-overlay {
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
    opacity: 0.7; }
  .wit-card .card-resizable-right {
    border-right: none; }
  .wit-card .card-right-resize-handle {
    width: 4px;
    border:  1px solid;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    border-left: none;
    cursor: e-resize; }
  .wit-card .dependency-button {
    position: absolute;
    right: -10px;
    top: 6px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    background-color: var(--callout-background-color,rgba(255, 255, 255, 1));
    padding: 6px;
    border:  1px solid;
    border-color: rgba( 200, 200, 200 ,  1 );
    border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
    visibility: hidden; }
    .wit-card .dependency-button:hover {
      background-color: rgba( 234, 234, 234 ,  1 );
      background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
    .wit-card .dependency-button.violation {
      background-color: rgba(232, 17, 35, 1);
      background-color: var(--palette-error,rgba(232, 17, 35, 1));
      color: rgba( 255, 255, 255 ,  1 );
      color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
      visibility: visible; }
    .wit-card .dependency-button.non-violation {
      background-color: #84e694;
      color: rgba( 255, 255, 255 ,  1 );
      color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
      visibility: visible; }
  .wit-card .font-italicized {
    font-style: italic; }
  .wit-card.ghost {
    opacity: 0.5; }
  .wit-card:hover .dependency-button,
  .wit-card:focus-within .dependency-button {
    visibility: visible; }
  .wit-card .light {
    color: black; }
  .wit-card .dark {
    color: white; }
  .wit-card .work-item-state-container {
    margin-top: 4px;
    margin-right: 16px;
    max-width: 220px; }
    .wit-card .work-item-state-container .card-work-item-state {
      padding: 2px; }
  .wit-card .text-underline {
    text-decoration: underline; }
  .wit-card .title.bolt-link {
    color: inherit; }
  .wit-card .title-text:hover {
    text-decoration: underline; }
  .wit-card.compact .work-item-state-container {
    max-width: 180px; }
  .wit-card.compact .work-item-rollup-bar-container {
    width: 180px; }
  .wit-card .state-circle {
    margin-top: 3px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%; }
  .wit-card .work-item-rollup-bar-container {
    width: 220px; }
  .wit-card .work-item-rollup-bars-container {
    margin-left: -16px; }
  .wit-card .edge-drag-callout-container {
    position: absolute;
    top: 0;
    bottom: 0; }
    .wit-card .edge-drag-callout-container.left {
      left: 0; }
    .wit-card .edge-drag-callout-container.right {
      right: 0; }
    .wit-card .edge-drag-callout-container .edge-drag-callout {
      background: rgba( 51, 51, 51 ,  0.95 );
      background: rgba( var(--palette-neutral-80,51, 51, 51) ,  0.95 );
      color: rgba( 255, 255, 255 ,  1 );
      color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
      border-radius: 2px;
      padding: 4px 8px; }
  .wit-card .editable-field {
    min-height: inherit;
    min-width: 0;
    align-self: stretch; }
    .wit-card .editable-field .bolt-textfield input {
      padding-left: 1px;
      padding-top: 0;
      padding-bottom: 0; }
    .wit-card .editable-field.is-identity {
      min-height: 32px; }
      .wit-card .editable-field.is-identity .editor-component,
      .wit-card .editable-field.is-identity .bolt-identitypickerdropdown-container {
        min-width: 0; }
      .wit-card .editable-field.is-identity .bolt-identitypickerdropdown-textField {
        min-width: auto; }
        .wit-card .editable-field.is-identity .bolt-identitypickerdropdown-textField input.bolt-textfield-input {
          overflow-x: hidden; }
    .wit-card .editable-field.not-editing {
      border: 0.5px solid transparent;
      border-radius: 4px; }
      .wit-card .editable-field.not-editing.light-border:hover {
        border-color: white; }
      .wit-card .editable-field.not-editing.dark-border:hover {
        border-color: black; }
      .wit-card .editable-field.not-editing:hover {
        border-color: rgba( 0, 0, 0 ,  1 );
        border-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 ); }
  .wit-card .card-context-menu {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    right: 3px;
    justify-content: center;
    visibility: hidden; }
    .wit-card .card-context-menu .bolt-button.icon-only {
      padding: 0px; }
    .wit-card .card-context-menu.force-visible {
      visibility: visible;
      background-color: rgba( 239, 246, 252 ,  1 );
      background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
  .wit-card:focus {
    outline: none; }
    .wit-card:focus .card-content,
    .wit-card:focus .card-right-resize-handle {
      border-color: rgba(0, 120, 212, 1);
      border-color: var(--communication-background,rgba(0, 120, 212, 1)); }
  .wit-card:hover .card-context-menu,
  .wit-card:focus-within .card-context-menu {
    visibility: visible;
    background-color: rgba( 239, 246, 252 ,  1 );
    background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 ); }
  .bolt-focus-visible .wit-card:focus {
    animation: ms-focus-shadow-with-border-pulse 4s ease-in-out infinite;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.23), 0 0 0 1px rgba(0, 120, 212, 1);
    box-shadow: 0 0 0 3px var(--focus-pulse-max-color,rgba(0, 120, 212, 0.23)), 0 0 0 1px var(--focus-border-color,rgba(0, 120, 212, 1)); }
    @media (forced-colors: active) {
      .bolt-focus-visible .wit-card:focus {
        animation: none; } }
    @media screen and (-ms-high-contrast: active) {
      .bolt-focus-visible .wit-card:focus {
        border-color: highlight;
        box-shadow: none; } }
  .wit-card .card-assigned-to {
    margin-top: 8px; }
  .wit-card .editable-card-identity-picker {
    padding-left: 2px; }
    .wit-card .editable-card-identity-picker .card-assigned-to {
      margin-top: 6px; }
    .wit-card .editable-card-identity-picker.editable-field .editor-component .bolt-coin {
      display: none; }
  .wit-card .remaining-work {
    max-width: 50px;
    margin-left: auto; }
    .wit-card .remaining-work .bolt-textfield {
      min-width: 0; }
    .wit-card .remaining-work .bolt-textfield-input {
      width: 100%;
      padding: 0;
      text-align: right; }
    .wit-card .remaining-work.white-space-nowrap {
      height: 70%; }
    .wit-card .remaining-work.remaining-field-always-shown {
      min-width: 34px;
      min-height: 22px;
      text-align: end; }
  .wit-card .validation-error {
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(232, 17, 35, 1);
    background-color: var(--palette-error,rgba(232, 17, 35, 1));
    color: rgba(255, 255, 255, 1);
    color: var(--text-on-communication-background,rgba(255, 255, 255, 1)); }
  .wit-card .reverse-ellipsis {
    text-align: left; }

.delivery-plans-portal {
  z-index: 11; }
/***END Card.css***/

/***BEGIN InsertionMarker.css***/
.board-drop-indicator-circle {
  background-color: rgba( 43, 136, 216 ,  1 );
  background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
  border-radius: 50%;
  height: 9px;
  width: 9px; }

.board-drop-indicator-line {
  background-color: rgba( 43, 136, 216 ,  1 );
  background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 );
  height: 2px; }
/***END InsertionMarker.css***/

