@charset "UTF-8";
.sirius-xm-refresh-box {
  border-radius: 15px;
  background-color: #005481;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
}

.sirius-xm-popover {
  border-radius: 15px;
  background-color: #005481;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  border: none;
  color: white;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 18px 1px rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.sirius-xm-popover .smart-overlay-caret {
  --smart-caret-color: #005481;
}

.sirius-xm-terms {
  border-radius: 3px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 1rem 1.5rem;
  max-height: 200px;
  overflow-y: scroll;
}

.pricing-plans-body {
  font-family: Roboto;
}
@media print {
  .pricing-plans-body .container {
    padding: 0 50px;
  }
}

.pricing-plans table {
  width: 100%;
}
.pricing-plans table tr th, .pricing-plans table tr td, .pricing-plans table tr th > .th-div {
  padding: 0.5rem 1rem;
}
.pricing-plans table tr th.th-div {
  padding: 0;
}
.pricing-plans__plan-header th {
  background-color: #CCC;
  position: sticky;
  height: 40px;
  top: 5px;
}
.pricing-plans__plan-header th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pricing-plans__plan-header th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pricing-plans__plan-header__plan, .pricing-plans__category-header__plan {
  text-align: center;
}
.pricing-plans__category-header__category {
  font-size: 80%;
  text-transform: uppercase;
}
.pricing-plans__category-header th {
  background-color: #CCC;
  position: sticky;
  height: 40px;
  top: 5px;
}
.pricing-plans__category-header th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pricing-plans__category-header th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pricing-plans__feature td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.pricing-plans__feature__plan {
  text-align: center;
  border-left: 1px solid #ccc;
}
.pricing-plans__feature__plan__icon {
  font-size: 120%;
  margin-bottom: 0.25rem;
}
.pricing-plans__feature__plan__icon--included {
  color: #00CC1B;
}
.pricing-plans__feature__plan__icon--excluded {
  color: #CC0000;
}
.pricing-plans__feature__plan__text {
  font-weight: bold;
}
.pricing-plans__feature__plan__details {
  font-size: 90%;
}
.pricing-plans__feature--legacy-loss td {
  background-color: rgba(204, 0, 0, 0.15);
}
.pricing-plans__feature--legacy-gain td {
  background-color: rgba(0, 204, 27, 0.15);
}

.btn-dealr-ai-logo, .btn-dealr-ai-icon, .dealr-ai-logo-no-background {
  color: transparent;
  border: none;
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}
.btn-dealr-ai-logo.button-loading:before, .btn-dealr-ai-icon.button-loading:before, .dealr-ai-logo-no-background.button-loading:before {
  animation-duration: 5s;
}
.btn-dealr-ai-logo:before, .btn-dealr-ai-icon:before, .dealr-ai-logo-no-background:before {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 400%;
  left: -50%;
  top: -150%;
  background-image: conic-gradient(from 0.25turn at 61% 51%, #00B6CD, 82.8deg, #710EED, 205.2deg, #C841FE, 295.2deg, #4584FF, #00B6CD) !important;
  transform: rotate(0);
  transform-origin: 61% 51%;
  animation-name: rotate-colors;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 35s;
  animation-timing-function: linear;
}
.btn-dealr-ai-logo--no-animation:before, .btn-dealr-ai-icon--no-animation:before, .dealr-ai-logo-no-background--no-animation:before {
  animation: none;
}
@keyframes rotate-colors {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-dealr-ai-logo:hover, .btn-dealr-ai-logo.hover, .btn-dealr-ai-icon:hover, .btn-dealr-ai-icon.hover, .dealr-ai-logo-no-background:hover, .dealr-ai-logo-no-background.hover {
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: transparent;
}

.btn-dealr-ai-logo:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/dealrai/logo-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  left: 0;
  top: 0;
}

.btn-dealr-ai-icon {
  width: 20px;
  height: 20px;
  padding: 0;
}
.btn-dealr-ai-icon:before {
  background-image: conic-gradient(from 0.25turn at 46% 51.5%, #00B6CD, 82.8deg, #710EED, 205.2deg, #C841FE, 295.2deg, #4584FF, #00B6CD) !important;
  transform-origin: 46% 51.5%;
  animation-duration: 20s;
}
.btn-dealr-ai-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/dealrai/icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  left: 0;
  top: 0;
}

.dealr-ai-logo-no-background {
  -webkit-mask-image: url(/assets/img/dealrai/logo-white.svg);
  mask-image: url(/assets/img/dealrai/logo-white.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block;
  padding: 0;
  position: relative;
}
.dealr-ai-logo-no-background:before {
  background-image: conic-gradient(from 0.25turn at 46% 51.5%, #00B6CD, 82.8deg, #710EED, 205.2deg, #C841FE, 295.2deg, #4584FF, #00B6CD) !important;
  animation-duration: 20s;
  width: 300%;
  height: 1000%;
  left: -56%;
  top: -458%;
  transform-origin: 46.5% 51.5%;
}

.drives-ai-status__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.drives-ai-status__icon {
  flex-shrink: 0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.drives-ai-status__label {
  background: linear-gradient(90deg, #00B6CD, #710EED, #C841FE, #4584FF);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: drives-ai-text-shimmer 3s linear infinite;
  font-size: 13px;
}
.drives-ai-status__attempt {
  margin-left: 4px;
  opacity: 0.7;
}
.drives-ai-status__details {
  margin-top: 2px;
  padding-left: 28px;
  font-size: 11px;
}
.drives-ai-status__message {
  color: #666;
}
@keyframes drives-ai-text-shimmer {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.ai-inventory-description-writer__description {
  padding: 1rem 1.5rem;
  border-radius: 5px;
  background-color: #f0f0f0;
  text-align: justify;
}
.ai-inventory-description-writer__description p:last-child {
  margin-bottom: 0;
}
.ai-inventory-description-writer__description {
  /*&__streamed-segment {
    display: inline-block;
    position: relative;
    z-index: 0;

    $text-highlight-padding: 5%;
    &:before {
      content: '';
      display: block;
      left: -1*$text-highlight-padding;
      top: -1*$text-highlight-padding;
      width: 100% + $text-highlight-padding*2;
      height: 100% + $text-highlight-padding*2;
      position: absolute;
      background: #710EED;
      opacity: .15;
      border-radius: 3px;
      z-index: -1;
    }
  }*/
}
.ai-inventory-description-writer .ai-inventory-description-writer__items-to-include__item label {
  font-family: Roboto, sans-serif;
  text-transform: none;
  white-space: normal;
  font-weight: normal;
  font-size: 14px;
}

.conversations-email-composer__email-destination-select.ui-select-multiple {
  flex: 0 1 100%;
  overflow: hidden;
}
.conversations-email-composer__email-destination-select.ui-select-multiple .ui-select-match-item {
  max-width: calc(100% - 3px - 0.2rem);
  margin: 3px;
  border-radius: 20px;
}
.conversations-email-composer__email-destination-select.ui-select-multiple .ui-select-match-item:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 205, 0.5);
}

.conversations-phone-composer__phone-select {
  flex: 0 1 100%;
}
.conversations-phone-composer__phone-select .ui-select-match span {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversations-view--embedded {
  background-color: white;
  border-radius: 5px;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
.conversations-view__list {
  padding: 0 12px;
}
.conversations-view__list__dealership {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 12px;
}
.conversations-view__list__item {
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 12px;
  position: relative;
  transition: background-color 0.1s;
  color: #626262;
  white-space: nowrap;
}
.conversations-view__list__item:hover {
  color: #626262;
  background-color: #eeeeee;
}
.conversations-view__list__item:hover:after {
  opacity: 0;
}
.conversations-view__list__item--selected, .conversations-view__list__item--selected:hover {
  background-color: rgb(186.49, 236.5799512195, 242.91);
}
.conversations-view__list__item:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 24px);
  background-color: #EBEBEB;
  position: absolute;
  top: 100%;
  left: 12px;
  opacity: 1;
  transition: opacity 0.1s;
}
.conversations-view__list__item:last-child:after {
  height: 0;
}
.conversations-view__messages {
  height: 100%;
  overflow-y: scroll;
}
.conversations-view__messages__header {
  border-bottom: 2px solid #eeeeee;
  padding: 12px;
}
.conversations-view__messages .conversation_part {
  padding: 15.96px;
  margin: 15.96px;
  border-radius: 12px;
  background-color: #eeeeee;
}
.conversations-view__messages .conversation_part__container {
  width: 100%;
  display: grid;
}
.conversations-view__messages .conversation_part--inbound {
  justify-self: start;
  margin-right: 50px;
}
.conversations-view__messages .conversation_part--outbound {
  justify-self: end;
  background-color: rgb(203.83, 241.242097561, 245.97);
  margin-left: 50px;
}
.conversations-view__messages .conversation_part--note {
  justify-self: end;
  background-color: #FEEDAF;
  margin-left: 50px;
}
.conversations-view__messages .conversation_part--intercom_user_message {
  justify-self: start;
  margin-right: 50px;
}
.conversations-view__messages .conversation_part--intercom_admin_message {
  justify-self: end;
  background-color: rgb(203.83, 241.242097561, 245.97);
  margin-left: 50px;
}
.conversations-view__messages .conversation_part--intercom_note {
  justify-self: end;
  background-color: #FEEDAF;
  margin-left: 50px;
}
.conversations-view__messages .conversation_part--gmail_message {
  max-width: 1120px;
}
.conversations-view__messages .conversation_part--slack_message {
  background-color: #eeeeee;
  width: 500px;
  justify-self: center;
  margin-left: 0;
  margin-right: 0;
}
.conversations-view__messages .conversation_part--video {
  background-color: #eeeeee;
  width: calc(100% - 15.96px);
}
.conversations-view__messages .conversation_part--phone_call {
  background-color: #eeeeee;
  width: calc(100% - 15.96px);
}
.conversations-view__messages .conversation_part__gmail_message__destination {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.conversations-view__messages .conversation_part__gmail_message__destination:hover {
  cursor: pointer;
}
.conversations-view__messages .conversation_part__gmail_message__destination:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.conversations-view__messages .conversation_part__gmail_message__message {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.conversations-view__messages .conversation_part__text_message__message {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.conversations-view__messages .conversation_part__intercom_message__message {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  max-width: 600px;
}
.conversations-view__messages .conversation_part__intercom_message__message img {
  max-width: 100%;
  max-height: 300px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.conversations-view__messages .conversation_part__attachments__attachment {
  background-color: white;
  border-radius: 6px;
  display: inline-block;
}

.conversations-modal__emails__list {
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  max-height: 100%;
}
.conversations-modal__emails__list__item {
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 12px;
  position: relative;
  transition: background-color 0.1s;
  color: #626262;
}
.conversations-modal__emails__list__item--draft {
  box-shadow: 0 0 0 0.2rem rgba(245, 86, 83, 0.5);
  margin: 0.2rem;
  z-index: 1;
}
.conversations-modal__emails__list__item--draft:after {
  display: none !important;
}
.conversations-modal__emails__list__item--draft:hover {
  background-color: transparent !important;
}
.conversations-modal__emails__list__item__header {
  color: revert;
  overflow: hidden;
}
.conversations-modal__emails__list__item__header:hover {
  color: revert;
}
.conversations-modal__emails__list__item__header--selected, .conversations-modal__emails__list__item__header--selected:hover {
  background-color: rgb(186.49, 236.5799512195, 242.91);
}
.conversations-modal__emails__list__item__header__from {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.conversations-modal__emails__list__item__header__timestamp {
  white-space: nowrap;
}
.conversations-modal__emails__list__item:hover {
  color: #626262;
  background-color: #eeeeee;
}
.conversations-modal__emails__list__item:hover:after {
  opacity: 0;
}
.conversations-modal__emails__list__item:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 24px);
  background-color: #EBEBEB;
  position: absolute;
  top: 100%;
  left: 12px;
  opacity: 1;
  transition: opacity 0.1s;
}
.conversations-modal__emails__list__item:last-child:after {
  height: 0;
}
.conversations-modal__emails__list__item--show-message:hover {
  background-color: transparent;
}
.conversations-modal__emails__list__item--show-message:hover:after {
  opacity: 1;
}
.conversations-modal__emails__list__item blockquote {
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding: 10px;
  border-left: 1px solid #ccc;
}
.conversations-modal__chat__compose {
  padding: 0 5px;
  margin: 0 5px;
  border-radius: 10px;
  background-color: white;
  z-index: 1;
}
.conversations-modal__chat__compose__attachments-container {
  border-top: none;
}
.conversations-modal__chat__list {
  display: flex;
  flex-direction: column-reverse;
  overflow: auto;
  padding: 0 15px;
  max-height: 100%;
}
.conversations-modal__chat__list__item-container {
  display: grid;
}
.conversations-modal__chat__list__item-container:first-of-type {
  margin-bottom: 12px;
}
.conversations-modal__chat__list__item-container__timestamp {
  justify-self: center;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}
.conversations-modal__chat__list__item-container__item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 6px;
  position: relative;
  max-width: 80%;
  width: auto;
}
.conversations-modal__chat__list__item-container__item__bubble {
  padding: 12px;
  border-radius: 25px;
  font-size: 1rem;
  white-space: normal;
  max-width: 700px;
  display: table;
  width: auto;
  min-width: 0;
}
.conversations-modal__chat__list__item-container__item__attachment {
  margin-top: 2px;
  border-radius: 25px;
  overflow: hidden;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.conversations-modal__chat__list__item-container__item__attachment:hover {
  opacity: 1;
}
.conversations-modal__chat__list__item-container__item__attachment__photo {
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}
.conversations-modal__chat__list__item-container__item__attachment__file {
  display: flex;
  align-items: center;
}
.conversations-modal__chat__list__item-container__item__attachment__file > img {
  margin-right: 10px;
  width: 32px;
}
.conversations-modal__chat__list__item-container__item__attachment__file {
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 25px;
  border: 3px solid rgba(1, 182, 205, 0.2);
}
.conversations-modal__chat__list__item-container__item--left {
  justify-content: flex-start;
  justify-self: start;
  align-items: start;
}
.conversations-modal__chat__list__item-container__item--right {
  justify-content: flex-end;
  justify-self: end;
  align-items: end;
}
.conversations-modal__chat__list__item-container__item--left .conversations-modal__chat__list__item-container__item__bubble {
  background-color: #ddd;
  color: #111;
}
.conversations-modal__chat__list__item-container__item--right .conversations-modal__chat__list__item-container__item__bubble {
  background-color: rgb(51.9812030075, 129.1654135338, 157.5187969925);
  color: #eee;
}

.conversations-attachments {
  display: flex;
  align-items: center;
  overflow: visible;
  position: relative;
}
.conversations-attachments .dropdown-menu {
  z-index: 10001 !important;
  position: absolute;
  max-height: 300px;
  overflow-y: auto;
}
.conversations-attachments__attachment {
  border: 3px solid rgba(1, 182, 205, 0.2);
  border-radius: 10px;
  padding: 2px 10px;
}
.conversations-attachments__attachment .files-input-thumb {
  max-width: 40px;
  max-height: 40px;
}
.conversations-attachments__attachment .files-input-thumb .files-list-thumb-img {
  max-width: 40px;
  max-height: 40px;
  border: none;
}

.draft-loader {
  display: flex;
  align-items: center;
  padding: 5px 3px;
}
.draft-loader__icon {
  margin-right: 5px;
  width: 20px;
  flex: 0 0 20px;
  display: flex;
  justify-content: center;
}
.conversations-list-panel {
  width: 33.333%;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  flex: 0 0 33.333%;
}
.conversations-list-panel__search {
  padding: 16px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.conversations-list-panel__search__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.conversations-list-panel__search__input {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s;
}
.conversations-list-panel__search__input:focus {
  outline: none;
  border-color: #00B6CD;
}
.conversations-list-panel__search__input::placeholder {
  color: #999;
}
.conversations-list-panel__search__icon {
  position: absolute;
  right: 12px;
  color: #999;
  pointer-events: none;
}
.conversations-list-panel__search__toggle-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.conversations-list-panel__search__toggle-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 8px;
}
.conversations-list-panel__search__toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.conversations-list-panel__search__toggle-slider {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 24px;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
.conversations-list-panel__search__toggle-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.conversations-list-panel__search__toggle-input:checked + .conversations-list-panel__search__toggle-slider {
  background-color: #00B6CD;
}
.conversations-list-panel__search__toggle-input:checked + .conversations-list-panel__search__toggle-slider::before {
  transform: translateX(20px);
}
.conversations-list-panel__search__toggle-input:focus + .conversations-list-panel__search__toggle-slider {
  box-shadow: 0 0 0 3px rgba(0, 182, 205, 0.2);
}
.conversations-list-panel__search__toggle-text {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.conversations-list-panel__back {
  padding: 12px 16px;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.conversations-list-panel__back__button {
  background: none;
  border: none;
  color: #00B6CD;
  cursor: pointer;
  font-size: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.conversations-list-panel__back__button:hover {
  background-color: rgba(0, 182, 205, 0.1);
  color: rgb(0, 136.7219512195, 154);
}
.conversations-list-panel__back__button:active {
  background-color: rgba(0, 182, 205, 0.2);
}
.conversations-list-panel__back__button i {
  font-size: 16px;
}
.conversations-list-panel__back__customer-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  flex: 1;
}
.conversations-list-panel__content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 8px;
  overflow: hidden;
}
.conversations-list-panel__scroll-container {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: row;
  width: 200%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  will-change: transform;
}
.conversations-list-panel__scroll-container--conversations {
  transform: translateX(-50%);
}
.conversations-list-panel__view {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0.1s;
}
.conversations-list-panel__view--active {
  opacity: 1;
  pointer-events: auto;
}
.conversations-list-panel__cards {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.conversations-list-panel__loading {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
.conversations-list-panel__loading i {
  font-size: 24px;
  margin-bottom: 12px;
}
.conversations-list-panel__loading p {
  margin: 0;
  font-size: 14px;
}
.conversations-list-panel__empty {
  text-align: center;
  padding: 40px 20px;
  color: #999;
}
.conversations-list-panel__empty i {
  font-size: 32px;
  margin-bottom: 12px;
  opacity: 0.5;
}
.conversations-list-panel__empty p {
  margin: 0;
  font-size: 14px;
}
.conversations-list-panel__cards {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.conversations-list-panel__pagination {
  padding: 16px;
  background-color: white;
  border-top: 1px solid #e0e0e0;
  min-height: 52px;
}

.conversations-card {
  background-color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.conversations-card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}
.conversations-card--selected {
  border-color: #00B6CD;
  background-color: rgba(0, 182, 205, 0.05);
  box-shadow: 0 0 0 1px #00B6CD, 0 2px 4px rgba(0, 0, 0, 0.1);
}
.conversations-card__content {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 60px;
  position: relative;
}
.conversations-card--conversation .conversations-card__content {
  align-items: flex-start;
}
.conversations-card__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.conversations-card__right {
  flex-shrink: 0;
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  position: relative;
  align-self: flex-end;
}
.conversations-card--conversation .conversations-card__right {
  align-items: flex-end;
  align-self: flex-end;
}
.conversations-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 8px;
  line-height: 1.4;
  word-wrap: break-word;
  display: block;
}
.conversations-card__name--conversation {
  font-size: 14px;
  margin-bottom: 4px;
}
.conversations-card__badge {
  display: inline-block;
  background-color: #41a0e1;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 12px;
  line-height: 1.4;
  align-self: flex-start;
}
.conversations-card__date {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  text-align: right;
  line-height: 1.4;
}
.conversations-card__menu {
  flex-shrink: 0;
}
.conversations-card__menu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #666;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.conversations-card__menu__button:hover {
  background-color: #f0f0f0;
  color: #333;
}
.conversations-card__menu__button i {
  font-size: 14px;
}
.conversations-card__icon-wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  vertical-align: middle;
}
.conversations-card__icon-wrapper i {
  font-size: 16px;
}
.conversations-card__details {
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  min-width: 0;
}
.conversations-card__snippet {
  font-size: 13px;
  color: #666;
  margin: 4px 0 0 0;
  line-height: 1.4;
  word-wrap: break-word;
}
.conversations-card--conversation .conversations-card__content {
  align-items: flex-start;
}
.conversations-card--conversation .conversations-card__left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
.conversations-card--conversation .conversations-card__icon-wrapper {
  flex-shrink: 0;
}
.conversations-card--conversation .conversations-card__details {
  flex: 1;
  min-width: 0;
}
.conversations-card--conversation .conversations-card__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  align-self: stretch;
}
.conversations-card--conversation .conversations-card__menu {
  flex-shrink: 0;
}
.conversations-card--conversation .conversations-card__date {
  margin-top: auto;
}

.conversations-content-inline {
  flex: 1;
  min-height: 0;
}

.conversations-detail-panel-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
  padding: 0;
}

.conversations-detail-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.conversations-detail-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.conversations-detail-panel .conversations-messages-container {
  flex: 0 0 calc(60% - 4px) !important;
  max-height: calc(60% - 4px) !important;
  min-height: 0;
  overflow: hidden !important;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  flex-direction: column;
}
.conversations-detail-panel .conversations-messages-container .conversations-modal__chat__list {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  max-height: 100% !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  flex: 1;
  min-height: 0;
}
.conversations-detail-panel .conversations-messages-container img {
  max-width: 100% !important;
  height: auto !important;
}
.conversations-detail-panel .conversations-composer-container {
  flex: 0 0 calc(40% - 4px) !important;
  max-height: calc(40% - 4px) !important;
  min-height: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: white;
  position: relative;
  box-sizing: border-box !important;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 8px 15px !important;
}
.conversations-detail-panel .conversations-detail-panel {
  padding: 8px !important;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.conversations-detail-panel .conversations-detail-panel > div {
  box-sizing: border-box;
}
.conversations-detail-panel .conversations-modal__chat__list {
  padding: 15px;
}
.conversations-detail-panel .conversations-modal__chat__list--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.conversations-composer-inline {
  overflow-y: auto;
}

@media (max-width: 768px) {
  .conversations-list-panel {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .conversations-card__content {
    padding: 12px;
  }
  .conversations-card__name {
    font-size: 14px;
  }
  .conversations-card__badge {
    font-size: 11px;
    padding: 3px 8px;
  }
  .conversations-card__date {
    font-size: 12px;
  }
}
.conversation-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  min-height: 0;
}
.conversation-content-wrapper .conversation-messages-panel {
  flex: 0 0 auto;
  max-height: 50%;
  margin: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-messages-list {
  flex: 1;
  min-height: 0;
  position: relative;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-messages-list .hidden-scroll-shadow-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-messages-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-message-bubble {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-message-bubble img {
  max-width: 100% !important;
  height: auto !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item {
  width: auto !important;
  min-width: 0 !important;
  max-width: 80% !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  align-items: flex-start !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble {
  padding: 12px !important;
  white-space: normal !important;
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble p {
  margin-bottom: 0 !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble table:last-child {
  margin-bottom: 0 !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble table tr:last-child td,
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble table tr:last-child th {
  padding-bottom: 0 !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble table {
  width: auto !important;
  max-width: 100% !important;
  display: table !important;
  table-layout: auto !important;
  border-collapse: collapse !important;
  margin-bottom: 0 !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble td, .conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__item__bubble th {
  width: auto !important;
  max-width: none !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-content-wrapper .conversations-modal__chat__list__item-container__item__bubble {
  max-width: none !important;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-message-bubble-clickable {
  transition: opacity 0.2s ease;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-message-bubble-clickable:hover {
  opacity: 0.85;
}
.conversation-content-wrapper .conversation-messages-panel .conversation-message-bubble-clickable:active {
  opacity: 0.7;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__sender-name {
  font-size: 11px;
  color: #6c757d;
  margin-top: 4px;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__sender-name--left {
  text-align: left;
}
.conversation-content-wrapper .conversation-messages-panel .conversations-modal__chat__list__item-container__sender-name--right {
  text-align: right;
}
.conversation-content-wrapper .conversation-composer-panel {
  flex: 0 0 auto;
  overflow: visible;
}
.conversation-content-wrapper .conversation-composer-panel .ui-select-dropdown,
.conversation-content-wrapper .conversation-composer-panel .ui-select-choices {
  z-index: 10000 !important;
}
.conversation-content-wrapper .conversation-composer-panel .ui-select-container.open,
.conversation-content-wrapper .conversation-composer-panel .ui-select-bootstrap.open {
  z-index: 10000 !important;
}
.conversation-content-wrapper .conversation-composer-panel {
  max-height: 40%;
  margin: 0 8px 8px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: white;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  box-sizing: border-box;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-panel-scrollable {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1;
  min-height: 0;
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-fields {
  margin-top: 0;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-field {
  margin-bottom: 0;
  margin-top: 0;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-field:first-child {
  margin-top: 0;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-attachments {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: visible;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-attachments:empty, .conversation-content-wrapper .conversation-composer-panel .conversation-composer-attachments:has(> div[style*="display: none"]) {
  margin-bottom: 0;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-attachments .conversations-attachments-upload-row {
  overflow: visible;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-attachments .conversations-attachments-upload-row__dropdowns {
  overflow: visible;
  position: relative;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-attachments .conversations-attachments-upload-row__dropdowns .dropdown-menu {
  position: absolute;
  z-index: 10001;
}
.conversation-content-wrapper .conversation-composer-panel .conversations-attachments-upload-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0;
  position: relative;
  min-height: 40px;
}
.conversation-content-wrapper .conversation-composer-panel .conversations-attachments-upload-row__dropdowns {
  grid-column: 1;
  z-index: 2;
  position: relative;
}
.conversation-content-wrapper .conversation-composer-panel .conversations-attachments-upload-row__dropdowns a {
  color: #007bff;
}
.conversation-content-wrapper .conversation-composer-panel .conversations-attachments-upload-row__center-text {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.conversation-content-wrapper .conversation-composer-panel .conversations-attachments-upload-row__center-text .h5 {
  margin: 0;
  pointer-events: auto;
  text-align: center;
}
.conversation-content-wrapper .conversation-composer-panel .conversations-attachments-upload-row__center-text .h5 a {
  color: #007bff;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-composer-fields .form-group.mb-3 {
  margin-bottom: 8px !important;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-action-bar-attachment-row {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-action-bar-attachment-row .conversation-action-bar-attachment-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.conversation-content-wrapper .conversation-composer-panel .conversation-action-bar-attachment-row .conversation-action-link {
  cursor: pointer;
  color: #007bff;
}
.conversation-content-wrapper .conversation-action-bar {
  flex: 0 0 auto;
  margin: 0 8px 8px 8px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-attachment-row {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-attachment-row .conversation-action-bar-attachment-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-main-row {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-left {
  flex: 1;
  display: flex;
  align-items: center;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-right {
  display: flex;
  align-items: center;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-link {
  cursor: pointer;
  color: #007bff;
}
.conversation-content-wrapper .conversation-action-bar .conversation-action-bar-hint {
  font-size: 12px;
  color: #6c757d;
  text-align: center;
}

.dealer-price-increase__lock-button, .price-increase__lock-button {
  padding: 3px 7px;
  background: transparent;
  display: block;
  border: none;
  position: relative;
  border-radius: 5px;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out !important;
  margin: 1px;
}
.dealer-price-increase__lock-button:focus, .dealer-price-increase__lock-button:active, .price-increase__lock-button:focus, .price-increase__lock-button:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 182, 205, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 182, 205, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 182, 205, 0.5);
  background-color: #f0f0f0;
}
.dealer-price-increase__lock-button:hover, .price-increase__lock-button:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.dealer-price-increase__lock-button[disabled], .price-increase__lock-button[disabled] {
  box-shadow: none;
  pointer-events: none;
}
.dealer-price-increase__lock-button__icon, .price-increase__lock-button__icon {
  width: 25px;
  height: 11.5px;
  display: inline-block;
}
.navbar-user {
  height: 60px;
  display: flex;
  align-items: center;
}

.navbar-user-picker {
  height: 48px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #ccc;
  padding: 5px 15px;
  color: #C7E8F0;
}
.navbar-user-picker:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.navbar-user-picker__avatar {
  width: 35px;
  height: 35px;
  border-radius: 18px;
  margin-right: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
}
.navbar-user-picker__avatar--text {
  font-size: 14px;
  color: #C7E8F0;
  background: rgb(0, 182, 205);
  background: -moz-linear-gradient(342deg, rgb(0, 182, 205) 0%, rgb(96, 202, 215) 100%);
  background: -webkit-linear-gradient(342deg, rgb(0, 182, 205) 0%, rgb(96, 202, 215) 100%);
  background: linear-gradient(342deg, rgb(0, 182, 205) 0%, rgb(96, 202, 215) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b6cd",endColorstr="#60cad7",GradientType=1);
}

.navbar-user-dropdown__avatar {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.25);
}
.navbar-user-dropdown__avatar--text {
  font-size: 22px;
  color: #C7E8F0;
  background: rgb(0, 182, 205);
  background: -moz-linear-gradient(342deg, rgb(0, 182, 205) 0%, rgb(96, 202, 215) 100%);
  background: -webkit-linear-gradient(342deg, rgb(0, 182, 205) 0%, rgb(96, 202, 215) 100%);
  background: linear-gradient(342deg, rgb(0, 182, 205) 0%, rgb(96, 202, 215) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b6cd",endColorstr="#60cad7",GradientType=1);
}

.navbar-dealership-logo {
  height: 48px;
  border-radius: 5px;
  background: white;
  border: 1px solid white;
  padding: 5px 15px;
  margin: 6px;
}
.navbar-dealership-logo img {
  height: 100%;
}

.files-list-thumb-img--ghost {
  height: 110px;
  width: 85px;
}

.ghost-loader {
  position: relative;
}
.ghost-loader--text {
  color: transparent !important;
}
.ghost-loader--text:before {
  background-color: white;
  border-radius: 2px;
}
.ghost-loader:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #d8d8d8;
  background-image: linear-gradient(to right, #d8d8d8 0%, #cccccc 20%, #d8d8d8 40%, #d8d8d8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.accounting-table-compact__checkbox-column {
  width: 50px;
}
.accounting-table-compact__date-column {
  width: 65px;
}
.accounting-table-compact__identifier-column {
  width: 125px;
}
@media (max-width: 1200px) {
  .accounting-table-compact__identifier-column {
    width: 90px;
  }
}
.accounting-table-compact__checkNo-column {
  width: 85px;
}
@media (max-width: 991px) {
  .accounting-table-compact__checkNo-column {
    display: none;
  }
}
.accounting-table-compact__type-column {
  width: 100px;
}
@media (max-width: 1200px) {
  .accounting-table-compact__type-column {
    display: none;
  }
}
.accounting-table-compact__reconciliation-column {
  width: 60px;
}
.accounting-table-compact__amount-column {
  width: 125px;
}
@media (max-width: 991px) {
  .accounting-table-compact__amount-column {
    width: 100px;
  }
}

.table-accounting-condensed {
  table-layout: fixed;
}
.table-accounting-condensed > tbody > tr > td {
  padding: 2px;
  font-size: 90%;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-accounting-condensed > thead > tr > th {
  padding: 5px !important;
  font-size: 11px;
}
.table-accounting-condensed.table > thead > tr > th:first-child, .table-accounting-condensed.table > tbody > tr > td:first-child {
  padding-left: 5px !important;
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  display: inline-block;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, 0.3803921569);
  border-color: rgba(31, 31, 31, 0.1215686275);
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

/* Variables for easy customization */
/* Base shadow color */
/* Height of the top and bottom shadows */
/* Width of the left and right shadows */
/* Shadow wrapper - appended to body, positioned via getBoundingClientRect in JS */
.hidden-scroll-shadow__shadow-wrapper {
  position: fixed;
  pointer-events: none;
  z-index: 1; /* ENG-617: Keep shadows below modals (modal z-index is 1050) */
  overflow: hidden;
}

/* Base styles for shadow elements */
.hidden-scroll-shadow__shadow-element {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.hidden-scroll-shadow__shadow-element--visible {
  opacity: 1;
}
.hidden-scroll-shadow__shadow-element {
  /* Positioning within the wrapper */
  position: absolute;
  /* Top shadow styling */
}
.hidden-scroll-shadow__shadow-element--top {
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
}
.hidden-scroll-shadow__shadow-element {
  /* Bottom shadow styling */
}
.hidden-scroll-shadow__shadow-element--bottom {
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
.hidden-scroll-shadow__shadow-element {
  /* Left shadow styling */
}
.hidden-scroll-shadow__shadow-element--left {
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
}
.hidden-scroll-shadow__shadow-element {
  /* Right shadow styling */
}
.hidden-scroll-shadow__shadow-element--right {
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent);
}

/* Modifier for soft edges */
.hidden-scroll-shadow--soft-edges-1 .hidden-scroll-shadow__shadow-element {
  /* Apply border-radius for rounded corners */
  border-radius: 8px;
  /* Use a radial gradient for smoother transition */
}
.hidden-scroll-shadow--soft-edges-1 .hidden-scroll-shadow__shadow-element--top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent);
  /* Add a mask to taper the sides */
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-1 .hidden-scroll-shadow__shadow-element--bottom {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-1 .hidden-scroll-shadow__shadow-element--left {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-1 .hidden-scroll-shadow__shadow-element--right {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.hidden-scroll-shadow--opacity-1 .hidden-scroll-shadow__shadow-element {
  opacity: 0.15;
}

/* Modifier for soft edges */
.hidden-scroll-shadow--soft-edges-2 .hidden-scroll-shadow__shadow-element {
  /* Apply border-radius for rounded corners */
  border-radius: 8px;
  /* Use a radial gradient for smoother transition */
}
.hidden-scroll-shadow--soft-edges-2 .hidden-scroll-shadow__shadow-element--top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.225), transparent);
  /* Add a mask to taper the sides */
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-2 .hidden-scroll-shadow__shadow-element--bottom {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.225), transparent);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-2 .hidden-scroll-shadow__shadow-element--left {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.225), transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-2 .hidden-scroll-shadow__shadow-element--right {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.225), transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.hidden-scroll-shadow--opacity-2 .hidden-scroll-shadow__shadow-element {
  opacity: 0.225;
}

/* Modifier for soft edges */
.hidden-scroll-shadow--soft-edges-3 .hidden-scroll-shadow__shadow-element {
  /* Apply border-radius for rounded corners */
  border-radius: 8px;
  /* Use a radial gradient for smoother transition */
}
.hidden-scroll-shadow--soft-edges-3 .hidden-scroll-shadow__shadow-element--top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  /* Add a mask to taper the sides */
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-3 .hidden-scroll-shadow__shadow-element--bottom {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-3 .hidden-scroll-shadow__shadow-element--left {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}
.hidden-scroll-shadow--soft-edges-3 .hidden-scroll-shadow__shadow-element--right {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.hidden-scroll-shadow--opacity-3 .hidden-scroll-shadow__shadow-element {
  opacity: 0.3;
}

.time-clock-floating-indicator {
  position: fixed;
  top: 75px;
  right: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  padding: 6px 8px 6px 14px;
  font-family: "Roboto", sans-serif;
}
.time-clock-floating-indicator__link {
  display: flex;
  align-items: center;
  color: #333 !important;
  text-decoration: none !important;
}
.time-clock-floating-indicator__link:hover {
  text-decoration: none !important;
}
.time-clock-floating-indicator__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4A6CF7;
  margin-right: 10px;
  flex-shrink: 0;
  animation: time-clock-pulse 2s infinite;
}
.time-clock-floating-indicator__time {
  font-weight: 600;
  font-size: 15px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.5px;
  color: #333;
  white-space: nowrap;
}
.time-clock-floating-indicator__divider {
  width: 1px;
  height: 30px;
  background-color: #ddd;
  margin: 0 12px;
  flex-shrink: 0;
}
.time-clock-floating-indicator__detail {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  line-height: 1.3;
}
.time-clock-floating-indicator__detail__primary {
  display: flex;
  align-items: baseline;
}
.time-clock-floating-indicator__ticket {
  font-weight: 700;
  font-size: 13px;
  color: #333;
  margin-right: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
.time-clock-floating-indicator__label {
  font-size: 13px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-clock-floating-indicator__vehicle {
  font-size: 11px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-clock-floating-indicator__stop {
  background: #FEE2E2;
  border: 2px solid #FECACA;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  cursor: pointer;
  color: #EF4444;
  font-size: 11px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.time-clock-floating-indicator__stop:hover {
  border-color: #EF4444;
  background-color: #FEE2E2;
  color: #DC2626;
}

.time-clock-status-badge {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 3px 10px 3px 8px;
  white-space: nowrap;
}

.time-clock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4A6CF7;
  margin-right: 6px;
  flex-shrink: 0;
  animation: time-clock-pulse 2s infinite;
}

.time-clock-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E8ECFD;
  color: #4A6CF7;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  flex-shrink: 0;
}

.time-clock-timer {
  font-weight: 600;
  font-size: 13px;
  color: #4A6CF7;
  font-family: "Roboto Mono", monospace;
}

@keyframes time-clock-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.time-clock-panel-modal .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 420px;
  max-width: 100vw;
  transform: translateX(100%);
  animation: tcp-slide-in 0.25s ease forwards;
}
.time-clock-panel-modal .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
}

@keyframes tcp-slide-in {
  to {
    transform: translateX(0);
  }
}
.tcp-header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}
.tcp-header__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #E8ECFD;
  color: #4A6CF7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}
.tcp-header__info {
  flex: 1;
  min-width: 0;
}
.tcp-header__title {
  font-weight: 600;
  font-size: 16px;
  color: #111;
}
.tcp-header__subtitle {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tcp-header__close {
  background: none;
  border: none;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  margin-left: 8px;
}
.tcp-header__close:hover {
  color: #333;
}

.tcp-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.tcp-summary {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.tcp-summary--unlinked {
  opacity: 0.55;
  filter: grayscale(1);
}
.tcp-summary__ring {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.tcp-summary__ring svg {
  width: 100%;
  height: 100%;
}
.tcp-summary__ring-fill {
  stroke: #4A6CF7;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.6s ease;
}
.tcp-summary__ring-fill--over {
  stroke: #F59E0B;
}
.tcp-summary__ring-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 16px;
  color: #333;
}
.tcp-summary__stats {
  display: flex;
  gap: 16px;
  flex: 1;
}
.tcp-summary__stat {
  text-align: center;
}
.tcp-summary__stat-label {
  font-size: 10px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.5px;
}
.tcp-summary__stat-value {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.tcp-summary__bar {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  position: relative;
  margin-top: 4px;
}
.tcp-summary__bar-fill {
  height: 100%;
  border-radius: 4px;
  background: #4A6CF7;
  transition: width 0.4s ease;
}
.tcp-summary__bar-fill--over {
  background: #F59E0B;
}
.tcp-summary__bar-label {
  position: absolute;
  right: 0;
  top: -16px;
  font-size: 10px;
  font-weight: 700;
  color: #F59E0B;
}

.tcp-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.tcp-controls__btn {
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.tcp-controls__btn--start {
  background: #10B981;
  color: #fff;
}
.tcp-controls__btn--start:hover {
  background: #059669;
}
.tcp-controls__btn--stop {
  background: #EF4444;
  color: #fff;
}
.tcp-controls__btn--stop:hover {
  background: #DC2626;
}
.tcp-controls__timer {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #4A6CF7;
  font-family: "Roboto Mono", monospace;
}
.tcp-controls__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4A6CF7;
  margin-right: 8px;
  animation: time-clock-pulse 2s infinite;
}
.tcp-controls__sync {
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
}
.tcp-controls__sync:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}

.tcp-tech-hours {
  margin-bottom: 16px;
}
.tcp-tech-hours__row {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.tcp-tech-hours__field-wrap {
  flex: 1;
  position: relative;
}
.tcp-tech-hours__field {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.tcp-tech-hours__field label {
  margin-bottom: 0;
}
.tcp-tech-hours__save-status {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  line-height: 1;
}
.tcp-tech-hours__save-status-saving {
  color: #9ca3af;
}
.tcp-tech-hours__save-status-saved {
  color: #10B981;
  animation: tcp-save-status-pop 0.18s ease-out;
}

@keyframes tcp-save-status-pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.tcp-tech-hours__lock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #6b7280;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.tcp-tech-hours__lock:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #374151;
}
.tcp-tech-hours--locked .tcp-tech-hours__lock {
  background: #eef2ff;
  border-color: #c7d2fe;
  color: #4A6CF7;
}
.tcp-tech-hours__warning {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #DC2626;
}
.tcp-tech-hours__lock--saving {
  pointer-events: none;
  opacity: 0.6;
}
.tcp-tech-hours__lock--disabled {
  pointer-events: none;
  opacity: 0.45;
  cursor: not-allowed;
}

.tcp-sessions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tcp-sessions__title {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.5px;
}
.tcp-sessions__add {
  font-size: 12px;
  font-weight: 500;
  color: #4A6CF7;
  cursor: pointer;
}
.tcp-sessions__add:hover {
  text-decoration: underline;
}
.tcp-sessions__empty {
  text-align: center;
  color: #999;
  padding: 24px;
  font-size: 13px;
}

.tcp-session {
  background: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  transition: background 0.15s, border-color 0.15s;
}
.tcp-session:hover {
  border-color: #e0e0e0;
}
.tcp-session:hover .tcp-session__edit-btn {
  opacity: 1;
}
.tcp-session--editing {
  background: #f0f4ff;
  border-left: 3px solid #4A6CF7;
  border-color: #d0d8f8;
  padding-left: 11px;
}
.tcp-session--active {
  background: #f7f8ff;
  border-left: 3px solid #4A6CF7;
  border-color: #dde3fc;
  padding-left: 11px;
}
.tcp-session__display {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tcp-session__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #E8ECFD;
  color: #4A6CF7;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tcp-session__info {
  flex: 1;
  min-width: 0;
}
.tcp-session__times {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.tcp-session__arrow-icon {
  color: #c0c0c0;
  margin: 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.tcp-session__edit-row .tcp-session__arrow-icon {
  margin-bottom: 12px;
}
.tcp-session__now {
  color: #4A6CF7;
  font-weight: 600;
}
.tcp-session__meta {
  font-size: 12px;
  color: #999;
  margin-top: 1px;
}
.tcp-session__duration {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 60px;
  text-align: right;
}
.tcp-session__duration--active {
  color: #4A6CF7;
  font-family: "Roboto Mono", monospace;
}
.tcp-session__edit-btn {
  opacity: 0;
  color: #999;
  cursor: pointer;
  padding: 4px;
  transition: opacity 0.15s;
  flex-shrink: 0;
}
.tcp-session__edit-btn:hover {
  color: #4A6CF7;
}
.tcp-session__edit-label {
  font-size: 12px;
  font-weight: 600;
  color: #4A6CF7;
  margin-bottom: 8px;
}
.tcp-session__edit-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 1px;
}
.tcp-session__edit-field {
  flex: 1;
}
.tcp-session__edit-field label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #999;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.tcp-session__edit-field .form-control {
  font-size: 13px;
  padding: 4px 8px;
  height: 32px;
}
.tcp-session__edit-duration {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  min-width: 50px;
  text-align: right;
}
.tcp-session__edit-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}
.tcp-session__edit-cancel {
  color: #999;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
}
.tcp-session__edit-cancel:hover {
  color: #333;
}
.tcp-session__edit-save {
  color: #10B981;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
}
.tcp-session__edit-save:hover {
  color: #059669;
}
.tcp-session__delete {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
}
.tcp-session__date-input {
  max-width: 160px;
  font-size: 13px;
  padding: 4px 8px;
  height: 32px;
}

.tcp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  font-size: 13px;
  color: #666;
  flex-shrink: 0;
}

.labor-clock-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  padding: 3px 10px 3px 8px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s;
}
.labor-clock-pill--self {
  background: #E8ECFD;
  color: #4A6CF7;
}
.labor-clock-pill--self:hover {
  background: #dde3fc;
}
.labor-clock-pill--start {
  background: #f3f4f6;
  color: #6b7280;
  padding: 4px 10px;
}
.labor-clock-pill--start:hover {
  background: #e5e7eb;
  color: #374151;
}
.labor-clock-pill--other {
  background: #f3f4f6;
  color: #6b7280;
}
.labor-clock-pill--idle {
  background: #f3f4f6;
  color: #6b7280;
  cursor: pointer;
}
.labor-clock-pill--idle:hover {
  background: #e5e7eb;
}
.labor-clock-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4A6CF7;
  margin-right: 6px;
  animation: time-clock-pulse 2s infinite;
}
.labor-clock-pill__initials {
  font-weight: 600;
  margin-right: 6px;
}
.labor-clock-pill__time {
  font-weight: 600;
  font-family: "Roboto Mono", monospace;
}
.labor-clock-pill__stop-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FEE2E2;
  color: #EF4444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-size: 9px;
  cursor: pointer;
  transition: all 0.15s;
  flex-shrink: 0;
}
.labor-clock-pill__stop-btn:hover {
  background: #EF4444;
  color: #fff;
}
.labor-clock-pill__hours {
  font-weight: 600;
}
.labor-clock-pill__sessions {
  font-size: 11px;
  margin-left: 4px;
  color: #999;
}

.sellable-section {
  margin-bottom: 24px;
}
.sellable-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
}
.sellable-section__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.sellable-section__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sellable-grid-scroll {
  overflow-x: auto;
}

.sellable-grid {
  font-size: 13px;
  color: #333;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  min-width: 540px;
}
.sellable-grid__cols {
  display: grid;
  grid-template-columns: 4px minmax(120px, 1fr) 60px minmax(110px, 240px) 100px 32px;
  column-gap: 14px;
  padding: 6px 14px;
}
.sellable-grid__cols--parts {
  grid-template-columns: 4px minmax(120px, 1fr) 75px 100px 32px;
}
.sellable-grid__cols--kits {
  grid-template-columns: 4px minmax(120px, 1fr) 75px 100px 32px;
}
.sellable-grid__cols--sublet {
  grid-template-columns: 4px minmax(120px, 1fr) 100px 32px;
}
.sellable-grid__header {
  font-size: 10px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #E5E7EB;
  align-items: center;
}
.sellable-grid__row {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #F3F4F6;
  align-items: center;
}
.sellable-grid__row:hover {
  background: #f3f4f6;
}
.sellable-grid__row:hover .sellable-grid__delete-btn {
  opacity: 1;
}
.sellable-grid__row:hover .sellable-grid__drag {
  opacity: 1;
}
.sellable-grid__row--quote {
  background: #FFFBEB;
}
.sellable-grid__row--zero .sellable-grid__hours, .sellable-grid__row--zero .sellable-grid__price {
  opacity: 0.35;
}
.sellable-grid__row--quote .sellable-grid__accent {
  background: #F59E0B;
  border-radius: 2px;
  align-self: center;
  height: 28px;
}
.sellable-grid__row--ghost {
  cursor: default;
  background: #F9FAFB;
  opacity: 0.8;
}
.sellable-grid__row--ghost:hover {
  background: #F9FAFB;
}
.sellable-grid__row--ghost .sellable-grid__drag {
  opacity: 0;
  pointer-events: none;
}
.sellable-grid__accent {
  width: 4px;
}
.sellable-grid__drag {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  opacity: 0;
  transition: opacity 0.15s;
  color: #999;
  font-size: 11px;
  z-index: 1;
}
.sellable-grid__desc {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 12px;
  line-height: 1.4;
}
.sellable-grid__desc-text {
  line-height: 1.2;
}
.sellable-grid__desc-line--blank {
  height: 8px;
  font-size: 0;
  overflow: hidden;
}
.sellable-grid__desc-tags {
  display: flex;
  gap: 4px;
  margin-bottom: 2px;
}
.sellable-grid__breadcrumb {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  color: #9CA3AF;
  background: #F3F4F6;
  padding: 1px 4px;
  border-radius: 3px;
  letter-spacing: 0.03em;
}
.sellable-grid__quote-badge {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  color: #92400E;
  background: #FEF3C7;
  padding: 1px 5px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.sellable-grid__hours, .sellable-grid__qty {
  align-self: center;
  text-align: right;
}
.sellable-grid__mechanic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  align-self: center;
}
.sellable-grid__mechanic-name {
  text-align: right;
}
.sellable-grid__person {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  align-self: center;
}
.sellable-grid__person-badge {
  flex-shrink: 0;
}
.sellable-grid__person-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sellable-grid__delete {
  align-self: center;
  text-align: center;
}
.sellable-grid__delete-btn {
  opacity: 0;
  transition: opacity 0.15s;
  color: #9ca3af;
  cursor: pointer;
}
.sellable-grid__delete-btn:hover {
  color: #EF4444;
}
.sellable-grid__pending {
  align-self: center;
  text-align: center;
  color: #4A6CF7;
}
.sellable-grid__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  border-top: 2px solid #e5e7eb;
  background: #f9fafb;
  font-size: 12px;
}
.sellable-grid__footer-left, .sellable-grid__footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sellable-grid__footer-divider {
  width: 1px;
  height: 16px;
  background: #d1d5db;
  flex-shrink: 0;
}
.sellable-grid__footer-label {
  color: #999;
  font-weight: 500;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.sellable-grid__footer-value {
  font-weight: 700;
  color: #333;
}
.sellable-grid__quick-add {
  border-bottom: 1px solid #F3F4F6;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: start;
}
.sellable-grid__quick-add > :not(.sellable-grid__desc) {
  align-self: center;
}
.sellable-grid__quick-field {
  margin-bottom: 0;
  padding: 4px 8px !important;
  min-height: 0 !important;
  height: auto !important;
  width: 100%;
}
.sellable-grid__quick-field .form-control {
  height: auto;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  line-height: 1.4;
  position: relative !important;
}
.sellable-grid__quick-field textarea.form-control {
  min-height: 1.4em !important;
  resize: none;
  width: 100%;
}
.sellable-grid__quick-input--hours {
  text-align: right;
}

.sellable-typeahead-popup {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 6px;
}

.sellable-typeahead-popup .uib-typeahead-match {
  padding-top: 0;
  padding-bottom: 0;
}

.sellable-typeahead-popup .uib-typeahead-match > div > a,
.sellable-typeahead-popup .uib-typeahead-match > a {
  padding: 6px 12px;
}

.labor-clock-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.labor-clock-sync-btn {
  color: #999;
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
}
.labor-clock-sync-btn:hover {
  color: #4A6CF7;
}

.onboarding-file-upload [uib-dropdown] {
  display: none;
}

.onb-fade-in {
  opacity: 0;
  transform: translateY(16px);
  animation: onb-fade-up 0.5s ease-out forwards;
}

@keyframes onb-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.onb-hero {
  text-align: center;
  padding: 32px 20px 24px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  border: 1px solid #e6e6e6;
}

.onb-ring-wrap {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
}

.onb-ring-svg {
  width: 140px;
  height: 140px;
}

.onb-ring-progress {
  transition: stroke-dasharray 1.5s ease-out;
}

.onb-ring-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.onb-ring-percent {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.onb-motivational {
  font-size: 16px;
  color: #6b7280;
  margin-top: 8px;
}

.onb-complete-btn {
  margin-top: 16px;
  font-size: 15px;
  padding: 10px 28px;
  border-radius: 8px;
}

.onb-complete-done {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #059669;
}

.onb-section {
  margin-bottom: 24px;
}

.onb-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #374151;
}

.onb-timeline-steps {
  position: relative;
  display: flex;
  gap: 12px;
  overflow: visible;
  padding-bottom: 4px;
}

.onb-timeline-step {
  flex: 1 1 0;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.onb-timeline-line-bg,
.onb-timeline-line-fill {
  position: absolute;
  top: 10px;
  height: 4px;
  border-radius: 2px;
  transform: translateY(-50%);
  pointer-events: none;
}

.onb-timeline-line-bg {
  left: 0;
  right: 0;
  background: #e5e7eb;
}

.onb-timeline-line-fill {
  left: 0;
  background: linear-gradient(90deg, #10b981, #059669);
  transition: width 0.8s ease-out;
}

.onb-timeline-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.onb-timeline-dot--done {
  background: #10b981;
}
.onb-timeline-dot--today {
  background: #10b981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3);
  animation: onb-pulse 2s infinite;
}

@keyframes onb-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.1);
  }
}
.onb-timeline-card {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 14px 14px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.onb-timeline-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.onb-timeline-card--today {
  border-color: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.15);
}
.onb-timeline-card--done {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.onb-countdown-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 10px;
  white-space: nowrap;
}

.onb-timeline-card-icon {
  margin-bottom: 6px;
}

.onb-timeline-card-name {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 4px;
}

.onb-timeline-card-date {
  font-size: 12px;
  color: #9ca3af;
}

.onb-timeline-card-actions {
  margin-top: 10px;
}

.onb-btn-recording {
  background: transparent;
  color: #059669;
  border: 1.5px solid #10b981;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  transition: background 0.2s, color 0.2s;
}
.onb-btn-recording:hover, .onb-btn-recording:focus {
  background: #10b981;
  color: #fff;
  text-decoration: none;
}

.onb-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease, border-color 0.3s ease;
}
.onb-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.onb-card--complete {
  background: #ecfdf5;
  border-color: #86efac;
}

.onb-card-header {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  gap: 14px;
  user-select: none;
}

.onb-card-ring {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.onb-card-ring-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 1;
}

.onb-card-ring-check {
  color: #059669;
  font-size: 13px;
}

.onb-card-title {
  flex: 1;
  min-width: 0;
}

.onb-card-name {
  font-weight: 600;
  font-size: 15px;
  color: #374151;
}

.onb-card-subtitle {
  font-size: 12px;
  color: #9ca3af;
}

.onb-badge-next {
  background: #10b981;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.onb-card-chevron {
  color: #9ca3af;
  font-size: 14px;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.onb-card-chevron--open {
  transform: rotate(90deg);
}

.onb-card-body {
  padding: 0 18px 18px;
}

.onb-checklist {
  margin-bottom: 12px;
}

.onb-checklist-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px solid #f3f4f6;
}
.onb-checklist-item:last-child {
  border-bottom: none;
}
.onb-checklist-item .fa-check-circle {
  font-size: 15px;
}
.onb-checklist-item .fa-circle-o {
  font-size: 15px;
}

.onb-divider {
  border-color: #f3f4f6;
  margin: 12px 0;
}

.onb-extras-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.onb-extras-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.onb-extras-link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 24px 16px;
  text-align: center;
}

.celebration-backdrop {
  background: rgba(26, 26, 26, 0.35) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.celebration-window .modal-dialog {
  max-width: 420px;
  width: calc(100% - 32px);
  margin: 60px auto;
}
.celebration-window .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 0;
  animation: cmw-modal-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

@keyframes cmw-modal-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes cmw-badge-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes cmw-up-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmw-header {
  background: #2D6A4F;
  padding: 28px 32px 24px;
  position: relative;
  overflow: hidden;
}

.cmw-header-glow {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cmw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: 5px 12px 5px 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
  opacity: 0;
  animation: cmw-badge-in 0.4s ease 0.5s both;
}

.cmw-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 9px;
  line-height: 1;
}

.cmw-title {
  font-family: "Fraunces", serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
  opacity: 0;
  animation: cmw-up-in 0.4s ease 0.35s both;
}

.cmw-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  opacity: 0;
  animation: cmw-up-in 0.4s ease 0.45s both;
}

.cmw-body {
  padding: 24px 32px 28px;
}

.cmw-action-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #FAFAF8;
  border: 1px solid #E8E8E4;
  border-radius: 12px;
  padding: 16px;
  opacity: 0;
  animation: cmw-up-in 0.4s ease 0.6s both;
}

.cmw-action-icon-box {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #D8F3DC;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2D6A4F;
  font-size: 14px;
}

.cmw-action-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: #6B6B6B;
  margin: 2px 0 0;
}
.cmw-action-text strong {
  color: #1A1A1A;
  font-weight: 700;
}

.cmw-footer {
  padding: 0 32px 28px;
}

.cmw-btn {
  display: block;
  width: 100%;
  background: #2D6A4F;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  opacity: 0;
  animation: cmw-up-in 0.4s ease 0.8s both;
}
.cmw-btn:hover {
  background: #40916C;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);
}
.cmw-btn:active {
  transform: translateY(0);
}

/* ENG-764: Pipeline kanban board styles */
.pipeline-kanban {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 0 !important;
  box-shadow: none !important;
}
.pipeline-kanban__toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 12px;
}
.pipeline-kanban__toolbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.pipeline-kanban__toolbar-left .inline-ui-select {
  min-width: 200px;
}
.pipeline-kanban__toolbar-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.pipeline-kanban__toolbar-title {
  font-weight: 600;
  font-size: 15px;
  color: #212529;
  white-space: nowrap;
}
.pipeline-kanban__toolbar-center {
  display: flex;
  align-items: center;
  gap: 6px 10px;
  flex: 1 1 auto;
  min-width: 240px;
  flex-wrap: wrap;
}
.pipeline-kanban__toolbar-field {
  min-width: 140px;
  max-width: 180px;
}
.pipeline-kanban__toolbar-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 160px;
  max-width: 280px;
  padding: 0 12px !important;
  height: 36px;
  min-height: 36px !important;
  border-radius: 18px !important;
}
.pipeline-kanban__toolbar-search.form-group-default.focused:not(.form-group-default--no-focus) {
  border-radius: 18px !important;
}
.pipeline-kanban__toolbar-search.focused:not(.form-group-default--no-focus):before {
  border-radius: 18px !important;
}
.pipeline-kanban__toolbar-search .form-control {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  height: auto;
  font-size: 13px;
  margin: 0;
}
.pipeline-kanban__toolbar-search-icon {
  color: #868e96;
  font-size: 13px;
  flex-shrink: 0;
}
.pipeline-kanban__toolbar-right {
  display: flex;
  align-items: center;
  gap: 6px 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.pipeline-kanban__toolbar-count {
  font-size: 12px;
  color: #495057;
  white-space: nowrap;
}
.pipeline-kanban__toolbar-count strong {
  font-size: 14px;
}
.pipeline-kanban__toolbar-avg {
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  background: #f1f3f5;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.pipeline-kanban__toolbar-avg i {
  opacity: 0.6;
  font-size: 11px;
  color: #495057;
}
.pipeline-kanban__toolbar-link {
  font-size: 12px;
  white-space: nowrap;
  color: #868e96;
}
.pipeline-kanban__toolbar-link:hover {
  color: #495057;
}
.pipeline-kanban__distribution {
  display: flex;
  width: 160px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  background: #e9ecef;
}
.pipeline-kanban__distribution-bar {
  height: 100%;
  min-width: 2px;
}
.pipeline-kanban__filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #dee2e6;
  border-radius: 18px;
  background: #fff;
  color: #868e96;
  font-size: 13px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.pipeline-kanban__filter-btn:hover, .pipeline-kanban__filter-btn.active {
  background: #e9ecef;
  color: #495057;
  border-color: #adb5bd;
}
.pipeline-kanban__filter-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  background: #3498db;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 0 4px;
}
.pipeline-kanban__sort-control {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.pipeline-kanban__sort-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #dee2e6;
  border-radius: 18px;
  background: #fff;
  color: #495057;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.pipeline-kanban__sort-btn i {
  font-size: 13px;
  color: #868e96;
}
.pipeline-kanban__sort-btn .caret {
  margin-left: 2px;
}
.pipeline-kanban__sort-btn:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}
.pipeline-kanban__sort-dir-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  background: #fff;
  color: #868e96;
  font-size: 11px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.pipeline-kanban__sort-dir-btn:hover {
  background: #e9ecef;
  color: #495057;
  border-color: #adb5bd;
}
.pipeline-kanban__filters {
  margin: 0 12px 12px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.pipeline-kanban__filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
.pipeline-kanban__filters-field {
  min-width: 0;
}
.pipeline-kanban__filters-field .form-group-default {
  min-height: 52px !important;
  height: auto;
}
.pipeline-kanban__filters-field label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #868e96;
}
.pipeline-kanban__filters-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #f1f3f5;
}
.pipeline-kanban__filters-actions a {
  font-size: 12px;
  cursor: pointer;
}
.pipeline-kanban__filters-actions a:hover {
  text-decoration: underline;
}
.pipeline-kanban__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  color: #868e96;
}
.pipeline-kanban__board {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 0 12px 15px;
  flex: 1 1 0;
  min-height: 0;
}
.pipeline-kanban__column {
  flex: 0 0 280px;
  min-width: 280px;
  background: #e9ecef;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
}
.pipeline-kanban__column--complete {
  background: #dcfce7;
  box-shadow: 0 1px 3px rgba(34, 197, 94, 0.18), 0 1px 2px rgba(34, 197, 94, 0.12);
}
.pipeline-kanban__column--complete .pipeline-kanban__column-header {
  background: #bbf7d0;
  position: relative;
}
.pipeline-kanban__column--complete .pipeline-kanban__column-header::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: rgba(22, 163, 74, 0.18);
  font-size: 28px;
  pointer-events: none;
}
.pipeline-kanban__column--first-complete {
  margin-left: 16px;
  position: relative;
}
.pipeline-kanban__column--first-complete::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #22c55e 20%, #22c55e 80%, transparent);
  border-radius: 2px;
}
.pipeline-kanban__column--first-complete::after {
  content: "Completed";
  position: absolute;
  left: -12px;
  top: -18px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #16a34a;
  white-space: nowrap;
}
.pipeline-kanban__column-header {
  padding: 10px 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  background: #f0f1f3;
  border-bottom: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.pipeline-kanban__stage-chip {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.pipeline-kanban__column-title {
  font-weight: 600;
  color: #212529;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pipeline-kanban__column-count {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  min-width: 22px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  padding: 0 6px;
  flex-shrink: 0;
}
.pipeline-kanban__column-avg {
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  background: #f1f3f5;
  border-top: 1px solid #e9ecef;
  padding: 6px 12px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}
.pipeline-kanban__column-avg i {
  opacity: 0.6;
  font-size: 11px;
  color: #495057;
}
.pipeline-kanban__collapse-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #adb5bd;
  font-size: 10px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
  opacity: 0;
}
.pipeline-kanban__column-header:hover .pipeline-kanban__collapse-btn {
  opacity: 1;
}
.pipeline-kanban__collapse-btn:hover {
  background: #dee2e6;
  color: #495057;
}
.pipeline-kanban__column--collapsed {
  flex: 0 0 44px;
  min-width: 44px;
  cursor: pointer;
}
.pipeline-kanban__collapsed-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  height: 100%;
  overflow: hidden;
  transition: background 0.15s ease;
}
.pipeline-kanban__collapsed-rail:hover {
  background: #dee2e6;
}
.pipeline-kanban__collapsed-rail:hover .pipeline-kanban__collapsed-expand {
  opacity: 1;
}
.pipeline-kanban__collapsed-count {
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  min-width: 22px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  padding: 0 6px;
  flex-shrink: 0;
}
.pipeline-kanban__collapsed-name {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(100% - 60px);
  flex: 1;
  min-height: 0;
}
.pipeline-kanban__collapsed-expand {
  font-size: 11px;
  color: #868e96;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.pipeline-kanban__column-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 0;
}
.pipeline-kanban__cards {
  padding: 8px;
  min-height: 80px;
  overflow-y: auto;
  flex: 1 1 0;
  user-select: none;
}
.pipeline-kanban__cards--drag-over {
  border: 2px dashed #dee2e6;
  background: #f8f9fa;
}
.pipeline-kanban__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  color: #adb5bd;
  font-size: 13px;
  font-style: italic;
}
.pipeline-kanban__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  margin-top: 4px;
  font-size: 12px;
  color: #6c757d;
  background: #fafbfc;
  border: 1px dashed #e9ecef;
  border-radius: 4px;
  min-height: 36px;
}
.pipeline-kanban__card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-top: 3px solid #dee2e6;
  border-radius: 4px;
  padding: 10px 12px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.15s ease;
}
.pipeline-kanban__card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pipeline-kanban__card-actions {
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}
.pipeline-kanban__card-drag-handle {
  pointer-events: none;
  color: #adb5bd;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.15s;
}
.pipeline-kanban__card:hover .pipeline-kanban__card-drag-handle {
  opacity: 1;
}
.pipeline-kanban__card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2px;
}
.pipeline-kanban__card-number {
  font-size: 11px;
  font-weight: 600;
  color: #868e96;
}
.pipeline-kanban__card-menu {
  flex-shrink: 0;
}
.pipeline-kanban__card-menu a {
  color: #adb5bd;
  padding: 2px 6px;
  font-size: 13px;
  cursor: pointer;
}
.pipeline-kanban__card-menu a:hover {
  color: #495057;
}
.pipeline-kanban__card-name {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2px;
  color: #212529;
}
.pipeline-kanban__card-subtitle {
  font-size: 12px;
  margin-bottom: 2px;
}
.pipeline-kanban__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 11px;
}
.pipeline-kanban__card-detail {
  color: #868e96;
}
.pipeline-kanban__card-stage-time {
  font-size: 11px;
  color: #868e96;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  padding: 2px 6px;
  border-radius: 4px;
}
.pipeline-kanban__card-stage-time i {
  font-size: 10px;
  margin-right: 2px;
  position: relative;
}
.pipeline-kanban__card-stage-time--overdue {
  background: #ef4444;
  color: #fff !important;
}
.pipeline-kanban__card-stage-time--overdue i {
  color: inherit;
}
.pipeline-kanban__card-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  opacity: 0.15;
}
.pipeline-kanban__card-date {
  font-size: 11px;
}
.pipeline-kanban__card-message {
  margin-top: 6px;
  font-size: 11px;
  color: #868e96;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.pipeline-kanban__card-message i {
  margin-top: 1px;
  font-size: 10px;
}
.pipeline-kanban__card-message span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pipeline-kanban__card-note {
  margin-top: 6px;
  font-size: 11px;
  color: #6c757d;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  line-height: 1.35;
}
.pipeline-kanban__card-note-icon {
  margin-top: 2px;
  font-size: 11px;
  flex-shrink: 0;
  color: #adb5bd;
}
.pipeline-kanban__card-note-text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  word-break: break-word;
  cursor: text;
}
.pipeline-kanban__card-note-input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 22px;
  padding: 2px 6px;
  font-size: 11px;
  line-height: 1.35;
  color: #495057;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
  resize: none;
  outline: none;
  font-family: inherit;
}
.pipeline-kanban__card-note-input:focus {
  border-color: #4b8bf4;
  box-shadow: 0 0 0 2px rgba(75, 139, 244, 0.18);
}
.pipeline-kanban__card-note-placeholder {
  flex: 1 1 auto;
  color: #adb5bd;
  font-style: italic;
  cursor: text;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pipeline-kanban__card-note-placeholder .pipeline-kanban__card-note-icon {
  margin-top: 0;
  opacity: 0.7;
}
.pipeline-kanban__card-note--editing .pipeline-kanban__card-note-placeholder {
  display: none;
}
.pipeline-kanban > bulk-update-actions {
  display: block;
  margin: 0 16px 12px;
}
.pipeline-kanban__card-checkbox {
  flex-shrink: 0;
}
.pipeline-kanban__column-check {
  cursor: pointer;
  flex-shrink: 0;
}
.pipeline-kanban__column-check .checkbox {
  margin: 0;
}
.pipeline-kanban__card--selected {
  outline: 2px solid #3498db;
  background-color: rgba(52, 152, 219, 0.04);
}
.pipeline-kanban__card--multi-selected {
  box-shadow: 0 0 0 2px #3498db;
}
.pipeline-kanban__card--drag-locked {
  cursor: default;
  opacity: 0.6;
}
.pipeline-kanban__card--drag-locked .pipeline-kanban__card-drag-handle {
  visibility: hidden;
}
.pipeline-kanban__card--recently-moved {
  animation: pipelineKanbanRecentlyMoved 1.2s ease-out 1;
}
.pipeline-kanban__board--drag-disabled .pipeline-kanban__card {
  cursor: default;
}
.pipeline-kanban__board--drag-disabled .pipeline-kanban__card-drag-handle {
  visibility: hidden;
}
.pipeline-kanban__card-ghost {
  opacity: 0.4;
  background: #e3f2fd;
}
.pipeline-kanban__card-dragging {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
}
.pipeline-kanban__view-toggle {
  display: inline-flex;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.pipeline-kanban__view-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 30px;
  border: none;
  background: #fff;
  color: #868e96;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.pipeline-kanban__view-toggle-btn:hover {
  background: #f1f3f5;
  color: #495057;
}
.pipeline-kanban__view-toggle-btn--active {
  background: #e9ecef;
  color: #212529;
  font-weight: 600;
}
.pipeline-kanban__view-toggle-btn + .pipeline-kanban__view-toggle-btn {
  border-left: 1px solid #dee2e6;
}
.pipeline-kanban__list {
  padding: 0 12px 15px;
  flex: 1 1 0;
  min-height: 0;
  overflow-y: auto;
}

@keyframes pipelineKanbanRecentlyMoved {
  0% {
    box-shadow: 0 0 0 4px rgb(0, 182, 205);
    background-color: rgba(0, 182, 205, 0.18);
  }
  20% {
    box-shadow: 0 0 0 4px rgba(0, 182, 205, 0.95);
    background-color: rgba(0, 182, 205, 0.15);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 182, 205, 0);
    background-color: transparent;
  }
}
.pipeline-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pipeline-list__section {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}
.pipeline-list__section--collapsed {
  background: #fafbfc;
}
.pipeline-list__section-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border-left: 3px solid transparent;
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  line-height: 1.1;
}
.pipeline-list__section-chevron {
  color: #868e96;
  font-size: 11px;
  width: 10px;
  text-align: center;
}
.pipeline-list__section-title {
  font-weight: 600;
  font-size: 14px;
}
.pipeline-list__section-count {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 12px;
  min-width: 30px;
  text-align: center;
}
.pipeline-list__section-spacer {
  flex: 1;
}
.pipeline-list__section-check {
  margin-left: 4px;
}
.pipeline-list__section-body {
  background: #fff;
}
.pipeline-list__rows {
  display: flex;
  flex-direction: column;
  min-height: 4px;
}
.pipeline-list__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f1f3f5;
  transition: background 0.1s ease;
}
.pipeline-list__row:last-child {
  border-bottom: none;
}
.pipeline-list__row:hover {
  background: #f8f9fa;
}
.pipeline-list__row--selected {
  background: rgba(52, 152, 219, 0.04);
}
.pipeline-list__row--multi-selected {
  background: rgba(52, 152, 219, 0.08);
  box-shadow: inset 2px 0 0 #3498db;
}
.pipeline-list__row--drag-locked {
  opacity: 0.55;
  cursor: not-allowed;
}
.pipeline-list__row-ghost {
  opacity: 0.4;
  background: #f1f3f5;
}
.pipeline-list__row-dragging {
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.pipeline-list__drag-handle {
  color: #ced4da;
  cursor: grab;
  font-size: 12px;
  flex-shrink: 0;
}
.pipeline-list__drag-handle:active {
  cursor: grabbing;
}
.pipeline-list__check {
  flex-shrink: 0;
}
.pipeline-list__record-num {
  font-size: 12px;
  font-weight: 600;
  color: #868e96;
  flex-shrink: 0;
  min-width: 60px;
}
.pipeline-list__identity {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.pipeline-list__name {
  font-weight: 600;
  font-size: 13px;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pipeline-list__subtitle {
  font-size: 12px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pipeline-list__flags {
  flex-shrink: 0;
}
.pipeline-list__time {
  position: relative;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 2px 6px;
  border-radius: 3px;
  overflow: hidden;
}
.pipeline-list__time--overdue {
  color: #c0392b;
}
.pipeline-list__time-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.18;
  z-index: 0;
}
.pipeline-list__date {
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 50px;
  text-align: right;
}
.pipeline-list__note-indicator {
  color: #adb5bd;
  font-size: 13px;
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}
.pipeline-list__kebab-wrap {
  flex-shrink: 0;
  margin-left: 4px;
}
.pipeline-list__kebab {
  color: #adb5bd;
  padding: 4px 6px;
  font-size: 13px;
  cursor: pointer;
}
.pipeline-list__kebab:hover {
  color: #495057;
}
.pipeline-list__stage-dot {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pipeline-list__stage-dot-icon {
  color: #fff;
  font-size: 11px;
}
.pipeline-list__empty {
  padding: 14px;
  text-align: center;
  font-size: 13px;
  color: #868e96;
}
.pipeline-list__empty--all {
  padding: 40px 0;
}
.pipeline-list__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  font-size: 12px;
  color: #6c757d;
  background: #fafbfc;
  border-top: 1px solid #f1f3f5;
  min-height: 36px;
}

.icon-picker-modal__search {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0 0 10px;
  background: #fff;
}

.icon-picker-modal__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 400px;
  overflow-y: auto;
  padding: 4px;
}

.icon-picker-modal__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
.icon-picker-modal__icon i {
  font-size: 24px;
  color: #333;
}
.icon-picker-modal__icon:hover {
  border-color: #aaa;
  background-color: #f7f7f7;
}
.icon-picker-modal__icon--selected {
  border-color: #007bff;
  background-color: #e8f0fe;
}
.icon-picker-modal__icon--selected:hover {
  border-color: #007bff;
  background-color: #d4e4fc;
}

.icon-picker-modal__icon-name {
  font-size: 10px;
  color: #888;
  max-width: 64px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}

.icon-picker-modal__loading {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #999;
}

.icon-picker-modal__empty {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  color: #999;
}

.icon-picker-modal__pick-for-me {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.icon-picker-modal__pick-preview {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 1px solid #007bff;
  border-radius: 4px;
  background-color: #e8f0fe;
}
.icon-picker-modal__pick-preview i {
  font-size: 24px;
  color: #333;
}

.icon-picker-modal__pick-preview-name {
  font-size: 10px;
  color: #888;
  max-width: 64px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}

.icon-picker-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 34px;
}
.icon-picker-trigger i {
  font-size: 18px;
  margin-right: 8px;
}
.icon-picker-trigger .icon-picker-trigger__label {
  color: #626262;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.iro-color-picker {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 8px;
}
.iro-color-picker__swatch {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.iro-color-picker__popover {
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 12px;
  border-radius: 6px;
  z-index: 1050;
}
.iro-color-picker__presets {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  justify-content: center;
}
.iro-color-picker__presets > span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: transform 0.1s;
}
.iro-color-picker__presets > span:hover {
  transform: scale(1.2);
}

.flag-appearance {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.flag-appearance__badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.15s;
}
.flag-appearance__badge:hover {
  opacity: 0.8;
}
.flag-appearance__badge--light {
  background: #fff;
  border: 1px solid #e8e8e8;
}
.flag-appearance__icon {
  color: #fff;
  font-size: 24px;
}
.flag-appearance__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flag-appearance__action {
  color: #666;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.flag-appearance__action:hover {
  color: #333;
  text-decoration: none;
}
.flag-appearance__action i.fas {
  width: 14px;
  text-align: center;
}
.flag-appearance__color-action {
  position: relative;
  overflow: visible;
}

.stage-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.stage-row .stage-move {
  color: #ccc;
}
.stage-row__badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.15s;
}
.stage-row__badge:hover {
  opacity: 0.75;
}
.stage-row__badge i {
  color: #fff;
  font-size: 15px;
}
.stage-row__badge--light {
  background: #fff;
  border: 1px solid #e8e8e8;
}
.stage-row__title {
  flex: 1;
  min-width: 0;
  border-radius: 8px !important;
}
.stage-row__target {
  width: 100px;
  flex-shrink: 0;
  border-radius: 8px !important;
}
.stage-row__color-trigger {
  color: #bbb;
  cursor: pointer;
  font-size: 14px;
  padding: 4px;
  position: relative;
  overflow: visible;
}
.stage-row__color-trigger:hover {
  color: #666;
  text-decoration: none;
}
.stage-row__color-trigger .iro-color-picker__popover {
  left: 0;
  right: auto;
}
.stage-row__remove {
  color: #e0a0a0;
  cursor: pointer;
  font-size: 15px;
  padding: 4px;
}
.stage-row__remove:hover {
  color: #d9534f;
}

/* ENG-764: Pipeline flag stage controls */
.flag-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  vertical-align: middle;
}
.flag-inline__chip--pipeline {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.flag-inline__ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.flag-inline__icon {
  position: relative;
  font-size: 16px;
  z-index: 1;
}
.flag-inline__chip--pipeline .flag-inline__icon {
  font-size: 14px;
}
.flag-inline__chip--with-name {
  width: auto;
  padding: 2px 8px 2px 0;
  gap: 4px;
  border-radius: 12px;
  background: #f3f4f6;
}
.flag-inline__stage-name {
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flag-inline__separator {
  width: 1px;
  height: 12px;
  background: #d1d5db;
  margin: 0 1px;
  flex-shrink: 0;
}

.flag-pipeline-panel__time-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  background: #f3f4f6;
  border-radius: 10px;
  padding: 2px 8px;
  margin-right: 6px;
  white-space: nowrap;
  cursor: default;
}
.flag-pipeline-panel__time-pill i {
  opacity: 0.7;
  font-size: 11px;
}

.flag-stage-menu {
  position: fixed;
  z-index: 1050;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  padding: 10px;
  min-width: 180px;
  max-height: 300px;
  overflow-y: auto;
}
.flag-stage-menu__title {
  font-weight: 600;
  font-size: 13px;
  color: #212529;
  padding: 0 4px 8px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 4px;
}
.flag-stage-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  font-size: 13px;
  color: #6b7280;
  cursor: pointer;
  border-radius: 4px;
}
.flag-stage-menu__item:hover {
  background: #f3f4f6;
}
.flag-stage-menu__item--active {
  color: #374151;
  font-weight: 600;
}
.flag-stage-menu__dot {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flag-stage-menu__dot i {
  font-size: 10px;
  color: #fff;
}
.flag-stage-menu__label {
  flex: 1;
  white-space: nowrap;
}
.flag-stage-menu__time {
  font-size: 11px;
  color: #9ca3af;
  white-space: nowrap;
  margin-left: auto;
  padding: 1px 6px;
  border-radius: 8px;
}
.flag-stage-menu__time--accent {
  font-weight: 600;
}

.flag-pipeline-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 4px;
  margin-left: 28px;
  background: #fff;
}
.flag-pipeline-card__track {
  display: flex;
  align-items: center;
  margin: 10px 0 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  overflow-x: auto;
}
.flag-pipeline-card__track-step {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}
.flag-pipeline-card__track-step--first {
  flex: 0;
}
.flag-pipeline-card__track-segment {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.flag-pipeline-card__track-line {
  flex: 1;
  height: 3px;
  background: #dee2e6;
  border-radius: 2px;
}
.flag-pipeline-card__track-line--dashed {
  background: transparent !important;
  border-top: 2px dashed #c5c9ce;
  height: 0;
}
.flag-pipeline-card__track-dot {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  z-index: 1;
}
.flag-pipeline-card__track-dot--current {
  background: #fff;
  border: 2px solid;
  transform: scale(1.4);
}
.flag-pipeline-card__track-dot--skipped {
  background: #fff;
  border: 2px dashed;
  opacity: 0.7;
}
.flag-pipeline-card__track-dot--future {
  background: transparent;
  border: 3px solid #dee2e6;
  transform: scale(0.7);
}
.flag-pipeline-card__track-dot-icon {
  font-size: 9px;
  color: #fff;
  line-height: 1;
}
.flag-pipeline-card__track-dot-inner {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dee2e6;
}
.flag-pipeline-card__track-label {
  position: absolute;
  top: calc(50% + 16px);
  left: calc(100% - 10px);
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.flag-pipeline-card__track-label--first {
  left: 10px;
  transform: translateX(-10%);
}
.flag-pipeline-card__track-label--last {
  left: auto;
  right: 0;
  transform: none;
}
.flag-pipeline-card__track-label-time {
  font-weight: 400;
  opacity: 0.7;
}
.flag-pipeline-card__inline-controls {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.flag-pipeline-card__nav-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 4px;
}
.flag-pipeline-card__stage-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
}
.flag-pipeline-card__stage-chip i {
  font-size: 11px;
}
.flag-pipeline-card__stage-pos {
  font-weight: 400;
  opacity: 0.7;
  margin-left: 2px;
  font-size: 10px;
}
.flag-pipeline-card__caret {
  margin-left: 2px;
  font-size: 10px !important;
}
.flag-pipeline-card__stage-time {
  font-size: 11px;
  color: #868e96;
  white-space: nowrap;
}
.flag-pipeline-card__stage-time i {
  font-size: 10px;
  margin-right: 2px;
}
.flag-pipeline-card__message {
  margin-top: 10px;
}

.flag-title-row {
  display: flex;
  align-items: center;
}
.flag-title-row .checkbox {
  flex: 1;
  min-width: 0;
}
.flag-title-row__info {
  flex-shrink: 0;
  color: #6c757d;
  margin-left: 4px;
  cursor: pointer;
}
.flag-title-row__audit {
  flex-shrink: 0;
  margin-left: 4px;
  color: #6c757d;
  cursor: pointer;
}
.flag-title-row__audit:hover {
  color: #495057;
}

.flag-message-constrained {
  margin-left: 28px;
}

.flag-section-heading {
  display: flex;
  align-items: center;
  margin: 12px 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e7eb;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #6c757d;
}
.flag-section-heading:first-child {
  margin-top: 0;
}
.flag-section-heading .panel-title {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  letter-spacing: inherit;
  margin: 0;
}

.flag-add-to-pipeline-btn {
  flex-shrink: 0;
  margin-left: auto;
}

.flag-list-section {
  margin-bottom: 24px;
}
.flag-list-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e7eb;
}
.flag-list-section__title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #374151;
}

/* Redesigned flag-pipeline panel for the detail-page Flags section.
   Gated by `release-flag-pipelines-redesigned-panel`. The legacy
   .flag-pipeline-card styles in _flagStageControls.scss remain intact for
   the flag-off code path. */
.flag--draggable,
.flag--hidden {
  display: block;
  width: 100%;
}

.flag--hidden > .flag-pipeline-panel,
.flag--draggable > .flag-pipeline-panel {
  width: 100%;
  box-sizing: border-box;
}

.flag--hidden > .flag-pipeline-panel {
  opacity: 0.55;
  background: #fafaf9;
}
.flag--hidden > .flag-pipeline-panel:hover {
  opacity: 1;
}

.flag-pipeline-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin: 0 0 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.15s, border-color 0.15s, opacity 0.15s;
  position: relative;
}
.flag-pipeline-panel--open {
  border-color: #d6d3d1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 12px 28px -12px rgba(0, 0, 0, 0.08);
}
.flag-pipeline-panel {
  /* Two-row header layout:
       Row 1 — drag, flag icon, name, chip, trail (note/history/hide/caret)
       Row 2 — pills (always full-width beneath the upper text)
     Pills lives as a sibling of __row (see edit.html), not a flex child,
     so the row is a single non-wrapping flex line. This is important for
     the hover-only drag handle and hide-eye: if the row could wrap, a
     growing hide-eye would push the trail across the row edge mid-
     transition and cause a layout jump. */
}
.flag-pipeline-panel__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 10px;
  padding: 11px 14px;
  cursor: pointer;
  min-height: 54px;
  min-width: 0;
}
.flag-pipeline-panel__row > .flag-pipeline-panel__drag {
  flex: 0 0 auto;
}
.flag-pipeline-panel__row > .flag-pipeline-panel__icon {
  flex: 0 0 32px;
}
.flag-pipeline-panel__row > .flag-pipeline-panel__name {
  /* Name shrinks with ellipsis only as a last-resort safety. In
     normal use the row has surplus space (taken by the flex-grow)
     and the name keeps its full text. */
  flex: 1 1 auto;
  min-width: 0;
}
.flag-pipeline-panel__row > .flag-pipeline-panel__chip-cell {
  flex: 0 0 auto;
  min-width: 0;
}
.flag-pipeline-panel__row > .flag-pipeline-panel__trail {
  flex: 0 0 auto;
}
.flag-pipeline-panel {
  /* Drag handle and hide-eye are hover-only controls. We can't use
     display:none because it isn't transitionable — instead the element
     stays in the flex layout but collapses width → 0 with a negative
     margin that swallows the adjacent column-gap, so when idle it
     occupies zero pixels and zero gap. On panel hover, width grows back
     and the margin returns to 0, sliding the surrounding items into
     place smoothly. */
}
.flag-pipeline-panel__drag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #71717a;
  font-size: 12px;
  cursor: grab;
  touch-action: none;
  flex: 0 0 0;
  opacity: 0;
  margin-right: -10px;
  transform: translateX(-4px);
  transition: flex-basis 0.22s ease, opacity 0.18s ease, transform 0.22s ease, margin-right 0.22s ease, color 0.15s ease;
}
.flag-pipeline-panel__drag:active {
  cursor: grabbing;
}
.flag-pipeline-panel__drag:hover {
  color: #3f3f46;
}
.flag-pipeline-panel__drag--inactive {
  display: none !important;
}
.flag-pipeline-panel:hover .flag-pipeline-panel__drag {
  flex: 0 0 18px;
  opacity: 1;
  transform: translateX(0);
  margin-right: 0;
}
.flag-pipeline-panel {
  /* Hide-action has been moved to the expanded section footer (text
     button) so there's no hover-revealed icon in the header trail. The
     drag handle is the only hover-only affordance left here. */
}
.flag-pipeline-panel__pipeline-history {
  color: #a1a1aa;
  cursor: pointer;
  transition: color 0.12s;
}
.flag-pipeline-panel__pipeline-history i {
  font-size: 12px;
}
.flag-pipeline-panel__pipeline-history:hover {
  color: #3f3f46;
}
.flag-pipeline-panel__personal-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #eef2ff;
  color: #4f46e5;
  border: 1px solid #c7d2fe;
  border-radius: 999px;
  vertical-align: middle;
}
.flag-pipeline-panel__personal-badge i {
  font-size: 9px;
}
.flag-pipeline-panel__icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.flag-pipeline-panel__name {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.flag-pipeline-panel__name-top {
  font-size: 14px;
  font-weight: 600;
  color: #18181b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.flag-pipeline-panel__name-sub {
  font-size: 11px;
  color: #71717a;
  font-family: "Roboto Mono", monospace;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flag-pipeline-panel__name-sub .sep {
  color: #d4d4d8;
  margin: 0 2px;
}
.flag-pipeline-panel__name-sub i {
  font-size: 10px;
  margin-right: 2px;
}
.flag-pipeline-panel__completion-by {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
.flag-pipeline-panel__pills {
  /* Sibling of __row (not a flex child). CSS Grid with a directive-
     driven column count so every internal row has the same pill
     count (balanced wrap). `--pill-cols` is set on the element by
     `flag-pipeline-pills-layout`. When all pills fit one row, cells
     widen and pills render as bars; once wrapping kicks in the
     column count drops and pills converge toward circles. */
  display: grid;
  grid-template-columns: repeat(var(--pill-cols, 4), minmax(0, 1fr));
  gap: 4px;
  padding: 0 14px 11px;
  margin-top: -4px;
  min-width: 0;
  cursor: pointer;
  justify-items: stretch;
  align-items: center;
}
.flag-pipeline-panel__pill {
  height: 8px;
  width: 100%;
  min-width: 0;
  border-radius: 999px;
  background: #d4d4d8;
  opacity: 0.35;
  transition: all 0.2s;
}
.flag-pipeline-panel__pill--done {
  opacity: 1;
}
.flag-pipeline-panel__pill--current {
  opacity: 1;
}
.flag-pipeline-panel__pill--skipped {
  background: transparent;
  opacity: 1;
}
.flag-pipeline-panel__chip-cell {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}
.flag-pipeline-panel__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  max-width: 100%;
}
.flag-pipeline-panel__chip i {
  font-size: 11px;
}
.flag-pipeline-panel__chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  flex-shrink: 0;
}
.flag-pipeline-panel__chip-icon {
  font-size: 11px;
  flex: 0 0 auto;
}
.flag-pipeline-panel__chip-label {
  white-space: nowrap;
  flex: 0 0 auto;
}
.flag-pipeline-panel__chip--solid {
  border-style: solid;
  border-width: 1px;
}
.flag-pipeline-panel__chip--unset {
  background: #fafaf9;
  color: #71717a;
  border: 1px dashed #d6d3d1;
}
.flag-pipeline-panel__chip-caret {
  opacity: 0.7;
  margin-left: 2px;
  font-size: 10px;
}
.flag-pipeline-panel__chip--complete {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  cursor: default;
}
.flag-pipeline-panel__chip--blocked {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
  cursor: default;
}
.flag-pipeline-panel__trail {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #a1a1aa;
}
.flag-pipeline-panel__icon-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #71717a;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 0.12s, color 0.12s;
}
.flag-pipeline-panel__icon-btn:hover {
  background: #fafaf9;
  color: #3f3f46;
}
.flag-pipeline-panel__note-flag {
  color: #71717a;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  margin: 0 6px;
  padding: 2px;
}
.flag-pipeline-panel__caret-icon {
  display: inline-block;
  transition: transform 0.18s ease;
  transform-origin: 50% 50%;
}
.flag-pipeline-panel__caret-btn--open .flag-pipeline-panel__caret-icon {
  transform: rotate(90deg);
}
.flag-pipeline-panel {
  /* Expanded panel: pipeline-wide note + vertical stage timeline. */
}
.flag-pipeline-panel__expanded {
  border-top: 1px solid #e5e7eb;
  background: #fafaf9;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.flag-pipeline-panel__expanded-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  margin-top: -4px;
  border-top: 1px dashed #e5e7eb;
}
.flag-pipeline-panel__remove-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  font-size: 12px;
  color: #b91c1c;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none !important;
  transition: background 0.12s, color 0.12s;
}
.flag-pipeline-panel__remove-link i {
  font-size: 11px;
}
.flag-pipeline-panel__remove-link:hover {
  background: rgba(185, 28, 28, 0.08);
  color: #991b1b;
}
.flag-pipeline-panel__hide-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  font-size: 12px;
  color: #71717a;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none !important;
  transition: background 0.12s, color 0.12s;
}
.flag-pipeline-panel__hide-link i {
  font-size: 11px;
}
.flag-pipeline-panel__hide-link:hover {
  background: #ffffff;
  color: #3f3f46;
}
.flag-pipeline-panel__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #71717a;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.flag-pipeline-panel__section-head i {
  margin-right: 6px;
}
.flag-pipeline-panel__section-head-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.flag-pipeline-panel__activity-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #71717a;
  cursor: pointer;
  text-decoration: none !important;
}
.flag-pipeline-panel__activity-link i {
  font-size: 11px;
}
.flag-pipeline-panel__activity-link:hover {
  color: #3f3f46;
}
.flag-pipeline-panel__show-all {
  background: transparent;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  color: #71717a;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.flag-pipeline-panel__show-all:hover {
  background: #ffffff;
  color: #3f3f46;
}
.flag-pipeline-panel__note .form-group {
  margin-bottom: 0;
}
.flag-pipeline-panel {
  /* Pipeline-level note ghost. Mirrors the stage-note pattern (click-to-edit,
     save on blur/Enter) but the placeholder stays fully visible since this
     lives alone at the top of the expanded panel — no row-hover trigger. */
}
.flag-pipeline-panel__flag-note-wrap {
  margin-bottom: 12px;
}
.flag-pipeline-panel__flag-note {
  font-size: 13px;
  color: #3f3f46;
  border: 1px solid transparent;
  padding: 8px 11px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  min-width: 0;
  cursor: pointer;
  line-height: 1.45;
  border-radius: 6px;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.flag-pipeline-panel__flag-note:hover {
  background: #ffffff;
  border-color: #e5e7eb;
}
.flag-pipeline-panel__flag-note--editing, .flag-pipeline-panel__flag-note--editing:hover {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  cursor: text;
}
.flag-pipeline-panel__flag-note-text {
  flex: 1;
  min-width: 0;
}
.flag-pipeline-panel__flag-note textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  resize: none;
  min-height: 0;
  height: auto;
  font-size: 13px;
  color: #18181b;
  line-height: 1.45;
  font-family: inherit;
  overflow: hidden;
}
.flag-pipeline-panel__flag-note--empty {
  color: #a1a1aa;
  border: 1px dashed #e5e7eb;
  background: transparent;
}
.flag-pipeline-panel__flag-note--empty:hover {
  background: #ffffff;
  border-color: #d6d3d1;
  color: #71717a;
}
.flag-pipeline-panel__flag-note--empty-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.flag-pipeline-panel__flag-note-placeholder {
  font-size: 13px;
  font-style: italic;
  font-family: inherit;
  line-height: 1.45;
}
.flag-pipeline-panel__note-foot {
  display: flex;
  justify-content: space-between;
  padding: 4px 8px 4px 10px;
  font-size: 11px;
  color: #a1a1aa;
}
.flag-pipeline-panel {
  /* Vertical timeline — compact single-line stage rows. Each row reads
     left-to-right: dot · stage name · in/out flow chips · note slot.
     Vertical density is intentional — pipelines often have 6+ stages and
     expanding to inspect attribution shouldn't trigger a wall of scroll. */
}
.flag-pipeline-panel__timeline {
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}
.flag-pipeline-panel__stage {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  position: relative;
  padding: 5px 0;
  min-height: 32px;
}
.flag-pipeline-panel__stage:hover .flag-pipeline-panel__stage-note:not(.flag-pipeline-panel__stage-note--empty):not(.flag-pipeline-panel__stage-note--editing) {
  background: #ffffff;
  border-color: #e5e7eb;
  color: #3f3f46;
}
.flag-pipeline-panel__stage--pending {
  min-height: 28px;
  padding: 3px 0;
}
.flag-pipeline-panel {
  /* Inner wrapper that flex-wraps body + aside, so when the aside drops to a
     new line it lands beneath the body — left-aligned with the stage name
     and clear of the dot/timeline column to the left. */
}
.flag-pipeline-panel__stage-content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 4px;
}
.flag-pipeline-panel__stage-aside {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* Flex-wrap reflow: on a wide row body's flex-grow pushes this to the
     right edge; on a narrow row it drops onto its own line beneath the
     body. No media query — the parent's flex-wrap handles it whether
     the panel is embedded in a 320px sidebar or a 1200px page. */
  flex: 0 1 240px;
  min-width: 160px;
  box-sizing: border-box;
}
.flag-pipeline-panel__rail {
  position: absolute;
  left: 10px;
  top: 28px;
  bottom: -5px;
  width: 2px;
  background: #d4d4d8;
}
.flag-pipeline-panel__rail--done {
  opacity: 0.6;
}
.flag-pipeline-panel__dot {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 11px;
  position: relative;
  z-index: 1;
  transition: all 0.15s;
  border: 2px solid #d4d4d8;
}
.flag-pipeline-panel__dot-icon {
  color: currentColor;
  font-size: 10px;
  line-height: 1;
}
.flag-pipeline-panel__stage-body {
  min-width: 0;
  display: flex;
  align-items: center;
  /* Grow to fill row → pushes the aside against the right edge when
     there's room, and consumes the full first line when wrapping so
     the aside lands cleanly beneath it. */
  flex: 1 1 220px;
}
.flag-pipeline-panel__stage-name {
  font-size: 12.5px;
  font-weight: 500;
  color: #3f3f46;
  letter-spacing: -0.005em;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 10px;
  row-gap: 1px;
  min-width: 0;
  line-height: 1.4;
}
.flag-pipeline-panel__stage-name--current {
  font-weight: 600;
  color: #18181b;
}
.flag-pipeline-panel__stage-name--skipped {
  color: #a1a1aa;
  text-decoration: line-through;
}
.flag-pipeline-panel__stage-title {
  flex: 0 0 auto;
  white-space: nowrap;
}
.flag-pipeline-panel {
  /* Right-align everything after the title (history icon, timestamp,
     status pills) so timeline events line up in a column on the right
     edge — the disjointed mid-row alignment they had before was
     visually distracting across many stages. margin-left:auto on the
     immediate sibling after the title absorbs the free space; any
     additional right-side siblings pack to its right naturally. */
}
.flag-pipeline-panel__stage-title + * {
  margin-left: auto;
}
.flag-pipeline-panel {
  /* Inline transition flow: in→out attribution presented as two adjacent
     chips. The "in" chip is always rendered when there's a started_at; the
     "out" chip only when we have an ended_at. Same-user moves collapse the
     second username (you don't need "Adam · 7:26pm Adam · 8:14pm Adam"). */
}
.flag-pipeline-panel__stage-flow {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "Roboto Mono", monospace;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #71717a;
  text-decoration: none;
  line-height: 1.5;
}
.flag-pipeline-panel__stage-history {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: #71717a;
  font-family: "Roboto Mono", monospace;
  font-size: 10px;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
  transition: background 0.12s, color 0.12s, border-color 0.12s, box-shadow 0.12s;
  align-self: center;
  flex: 0 0 auto;
}
.flag-pipeline-panel__stage-history i {
  font-size: 9px;
  opacity: 0.7;
}
.flag-pipeline-panel__stage-history:hover {
  background: #fafaf9;
  color: #3f3f46;
  border-color: #d6d3d1;
}
.flag-pipeline-panel__stage-history:hover i {
  opacity: 1;
}
.flag-pipeline-panel__stage-history:active {
  background: #d4d4d8;
}
.flag-pipeline-panel__stage-history-count {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.flag-pipeline-panel__stage-flow-tick {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}
.flag-pipeline-panel__stage-flow-tick i {
  font-size: 9px;
  opacity: 0.85;
  transform: translateY(1px);
}
.flag-pipeline-panel__stage-flow-time {
  color: #3f3f46;
}
.flag-pipeline-panel__stage-flow-now {
  color: #a1a1aa;
  font-style: italic;
  font-family: inherit;
  font-size: 11px;
}
.flag-pipeline-panel__stage-flow-pending {
  color: #a1a1aa;
  font-size: 11px;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.02em;
}
.flag-pipeline-panel {
  /* Legacy two-line stage-meta block kept as a no-op so any out-of-tree
     references (search, dev tools) still resolve to a known class. */
}
.flag-pipeline-panel__stage-meta {
  display: none;
}
.flag-pipeline-panel__skipped-pill {
  font-size: 10px;
  font-weight: 600;
  background: #fafaf9;
  border: 1px solid #e5e7eb;
  color: #a1a1aa;
  padding: 1px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.flag-pipeline-panel__stage-note {
  margin-top: 0;
  font-size: 12.5px;
  color: #71717a;
  font-style: italic;
  border: 1px solid transparent;
  padding: 6px 9px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  min-width: 0;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 5px;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.flag-pipeline-panel__stage-note--editing {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  cursor: text;
}
.flag-pipeline-panel__stage-note-text {
  flex: 1;
  min-width: 0;
}
.flag-pipeline-panel__stage-note textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  resize: none;
  min-height: 0;
  height: auto;
  font-size: 12.5px;
  color: #3f3f46;
  line-height: 1.4;
  font-family: inherit;
  font-style: italic;
  overflow: hidden;
}
.flag-pipeline-panel {
  /* Empty-note ghost: identical box-model to the editing state so clicking
     to enter edit mode doesn't shift layout. Padding, font, line-height,
     and border-width all match __stage-note--editing exactly; the only
     differences are dashed vs solid border. Always visible — the
     prior fade-on-hover left a giant gap when no note was set. */
}
.flag-pipeline-panel__stage-note--empty {
  color: #a1a1aa;
  border: 1px dashed #e5e7eb;
  background: transparent;
  padding: 6px 9px;
  line-height: 1.4;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.flag-pipeline-panel__stage-note--empty:hover {
  background: #ffffff;
  border-color: #d6d3d1;
  color: #71717a;
}
.flag-pipeline-panel__stage-note--empty-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.flag-pipeline-panel__stage-note-placeholder {
  font-size: 12.5px;
  font-style: italic;
  font-family: inherit;
  line-height: 1.4;
  letter-spacing: 0;
  opacity: 1;
}
.flag-pipeline-panel {
  /* Retained for any leftover references; the visible affordance is the
     __stage-note--empty ghost above. */
}
.flag-pipeline-panel__add-note-btn {
  display: none;
}
.flag-pipeline-panel {
  /* Truncation row */
}
.flag-pipeline-panel__truncated {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
  padding: 8px 0;
  min-height: 48px;
  align-items: center;
  cursor: pointer;
}
.flag-pipeline-panel__truncated-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.flag-pipeline-panel__truncated-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #d4d4d8;
}
.flag-pipeline-panel__truncated-label {
  font-size: 12px;
  color: #71717a;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.flag-pipeline-panel__truncated-label .endpoints {
  color: #a1a1aa;
  font-size: 11px;
}
.flag-pipeline-panel__truncated-label .show {
  margin-left: auto;
  color: #71717a;
  text-decoration: underline;
  font-size: 11px;
}

/* Available-pipelines section header */
.flag-pipeline-available-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 4px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #a1a1aa;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.flag-pipeline-available-head .count {
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0;
  font-weight: 500;
}

/* Ghost row for an available (un-enabled) pipeline */
.flag-pipeline-ghost {
  background: transparent;
  border: 1px dashed #d6d3d1;
  border-radius: 10px;
  padding: 10px 14px;
  min-height: 54px;
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1.5fr) minmax(140px, 2.6fr) auto;
  align-items: center;
  column-gap: 14px;
  cursor: pointer;
  opacity: 0.78;
  transition: background 0.12s, border-color 0.12s, opacity 0.12s;
}
.flag-pipeline-ghost:hover {
  background: #fafaf9;
  border-color: #a1a1aa;
  opacity: 1;
}
.flag-pipeline-ghost__icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.flag-pipeline-ghost__name-wrap {
  min-width: 0;
}
.flag-pipeline-ghost__name {
  font-size: 14px;
  font-weight: 600;
  color: #3f3f46;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.flag-pipeline-ghost__meta {
  font-size: 11px;
  color: #a1a1aa;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flag-pipeline-ghost__pills {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
}
.flag-pipeline-ghost__pill {
  height: 6px;
  flex: 1 1 6px;
  min-width: 4px;
  border-radius: 3px;
  background: transparent;
  box-sizing: border-box;
}
.flag-pipeline-ghost__add {
  background: #ffffff;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 6px 12px 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.flag-pipeline-ghost__add:hover {
  background: #18181b;
  color: #fff;
  border-color: #18181b;
}
.flag-pipeline-ghost__add i {
  font-size: 10px;
}

/* Empty-state welcome panel rendered when no pipelines are enabled. */
.flag-pipeline-empty {
  background: #ffffff;
  border: 1px dashed #d6d3d1;
  border-radius: 10px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.flag-pipeline-empty__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fafaf9;
  border: 1px solid #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #71717a;
  font-size: 12px;
}
.flag-pipeline-empty__body {
  min-width: 0;
}
.flag-pipeline-empty__title {
  font-size: 13px;
  font-weight: 600;
  color: #18181b;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.flag-pipeline-empty__sub {
  font-size: 12px;
  color: #71717a;
  margin-top: 1px;
  line-height: 1.35;
}
.flag-pipeline-empty--cta {
  grid-template-columns: 28px 1fr auto;
}
.flag-pipeline-empty__cta {
  align-self: center;
  white-space: nowrap;
}

/* Re-entry history popover. Rendered as a smart-popover with outsideClick
   trigger so it stays open while users scan the table. The outer .popover
   chrome is owned by Bootstrap; .flag-pipeline-history-pop overrides width,
   padding, and shadow to give the table room to breathe. */
.popover.flag-pipeline-history-pop {
  max-width: 560px;
  width: auto;
  min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 17, 21, 0.08), 0 1px 2px rgba(15, 17, 21, 0.04);
  background: #fff;
  padding: 0;
}
.popover.flag-pipeline-history-pop > .popover-title {
  display: none;
}
.popover.flag-pipeline-history-pop > .popover-content {
  padding: 14px 16px 12px;
}
.popover.flag-pipeline-history-pop .arrow {
  display: none;
}

.flag-pipeline-history-pop__head {
  margin-bottom: 10px;
}
.flag-pipeline-history-pop__eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin-bottom: 4px;
}
.flag-pipeline-history-pop__title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.flag-pipeline-history-pop__title-name {
  font-size: 15px;
  font-weight: 600;
  color: #18181b;
  letter-spacing: -0.01em;
}
.flag-pipeline-history-pop__title-count {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: #71717a;
  letter-spacing: 0.02em;
}
.flag-pipeline-history-pop__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.flag-pipeline-history-pop__table th, .flag-pipeline-history-pop__table td {
  text-align: left;
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
.flag-pipeline-history-pop__table th:last-child, .flag-pipeline-history-pop__table td:last-child {
  padding-right: 0;
}
.flag-pipeline-history-pop__table thead th {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a1a1aa;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e7eb;
}
.flag-pipeline-history-pop__table tbody tr + tr {
  border-top: 1px dashed rgba(0, 0, 0, 0.05);
}
.flag-pipeline-history-pop__table tbody td {
  padding-top: 6px;
  padding-bottom: 6px;
}
.flag-pipeline-history-pop__th-num, .flag-pipeline-history-pop__cell-num {
  width: 22px;
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  color: #71717a;
  font-weight: 600;
}
.flag-pipeline-history-pop__th-stage, .flag-pipeline-history-pop__cell-stage {
  width: 1%;
  white-space: nowrap;
  font-size: 12px;
  color: #18181b;
  font-weight: 500;
  padding-right: 14px;
}
.flag-pipeline-history-pop__empty {
  text-align: center;
  font-size: 12px;
  color: #a1a1aa;
  font-style: italic;
  padding: 12px 0;
}
.flag-pipeline-history-pop__th-event {
  width: auto;
}
.flag-pipeline-history-pop__th-time, .flag-pipeline-history-pop__cell-duration {
  width: 1%;
  white-space: nowrap;
  text-align: right;
  font-family: "Roboto Mono", monospace;
  font-size: 11.5px;
  color: #3f3f46;
}
.flag-pipeline-history-pop__cell-event {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.flag-pipeline-history-pop__cell-time {
  font-family: "Roboto Mono", monospace;
  font-size: 11.5px;
  color: #18181b;
  white-space: nowrap;
}
.flag-pipeline-history-pop__cell-user {
  font-size: 11px;
  color: #71717a;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flag-pipeline-history-pop__muted {
  color: #a1a1aa;
}
.flag-pipeline-history-pop__ongoing {
  color: #71717a;
  font-style: italic;
  font-family: inherit;
  font-size: 11.5px;
}

/* Per-user flag preferences (hide and personal reorder) on the
 * record-detail flagsEdit strip. Drag handle and eye affordances are
 * surfaced only when hovering the row so they don't clutter the static
 * layout. The hide-eye sits at the far right via margin-left:auto on the
 * flex title row.
 */
.flag-title-row .flag-drag-handle,
.flag-title-row .flag-hide-action {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  cursor: pointer;
  color: #6c757d;
}
.flag-title-row .flag-drag-handle:hover,
.flag-title-row .flag-hide-action:hover {
  color: #495057;
}
.flag-title-row .flag-hide-action {
  margin-left: auto;
  padding-left: 8px;
}
.flag-title-row .flag-drag-handle {
  cursor: grab;
}

.flag:hover .flag-title-row .flag-drag-handle,
.flag:hover .flag-title-row .flag-hide-action {
  opacity: 1;
}

.flag-title-row .flag-drag-handle:focus,
.flag-title-row .flag-hide-action:focus {
  opacity: 1;
  outline: none;
}

.flag-hidden-panel__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 0;
}
.flag-hidden-panel__toggle:hover {
  color: #495057;
}

.automation-status-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.automation-status-badge--disabled {
  background: #fef2f2;
  color: #b91c1c;
}
.automation-status-badge--sublot {
  background: #eef2ff;
  color: #4338ca;
}
.automation-status-badge--sublot .fas {
  margin-right: 4px;
}

.automation-form--readonly {
  pointer-events: none;
  opacity: 0.85;
}

.automation-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.automation-card:hover {
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.automation-card--disabled {
  background: #fcfcfd;
}
.automation-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.automation-card__icon i {
  color: #fff;
  font-size: 14px;
}
.automation-card__body {
  flex: 1;
  min-width: 0;
}
.automation-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #212529;
  min-width: 0;
}
.automation-card__title > span:first-child {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.automation-card__meta {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.automation-card__arrow {
  color: #9ca3af;
  font-size: 11px;
}
.automation-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #6b7280;
  white-space: nowrap;
}
.automation-card__toggle {
  flex-shrink: 0;
}
.automation-card__chevron {
  color: #d1d5db;
  flex-shrink: 0;
}

.automation-flow__connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.automation-flow__connector::before, .automation-flow__connector::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.automation-flow__connector::before {
  margin-right: 12px;
}
.automation-flow__connector::after {
  margin-left: 12px;
}

.automation-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background: #fff;
  transition: border-color 0.15s;
}
.automation-action:hover {
  border-color: #d1d5db;
}
.automation-action__move {
  color: #ccc;
  cursor: move;
}
.automation-action__number {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.automation-action__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
}
.automation-action__icon--assign {
  background: #dbeafe;
  color: #2563eb;
}
.automation-action__icon--add-flags {
  background: #d1fae5;
  color: #059669;
}
.automation-action__icon--remove-flags {
  background: #fee2e2;
  color: #dc2626;
}
.automation-action__icon--notification {
  background: #fef3c7;
  color: #d97706;
}
.automation-action__icon--webhook {
  background: #e0e7ff;
  color: #4f46e5;
}
.automation-action__fields {
  flex: 1;
  min-width: 0;
}
.automation-action__remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-left: auto;
  background: #fef2f2;
  color: #dc2626;
  cursor: pointer;
  font-size: 13px;
  padding: 0;
  flex-shrink: 0;
  text-decoration: none;
}
.automation-action__remove:hover {
  background: #fee2e2;
  color: #b91c1c;
}
.automation-action__select-icon {
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.automation-action__select-icon i {
  font-size: 10px;
  line-height: 1;
  width: 100%;
  text-align: center;
}

.automation-exec__entity-type {
  color: #6b7280;
  font-weight: 400;
}
.automation-exec__trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.automation-exec__trigger i {
  font-size: 11px;
}
.automation-exec__detail-row {
  background: #f9fafb;
}
.automation-exec__detail-row td {
  border-top: none !important;
}
.automation-exec__action-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 6px;
  vertical-align: middle;
}

.automation-panel-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  margin-bottom: 6px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: border-color 0.15s;
}
.automation-panel-item:hover {
  border-color: #d1d5db;
}
.automation-panel-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.automation-panel-item__dot--on {
  background: #22c55e;
}
.automation-panel-item__dot--off {
  background: #d1d5db;
}
.automation-panel-item__body {
  flex: 1;
  min-width: 0;
}
.automation-panel-item__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.automation-panel-item__title {
  font-weight: 600;
  font-size: 13px;
  color: #212529;
}
.automation-panel-item__summary {
  font-size: 11px;
  color: #6b7280;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.automation-panel-item__edit {
  color: #9ca3af;
  cursor: pointer;
  flex-shrink: 0;
}
.automation-panel-item__edit:hover {
  color: #6b7280;
}

.webhook-config {
  padding: 2px 0 0;
}
.webhook-config__section {
  margin: 10px 12px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.webhook-config__section:last-child {
  margin-bottom: 12px;
}
.webhook-config__section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  letter-spacing: 0.01em;
}
.webhook-config__section-header i {
  font-size: 11px;
  color: #9ca3af;
}
.webhook-config__section-body {
  padding: 12px 14px;
}
.webhook-config__secret-value {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #f3f4f6;
  font-family: "SF Mono", "Fira Code", "Cascadia Code", Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.5;
  word-break: break-all;
}
.webhook-config__secret-value--new {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.webhook-config__secret-value--masked {
  color: #9ca3af;
}
.webhook-config__secret-value code {
  flex: 1;
  min-width: 0;
  word-break: break-all;
  background: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.webhook-config__secret-hint {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-size: 11.5px;
  line-height: 1.4;
  color: #92400e;
}
.webhook-config__secret-hint i {
  margin-top: 1px;
  flex-shrink: 0;
}
.webhook-config__secret-actions {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
}
.webhook-config__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
  flex-shrink: 0;
}
.webhook-config__icon-btn:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #374151;
}
.webhook-config__icon-btn--danger:hover {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #dc2626;
}
.webhook-config__test-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.webhook-config__test-input {
  flex: 1;
  min-width: 0;
  max-width: 160px;
}
.webhook-config__test-result {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 12.5px;
  line-height: 1.4;
}
.webhook-config__test-result i {
  margin-top: 1px;
  font-size: 14px;
  flex-shrink: 0;
}
.webhook-config__test-result--success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}
.webhook-config__test-result--success i {
  color: #059669;
}
.webhook-config__test-result--error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
.webhook-config__test-result--error i {
  color: #dc2626;
}

