.ct-badge {
    position: relative;
    display: inline-block;
    color: #666;
    word-break: break-all;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    .ct-badge__number {
          background: #FF4949;
          color: #fff;  
          border-radius: 15px;
          border: 1px solid #fff;
          font-size: 12px;
          position: absolute;
          top: 0;
          right: 10px;
          padding: 0 4px;
          transform: translateY(-50%) translateX(100%);
          height: 20px;
          line-height: 17px;
          box-sizing: border-box;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap;
          display: inline-block;
          &.is-dotted {
            border-radius: 100%;
              width: 12px;
              height: 12px;
              right: 0;
              transform: translateY(-6px) translateX(6px);
              -webkit-transform: translateY(-6px) translateX(6px);
          }
    }
  }