/* line 5, app/assets/stylesheets/components/activity_item.scss */
.activity-item {
  border-left: solid 2px;
  border-color: var(--sera-color-neutral-gray-med-gray-500);
  padding-left: 24px;
  padding-bottom: 12px;
  position: relative;
}

/* line 13, app/assets/stylesheets/components/activity_item.scss */
.activity-item::before {
  position: absolute;
  content: '';
  left: -5px;
  top: 7px;
  background-color: var(--sera-color-neutral-gray-med-gray-500);
  border-radius: 50%;
  height: 8px;
  width: 8px;
  z-index: 1;
}

/* line 25, app/assets/stylesheets/components/activity_item.scss */
.activity-item:first-child {
  border-color: transparent;
  -o-border-image: linear-gradient(to bottom, var(--sera-color-core-blue-cobalt-blue-800) 0px, var(--sera-color-neutral-gray-med-gray-500) 100px) 1;
     border-image: linear-gradient(to bottom, var(--sera-color-core-blue-cobalt-blue-800) 0px, var(--sera-color-neutral-gray-med-gray-500) 100px) 1;
}

/* line 31, app/assets/stylesheets/components/activity_item.scss */
.activity-item:first-child::before {
  background-color: var(--sera-color-core-blue-cobalt-blue-800);
}

/* line 36, app/assets/stylesheets/components/activity_item.scss */
.activity-item:first-child::after {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 7px;
  background-color: var(--white);
  z-index: 1;
}

/* line 48, app/assets/stylesheets/components/activity_item.scss */
.activity-item:last-child {
  margin-bottom: 1rem;
  border-color: transparent;
  -o-border-image: none;
     border-image: none;
}

/* line 57, app/assets/stylesheets/components/activity_item.scss */
.activity-item:last-child:not(:first-child)::after {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 7px;
  background-color: var(--sera-color-neutral-gray-med-gray-500);
  z-index: 1;
}

/* line 69, app/assets/stylesheets/components/activity_item.scss */
.activity-item__location-stock {
  display: flex;
  padding: 8.5px;
  background-color: var(--sera-color-neutral-gray-light-gray-50);
  border-radius: 4px;
  margin-bottom: 4px;
  height: 38px;
  --top-offset: 0px;
}

/* line 82, app/assets/stylesheets/components/activity_item.scss */
.activity-item__location-stock::before {
  position: absolute;
  content: '';
  left: -4.5px;
  transform: translateY(10px);
  background-color: var(--sera-color-neutral-gray-med-gray-500);
  border-radius: 50%;
  height: 7px;
  width: 7px;
  z-index: 1;
}

/* line 98, app/assets/stylesheets/components/activity_item.scss */
.activity-item__location-stock-arrow::before {
  position: absolute;
  left: -7px;
  transform: translateY(-9.375px);
  height: 18.75px;
  z-index: 1;
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 600;
  font-size: 12.5px;
  color: var(--sera-color-neutral-gray-med-gray-500);
}

/* line 111, app/assets/stylesheets/components/activity_item.scss */
.activity-item__location-stock-name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 118, app/assets/stylesheets/components/activity_item.scss */
.activity-item__location-stock-badge {
  padding: 0 4px;
  background-color: var(--sera-color-neutral-gray-light-gray-300);
  border-radius: 4px;
  white-space: nowrap;
}

/* line 129, app/assets/stylesheets/components/activity_item.scss */
.activity-item__location-stock:last-child::after {
  content: '';
  position: absolute;
  top: 7px;
  left: -2px;
  width: 2px;
  background-color: var(--sera-color-neutral-gray-med-gray-500);
  z-index: 0;
  height: calc(var(--top-offset, 0px) + 19px - 14px/2);
}

/* line 143, app/assets/stylesheets/components/activity_item.scss */
.activity-item:first-child .activity-item__location-stock:last-child::after {
  background-color: transparent;
  background-image: linear-gradient(to bottom, var(--sera-color-core-blue-cobalt-blue-800) 0px, var(--sera-color-neutral-gray-med-gray-500) 75px);
}

/* line 150, app/assets/stylesheets/components/activity_item.scss */
.activity-item:first-child .activity-item__location-stock::before {
  background-color: var(--sera-color-core-blue-cobalt-blue-800);
}

/* line 154, app/assets/stylesheets/components/activity_item.scss */
.activity-item__name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* line 160, app/assets/stylesheets/components/activity_item.scss */
.activity-item__details {
  font-size: 14px;
}