.ui-select-match-item:has(.automation-user-tag) {
  display: inline-flex !important;
  align-items: center;
  vertical-align: middle;
  background: #f0f1f3;
  border-radius: 14px;
  padding-right: 8px;
  margin: 1px 2px;
}
.ui-select-match-item:has(.automation-user-tag) .ui-select-match-close {
  order: 2;
  position: relative;
  top: 0;
  float: none;
  font-size: 13px;
  opacity: 0.5;
  margin-left: 4px;
}
.ui-select-match-item:has(.automation-user-tag) .ui-select-match-close:hover {
  opacity: 0.8;
}
.ui-select-match-item:has(.automation-user-tag) .automation-user-tag {
  order: 1;
}

.automation-user-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 4px 2px 2px;
  line-height: 1;
}
.automation-user-tag__avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  text-transform: uppercase;
  object-fit: cover;
}
.automation-user-tag__name {
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}

.automation-user-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.automation-user-option__avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  flex-shrink: 0;
  text-transform: uppercase;
  object-fit: cover;
}

.duration-picker {
  width: 100%;
}
.duration-picker .duration-picker-cells {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.duration-picker .duration-picker-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 80px;
}
.duration-picker .duration-picker-cell .duration-picker-unit {
  display: block;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
}
.duration-picker .duration-picker-cell .form-control {
  width: 100%;
  text-align: center;
  padding: 4px 6px;
  height: auto;
}
.duration-picker .duration-picker-preset-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 2px 0 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  min-width: 110px;
  z-index: 10050;
}
.duration-picker .duration-picker-preset-menu li {
  padding: 4px 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}
