.new-cylon-common-title {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  & &-title-start-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  & &-title-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  
  & &-title-txt {
    font-size: 14px;
    font-family: var(--truenoSBd-family);
    line-height: 18px;
    color: #000;
  }

  & &-title-end-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 5px;
  }

  & &-title-end-txt {
    align-self: center;
    line-height: 1;
    font-size: 12px;
    font-family: var(--regular-font);
    font-weight: 400;
    line-height: 18px;
    color: #000;
    margin-right: 10px;
  }

  & &-title-end-icon {
    align-self: center;
    color: #FFFFFF;
    margin-left: 2px;
    font-weight: bold;
    line-height: 1;
    width: unset;
    height: 16px;
  }
}
