.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%;
}

.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--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__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;
}

.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 */
/* Styles for the scroll container */
.hidden-scroll-shadow__scroll-container {
  position: relative;
}

/* Base styles for shadow elements */
.hidden-scroll-shadow__shadow-element {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1; /* ENG-617: Keep shadows below modals (modal z-index is 1050) */
}
.hidden-scroll-shadow__shadow-element--visible {
  opacity: 1;
}
.hidden-scroll-shadow__shadow-element {
  /* Positioning */
  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;
}

.hidden-scroll-shadow__scroll-container--reporting-table .hidden-scroll-shadow__shadow-element--top {
  top: 25px;
  width: calc(100% - 10px);
}
.hidden-scroll-shadow__scroll-container--reporting-table .hidden-scroll-shadow__shadow-element--right {
  right: 10px;
  top: 25px;
  height: calc(100% - 25px - 10px);
}
.hidden-scroll-shadow__scroll-container--reporting-table .hidden-scroll-shadow__shadow-element--bottom {
  bottom: 10px;
  width: calc(100% - 10px);
}
.hidden-scroll-shadow__scroll-container--reporting-table .hidden-scroll-shadow__shadow-element--left {
  top: 25px;
  height: calc(100% - 25px - 10px);
}
.hidden-scroll-shadow__scroll-container--reporting-table--with-summary .hidden-scroll-shadow__shadow-element--bottom {
  bottom: 48px;
}

/* 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;
  gap: 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-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: 10px;
  flex: 1;
  min-width: 0;
}
.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: 12px;
  flex-shrink: 0;
}
.pipeline-kanban__toolbar-count {
  font-size: 12px;
  color: #495057;
  white-space: nowrap;
}
.pipeline-kanban__toolbar-count strong {
  font-size: 14px;
}
.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-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__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__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 > 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__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);
}

.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-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: 20px;
  height: 20px;
  cursor: pointer;
}
.flag-inline__ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.flag-inline__icon {
  position: relative;
  font-size: 12px;
  z-index: 1;
}
.flag-inline__separator {
  width: 1px;
  height: 12px;
  background: #d1d5db;
  margin: 0 1px;
  flex-shrink: 0;
}

.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;
}
.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;
}
.flag-stage-menu__time--accent {
  padding: 1px 6px;
  border-radius: 8px;
  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: 18px;
  padding-bottom: 18px;
  position: relative;
}
.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__time-pill {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 600;
  color: #868e96;
  background: #f1f3f5;
  padding: 2px 6px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.2;
}
.flag-pipeline-card__track-line {
  flex: 1;
  height: 3px;
  background: #dee2e6;
  border-radius: 2px;
}
.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--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;
}
.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;
}

.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;
}

.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);
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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";
}

.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;
}

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

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

.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;
}

.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%);
}

/**
 * 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 */
}

.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;
}

@media (max-width: 991px) {
  .full-height > .panel {
    height: 100% !important;
  }
}
.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";
}

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