.duration-picker .duration-picker-preset-menu li:hover {
  background: #f0f0f0;
}

.ci-summary {
  margin: 14px 0;
  padding: 12px 16px;
  background: #f9f9f9;
  border-left: 3px solid #d0d0d0;
  border-radius: 0 4px 4px 0;
  white-space: pre-wrap;
  line-height: 1.65;
  font-size: 13px;
  color: #444;
}

.ci-module > .panel-heading .panel-title {
  position: relative;
  padding-left: 10px;
}
.ci-module > .panel-heading .panel-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  background: #ccc;
  border-radius: 2px;
}

.ci-stats-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.ci-stats-row__col {
  display: flex;
}

.ci-stat-card {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 10px 12px;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, border-left-color 0.15s ease;
  border-left: 3px solid #e8e8e8;
}
.ci-stat-card:hover {
  border-color: #c0c0c0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
}
.ci-stat-card--success {
  border-left-color: #2d8a4e;
}
.ci-stat-card--warning {
  border-left-color: #d9b339;
}
.ci-stat-card--danger {
  border-left-color: #d9534f;
}
.ci-stat-card--muted {
  border-left-color: #b0b0b0;
}
.ci-stat-card__label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ci-stat-card__value {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
}

.ci-score-pill {
  display: inline-block;
  padding: 1px 8px 2px;
  border-radius: 10px;
  line-height: 1.4;
}
.ci-score-pill--success {
  background: #e8f5ec;
  color: #2d8a4e;
}
.ci-score-pill--warning {
  background: #fdf6e3;
  color: #8a6200;
}
.ci-score-pill--danger {
  background: #fcecea;
  color: #b03030;
}
.ci-score-pill--muted {
  background: #f3f3f3;
  color: #777;
}

