.text-base.text-left {
  text-align: left;
}

._active_line {
  font-weight: 400;
  color: #007bff !important;
}

.content-image {
  max-width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  margin: 12px auto;
}

.w-2 {
  width: 0.5rem;
}

.h-2 {
  width: 0.5rem;
}

.t-0 {
  font-size: 8px;
  line-height: 0;
}

._dot_inner {
  margin-left: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1a55bb;
  display: inline-block;
  position: relative;

  &::after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
  }
}

._dot-content {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 24px solid #f5f5f5;
    z-index: 1;
  }
}
