.combo-list{
    display: flex;
    align-items: center;
    .combo-list-circle{
        width: 6px;
        height: 6px;
        border-radius: 100%;
        margin-right: 8px;
        background-color: #59A1FF;
        &.combo-list-success{
            background-color: #66B869;
        }
        &.combo-list-error{
            background-color: #f24645;
        }
    }
    .combo-list-label{
        font-size: 14px;
        line-height: 22px;
    }
}