.ci-meter {
  margin-top: 8px;
  user-select: none;
}

.ci-meter__segments {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 14px;
}

.ci-meter__seg {
  flex: 1;
  height: 6px;
  border-radius: 2px;
  background: #e8e8e8;
  opacity: 0.5;
  transition: opacity 0.15s ease, height 0.15s ease, transform 0.15s ease;
}
.ci-meter__seg--danger {
  background: #d9534f;
}
.ci-meter__seg--warning {
  background: #d9b339;
}
.ci-meter__seg--neutral {
  background: #b0b0b0;
}
.ci-meter__seg--success-light {
  background: #7cb342;
}
.ci-meter__seg--success {
  background: #2d8a4e;
}
.ci-meter__seg--active {
  opacity: 1;
  height: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.ci-meter__scale-labels {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 9px;
  color: #999;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.ci-meter__current-pos {
  color: #555;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: none;
}

.ci-meter__gauge {
  position: relative;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}

.ci-meter__gauge-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.25s ease;
}
.ci-meter__gauge-fill--success {
  background: linear-gradient(90deg, #7cb342, #2d8a4e);
}
.ci-meter__gauge-fill--warning {
  background: linear-gradient(90deg, #e8a73a, #d9b339);
}
.ci-meter__gauge-fill--danger {
  background: linear-gradient(90deg, #d9534f, #b03030);
}
.ci-meter__gauge-fill--neutral {
  background: #b0b0b0;
}

.ci-meter--compact {
  display: inline-block;
  margin-top: 0;
  width: 70px;
  flex-shrink: 0;
}
.ci-meter--compact .ci-meter__segments {
  height: 8px;
  gap: 2px;
}
.ci-meter--compact .ci-meter__seg {
  height: 4px;
}
.ci-meter--compact .ci-meter__seg--active {
  height: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ci-meter--compact .ci-meter__gauge {
  height: 5px;
}
.ci-meter--compact .ci-meter__gauge-fill {
  background: none;
}
.ci-meter--compact .ci-meter__gauge-fill--success {
  background: #2d8a4e;
}
.ci-meter--compact .ci-meter__gauge-fill--warning {
  background: #d9b339;
}
.ci-meter--compact .ci-meter__gauge-fill--danger {
  background: #b03030;
}
.ci-meter--compact .ci-meter__gauge-fill--neutral {
  background: #b0b0b0;
}
.ci-meter--compact .ci-meter__scale-labels {
  display: none;
}

.ci-info-icon {
  cursor: help;
  color: #bbb;
  font-size: 10px;
  vertical-align: middle;
  flex-shrink: 0;
  transition: color 0.12s ease;
}
.ci-info-icon:hover {
  color: #666;
}

.ci-rows-table {
  table-layout: fixed;
  width: 100%;
}
.ci-rows-table td {
  vertical-align: top;
  padding: 6px 0;
  border-top: 1px solid #f3f3f3;
}
.ci-rows-table tr:first-child td {
  border-top: none;
}
.ci-rows-table__label {
  width: 42%;
  padding-right: 12px;
  font-size: 12px;
  color: #777;
  font-weight: 600;
}
.ci-rows-table__value {
  font-size: 13px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.ci-rows-table__value-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.ci-rows-table__value-text {
  flex: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ci-rows-table__value-text.text-success {
  color: #2d8a4e !important;
}
.ci-rows-table__value-text.text-warning {
  color: #8a6200 !important;
}
.ci-rows-table__value-text.text-danger {
  color: #b03030 !important;
}
.ci-rows-table__value-text.text-muted {
  color: #888 !important;
}

.ci-chip {
  display: inline-block;
  font-size: 11px !important;
  padding: 3px 8px !important;
  font-weight: normal !important;
  margin-right: 5px;
  margin-bottom: 5px;
}

.ci-badge {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #f0f0f0;
  color: #666;
  border: 1px solid transparent;
}
.ci-badge--success {
  background: #e8f5ec;
  color: #2d8a4e;
  border-color: #c8e6d0;
}
.ci-badge--info {
  background: #e8f0fa;
  color: #2a6cb5;
  border-color: #c8ddf0;
}
.ci-badge--warning {
  background: #fdf6e3;
  color: #8a6200;
  border-color: #f0e0b0;
}
.ci-badge--danger {
  background: #fcecea;
  color: #b03030;
  border-color: #f0c8c8;
}
.ci-badge--muted {
  background: #f5f5f5;
  color: #999;
}

.ci-item {
  padding: 8px 0 10px;
}
.ci-item__title {
  font-weight: 700;
  font-size: 13px;
  color: #333;
}
.ci-item__meta {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}
.ci-item__body {
  margin-top: 5px;
  white-space: pre-wrap;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
}
.ci-item__badges {
  margin-top: 6px;
}
.ci-item__badges .label {
  font-size: 11px;
  font-weight: normal;
  margin-right: 5px;
}

.ci-section {
  margin-bottom: 2px;
}
.ci-section__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #f7f8fa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transition: background 0.12s ease, border-color 0.12s ease;
}
.ci-section__header:hover {
  background: #eef0f4;
  border-color: #d0d0d0;
}
.ci-section__header--collapsed {
  margin-bottom: 0;
}
.ci-section__header i {
  color: #999;
  font-size: 11px;
  width: 12px;
  text-align: center;
  transition: color 0.12s ease;
}
.ci-section__header:hover i {
  color: #666;
}
.ci-section__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  flex: 1;
}
.ci-section__count {
  font-size: 11px;
  color: #aaa;
  background: #eee;
  border-radius: 10px;
  padding: 1px 8px;
  font-weight: 600;
  min-width: 22px;
  text-align: center;
}
.ci-section__body {
  padding-top: 6px;
}

.ci-module-text {
  margin-bottom: 15px;
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
  word-break: break-word;
  overflow-wrap: break-word;
}

.conversation_part--ai_ghost {
  justify-self: stretch;
  background-color: #f3eef9;
  border: 1px dashed #9b7dc8;
  margin-left: 25px;
  margin-right: 25px;
}
.conversation_part--ai_ghost-superseded {
  opacity: 0.82;
}

.conversation_part__ai_ghost-ghost {
  background-color: #f3eef9;
  border-color: #9b7dc8;
}
.conversation_part__ai_ghost-posted {
  background-color: #e7f5ee;
  border-color: #4caf7d;
  border-style: solid;
}
.conversation_part__ai_ghost-suppressed {
  background-color: #fbecec;
  border-color: #c45656;
}
.conversation_part__ai_ghost__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12px;
}
.conversation_part__ai_ghost__badge {
  background-color: #6f42c1;
  color: #fff;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.conversation_part__ai_ghost__label {
  font-weight: 600;
}
.conversation_part__ai_ghost__pill {
  background-color: #ede7f6;
  color: #4527a0;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 11px;
}
.conversation_part__ai_ghost__pill--posted {
  background-color: #d6f0e0;
  color: #1b5e20;
}
.conversation_part__ai_ghost__pill--suppressed {
  background-color: #f9d6d6;
  color: #8a1c1c;
}
.conversation_part__ai_ghost__pill--superseded {
  background-color: #eceff3;
  color: #4b5563;
}
.conversation_part__ai_ghost__timestamp {
  margin-left: auto;
  color: #6b6b6b;
  font-size: 11px;
}
.conversation_part__ai_ghost__body {
  margin: 8px 0;
}
.conversation_part__ai_ghost__collapsed {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #596273;
  font-size: 12px;
}
.conversation_part__ai_ghost__pre {
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8px 10px;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  margin: 0;
  border: 0;
}
.conversation_part__ai_ghost__pre.markdown-formatting p, .conversation_part__ai_ghost__pre.markdown-formatting li {
  white-space: normal;
}
.conversation_part__ai_ghost__pre.markdown-formatting p {
  margin: 0 0 6px;
}
.conversation_part__ai_ghost__pre.markdown-formatting p:last-child {
  margin-bottom: 0;
}
.conversation_part__ai_ghost__pre.markdown-formatting ul, .conversation_part__ai_ghost__pre.markdown-formatting ol {
  margin: 4px 0 6px;
  padding-left: 22px;
}
.conversation_part__ai_ghost__pre.markdown-formatting li {
  margin: 0 0 2px;
}
.conversation_part__ai_ghost__pre.markdown-formatting li p {
  margin: 0;
}
.conversation_part__ai_ghost__pre.markdown-formatting a {
  word-break: break-word;
}
.conversation_part__ai_ghost__handoff {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px 10px;
  border-radius: 4px;
  margin: 8px 0;
}
.conversation_part__ai_ghost__handoff__title {
  font-weight: 600;
  margin-bottom: 4px;
}
.conversation_part__ai_ghost__handoff__tag {
  margin-top: 6px;
  font-size: 12px;
  color: #6f42c1;
  font-weight: 600;
}
.conversation_part__ai_ghost__tool_calls {
  margin: 8px 0;
  font-size: 12px;
}
.conversation_part__ai_ghost__tool_calls__toggle {
  background: none;
  border: 0;
  padding: 4px 0;
  color: #596273;
  font-weight: 600;
  cursor: pointer;
}
.conversation_part__ai_ghost__tool_calls__toggle .fa {
  margin-right: 4px;
}
.conversation_part__ai_ghost__tool_calls__toggle:hover {
  color: #2c3e50;
}
.conversation_part__ai_ghost__tool_calls__list {
  margin-top: 4px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
}
.conversation_part__ai_ghost__tool_calls__item {
  margin-bottom: 8px;
}
.conversation_part__ai_ghost__tool_calls__item:last-child {
  margin-bottom: 0;
}
.conversation_part__ai_ghost__tool_calls__name {
  font-weight: 600;
  color: #2c3e50;
}
.conversation_part__ai_ghost__tool_calls__size {
  font-weight: 400;
  color: #888;
  margin-left: 6px;
  font-size: 11px;
}
.conversation_part__ai_ghost__tool_calls__args {
  color: #555;
  margin: 2px 0;
  word-break: break-word;
}
.conversation_part__ai_ghost__tool_calls__args code {
  background: rgba(255, 255, 255, 0.6);
  padding: 1px 4px;
  border-radius: 3px;
}
.conversation_part__ai_ghost__tool_calls__result {
  white-space: pre-wrap;
  word-break: break-word;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 8px;
  border-radius: 3px;
  font-size: 11px;
  max-height: 280px;
  overflow: auto;
  margin: 4px 0 0;
  border: 0;
}
.conversation_part__ai_ghost__suppressed_draft {
  background-color: rgba(255, 235, 235, 0.6);
  border-left: 3px solid #d9534f;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 8px 0;
}
.conversation_part__ai_ghost__suppressed_draft__title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #a94442;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.conversation_part__ai_ghost__suppressed_draft__explanation {
  font-size: 12px;
  color: #6b6b6b;
  margin-bottom: 6px;
  font-style: italic;
}
.conversation_part__ai_ghost__review {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  margin-top: 8px;
}
.conversation_part__ai_ghost__review__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.conversation_part__ai_ghost__review__segment {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.conversation_part__ai_ghost__review__segment button {
  appearance: none;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  padding: 4px 9px;
  font-size: 12px;
  line-height: 1.4;
  color: #4a4a4a;
  cursor: pointer;
  transition: background-color 100ms ease, color 100ms ease;
}
.conversation_part__ai_ghost__review__segment button:first-child {
  border-left: 0;
}
.conversation_part__ai_ghost__review__segment button:hover:not(:disabled) {
  background-color: rgba(255, 255, 255, 0.9);
}
.conversation_part__ai_ghost__review__segment button:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.95);
}
.conversation_part__ai_ghost__review__segment button:disabled {
  opacity: 0.55;
  cursor: default;
}
.conversation_part__ai_ghost__review__segment button .fa {
  font-size: 11px;
}
.conversation_part__ai_ghost__review__segment button.is-active {
  font-weight: 600;
}
.conversation_part__ai_ghost__review__segment button.is-active--positive {
  background-color: #d6f0e0;
  color: #1b5e20;
}
.conversation_part__ai_ghost__review__segment button.is-active--neutral {
  background-color: #eceff3;
  color: #4b5563;
}
.conversation_part__ai_ghost__review__segment button.is-active--negative {
  background-color: #f9d6d6;
  color: #8a1c1c;
}
.conversation_part__ai_ghost__review__segment button.is-active--priority {
  background-color: #ede7f6;
  color: #4527a0;
}
.conversation_part__ai_ghost__review__note {
  flex: 1 1 220px;
  min-width: 0;
  min-height: 26px;
  max-height: 120px;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #2c2c2c;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  resize: none;
  transition: border-color 100ms ease, background-color 100ms ease;
}
.conversation_part__ai_ghost__review__note::placeholder {
  color: #8a8a8a;
}
.conversation_part__ai_ghost__review__note:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.conversation_part__ai_ghost__review__note:focus {
  outline: none;
  border-color: rgba(111, 66, 193, 0.4);
  background-color: #fff;
}
.conversation_part__ai_ghost__review__status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 16px;
  font-size: 11px;
  color: #6b6b6b;
  opacity: 0;
  transition: opacity 160ms ease;
}
.conversation_part__ai_ghost__review__status .fa {
  font-size: 11px;
}
.conversation_part__ai_ghost__review__status--saving {
  opacity: 1;
}
.conversation_part__ai_ghost__review__status--saved {
  color: #1b5e20;
  opacity: 1;
  animation: intercom-ai-review-saved-fade 1800ms ease forwards;
}
.conversation_part__ai_ghost__review__status--error {
  color: #8a1c1c;
  opacity: 1;
}
.conversation_part__ai_ghost__review__header_collapse {
  margin-left: 4px;
}
.conversation_part__ai_ghost__review__feedback {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.conversation_part__ai_ghost__review__feedback_title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #6b6b6b;
}
.conversation_part__ai_ghost__review__feedback_item {
  padding: 6px 9px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.conversation_part__ai_ghost__review__feedback_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #6b6b6b;
  font-size: 11px;
}
.conversation_part__ai_ghost__review__feedback_user {
  font-weight: 600;
  color: #2c2c2c;
  font-size: 12px;
}
.conversation_part__ai_ghost__review__feedback_sentiment {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 1px 7px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  background-color: #eceff3;
  color: #4b5563;
}
.conversation_part__ai_ghost__review__feedback_sentiment .fa {
  font-size: 10px;
}
.conversation_part__ai_ghost__review__feedback_sentiment--positive {
  background-color: #d6f0e0;
  color: #1b5e20;
}
.conversation_part__ai_ghost__review__feedback_sentiment--neutral {
  background-color: #eceff3;
  color: #4b5563;
}
.conversation_part__ai_ghost__review__feedback_sentiment--negative {
  background-color: #f9d6d6;
  color: #8a1c1c;
}
.conversation_part__ai_ghost__review__feedback_priority {
  padding: 1px 7px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  background-color: #ede7f6;
  color: #4527a0;
}
.conversation_part__ai_ghost__review__feedback_time {
  margin-left: auto;
  color: #8a8a8a;
  font-size: 11px;
}
.conversation_part__ai_ghost__review__feedback_note {
  margin-top: 5px;
  color: #2c2c2c;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

@keyframes intercom-ai-review-saved-fade {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes intercom-ai-replay-sheen {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes intercom-ai-replay-flask-bob {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-1px) rotate(6deg);
  }
}
.intercom-ai-replay-button {
  position: relative;
  overflow: hidden;
  padding: 5px 13px;
  border: 1px solid #4b248c;
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  background: #4b248c;
  background-image: linear-gradient(120deg, #4b248c 0%, #6c3fc6 42%, #1f6fbf 100%);
  background-size: 220% 220%;
  box-shadow: 0 2px 5px rgba(46, 28, 88, 0.28), 0 0 0 2px rgba(75, 36, 140, 0.12);
  animation: intercom-ai-replay-sheen 6s ease-in-out infinite;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease, filter 120ms ease, transform 120ms ease;
}
.intercom-ai-replay-button:hover, .intercom-ai-replay-button:focus {
  color: #fff;
  background-color: #3f1f76;
  border-color: #3f1f76;
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 4px 10px rgba(46, 28, 88, 0.34), 0 0 0 2px rgba(75, 36, 140, 0.18);
}
.intercom-ai-replay-button:focus {
  outline: none;
  box-shadow: 0 4px 10px rgba(46, 28, 88, 0.34), 0 0 0 3px rgba(31, 111, 191, 0.24);
}
.intercom-ai-replay-button:active {
  transform: translateY(0);
  filter: brightness(0.97);
}
.intercom-ai-replay-button[disabled], .intercom-ai-replay-button.disabled {
  animation-duration: 1.4s;
  background: #5a466f;
  border-color: #4a385f;
  cursor: progress;
  filter: none;
  opacity: 1;
}
.intercom-ai-replay-button .fa {
  margin-right: 6px;
  display: inline-block;
  transform-origin: 50% 80%;
  animation: intercom-ai-replay-flask-bob 2.4s ease-in-out infinite;
}
.intercom-ai-replay-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 600ms ease;
  pointer-events: none;
}
.intercom-ai-replay-button:hover::after {
  transform: translateX(100%);
}

.conversation_part__intercom_message__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-ltv__pill {
  display: inline-block;
  padding: 1px 5px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
}
.pricing-ltv__pill--good {
  color: #0a8f7f;
  background: rgba(16, 207, 189, 0.12);
}
.pricing-ltv__pill--caution {
  color: #a08620;
  background: rgba(248, 208, 83, 0.15);
}
.pricing-ltv__pill--high {
  color: #d43f3c;
  background: rgba(245, 87, 83, 0.12);
}

.inventory-table.pricing-table .inventory-list-photo {
  height: 65px;
  width: 100px;
}
.inventory-table.pricing-table .inventory-list-name {
  max-width: calc(100% - 115px);
}
.inventory-table.pricing-table > tbody > tr > td {
  padding: 8px;
}
.inventory-table.pricing-table .inventory-list-info {
  padding: 8px 10px;
  white-space: nowrap;
}
.inventory-table.pricing-table .inventory-list-inner-table td {
  white-space: nowrap;
}

.audit-candidates-list td.v-middle {
  vertical-align: middle;
}
.audit-candidates-list .ac-deal__dealer {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
}
.audit-candidates-list .ac-deal__customer {
  color: #6c7680;
  font-size: 12.5px;
  margin-top: 1px;
}
.audit-candidates-list .ac-deal__vehicle {
  color: #3b3f46;
  font-size: 12.5px;
  margin-top: 3px;
}
.audit-candidates-list .ac-deal__meta {
  margin-top: 6px;
}
.audit-candidates-list .ac-deal__meta .label {
  margin-right: 4px;
}
.audit-candidates-list .ac-deal__meta .label-state-rejection {
  background-color: #6b3fa0;
  color: #ffffff;
}
.audit-candidates-list .ac-auditor {
  font-size: 13px;
  color: #3b3f46;
}
.audit-candidates-list .ac-auditor--unassigned {
  color: #8a909a;
  font-style: italic;
}
.audit-candidates-list .ac-flag-line {
  margin-top: 4px;
  font-size: 11.5px;
}
.audit-candidates-list .ac-flag-line .fad {
  margin-right: 3px;
}
.audit-candidates-list .ac-flag-line .ac-submitting-indicator {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  margin-left: 4px;
  border-radius: 999px;
  background: #e4eef6;
  color: #1d4974;
  border: 1px solid #c5d6e4;
  font-weight: 600;
  font-size: 11px;
}
.audit-candidates-list .ac-flag-line .ac-submitting-indicator i {
  font-size: 10px;
}
.audit-candidates-list .ac-next {
  display: inline-flex;
  flex-direction: column;
  min-width: 170px;
}
.audit-candidates-list .ac-next__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  white-space: nowrap;
}
.audit-candidates-list .ac-next__pill i {
  font-size: 11px;
}
.audit-candidates-list .ac-next__sub {
  margin-top: 5px;
  font-size: 11.5px;
  color: #6c7680;
}
.audit-candidates-list .ac-next__sub--submitting {
  color: #1d4974;
  font-weight: 600;
}
.audit-candidates-list .ac-next__sub--submitting i {
  margin-right: 4px;
  font-size: 10px;
}
.audit-candidates-list .ac-next--danger {
  background: #fbe7e2;
  color: #8a2418;
  border-color: #f1c7bf;
}
.audit-candidates-list .ac-next--warning {
  background: #fbf0d6;
  color: #6b4208;
  border-color: #ead9b4;
}
.audit-candidates-list .ac-next--info {
  background: #e4eef6;
  color: #1d4974;
  border-color: #c5d6e4;
}
.audit-candidates-list .ac-next--muted {
  background: #eeeff1;
  color: #4a525b;
  border-color: #dadde1;
}
.audit-candidates-list .ac-priority {
  min-width: 110px;
}
.audit-candidates-list .ac-priority__score {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #2a2d32;
  font-variant-numeric: tabular-nums;
}
.audit-candidates-list .ac-priority__score .pct {
  font-size: 12px;
  color: #8a909a;
  margin-left: 1px;
}
.audit-candidates-list .ac-priority__score--low {
  color: #1f8b5f;
}
.audit-candidates-list .ac-priority__score--low .pct {
  color: #1f8b5f;
  opacity: 0.75;
}
.audit-candidates-list .ac-priority__score--med {
  color: #b77a0c;
}
.audit-candidates-list .ac-priority__score--med .pct {
  color: #b77a0c;
  opacity: 0.75;
}
.audit-candidates-list .ac-priority__score--high {
  color: #b4331f;
}
.audit-candidates-list .ac-priority__score--high .pct {
  color: #b4331f;
  opacity: 0.75;
}
.audit-candidates-list .ac-priority__label {
  margin-top: 6px;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a909a;
}
.audit-candidates-list .ac-priority__empty {
  color: #8a909a;
  font-size: 12px;
}
.audit-candidates-list .ac-timeline {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  row-gap: 6px;
  column-gap: 10px;
  align-items: center;
  min-width: 220px;
}
.audit-candidates-list .ac-timeline__label {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a909a;
}
.audit-candidates-list .ac-timeline__bar {
  position: relative;
  height: 5px;
  background: #ededef;
  border-radius: 999px;
  overflow: hidden;
}
.audit-candidates-list .ac-timeline__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 999px;
  background: #3fb88d;
}
.audit-candidates-list .ac-timeline__fill--warn {
  background: #d68a1a;
}
.audit-candidates-list .ac-timeline__fill--bad {
  background: #c8442b;
}
.audit-candidates-list .ac-timeline__value {
  font-size: 11.5px;
  color: #4a525b;
  font-variant-numeric: tabular-nums;
  min-width: 46px;
  text-align: right;
}
.audit-candidates-list .ac-timeline__value--bad {
  color: #c8442b;
}
.audit-candidates-list .ac-timeline__na {
  color: #b4b8bf;
  font-size: 11.5px;
}
.audit-candidates-list .ac-approval-path {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  background: #f1ebfb;
  color: #5a2ea6;
  border: 1px solid #ddcdf5;
}
.audit-candidates-list .ac-approval-path i {
  font-size: 10.5px;
}
.audit-candidates-list .ac-approval-path--bulk {
  background: #e1f1ef;
  color: #1b6d63;
  border-color: #bedfd9;
}
.audit-candidates-list .ac-progress {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.audit-candidates-list .ac-progress__step {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.audit-candidates-list .ac-progress__step i {
  font-size: 15px;
  line-height: 1;
  color: #b4b8bf;
}
.audit-candidates-list .ac-progress__step + .ac-progress__step::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: #dadde1;
  transform: translateY(-50%);
}
.audit-candidates-list .ac-progress__step--success i {
  color: #3fb88d;
}
.audit-candidates-list .ac-progress__step--pending i {
  color: #4a525b;
}
.audit-candidates-list .ac-progress__step--error i {
  color: #c8442b;
}
.audit-candidates-list .ac-progress__step--warning i {
  color: #d68a1a;
}
.audit-candidates-list .ac-progress__step--internal i {
  color: #CD5800;
}

.ac-risk-banner {
  margin: 12px 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ac-risk-banner__section {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid transparent;
  background: #fff;
}
.ac-risk-banner__section--danger {
  background: #fbe7e2;
  border-color: #f1c7bf;
  color: #6e1c10;
}
.ac-risk-banner__section--warning {
  background: #fbf0d6;
  border-color: #ead9b4;
  color: #6b4208;
}
.ac-risk-banner__section--info {
  background: #e6f1fb;
  border-color: #bfd7ee;
  color: #17435f;
}
.ac-risk-banner__section--muted {
  background: #f5f6f8;
  border-color: #dadde1;
  color: #3b3f46;
}
.ac-risk-banner__header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13.5px;
  line-height: 1.2;
}
.ac-risk-banner__header i {
  font-size: 15px;
}
.ac-risk-banner__header > span:first-of-type {
  flex: 1;
}
.ac-risk-banner__count {
  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}
.ac-risk-banner__count--high {
  background: #fbe2dd;
  color: #b4331f;
}
.ac-risk-banner__count--med {
  background: #fbeed1;
  color: #b77a0c;
}
.ac-risk-banner__count--low {
  background: #def0e7;
  color: #1f8b5f;
}
.ac-risk-banner__sub {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.85;
}
.ac-risk-banner__flags {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.ac-risk-banner__flags li {
  padding: 6px 0;
  border-top: 1px solid rgba(110, 28, 16, 0.15);
}
.ac-risk-banner__flags li:first-child {
  border-top: none;
  padding-top: 4px;
}
.ac-risk-banner__flag-rule {
  font-size: 13px;
  font-weight: 600;
  color: #3a1008;
  line-height: 1.3;
}
.ac-risk-banner__flag-detail {
  margin-top: 2px;
  font-size: 12px;
  color: #6e1c10;
  opacity: 0.9;
  line-height: 1.35;
}
.ac-risk-banner__flag-detail strong {
  font-weight: 700;
}
.ac-risk-banner__accuracy {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ac-risk-banner__accuracy-row {
  display: grid;
  grid-template-columns: 56px 1fr 70px;
  column-gap: 10px;
  align-items: center;
}
.ac-risk-banner__accuracy-label {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6c7680;
}
.ac-risk-banner__accuracy-bar {
  position: relative;
  height: 5px;
  background: #ededef;
  border-radius: 999px;
  overflow: hidden;
}
.ac-risk-banner__accuracy-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 999px;
  background: #3fb88d;
}
.ac-risk-banner__accuracy-fill--warn {
  background: #d68a1a;
}
.ac-risk-banner__accuracy-fill--bad {
  background: #c8442b;
}
.ac-risk-banner__accuracy-value {
  font-size: 11.5px;
  color: #3b3f46;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.ac-risk-banner__accuracy-value--bad {
  color: #c8442b;
}

.system-form-view__body {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  overflow: hidden;
}
.system-form-view__meta {
  display: contents;
}
.system-form-view__instructions {
  flex: 1 1 420px;
  min-width: 320px;
  max-width: 540px;
  overflow-y: auto;
  border-right: 1px solid #ebebeb;
  padding: 1rem;
}
.system-form-view__form-packs {
  flex: 0 0 320px;
  overflow-y: auto;
  border-right: 1px solid #ebebeb;
  padding: 1rem;
}
.system-form-view__preview {
  flex: 2 1 480px;
  overflow-y: auto;
  background-color: #f4f4f4;
}
.system-form-view__preview-inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 1rem;
}
.system-form-view__preview-page {
  margin-bottom: 15px;
}
.system-form-view__preview-page img {
  width: 100%;
  display: block;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.system-form-view__pack {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}
.system-form-view__pack--active {
  background-color: #f7fbfd;
}
.system-form-view__pack-info {
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1279px) {
  .system-form-view__meta {
    display: flex;
    flex-direction: column;
    flex: 0 0 360px;
    border-right: 1px solid #ebebeb;
    overflow: hidden;
  }
  .system-form-view__instructions, .system-form-view__form-packs {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    border-right: none;
    min-height: 0;
  }
  .system-form-view__instructions {
    border-bottom: 1px solid #ebebeb;
    max-height: 40%;
  }
}
@media (max-width: 767px) {
  .system-form-view__body {
    flex-direction: column;
  }
  .system-form-view__meta {
    flex: 0 0 auto;
    max-height: 60vh;
    border-right: none;
    border-top: 1px solid #ebebeb;
  }
  .system-form-view__instructions {
    max-height: none;
  }
  .system-form-view__preview {
    flex: 0 0 auto;
    min-height: 50vh;
  }
}

.charge-modal > .form-group.form-group-default {
  margin-bottom: 16px;
}
.charge-modal .charge-section-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6b7a8d;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ecf1;
}
.charge-modal .stored-card-btn {
  background: #fff;
  width: 100%;
  text-align: left;
  padding: 14px 16px 14px 20px;
  border: 1.5px solid #dce3eb;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  position: relative;
  overflow: hidden;
}
.charge-modal .stored-card-btn:hover {
  border-color: #48b0f7;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.charge-modal .stored-card-btn.checked {
  background: linear-gradient(135deg, #f0f9ff 0%, #e8f4fd 100%);
  border-color: #48b0f7;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}
.charge-modal .stored-card-btn.checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #48b0f7;
  border-radius: 4px 0 0 4px;
}
.charge-modal .stored-card-btn .card-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.charge-modal .stored-card-btn .card-logo {
  height: 22px;
  flex-shrink: 0;
}
.charge-modal .stored-card-btn .card-masked {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #2b3a4a;
  font-variant-numeric: tabular-nums;
}
.charge-modal .stored-card-btn .card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  padding-left: 34px;
  font-size: 12px;
  color: #7b8a99;
}
.charge-modal .stored-card-btn .card-delete-link {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ef4444;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.charge-modal .stored-card-btn:hover .card-delete-link {
  opacity: 1;
}
.charge-modal .stored-card-btn .card-check-icon {
  margin-left: auto;
  color: #48b0f7;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.charge-modal .stored-card-btn.checked .card-check-icon {
  opacity: 1;
  transform: scale(1);
}
.charge-modal .result-container {
  padding: 30px 20px;
}
.charge-modal .result-icon {
  font-size: 64px;
  margin-bottom: 16px;
}
.charge-modal .result-icon.approved {
  color: #10b981;
}
.charge-modal .result-icon.error {
  color: #f59e0b;
}
.charge-modal .result-icon.declined {
  color: #ef4444;
}
.charge-modal .result-details {
  background: #f8fafb;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 16px 0;
  text-align: left;
  font-size: 13px;
}
.charge-modal .result-details .result-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #edf0f3;
}
.charge-modal .result-details .result-row:last-child {
  border-bottom: none;
}
.charge-modal .result-details .result-label {
  color: #7b8a99;
  font-weight: 500;
}
.charge-modal .result-details .result-value {
  color: #2b3a4a;
  font-weight: 600;
  text-align: right;
}
.charge-modal .payment-link-success {
  padding: 24px 20px;
}
.charge-modal .payment-link-success .link-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 26px;
  color: #10b981;
}
.charge-modal .payment-link-input-group {
  border: 1.5px solid #dce3eb;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  margin: 16px 0;
}
.charge-modal .payment-link-input-group input {
  border: none;
  padding: 10px 14px;
  flex: 1;
  font-size: 13px;
  color: #2b3a4a;
  background: #f8fafb;
  outline: none;
}
.charge-modal .payment-link-input-group .copy-btn {
  border: none;
  background: #48b0f7;
  color: #fff;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.15s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.charge-modal .payment-link-input-group .copy-btn:hover {
  background: #3a8fc8;
}
.charge-modal .authorization-warning {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #991b1b;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  margin: 12px 0;
  text-align: center;
}
.charge-modal .swipe-video-container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e8ecf1;
}
.charge-modal .swipe-video-container video {
  width: 100%;
  display: block;
}
.charge-modal .charge-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.charge-modal .form-group-attached + .charge-action-row {
  margin-top: 24px;
}

html[data-dealr-assistant-open=true] .page-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 16px);
}
html[data-dealr-assistant-open=true] .page-content-wrapper,
html[data-dealr-assistant-open=true] .page-content-wrapper .content,
html[data-dealr-assistant-open=true] #content-container {
  min-width: 0;
  max-width: 100%;
}
html[data-dealr-assistant-open=true] body > [ui-view] .container-fluid.container-fixed-lg,
html[data-dealr-assistant-open=true] body > [ui-view] .container-fixed-lg {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html[data-dealr-assistant-open=true] .fixed-footer,
html[data-dealr-assistant-open=true] .scroll-fixed-footer {
  box-sizing: border-box;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement$=-right],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position$=-right] {
  right: calc(20px + calc(var(--dealr-assistant-width, 400px) + 20px));
  transition: right 240ms cubic-bezier(0.2, 0.7, 0.3, 1), bottom 240ms cubic-bezier(0.2, 0.7, 0.3, 1);
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement^=bottom-][data-placement$=-right],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position^=bottom-][data-position$=-right] {
  bottom: 28px;
}
html[data-dealr-assistant-open=true] body > .modal,
html[data-dealr-assistant-open=true] body > .modal-backdrop {
  right: calc(var(--dealr-assistant-width, 400px) + 20px);
  top: 8px;
  bottom: 8px;
  left: 8px;
  width: auto;
  border-radius: 12px;
}
html[data-dealr-assistant-open=true] body > .modal.fade.slide-right .modal-dialog {
  height: 100%;
}
html[data-dealr-assistant-open=true] body > .terms-bg,
html[data-dealr-assistant-open=true] body > .overlay,
html[data-dealr-assistant-open=true] body > .fullPageLoader {
  right: calc(var(--dealr-assistant-width, 400px) + 20px) !important;
  top: 8px !important;
  bottom: 8px !important;
  left: 8px !important;
  width: auto !important;
  height: auto !important;
  border-radius: 12px;
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement$=-left],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position$=-left] {
  left: 28px;
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement^=bottom-][data-placement$=-left],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position^=bottom-][data-position$=-left] {
  bottom: 28px;
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement$=-center],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position$=-center] {
  margin-left: calc(-1 * (calc(var(--dealr-assistant-width, 400px) + 20px) - 8px) / 2);
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement^=bottom-][data-placement$=-center],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position^=bottom-][data-position$=-center] {
  bottom: 28px;
}
html[data-dealr-assistant-open=true] body > .alerts-container[data-placement^=top-][data-placement$=-center],
html[data-dealr-assistant-open=true] body > .pgn-wrapper[data-position^=top-][data-position$=-center] {
  top: 28px;
}

/* Blurred modal backdrop, gated behind the release-modal-blur-background
   LaunchDarkly flag. The body class is toggled via ld-class on the
   dealer and admin shells.

   The fade in/out relies on companion JS decorators in
   assets/html/shared-directives.js that wrap ui-bootstrap's
   uibModalBackdrop directive (defer .in addition by one tick on open;
   hold the close deferred open for FADE_MS on close) and decorate
   $uibModalStack.close/dismiss to remove .in early and delay the
   modal-window teardown by FADE_MS. Because ngAnimate isn't loaded in
   this app, those hooks are what give the CSS transitions room to play
   in both directions.

   Excludes the `fill-in-modal` body class (intentionally transparent
   backdrop, see _modals.scss), opt-in backdrop classes
   (celebration-backdrop / modal-hidden-backdrop), and modal-window
   variants with their own transforms (stick-up, slide-up, fill-in,
   celebration-window). */
body.flag-modal-blur-background:not(.fill-in-modal) .modal-backdrop:not(.celebration-backdrop):not(.modal-hidden-backdrop) {
  opacity: 0;
  background-color: rgba(26, 26, 26, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: opacity 0.2s linear, background-color 0.2s linear, backdrop-filter 0.2s linear, -webkit-backdrop-filter 0.2s linear;
  /* Pin the shared backdrop's z-index so it doesn't jump up when
     a supplemental modal opens. ui-bootstrap binds the z-index
     via ng-style to a scope.index watched against backdropIndex,
     which moves the backdrop between layers as the stack changes
     — the visible "jump" we're avoiding. The depth indicator
     for stacked modals comes from .modal-content::after below
     (the "you're covered" overlay), not from the backdrop
     re-indexing. */
  z-index: 1040 !important;
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal-backdrop:not(.celebration-backdrop):not(.modal-hidden-backdrop).in {
  opacity: 1;
  background-color: rgba(26, 26, 26, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body.flag-modal-blur-background:not(.fill-in-modal) {
  /* Dialog fade/scale applies whenever the flag is on, regardless of
     backdrop config — even a no-backdrop modal benefits from the
     opacity/scale transition on open and close. The .modal element
     carries `opacity: 1 !important` from pages/scss/modules/_modals
     so we animate the inner .modal-content instead. Open uses a
     @keyframes animation (fires whenever the .in rule starts
     matching regardless of whether the prior state was ever painted
     — supplemental modals can be created and have .in added in a
     tight enough sequence that transition-based open misses the
     trigger); close uses the transition, driven by the
     $uibModalStack hook stripping .in FADE_MS before teardown. */
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window) .modal-content {
  position: relative;
  opacity: 0;
  transform: scale(0.97);
  filter: blur(0);
  transition: opacity 0.2s linear, transform 0.2s ease-out, filter 0.2s linear, border-color 0.2s linear, box-shadow 0.2s linear;
  /* "You're covered" dim overlay — when a supplemental modal
     opens on top, the modal beneath gets `flag-modal-covered`
     (JS in shared-directives.js manages it on stack changes)
     and this layer fades in to darken the covered dialog
     so it visually matches the surrounding backdrop. */
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window) .modal-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background-color: rgba(26, 26, 26, 0.3);
  opacity: 0;
  transition: opacity 0.2s linear;
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window).in .modal-content {
  opacity: 1;
  transform: scale(1);
  animation: flag-modal-content-fade-in 0.2s ease-out;
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window) {
  /* When covered, drop the modal-content's outline and shadow
     so the dialog's edge doesn't read as a framed box on top
     of the backdrop. Bootstrap 3's .modal-content paints a
     rounded border and a soft box-shadow; even with filter:
     blur() applied those still produce a visible boundary
     against the surrounding backdrop blur. Background-color
     stays as-is (white) so the dialog still has presence as
     a panel — filter: blur() fuzzes the children (text,
     inputs, etc.), and the ::after overlay adds the same 0.30
     alpha darken the backdrop uses, so the panel reads as a
     depthed surface continuous with the frosted backdrop
     around it. pointer-events: none keeps the covered dialog
     inert because the shared .modal-backdrop is pinned at
     z-index 1040 below the modal-windows (Codex review):
     without this, the covered modal-window at 1050 would
     still capture clicks meant for the topmost dialog. */
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window).flag-modal-covered {
  pointer-events: none;
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window).flag-modal-covered .modal-content {
  border-color: transparent;
  box-shadow: none;
  filter: blur(2px);
}
body.flag-modal-blur-background:not(.fill-in-modal) .modal.fade:not(.stick-up):not(.slide-up):not(.fill-in):not(.celebration-window).flag-modal-covered .modal-content::after {
  opacity: 1;
}

@keyframes flag-modal-content-fade-in {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.form-pack-picker-action {
  color: #00b6ce;
  font-weight: 600;
  border-top: 1px solid #ebebeb;
  margin-top: 4px;
  padding-top: 6px;
}

.collapsable-header {
  display: flex;
  flex-direction: row;
  padding: 16px 32px;
  border: 1px solid transparent;
  align-items: center;
}
.collapsable-header .collapsable-title {
  font-family: "Roboto";
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}
.collapsable-header .collapsable-title:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  text-align: center;
  width: 1.25em;
}
.collapsable-header .collapsable-preview {
  flex: 1 1 0%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collapsable-header:hover {
  cursor: pointer;
}

.collapsable-content {
  padding: 16px 32px;
}

.collapsable-configuration,
[collapsable-configuration] {
  box-shadow: none;
  background-color: white;
  border-radius: 8px;
  border: 2px solid transparent;
  margin-bottom: 20px;
}
.collapsable-configuration:hover,
[collapsable-configuration]:hover {
  border: 2px solid rgba(0, 0, 0, 0.05);
}
.collapsable-configuration.show-collapsable,
[collapsable-configuration].show-collapsable {
  border: 2px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.collapsable-configuration.show-collapsable .collapsable-header,
[collapsable-configuration].show-collapsable .collapsable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.collapsable-configuration.show-collapsable .collapsable-header .collapsable-title:after,
[collapsable-configuration].show-collapsable .collapsable-header .collapsable-title:after {
  content: "\f078";
}

/* ============================================================
 * ENG-1126 serverlet version badge
 * Inline indicator in the header bar for deploy metadata.
 * Rendered by <serverlet-version-badge> directive only when
 * /version.json exists and the directive opts into that environment.
 *
 * Left-aligned in the header, white text, no box — reads as
 * natural header typography against both the admin red bar and
 * the dealer teal bar.
 * ============================================================ */
.serverlet-version-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 100px;
  margin-right: 20px;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.2px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  cursor: default;
  user-select: all;
}
.serverlet-version-badge--flash {
  animation: serverlet-version-badge-flash 5s ease-out;
}
.serverlet-version-badge__ticket, .serverlet-version-badge__pr {
  color: #ffffff;
  font-weight: 800;
  text-shadow: none;
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.serverlet-version-badge__ticket:hover, .serverlet-version-badge__ticket:focus, .serverlet-version-badge__pr:hover, .serverlet-version-badge__pr:focus {
  color: #4db8ff;
  text-decoration-color: #4db8ff;
  text-decoration: underline;
  opacity: 1;
}
.serverlet-version-badge__sep {
  opacity: 0.7;
}
.serverlet-version-badge__branch, .serverlet-version-badge__commit {
  display: inline-block;
  max-width: min(360px, 35vw);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-weight: 800;
  color: #ffffff;
  text-shadow: none;
  flex: 0 1 auto;
}
.serverlet-version-badge__commit {
  max-width: 80px;
  font-variant-numeric: tabular-nums;
}
.serverlet-version-badge__group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.serverlet-version-badge--deploying {
  opacity: 0.95;
}
.serverlet-version-badge__spinner {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: serverlet-version-badge-spin 0.85s linear infinite;
  flex-shrink: 0;
}
.serverlet-version-badge__step {
  font-weight: 500;
  opacity: 0.95;
}
.serverlet-version-badge__countdown {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.serverlet-version-badge--failed {
  color: #ffd9a8;
}
.serverlet-version-badge__fail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffb84d;
  color: #5a2d00;
  font-weight: 800;
  font-size: 11px;
  line-height: 1;
  flex-shrink: 0;
}

@keyframes serverlet-version-badge-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes serverlet-version-badge-flash {
  0% {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9);
  }
  70% {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.9);
  }
  100% {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }
}
.header:has(.serverlet-version-badge) > div:last-child {
  flex-shrink: 0;
}

/* AI Edit Button — host-page styles for the active-field highlight on
   CodeMirror wrappers while the right-side AI panel is open. The classes
   are toggled by /assets/js/directives/ai-edit-button.js.

   Lives in the host page (light DOM) on purpose: the dealr-assistant
   panel renders inside a shadow root, but the CodeMirror wrappers we
   highlight live in the AngularJS app, so these rules need host-level
   visibility. */
/* The CodeMirror wrapper normally sits inside a `.form-group-default` with
   `overflow: hidden` (powers the connected-borders look). While AI is
   active we relax that on the ancestor so the outset glow + tab-style
   badge can escape the form-group box — see the `:has()` rule below. */
.ai-edit-active {
  position: relative;
  border-radius: 6px;
  transition: box-shadow 200ms ease;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.55), 0 0 18px rgba(139, 92, 246, 0.28);
  animation: ai-edit-glow 2.4s ease-in-out infinite;
}
.ai-edit-active::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.1));
  pointer-events: none;
  z-index: 1;
}

/* Badge — rendered on the CodeMirror's parent (the [ui-codemirror]
   directive element). The parent doesn't have `overflow: hidden` like
   `.CodeMirror` itself does, so the badge can sit half-in / half-out of
   the editor at top:-10px. The `:has()` rule below opens up the
   surrounding form-group so the badge isn't clipped further up. */
.ai-edit-active-host {
  position: relative;
}
.ai-edit-active-host::before {
  content: attr(data-ai-edit-field-label);
  position: absolute;
  top: -10px;
  right: -8px;
  padding: 2px 8px;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(139, 92, 246, 0.45);
  white-space: nowrap;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  z-index: 6;
}

/* Open up clipping ancestors so the outset glow + tab-style badge are
   visible. Scoped to the active state so connected-borders styling still
   applies elsewhere. */
.form-group-default:has(.ai-edit-active),
.form-group-attached:has(.ai-edit-active),
.form-group:has(.ai-edit-active) {
  overflow: visible;
}

.ai-edit-pending {
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.7), 0 0 30px rgba(236, 72, 153, 0.5) !important;
  animation: ai-edit-pulse 750ms ease-in-out infinite !important;
}

@keyframes ai-edit-glow {
  0%, 100% {
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.45), 0 0 14px rgba(139, 92, 246, 0.22);
  }
  50% {
    box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.7), 0 0 28px rgba(139, 92, 246, 0.45);
  }
}
@keyframes ai-edit-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.55), 0 0 22px rgba(236, 72, 153, 0.4);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.85), 0 0 36px rgba(236, 72, 153, 0.7);
  }
}
/* "Edit with AI" trigger pill — animated conic-gradient border, glassy
   interior, FA wand icon. Rendered by the aiEditButton directive next to
   field labels. */
@property --ai-border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.ai-edit-button-trigger {
  --ai-purple: #a855f7;
  --ai-pink: #e879f9;
  --ai-cyan: #38bdf8;
  --ai-blue: #2563eb;
  --ai-text: #16445f;
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  padding: 0 11px 0 9px;
  border: 0;
  border-radius: 999px;
  color: var(--ai-text);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1), 0 1px 4px rgba(168, 85, 247, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease;
}
.ai-edit-button-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--ai-border-angle), transparent 0deg, transparent 55deg, var(--ai-purple) 95deg, var(--ai-cyan) 135deg, transparent 180deg, transparent 360deg), linear-gradient(90deg, rgba(168, 85, 247, 0.35), rgba(56, 189, 248, 0.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: ai-border-orbit 6s linear infinite;
  opacity: 0.9;
}
.ai-edit-button-trigger::after {
  content: "";
  position: absolute;
  inset: 1.5px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.46));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), inset 0 -1px 0 rgba(22, 68, 95, 0.06);
}
.ai-edit-button-trigger__icon, .ai-edit-button-trigger__label {
  position: relative;
  z-index: 1;
}
.ai-edit-button-trigger__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ai-text);
  font-size: 12px;
}
.ai-edit-button-trigger:hover {
  transform: translateY(-1px);
  color: #0f3a55;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.16), 0 2px 8px rgba(168, 85, 247, 0.14);
}
.ai-edit-button-trigger:hover::before {
  opacity: 1;
  animation-duration: 4s;
}
.ai-edit-button-trigger:active {
  transform: translateY(0);
}
.ai-edit-button-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.22), 0 6px 18px rgba(37, 99, 235, 0.16), 0 2px 8px rgba(168, 85, 247, 0.14);
}

@keyframes ai-border-orbit {
  to {
    --ai-border-angle: 360deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ai-edit-button-trigger {
    transition: none;
  }
  .ai-edit-button-trigger::before {
    animation: none;
  }
}
/* Content Intelligence "Ask AI" call-to-action — sits above the content
   intelligence panel on the video / Intercom conversation / call recording
   detail views. Toggled by the <content-intelligence-ask-ai> directive in
   admin/assets/js/controllers/videos.controller.js. */
.ci-ask-ai {
  margin: 16px 0;
  padding: 14px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08), rgba(59, 130, 246, 0.08));
  border: 1px solid rgba(139, 92, 246, 0.22);
  display: flex;
  align-items: center;
  gap: 14px;
}
.ci-ask-ai__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6, #3b82f6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.ci-ask-ai__copy {
  flex: 1 1 auto;
  min-width: 0;
}
.ci-ask-ai__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.ci-ask-ai__subtitle {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.3;
}
.ci-ask-ai__cta {
  flex: 0 0 auto;
  background: linear-gradient(135deg, #8b5cf6, #3b82f6);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(59, 130, 246, 0.25);
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.ci-ask-ai__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(59, 130, 246, 0.35);
}
.ci-ask-ai__cta:active {
  transform: translateY(0);
}
.ci-ask-ai__cta[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.ci-ask-ai__cta i {
  margin-right: 6px;
}

.flag-filter-choice--stage {
  padding-left: 18px;
  position: relative;
}
.flag-filter-choice--stage::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.12);
}
.flag-filter-choice__stage-icon {
  font-size: 12px;
}
.flag-filter-choice__parent {
  color: #6b7280;
  font-size: 12px;
  margin-right: 2px;
}
.flag-filter-choice__sep {
  color: #9ca3af;
  font-size: 10px;
  margin: 0 4px;
}

.flag-filter-pill-parent {
  color: rgba(0, 0, 0, 0.55);
  font-size: 11px;
  margin-right: 2px;
}

.flag-filter-pill-sep {
  color: rgba(0, 0, 0, 0.4);
  font-size: 9px;
  margin: 0 3px;
}

.scheduled-jobs-pre {
  max-height: 320px;
  overflow: auto;
  background: #f7f7f9;
  border: 1px solid #e1e1e8;
  padding: 8px;
  font-size: 12px;
  white-space: pre-wrap;
  word-break: break-word;
}

.scheduled-jobs-detail-panel {
  width: 100%;
  clear: both;
}
.scheduled-jobs-detail-panel .panel-body {
  padding: 16px;
}

.scheduled-jobs-detail-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.scheduled-jobs-detail-close {
  color: #626262;
  font-size: 16px;
  line-height: 1;
  padding: 4px 0;
}

.scheduled-jobs-detail-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.scheduled-jobs-detail-grid--summary {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.scheduled-jobs-detail-item {
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 3px;
  min-width: 0;
  padding: 10px 12px;
}

.scheduled-jobs-code {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}

.tooltip {
  pointer-events: none;
  overflow: visible;
  padding: 0 !important;
  margin: 0 !important;
}

.tooltip--interactive {
  pointer-events: auto;
}

.tooltip.top,
.tooltip.bottom,
.tooltip.left,
.tooltip.right {
  margin: 0 !important;
}

.popover {
  overflow: visible;
}

.smart-overlay-caret {
  position: absolute;
  width: 16px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background: transparent;
  --smart-caret-color: #000;
}

.smart-overlay-caret::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--smart-caret-color);
}

.tooltip .smart-overlay-caret {
  --smart-caret-color: #000;
}

.tooltip.top .smart-overlay-caret,
.popover.top .smart-overlay-caret {
  width: 16px;
  height: 8px;
}

.tooltip.top .smart-overlay-caret::before,
.popover.top .smart-overlay-caret::before {
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.tooltip.bottom .smart-overlay-caret,
.popover.bottom .smart-overlay-caret {
  width: 16px;
  height: 8px;
}

.tooltip.bottom .smart-overlay-caret::before,
.popover.bottom .smart-overlay-caret::before {
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.tooltip.left .smart-overlay-caret,
.popover.left .smart-overlay-caret {
  width: 8px;
  height: 16px;
}

.tooltip.left .smart-overlay-caret::before,
.popover.left .smart-overlay-caret::before {
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.tooltip.right .smart-overlay-caret,
.popover.right .smart-overlay-caret {
  width: 8px;
  height: 16px;
}

.tooltip.right .smart-overlay-caret::before,
.popover.right .smart-overlay-caret::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.popover .smart-overlay-caret {
  --smart-caret-color: #fff;
}

.help-tooltip-tooltip .smart-overlay-caret {
  --smart-caret-color: #215264 !important;
}

.highcharts-tooltip-container {
  z-index: 999999 !important;
}

.form-editor-root {
  position: relative;
}

.form-editor-lock-overlay {
  position: absolute;
  inset: 0;
  z-index: 1040;
  cursor: not-allowed;
}

.form-editor-processing-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1041;
  overflow: hidden;
  background: rgba(26, 115, 232, 0.15);
}
.form-editor-processing-bar span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  background: #1a73e8;
  animation: ai-processing-slide 1.4s ease-in-out infinite;
}

@keyframes ai-processing-slide {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}
.ai-program-statusbar-wrap {
  position: relative;
}

.ai-program-statusbar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  max-width: 520px;
}

.ai-program-statusbar-icon {
  flex: 0 0 auto;
  color: #1a73e8;
}

.ai-program-statusbar-text {
  flex: 0 1 auto;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

.ai-program-statusbar-lock {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.ai-program-statusbar-toggle {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #1a73e8;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 2px;
  white-space: nowrap;
}

.ai-program-statusbar-dismiss {
  flex: 0 0 auto;
  color: #999;
}

.ai-program-state-badge {
  display: inline-flex;
  align-items: center;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.ai-program-state-badge.ai-state-processing {
  background: #e8f1fd;
  color: #1a73e8;
}
.ai-program-state-badge.ai-state-success {
  background: #e6f6ee;
  color: #169c5a;
}
.ai-program-state-badge.ai-state-error {
  background: #fde9e8;
  color: #f45753;
}
.ai-program-state-badge.ai-state-idle {
  background: #eee;
  color: #666;
}

.ai-program-log-popover {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 320px;
  max-width: calc(100vw - 32px);
  z-index: 1046;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  text-align: left;
}

.ai-program-log-body {
  max-height: 280px;
  overflow-y: auto;
  padding: 4px 0;
}

.ai-program-log-empty {
  padding: 8px 14px;
  font-size: 12px;
  color: #999;
  font-style: italic;
}

.ai-program-log-entry {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding: 4px 14px;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-word;
}
.ai-program-log-entry + .ai-program-log-entry {
  border-top: 1px solid #f2f2f2;
}
.ai-program-log-entry.ai-log-success {
  color: #169c5a;
}
.ai-program-log-entry.ai-log-error {
  color: #f45753;
}
.ai-program-log-entry.ai-log-info {
  color: #333;
}

.ai-program-log-time {
  flex: 0 0 auto;
  color: #999;
  font-variant-numeric: tabular-nums;
}

[uib-typeahead-popup].dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  max-width: 500px;
  overflow-x: hidden;
}
[uib-typeahead-popup].dropdown-menu > li > a > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dealr-text-teal {
  color: #00B6CD;
}
.dealr-text-darkblue {
  color: #215264;
}
.dealr-text-lightblue {
  color: #C7E8F0;
}

.dealr-bg-teal {
  background-color: #00B6CD;
}
.dealr-bg-darkblue {
  background-color: #215264;
}
.dealr-bg-lightblue {
  background-color: #C7E8F0;
}

.dealr-title-solutions-text-orange {
  color: #FF9520;
}
.dealr-title-solutions-text-blue {
  color: #0F274A;
}

.btn-vendor-chargebee {
  color: #fff;
  background-color: #FF3300;
  border-color: #FF3300;
}
.btn-vendor-chargebee:focus {
  color: #fff;
  background-color: rgb(216.75, 43.35, 0);
  border-color: rgb(216.75, 43.35, 0);
}
.btn-vendor-chargebee.active:focus, .btn-vendor-chargebee.active:hover, .btn-vendor-chargebee:active:focus, .btn-vendor-chargebee:active:hover {
  color: #fff;
  background-color: rgb(191.25, 38.25, 0);
  border-color: rgb(191.25, 38.25, 0);
}
.btn-vendor-chargebee.hover, .btn-vendor-chargebee:hover {
  color: #fff;
  background-color: rgb(255, 81.6, 38.25);
  border-color: rgb(255, 81.6, 38.25);
}
.btn-vendor-chargebee.disabled:active, .btn-vendor-chargebee.disabled:hover, .btn-vendor-chargebee.disabled:focus, .btn-vendor-chargebee.disabled.active, .btn-vendor-chargebee[disabled]:active, .btn-vendor-chargebee[disabled]:hover, .btn-vendor-chargebee[disabled]:focus, .btn-vendor-chargebee[disabled].active {
  background-color: rgb(255, 132.6, 102);
  border-color: rgb(255, 132.6, 102);
}
.btn-vendor-chargebee .badge {
  color: #FF3300;
  background-color: #ffffff;
}
.btn-vendor-chargebee:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 81.6, 38.25, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 81.6, 38.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 81.6, 38.25, 0.5);
}

.text-vendor-chargebee {
  color: #FF3300;
}

.btn-vendor-hubspot {
  color: #212529;
  background-color: #ff7959;
  border-color: #ff7959;
}
.btn-vendor-hubspot:focus {
  color: #212529;
  background-color: rgb(255, 90.1234939759, 50.75);
  border-color: rgb(255, 90.1234939759, 50.75);
}
.btn-vendor-hubspot.active:focus, .btn-vendor-hubspot.active:hover, .btn-vendor-hubspot:active:focus, .btn-vendor-hubspot:active:hover {
  color: #212529;
  background-color: rgb(255, 69.5391566265, 25.25);
  border-color: rgb(255, 69.5391566265, 25.25);
}
.btn-vendor-hubspot.hover, .btn-vendor-hubspot:hover {
  color: #212529;
  background-color: rgb(255, 151.8765060241, 127.25);
  border-color: rgb(255, 151.8765060241, 127.25);
}
.btn-vendor-hubspot.disabled:active, .btn-vendor-hubspot.disabled:hover, .btn-vendor-hubspot.disabled:focus, .btn-vendor-hubspot.disabled.active, .btn-vendor-hubspot[disabled]:active, .btn-vendor-hubspot[disabled]:hover, .btn-vendor-hubspot[disabled]:focus, .btn-vendor-hubspot[disabled].active {
  background-color: rgb(255, 203.3373493976, 191);
  border-color: rgb(255, 203.3373493976, 191);
}
.btn-vendor-hubspot .badge {
  color: #ff7959;
  background-color: #ffffff;
}
.btn-vendor-hubspot:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 151.8765060241, 127.25, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 151.8765060241, 127.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 151.8765060241, 127.25, 0.5);
}

.text-vendor-hubspot {
  color: #ff7959;
}

.btn-vendor-clickup {
  color: #fff;
  background-color: #1f272d;
  border-color: #1f272d;
}
.btn-vendor-clickup:focus {
  color: #fff;
  background-color: rgb(15.3980263158, 19.3717105263, 22.3519736842);
  border-color: rgb(15.3980263158, 19.3717105263, 22.3519736842);
}
.btn-vendor-clickup.active:focus, .btn-vendor-clickup.active:hover, .btn-vendor-clickup:active:focus, .btn-vendor-clickup:active:hover {
  color: #fff;
  background-color: rgb(4.9967105263, 6.2861842105, 7.2532894737);
  border-color: rgb(4.9967105263, 6.2861842105, 7.2532894737);
}
.btn-vendor-clickup.hover, .btn-vendor-clickup:hover {
  color: #fff;
  background-color: rgb(46.6019736842, 58.6282894737, 67.6480263158);
  border-color: rgb(46.6019736842, 58.6282894737, 67.6480263158);
}
.btn-vendor-clickup.disabled:active, .btn-vendor-clickup.disabled:hover, .btn-vendor-clickup.disabled:focus, .btn-vendor-clickup.disabled.active, .btn-vendor-clickup[disabled]:active, .btn-vendor-clickup[disabled]:hover, .btn-vendor-clickup[disabled]:focus, .btn-vendor-clickup[disabled].active {
  background-color: rgb(72.6052631579, 91.3421052632, 105.3947368421);
  border-color: rgb(72.6052631579, 91.3421052632, 105.3947368421);
}
.btn-vendor-clickup .badge {
  color: #1f272d;
  background-color: #ffffff;
}
.btn-vendor-clickup:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(46.6019736842, 58.6282894737, 67.6480263158, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(46.6019736842, 58.6282894737, 67.6480263158, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(46.6019736842, 58.6282894737, 67.6480263158, 0.5);
}

.text-vendor-clickup {
  color: #1f272d;
}

.btn-vendor-dealer-title-solutions {
  color: #fff;
  background-color: #0F274A;
  border-color: #0F274A;
}
.btn-vendor-dealer-title-solutions:focus {
  color: #fff;
  background-color: rgb(8.5533707865, 22.2387640449, 42.1966292135);
  border-color: rgb(8.5533707865, 22.2387640449, 42.1966292135);
}
.btn-vendor-dealer-title-solutions.active:focus, .btn-vendor-dealer-title-solutions.active:hover, .btn-vendor-dealer-title-solutions:active:focus, .btn-vendor-dealer-title-solutions:active:hover {
  color: #fff;
  background-color: rgb(4.2556179775, 11.0646067416, 20.9943820225);
  border-color: rgb(4.2556179775, 11.0646067416, 20.9943820225);
}
.btn-vendor-dealer-title-solutions.hover, .btn-vendor-dealer-title-solutions:hover {
  color: #fff;
  background-color: rgb(21.4466292135, 55.7612359551, 105.8033707865);
  border-color: rgb(21.4466292135, 55.7612359551, 105.8033707865);
}
.btn-vendor-dealer-title-solutions.disabled:active, .btn-vendor-dealer-title-solutions.disabled:hover, .btn-vendor-dealer-title-solutions.disabled:focus, .btn-vendor-dealer-title-solutions.disabled.active, .btn-vendor-dealer-title-solutions[disabled]:active, .btn-vendor-dealer-title-solutions[disabled]:hover, .btn-vendor-dealer-title-solutions[disabled]:focus, .btn-vendor-dealer-title-solutions[disabled].active {
  background-color: rgb(32.191011236, 83.6966292135, 158.808988764);
  border-color: rgb(32.191011236, 83.6966292135, 158.808988764);
}
.btn-vendor-dealer-title-solutions .badge {
  color: #0F274A;
  background-color: #ffffff;
}
.btn-vendor-dealer-title-solutions:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(21.4466292135, 55.7612359551, 105.8033707865, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(21.4466292135, 55.7612359551, 105.8033707865, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(21.4466292135, 55.7612359551, 105.8033707865, 0.5);
}

.text-vendor-dealer-title-solutions {
  color: #0F274A;
}

.btn-vendor-dealer-title-solutions-orange {
  color: #212529;
  background-color: #FF9520;
  border-color: #FF9520;
}
.btn-vendor-dealer-title-solutions-orange:focus {
  color: #212529;
  background-color: rgb(248.75, 130.5100896861, 0);
  border-color: rgb(248.75, 130.5100896861, 0);
}
.btn-vendor-dealer-title-solutions-orange.active:focus, .btn-vendor-dealer-title-solutions-orange.active:hover, .btn-vendor-dealer-title-solutions-orange:active:focus, .btn-vendor-dealer-title-solutions-orange:active:hover {
  color: #212529;
  background-color: rgb(223.25, 117.1311659193, 0);
  border-color: rgb(223.25, 117.1311659193, 0);
}
.btn-vendor-dealer-title-solutions-orange.hover, .btn-vendor-dealer-title-solutions-orange:hover {
  color: #212529;
  background-color: rgb(255, 167.1816143498, 70.25);
  border-color: rgb(255, 167.1816143498, 70.25);
}
.btn-vendor-dealer-title-solutions-orange.disabled:active, .btn-vendor-dealer-title-solutions-orange.disabled:hover, .btn-vendor-dealer-title-solutions-orange.disabled:focus, .btn-vendor-dealer-title-solutions-orange.disabled.active, .btn-vendor-dealer-title-solutions-orange[disabled]:active, .btn-vendor-dealer-title-solutions-orange[disabled]:hover, .btn-vendor-dealer-title-solutions-orange[disabled]:focus, .btn-vendor-dealer-title-solutions-orange[disabled].active {
  background-color: rgb(255, 197.4843049327, 134);
  border-color: rgb(255, 197.4843049327, 134);
}
.btn-vendor-dealer-title-solutions-orange .badge {
  color: #FF9520;
  background-color: #ffffff;
}
.btn-vendor-dealer-title-solutions-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 167.1816143498, 70.25, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 167.1816143498, 70.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 167.1816143498, 70.25, 0.5);
}

.text-vendor-dealer-title-solutions-orange {
  color: #FF9520;
}

.btn-vendor-loom {
  color: #fff;
  background-color: #625ef5;
  border-color: #625ef5;
}
.btn-vendor-loom:focus {
  color: #fff;
  background-color: rgb(62.8815789474, 57.9868421053, 242.7631578947);
  border-color: rgb(62.8815789474, 57.9868421053, 242.7631578947);
}
.btn-vendor-loom.active:focus, .btn-vendor-loom.active:hover, .btn-vendor-loom:active:focus, .btn-vendor-loom:active:hover {
  color: #fff;
  background-color: rgb(39.4692982456, 33.9780701754, 241.2719298246);
  border-color: rgb(39.4692982456, 33.9780701754, 241.2719298246);
}
.btn-vendor-loom.hover, .btn-vendor-loom:hover {
  color: #fff;
  background-color: rgb(133.1184210526, 130.0131578947, 247.2368421053);
  border-color: rgb(133.1184210526, 130.0131578947, 247.2368421053);
}
.btn-vendor-loom.disabled:active, .btn-vendor-loom.disabled:hover, .btn-vendor-loom.disabled:focus, .btn-vendor-loom.disabled.active, .btn-vendor-loom[disabled]:active, .btn-vendor-loom[disabled]:hover, .btn-vendor-loom[disabled]:focus, .btn-vendor-loom[disabled].active {
  background-color: rgb(191.649122807, 190.0350877193, 250.9649122807);
  border-color: rgb(191.649122807, 190.0350877193, 250.9649122807);
}
.btn-vendor-loom .badge {
  color: #625ef5;
  background-color: #ffffff;
}
.btn-vendor-loom:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(133.1184210526, 130.0131578947, 247.2368421053, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(133.1184210526, 130.0131578947, 247.2368421053, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(133.1184210526, 130.0131578947, 247.2368421053, 0.5);
}

.text-vendor-loom {
  color: #625ef5;
}

.btn-vendor-zoom {
  color: #fff;
  background-color: #2d8cff;
  border-color: #2d8cff;
}
.btn-vendor-zoom:focus {
  color: #fff;
  background-color: rgb(6.75, 119.0535714286, 255);
  border-color: rgb(6.75, 119.0535714286, 255);
}
.btn-vendor-zoom.active:focus, .btn-vendor-zoom.active:hover, .btn-vendor-zoom:active:focus, .btn-vendor-zoom:active:hover {
  color: #fff;
  background-color: rgb(0, 106.875, 236.25);
  border-color: rgb(0, 106.875, 236.25);
}
.btn-vendor-zoom.hover, .btn-vendor-zoom:hover {
  color: #fff;
  background-color: rgb(83.25, 160.9464285714, 255);
  border-color: rgb(83.25, 160.9464285714, 255);
}
.btn-vendor-zoom.disabled:active, .btn-vendor-zoom.disabled:hover, .btn-vendor-zoom.disabled:focus, .btn-vendor-zoom.disabled.active, .btn-vendor-zoom[disabled]:active, .btn-vendor-zoom[disabled]:hover, .btn-vendor-zoom[disabled]:focus, .btn-vendor-zoom[disabled].active {
  background-color: rgb(147, 195.8571428571, 255);
  border-color: rgb(147, 195.8571428571, 255);
}
.btn-vendor-zoom .badge {
  color: #2d8cff;
  background-color: #ffffff;
}
.btn-vendor-zoom:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83.25, 160.9464285714, 255, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(83.25, 160.9464285714, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(83.25, 160.9464285714, 255, 0.5);
}

.text-vendor-zoom {
  color: #2d8cff;
}

.btn-vendor-intercom {
  color: #fff;
  background-color: #0057ff;
  border-color: #0057ff;
}
.btn-vendor-intercom:focus {
  color: #fff;
  background-color: rgb(0, 73.95, 216.75);
  border-color: rgb(0, 73.95, 216.75);
}
.btn-vendor-intercom.active:focus, .btn-vendor-intercom.active:hover, .btn-vendor-intercom:active:focus, .btn-vendor-intercom:active:hover {
  color: #fff;
  background-color: rgb(0, 65.25, 191.25);
  border-color: rgb(0, 65.25, 191.25);
}
.btn-vendor-intercom.hover, .btn-vendor-intercom:hover {
  color: #fff;
  background-color: rgb(38.25, 112.2, 255);
  border-color: rgb(38.25, 112.2, 255);
}
.btn-vendor-intercom.disabled:active, .btn-vendor-intercom.disabled:hover, .btn-vendor-intercom.disabled:focus, .btn-vendor-intercom.disabled.active, .btn-vendor-intercom[disabled]:active, .btn-vendor-intercom[disabled]:hover, .btn-vendor-intercom[disabled]:focus, .btn-vendor-intercom[disabled].active {
  background-color: rgb(102, 154.2, 255);
  border-color: rgb(102, 154.2, 255);
}
.btn-vendor-intercom .badge {
  color: #0057ff;
  background-color: #ffffff;
}
.btn-vendor-intercom:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38.25, 112.2, 255, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(38.25, 112.2, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 112.2, 255, 0.5);
}

.text-vendor-intercom {
  color: #0057ff;
}

.btn-vendor-twilio {
  color: #fff;
  background-color: #f32e46;
  border-color: #f32e46;
}
.btn-vendor-twilio:focus {
  color: #fff;
  background-color: rgb(237.1346153846, 13.6153846154, 40.8461538462);
  border-color: rgb(237.1346153846, 13.6153846154, 40.8461538462);
}
.btn-vendor-twilio.active:focus, .btn-vendor-twilio.active:hover, .btn-vendor-twilio:active:focus, .btn-vendor-twilio:active:hover {
  color: #fff;
  background-color: rgb(213.0192307692, 12.2307692308, 36.6923076923);
  border-color: rgb(213.0192307692, 12.2307692308, 36.6923076923);
}
.btn-vendor-twilio.hover, .btn-vendor-twilio:hover {
  color: #fff;
  background-color: rgb(245.0769230769, 82.1730769231, 102.0192307692);
  border-color: rgb(245.0769230769, 82.1730769231, 102.0192307692);
}
.btn-vendor-twilio.disabled:active, .btn-vendor-twilio.disabled:hover, .btn-vendor-twilio.disabled:focus, .btn-vendor-twilio.disabled.active, .btn-vendor-twilio[disabled]:active, .btn-vendor-twilio[disabled]:hover, .btn-vendor-twilio[disabled]:focus, .btn-vendor-twilio[disabled].active {
  background-color: rgb(248.5384615385, 142.4615384615, 155.3846153846);
  border-color: rgb(248.5384615385, 142.4615384615, 155.3846153846);
}
.btn-vendor-twilio .badge {
  color: #f32e46;
  background-color: #ffffff;
}
.btn-vendor-twilio:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245.0769230769, 82.1730769231, 102.0192307692, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(245.0769230769, 82.1730769231, 102.0192307692, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245.0769230769, 82.1730769231, 102.0192307692, 0.5);
}

.text-vendor-twilio {
  color: #f32e46;
}

.btn-vendor-mitchell {
  color: #212529;
  background-color: #ffc72c;
  border-color: #ffc72c;
}
.btn-vendor-mitchell:focus {
  color: #212529;
  background-color: rgb(255, 188.8483412322, 5.75);
  border-color: rgb(255, 188.8483412322, 5.75);
}
.btn-vendor-mitchell.active:focus, .btn-vendor-mitchell.active:hover, .btn-vendor-mitchell:active:focus, .btn-vendor-mitchell:active:hover {
  color: #212529;
  background-color: rgb(235.25, 172.8139810427, 0);
  border-color: rgb(235.25, 172.8139810427, 0);
}
.btn-vendor-mitchell.hover, .btn-vendor-mitchell:hover {
  color: #212529;
  background-color: rgb(255, 209.1516587678, 82.25);
  border-color: rgb(255, 209.1516587678, 82.25);
}
.btn-vendor-mitchell.disabled:active, .btn-vendor-mitchell.disabled:hover, .btn-vendor-mitchell.disabled:focus, .btn-vendor-mitchell.disabled.active, .btn-vendor-mitchell[disabled]:active, .btn-vendor-mitchell[disabled]:hover, .btn-vendor-mitchell[disabled]:focus, .btn-vendor-mitchell[disabled].active {
  background-color: rgb(255, 226.0710900474, 146);
  border-color: rgb(255, 226.0710900474, 146);
}
.btn-vendor-mitchell .badge {
  color: #ffc72c;
  background-color: #ffffff;
}
.btn-vendor-mitchell:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209.1516587678, 82.25, 0.5);
  -moz-box-shadow: 0 0 0 0.2rem rgba(255, 209.1516587678, 82.25, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209.1516587678, 82.25, 0.5);
}

.text-vendor-mitchell {
  color: #ffc72c;
}

.tier-label {
  border-radius: 10px;
  font-size: 0.6rem;
  line-height: 1rem;
  padding: 0.05rem 0.15rem;
  color: white;
  background-color: #686868;
  font-weight: bold;
  font-family: "Montserrat";
  border: 3px solid transparent;
  text-align: center;
  width: 2.5rem;
  display: inline-block;
}
.tier-label-0, .tier-label-1, .tier-label-2, .tier-label-3, .tier-label-4, .tier-label-5 {
  background-color: #999999;
}
.tier-label-legacy {
  background-color: #999999;
}
.tier-label-scale-f {
  background-color: #a4cf30;
}
.tier-label-grow-f {
  background-color: #21aaea;
}
.tier-label-enterprise-f {
  background-color: #e8384f;
}
.tier-label-enterprise-100-f {
  background-color: #e8384f;
}
.tier-label-dts {
  background-color: #0F274A;
  color: #FF9520;
}
.tier-label-feature-based {
  margin-left: 0.5rem;
  background-color: #00B6CD;
}
.tier-label-legacy, .tier-label-scale-f, .tier-label-grow-f {
  width: 4.5rem;
}
.tier-label-enterprise-f {
  width: 5rem;
}
.tier-label-enterprise-100-f {
  width: 5.5rem;
}

.dealr-brand .header {
  background-color: #E10600;
}
.dealr-brand .header .navbar-user-picker {
  color: white;
}
.dealr-brand .page-sidebar a, .dealr-brand .page-sidebar button {
  color: #CCC;
}
.dealr-brand #dealr-intercom-launcher {
  background-color: #E10600;
}
.dealr-brand .navigation-badge {
  background-color: #E10600;
}
.dealr-brand .page-sidebar .sidebar-header {
  background-color: black;
}
.dealr-brand .page-sidebar .sidebar-menu {
  background-color: black;
}
.dealr-brand .page-sidebar .sidebar-menu .icon-thumbnail {
  background: black;
}
.dealr-brand .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu {
  background-color: black;
}
.dealr-brand .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li .icon-thumbnail {
  background: black;
}
.dealr-brand .page-sidebar .sidebar-menu .menu-items > li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}
.dealr-brand .page-sidebar .sidebar-menu .menu-items > li.open {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.dealr-brand .intercom-gradient-backshadow {
  background: linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.markdown-formatting h1, .markdown-formatting h2, .markdown-formatting h3, .markdown-formatting h4, .markdown-formatting h5, .markdown-formatting h6 {
  font-family: "Roboto";
}
.markdown-formatting h1, .markdown-formatting h2 {
  font-weight: bold;
}
.markdown-formatting h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.markdown-formatting h2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.markdown-formatting h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.markdown-formatting h4 {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.markdown-formatting h5 {
  font-size: 1rem;
  line-height: 1.2rem;
}
.markdown-formatting h6 {
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.markdown-formatting hr {
  border-top: 1px solid #c8c8c8;
}
.markdown-formatting {
  font-size: 1rem;
  line-height: 1.1rem;
}
.markdown-formatting img {
  max-width: 100%;
}
.markdown-formatting p {
  white-space: pre-line;
}
.markdown-formatting p:last-of-type {
  margin-bottom: 0;
}
.markdown-formatting p, .markdown-formatting li {
  font-size: 14px;
}
.markdown-formatting ul {
  margin-bottom: 0;
}

.ckeditor-markdown span[data-ck-unsafe-element=dealrsupport], .ckeditor-markdown span[data-ck-unsafe-element=vidgridembed], .ckeditor-markdown VidgridEmbed {
  display: inline-block !important;
  background-color: #00B6CD;
  color: white;
  border-radius: 3px;
  padding: 0px 5px;
}
.ckeditor-markdown span[data-ck-unsafe-element=dealrsupport]:before {
  content: "Support Link";
}
.ckeditor-markdown span[data-ck-unsafe-element=vidgridembed]:before, .ckeditor-markdown VidgridEmbed {
  content: "VidGrid Video";
}

.CodeMirror {
  display: flex;
  flex-direction: column;
}

.CodeMirror-scroll {
  flex: 1 1 auto;
  min-height: 0;
}

.CodeMirror-gutters {
  height: auto !important;
  min-height: 100% !important;
  bottom: 0 !important;
}

.nada-radio, .nada-check, .kbb-radio, .kbb-check, .mmr-radio, .mmr-check {
  padding-left: 20px;
  position: relative;
}
.nada-radio::before, .nada-check::before, .kbb-radio::before, .kbb-check::before, .mmr-radio::before, .mmr-check::before {
  display: block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ccc;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.nada-radio:not(.selected):hover, .nada-radio:not(.disabled):hover, .nada-check:not(.selected):hover, .nada-check:not(.disabled):hover, .kbb-radio:not(.selected):hover, .kbb-radio:not(.disabled):hover, .kbb-check:not(.selected):hover, .kbb-check:not(.disabled):hover, .mmr-radio:not(.selected):hover, .mmr-radio:not(.disabled):hover, .mmr-check:not(.selected):hover, .mmr-check:not(.disabled):hover {
  cursor: pointer;
}
.nada-radio.selected::before, .nada-check.selected::before, .kbb-radio.selected::before, .kbb-check.selected::before, .mmr-radio.selected::before, .mmr-check.selected::before {
  background-color: #00245D;
}
.nada-radio.disabled::before, .nada-check.disabled::before, .kbb-radio.disabled::before, .kbb-check.disabled::before, .mmr-radio.disabled::before, .mmr-check.disabled::before {
  /*opacity: .7;*/
  background-color: rgba(0, 36, 93, 0.4);
}
.nada-radio.included::before, .nada-check.included::before, .kbb-radio.included::before, .kbb-check.included::before, .mmr-radio.included::before, .mmr-check.included::before {
  /*opacity: .7;*/
  background-color: rgba(0, 36, 93, 0.4);
  border: 3px solid #00245D;
}

.nada-check::before, .kbb-check::before, .mmr-check::before {
  border-radius: 2px;
}

.nada-pricing-table {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
}
.nada-pricing-table td {
  padding: 3px 6px;
}
.nada-pricing-table .nada-table-header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat;
  text-align: right;
}
.nada-pricing-table .nada-table-label {
  font-weight: bold;
}
.nada-pricing-table .nada-table-value {
  text-align: right;
}
.nada-pricing-table .nada-table-final-value {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.kbb-pricing-table {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
}
.kbb-pricing-table td {
  padding: 3px 6px;
}
.kbb-pricing-table .kbb-table-header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat;
  text-align: right;
}
.kbb-pricing-table .kbb-table-label {
  font-weight: bold;
}
.kbb-pricing-table .kbb-table-value {
  text-align: right;
}
.kbb-pricing-table .kbb-table-final-value {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.nada-column-header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat;
}

.nada-hide-value-type {
  background-color: #00245D;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  margin-right: 5px;
}

.nada-hide-value-type.active {
  background-color: #CCC;
}

.kbb-column__category-group__header, .mmr-column__category-group__header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat;
}
.kbb-column__category-group, .mmr-column__category-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.kbb-column__category-group__item, .mmr-column__category-group__item {
  padding-left: 10px;
  margin-bottom: 5px;
}
.kbb-column__category-group__item__header, .mmr-column__category-group__item__header {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Montserrat;
}
.kbb-column__category-group__item__item, .mmr-column__category-group__item__item {
  min-width: 50%;
}
.kbb-column__category-group__item__item .kbb-radio, .kbb-column__category-group__item__item .mmr-radio, .mmr-column__category-group__item__item .kbb-radio, .mmr-column__category-group__item__item .mmr-radio {
  min-width: 50%;
}

.accounting-difference-table > tbody > tr > td {
  padding: 1px 5px;
  background: transparent;
  border: none;
}
.accounting-difference-table > tbody > tr.accounting-difference-table__transaction-row td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #933432;
}
.accounting-difference-table > tbody > tr.accounting-difference-table__alternating-row td {
  background: #fccaca !important;
}
.accounting-difference-table > tbody > tr.accounting-difference-table__content-row td:first-child, .accounting-difference-table > tbody > tr.accounting-difference-table__header-row td:first-child {
  padding-left: 2rem;
}
.accounting-difference-table .add-text {
  color: #1b692d;
  font-weight: bold;
}
.accounting-difference-table .add-text:before {
  color: #2cbe4e;
  content: "\f067";
}
.accounting-difference-table .remove-text {
  color: #691118;
  font-weight: bold;
}
.accounting-difference-table .remove-text:before {
  color: #cb2432;
  content: "\f068";
}
.accounting-difference-table .add-text:before, .accounting-difference-table .remove-text:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  margin-right: 2px;
}

.report-resizable {
  display: flex;
  margin: 0 5px;
}
.report-resizable__handle {
  background-color: #666;
  flex: 0 0 2px;
  height: 100%;
  cursor: ew-resize;
  margin: 0 7px;
  position: relative;
}
.report-resizable__handle:hover {
  background-color: #AAA;
}
.report-resizable__handle:hover:before {
  border-color: #AAA;
}
.report-resizable__handle:before {
  height: 24px;
  width: 10px;
  content: " ";
  position: absolute;
  top: calc(50% - 12px);
  left: -4px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
}
.report-resizable--vertical {
  flex-direction: column;
}
.report-resizable--vertical .report-resizable__handle {
  width: 100%;
  margin: 7px 0;
  cursor: ns-resize;
}
.report-resizable--vertical .report-resizable__handle:before {
  width: 24px;
  height: 10px;
  content: " ";
  position: absolute;
  left: calc(50% - 12px);
  top: -4px;
  border-left: none;
  border-right: none;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}
.report-resizable--vertical .report-resizable__handle:hover {
  background-color: #AAA;
}
.report-resizable--vertical .report-resizable__handle:hover:before {
  border-color: #AAA;
}

.reporting-highchart {
  font-family: "Roboto";
}
.reporting-highchart__tooltip {
  border-radius: 5px;
  background-color: white;
  padding-bottom: 0.2rem;
  overflow: hidden;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.reporting-highchart__tooltip__tooltip-header {
  padding: 5px 20px;
  background-color: #215264;
  color: white;
  margin-bottom: 0.2rem;
}
.reporting-highchart__tooltip__tooltip-item {
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
}
.reporting-highchart__tooltip__tooltip-item--highlighted {
  font-weight: bold;
}
.reporting-highchart__tooltip__tooltip-item__color-indicator {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 6px;
  margin-right: 0.5rem;
}
.reporting-highchart__tooltip__tooltip-item__tooltip-label {
  flex: 1 1 auto;
  padding-right: 1rem;
}
.dashboard-grid__item {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.dashboard-grid__item__chart {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.availableCharts {
  width: 100%;
}
.availableCharts > tbody {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.availableCharts > tbody > tr {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.availableCharts > tbody > tr > td {
  display: block;
  height: 400px;
  padding: 10px;
}
.availableCharts .availableChart {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.availableCharts .availableChart.selected {
  background-color: #00B6CD;
  color: white;
  border-color: #00B6CD;
}

.dealership-status-check__icon-indicator--error {
  color: #f55753;
}
.dealership-status-check__icon-indicator--warning {
  color: #c9a843;
}
.dealership-status-check__icon-indicator--clear {
  color: #10cfbd;
}
.dealership-status-check__icon-indicator--pending {
  color: #686868;
}
.dealership-status-check__icon-indicator--suppressed {
  color: #686868;
}
.dealership-status-check__sub-check {
  padding: 0.3rem 1rem;
  border-radius: 5px;
}
.dealership-status-check__sub-check:nth-child(2n+1) {
  background-color: #fafafa;
}

.reporting-table > tfoot > tr > td {
  padding: 0;
}
.reporting-table > tfoot > tr > td > div {
  padding: 0 5px;
}
.reporting-table > tfoot > tr > td > div:first-child {
  padding-top: 2px;
}
.reporting-table > tfoot > tr > td > div:last-child {
  padding-bottom: 2px;
}

.title-transaction__step-completed-indicator {
  display: inline-block !important;
  color: #2cbe4e;
  border-radius: 3px;
  padding: 0px 5px;
}
.title-transaction__step-error-indicator {
  display: inline-block !important;
  color: #be2c2c;
  border-radius: 3px;
  padding: 0px 5px;
}
.title-transaction__step-pending-indicator {
  display: inline-block !important;
  border-radius: 3px;
  padding: 0px 5px;
}
.title-transaction__step-indicator--error {
  color: #be2c2c;
}
.title-transaction__step-indicator--error--success {
  color: #2cbe4e;
}
.title-transaction__step-indicator--error--pending {
  color: #808080;
}

.title-transaction-audit {
  font-family: Roboto;
}
.title-transaction-audit__step {
  padding: 0.4rem 1.25rem;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 0.85rem;
  color: #333;
  width: 100%;
  max-width: 200px;
  background-color: white;
  border: 2px solid transparent;
}
.title-transaction-audit__step:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.title-transaction-audit__step:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.title-transaction-audit__step--completed {
  color: #2cbe4e;
  font-weight: bold;
}
.title-transaction-audit__step--completed {
  background-color: rgb(230, 255, 236);
}
.title-transaction-audit__step--failed {
  color: #be2c2c;
  font-weight: bold;
}
.title-transaction-audit__step--failed {
  background-color: rgb(255, 230, 230);
}
.title-transaction-audit__step--active, .title-transaction-audit__step--active:hover {
  outline: 2px solid #00B6CD !important;
}
.title-transaction-audit__step__status-icon {
  color: #ccc;
  font-size: 1rem;
}
.title-transaction-audit__step__status-icon--completed {
  color: #2cbe4e;
}
.title-transaction-audit__step__status-icon--failed {
  color: #be2c2c;
}
.title-transaction-audit__step--small {
  font-size: 0.75rem;
  padding: 5px 5px;
  width: auto;
  background: transparent;
  margin-bottom: 0;
  border-radius: 25px;
  margin-right: 5px;
  max-width: none;
}
.title-transaction-audit__step__name__previous-auditor {
  font-size: 80%;
}
.title-transaction-audit .pdf-large-editor {
  width: 100% !important;
}
.title-transaction-audit .pdf-large-editor img {
  flex: 1 0 200%;
}
.title-transaction-audit__checklist p {
  margin-bottom: 0;
}
.title-transaction-audit__checklist__section {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: none !important;
  border: none;
  background-image: none;
}
.title-transaction-audit__checklist__section--completed {
  background-color: #cfe6d4;
}
.title-transaction-audit__checklist__section--failed {
  background-color: #fddddd;
}
.title-transaction-audit__checklist__section--completed .title-transaction-audit__checklist__section__title {
  color: #2cbe4e;
}
.title-transaction-audit__checklist__section--failed .title-transaction-audit__checklist__section__title {
  color: #be2c2c;
}
.title-transaction-audit__checklist__section__title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.title-transaction-audit__checklist__section__questions__question {
  margin-bottom: 0.5rem;
}
.title-transaction-audit__checklist__section__questions__question--completed .title-transaction-audit__checklist__section__questions__question__check, .title-transaction-audit__checklist__section__questions__question--completed .title-transaction-audit__checklist__section__questions__question__text {
  color: #2cbe4e;
}
.title-transaction-audit__checklist__section__questions__question--failed .title-transaction-audit__checklist__section__questions__question__xmark, .title-transaction-audit__checklist__section__questions__question--failed .title-transaction-audit__checklist__section__questions__question__text {
  color: #be2c2c;
}
.title-transaction-audit__checklist__section__questions__question__check, .title-transaction-audit__checklist__section__questions__question__xmark {
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #808080;
}
.title-transaction-audit__checklist__section__questions__question__check:focus {
  color: #48b0f7;
}
.title-transaction-audit__checklist__section__questions__question__container {
  background-color: white;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
.title-transaction-audit__checklist__section__questions__question__text {
  font-size: 0.8rem;
}
.title-transaction-audit__checklist__section__questions__question__data {
  margin-bottom: 0.5rem;
  padding: 2px 10px;
  border-radius: 4px;
}
.title-transaction-audit__checklist__section__questions__question__data.audit-file-highlight {
  outline: 2px solid transparent;
  transition: outline 0.3s ease;
}
.title-transaction-audit__checklist__section__questions__question__data.audit-file-highlight:hover {
  cursor: pointer;
  outline: 2px solid #00B6CD;
}
.title-transaction-audit__checklist__section__questions__question__data:last-child {
  margin-bottom: 0;
}
.title-transaction-audit__checklist__probation-message {
  padding: 0.5rem 1rem;
  background-color: #be2c2c;
  color: white;
  margin-bottom: 1rem;
}
.title-transaction-audit__step-completed-indicator {
  color: #2cbe4e;
}
.title-transaction-audit__step-failed-indicator {
  color: #be2c2c;
}

.title-transaction-progress {
  font-family: Roboto;
  font-weight: bold;
  font-size: 14px;
  width: 400px;
  max-width: 100%;
}
.title-transaction-progress__status {
  position: relative;
}
.title-transaction-progress__status:first-child:before {
  display: none;
}
.title-transaction-progress__status:before {
  display: block;
  height: 2px;
  background-color: black;
  width: calc(100% - 3rem);
  position: absolute;
  content: "";
  top: 0.75rem;
  left: calc(-50% + 1.5rem);
}
.title-transaction-progress__status--error:before {
  background-color: #be2c2c;
}
.title-transaction-progress__status--success:before {
  background-color: #2cbe4e;
}
.title-transaction-progress__status--pending:before {
  background-color: #808080;
}
.title-transaction-progress__status--warning:before {
  background-color: #bea62c;
}
.title-transaction-progress__status--internal .title-transaction-progress__status__text {
  color: #CD5800;
  position: relative;
}
.title-transaction-progress__status--internal .title-transaction-progress__status__text__admin-only {
  font-family: Montserrat;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 100%;
  line-height: 10px;
  margin-top: 5px;
}
.title-transaction-progress__status--error .title-transaction-progress__status__icon {
  color: #be2c2c;
}
.title-transaction-progress__status--success .title-transaction-progress__status__icon {
  color: #2cbe4e;
}
.title-transaction-progress__status--pending .title-transaction-progress__status__icon {
  color: #808080;
}
.title-transaction-progress__status--warning .title-transaction-progress__status__icon {
  color: #bea62c;
}
.title-transaction-progress__status {
  flex: 1;
}
.title-transaction-progress__status__icon {
  font-size: 1.5rem;
  line-height: 100%;
}
.title-transaction-progress__status__text__subtext {
  font-family: "Roboto Mono";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  display: block;
  height: 11px;
  text-align: center;
}

.audit-field-highlight {
  position: absolute;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
}
.audit-field-highlight::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 149, 32, 0.2);
  border: 2px solid rgba(255, 149, 32, 0.3);
  animation: highlight-pulse 2s infinite;
  border-radius: 5px;
}
.audit-field-highlight--fade-out {
  opacity: 0;
}

@keyframes highlight-pulse {
  0% {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 149, 32, 0.2);
    border: 2px solid rgba(255, 149, 32, 0.3);
  }
  50% {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 149, 32, 0.4);
    border: 2px solid rgba(255, 149, 32, 0.5);
  }
  100% {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 149, 32, 0.2);
    border: 2px solid rgba(255, 149, 32, 0.3);
  }
}
.form-field-highlight {
  transition: opacity 0.5s ease-out;
}
.form-field-highlight::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 149, 32, 0.2);
  border: 2px solid rgba(255, 149, 32, 0.3);
  animation: highlight-pulse 2s infinite;
  border-radius: 5px;
}
.form-field-highlight--fade-out {
  opacity: 0;
}

.checkbox-toggle-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: block;
  position: absolute;
}
.checkbox-toggle-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: grey;
  display: block;
  border-radius: 25px;
  position: relative;
  margin: 0;
}
.checkbox-toggle-switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.checkbox-toggle-switch input:checked + label {
  background: #00B6CD;
}
.checkbox-toggle-switch input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.checkbox-toggle-switch label:active:after {
  width: 30px;
}
.checkbox-toggle-switch input[disabled] + label {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.permissions-simple {
  margin: 10px 0;
}
.permissions-simple__item {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px 30px;
}
.permissions-simple__item__label {
  font-size: 1.2em;
  font-weight: bold;
}
.permissions-simple__item__toggle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
}
.permissions-simple__item__toggle-container__label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}
.permissions-simple__item__toggle-container .checkbox-toggle-switch {
  margin: 0 15px;
}

.permissions-detailed {
  margin: 10px 0;
}
.permissions-detailed__item {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 5px;
  margin: 10px 0;
  padding: 15px 30px;
}
.permissions-detailed__item__label {
  font-size: 1.2em;
  font-weight: bold;
}
.permissions-detailed__item__permissions__label {
  font-weight: bold;
  padding: 5px 15px;
}
.permissions-detailed__item__toggle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 15px;
}
.permissions-detailed__item__toggle-container__label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}
.permissions-detailed__item__toggle-container .checkbox-toggle-switch {
  margin: 0 15px;
}

.admin-only-checkbox.checkbox > label:before {
  outline: 2px solid #cd0000 !important;
}

.dealr-list-tabs {
  padding: 5px 20px;
  background-color: white;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
}
.dealr-list-tabs__tab {
  display: inline-block;
  font-family: Roboto;
  font-weight: 900;
  margin: 5px 0 10px;
  padding: 5px 35px 15px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #5c6f80 !important;
}
.dealr-list-tabs__tab:hover, .dealr-list-tabs__tab.active {
  color: #41a0e1 !important;
}
.dealr-list-tabs__tab .tab-count {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  bottom: 0;
  font-size: 12px;
  line-height: 12px;
  z-index: 1;
}
.dealr-list-tabs__tab.active .tab-count {
  color: white !important;
}
.dealr-list-tabs__tab.active::before {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  bottom: -1px;
  height: 15px;
  background-color: #41a0e1;
  border-radius: 10px;
}

.generic-list-tabs {
  padding: 5px 20px;
  background-color: white;
  text-align: center;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
}
.generic-list-tabs__tab {
  display: inline-block;
  font-family: Roboto;
  font-weight: 900;
  margin: 5px 0 5px;
  padding: 5px 35px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #5c6f80 !important;
}
.generic-list-tabs__tab:hover {
  color: #41a0e1 !important;
}
.generic-list-tabs__tab button {
  border: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  background: transparent;
}
.generic-list-tabs__tab__name {
  position: relative;
  z-index: 1;
}
.generic-list-tabs__tab.active {
  color: white !important;
}
.generic-list-tabs__tab.active::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 100%;
  height: 24px;
  background-color: #41a0e1;
  border-radius: 12px;
}

.material-elevation--1 {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--2, .conversations-modal__chat__compose {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--3 {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--4 {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--5 {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--6 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--7 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 18px 1px rgba(0, 0, 0, 0.12), 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 4px 15px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--9 {
  box-shadow: 0 9px 12px 2px rgba(0, 0, 0, 0.14), 0 3px 18px 3px rgba(0, 0, 0, 0.12), 0 5px 11px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--10 {
  box-shadow: 0 10px 13px 2px rgba(0, 0, 0, 0.14), 0 4px 16px 3px rgba(0, 0, 0, 0.12), 0 5px 14px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--11 {
  box-shadow: 0 11px 14px 2px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--12 {
  box-shadow: 0 12px 16px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 6px 13px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--13 {
  box-shadow: 0 13px 18px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12), 0 7px 10px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--14 {
  box-shadow: 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 29px 4px rgba(0, 0, 0, 0.12), 0 7px 12px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--15 {
  box-shadow: 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 34px 5px rgba(0, 0, 0, 0.12), 0 7px 14px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--16 {
  box-shadow: 0 16px 23px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 13px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--17 {
  box-shadow: 0 17px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 36px 5px rgba(0, 0, 0, 0.12), 0 8px 15px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--18 {
  box-shadow: 0 18px 25px 3px rgba(0, 0, 0, 0.14), 0 7px 33px 6px rgba(0, 0, 0, 0.12), 0 9px 11px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--19 {
  box-shadow: 0 19px 26px 3px rgba(0, 0, 0, 0.14), 0 7px 37px 6px rgba(0, 0, 0, 0.12), 0 9px 13px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--20 {
  box-shadow: 0 20px 28px 3px rgba(0, 0, 0, 0.14), 0 8px 34px 6px rgba(0, 0, 0, 0.12), 0 9px 15px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--21 {
  box-shadow: 0 21px 30px 3px rgba(0, 0, 0, 0.14), 0 8px 39px 7px rgba(0, 0, 0, 0.12), 0 10px 12px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--22 {
  box-shadow: 0 22px 32px 3px rgba(0, 0, 0, 0.14), 0 9px 38px 7px rgba(0, 0, 0, 0.12), 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--23 {
  box-shadow: 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 40px 7px rgba(0, 0, 0, 0.12), 0 11px 13px 0 rgba(0, 0, 0, 0.2);
}

.material-elevation--24 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px 0 rgba(0, 0, 0, 0.2);
}

.ftp-status-circle-indicator {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.ftp-status-circle-indicator.error {
  background-color: #cc0000;
}
.ftp-status-circle-indicator.in_progress {
  background-color: #00a7cc;
}
.ftp-status-circle-indicator.success {
  background-color: #00cc1b;
}

.priority-notes--backend {
  background-color: #be2c2c;
  color: white;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 10px;
  display: inline-block;
}
.priority-notes__title {
  margin-bottom: 3px;
}
.priority-notes__note {
  padding: 5px 10px;
  margin-bottom: 3px;
  border-radius: 4px;
  background-color: rgb(148.5897435897, 34.4102564103, 34.4102564103);
}
.priority-notes__note:last-of-type {
  margin-bottom: 0;
}
.priority-notes__note__timestamp {
  white-space: pre;
  text-align: right;
  margin-left: 20px;
}

tr.reconciliation-selected-alt > td {
  background: #ddfee0 !important;
}

/**
 * Prevents text selection while interacting with draggable/resizable elements
 * This class is added to the body when dragging/resizing modals to prevent
 * unwanted text selection during the interaction.
 */
.interact-active-no-select {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

@media (max-width: 991px) {
  .full-height > .panel {
    height: 100% !important;
  }
}
.btn-unlink {
  background-color: #a86032;
  border-color: #8a4f29;
  color: #fff;
}
.btn-unlink:hover, .btn-unlink:focus, .btn-unlink:active {
  background-color: #8a4f29;
  border-color: #6e3f20;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
